.hero-section{

padding:80px 0;
background:#fff;

}

.hero-label{

color:#16a34a;
font-size:14px;
font-weight:700;
letter-spacing:2px;

}
.footer-section.style-4{
	background:#03031e;
}
.hero-section h1{

/* font-size:58px; */
font-weight:800;
line-height:1.15;
margin:20px 0;

}

.hero-section h1 span{

background:linear-gradient(90deg,#2563eb,#0ea5e9,#22c55e);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.hero-section p{

/* font-size:18px; */
color:#666;
max-width:620px;

}

.feature-box{

display:block;
text-align:center;
padding:18px;
border-radius:15px;
background:#fff;
box-shadow:0 10px 25px rgba(0,0,0,.05);
height:100%;

}

.feature-box .icon{

width:55px;
height:55px;
background:#E8F8EE;
border-radius:50%;
display:flex;
	margin:0 auto;
align-items:center;
justify-content:center;
font-size:22px;
color:#16a34a;

}

.feature-box h6{

font-weight:700;
margin-bottom:4px;

}

.feature-box p{
font-size:14px;
color:#777;
line-height:18px;
}

.btn-gradient{

background:linear-gradient(90deg,#22c55e,#2563eb);
color:#fff;
border:none;
	line-height: 42px;
padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    font-family: var(--font-dmsans);

}
button#wpforms-submit-536{
	background:linear-gradient(90deg,#22c55e,#2563eb);
color:#fff;
border:none;
padding:15px 28px;
border-radius:10px;
font-weight:600;
}
.btn-gradient:hover{

color:#fff;
transform:translateY(-2px);

}

.consultation-card{

background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.consultation-card h3{

font-size:18px;
font-weight:700;
margin-bottom:10px;

}

.consultation-card p{

font-size:15px;
color:#666;
margin-bottom:25px;

}

.consultation-card input,
.consultation-card textarea,
.consultation-card select{

margin-bottom:18px;
border-radius:10px;
padding:14px;

}

.company-logos{

display:flex;
align-items:center;
gap:35px;
flex-wrap:wrap;
margin-top:20px;

}

.company-logos img{

height:28px;
opacity:.75;

}


/*==========================
Challenge Section
==========================*/

.challenge-section{

background:#071B44;
padding:70px 0;

}

.section-label{

font-size:13px;
font-weight:700;
letter-spacing:2px;
color:#22c55e;

}

.section-title{

/* font-size:28px; */
/* font-weight:800; */
line-height:1.2;

}

.section-text{

color:#c8d0dd;
line-height:1.8;

}

.challenge-card{

height:100%;
padding:28px;
border-radius:18px;

background:rgba(255,255,255,.05);

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

transition:.35s;

}

.challenge-card:hover{

transform:translateY(-8px);

background:#0f2b63;

}

.challenge-icon{

width:70px;
height:70px;

border-radius:18px;

background:rgba(255,255,255,.08);

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

margin-bottom:25px;

font-size:30px;

color:#4ade80;

}

.challenge-card h5{

color:#fff;

font-weight:700;

margin-bottom:15px;

font-size:16px;

}

.challenge-card p{

color:#b9c5d7;

font-size:15px;

line-height:1.7;

margin:0;

}
/*===================================
Impact Section
===================================*/

.impact-section{

padding:80px 0;
background:#ffffff;

}

.impact-title{

/* font-size:42px; */
/* font-weight:800; */
color:#081B44;

}

.impact-card{

background:#fff;

padding:35px 25px;

border-radius:18px;

text-align:center;

height:100%;

border:1px solid #edf1f7;

box-shadow:0 12px 35px rgba(0,0,0,.04);

transition:.35s;

}

.impact-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.impact-icon{

width:72px;
height:72px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:0 auto 25px;

font-size:30px;

}

.green{

background:#EAFBF1;
color:#22c55e;

}

.blue{

background:#EAF2FF;
color:#2563eb;

}

.purple{

background:#F3EBFF;
color:#7c3aed;

}

.orange{

background:#FFF4E8;
color:#f97316;

}

.success{

background:#ECFDF3;
color:#16a34a;

}

.impact-card h5{

font-size:17px;

font-weight:700;

margin-bottom:12px;

color:#081B44;

}

.impact-card p{

color:#6b7280;

line-height:1.7;

margin:0;

font-size:15px;

}

}
/*=============================
Training Curriculum
==============================*/

.training-section{
    padding:90px 0;
    background:#fff;
}

.section-subtitle{
    color:#19a64a;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
/*     text-transform:uppercase; */
}

.section-title{
/*     font-size:25px; */
/*     font-weight:800; */
    color:#071B44;
    margin:10px 0;
}

.section-desc{
    color:#5b6478;
    font-size:18px;
}

.training-flow{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:0px;
    flex-wrap:nowrap;

}

.training-card{

    position:relative;

    width:220px;
    height:100%;

    background:#fff;

    border:1px solid #eef2f7;

    border-radius:20px;

    text-align:center;

    padding:28px 15px;

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

    transition:.3s;

}

.training-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.step{

    position:absolute;

    top:16px;
    left:16px;

    width:42px;
    height:42px;

    border-radius:50%;

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

    color:#fff;

    font-weight:700;

    font-size:16px;

}

.step-green{
    background:#16a34a;
}

.step-blue{
    background:#2563eb;
}

.step-purple{
    background:#7c3aed;
}

.step-orange{
    background:#f97316;
}

.training-icon{

    font-size:35px;

    margin:25px 0 20px;

}

.text-purple{
    color:#7c3aed;
}

.training-card h5{

    font-size:15px;

    font-weight:700;

    color:#071B44;

    margin-bottom:12px;

}

.training-card p{

    color:#555;

    line-height:1.7;

    font-size:13px;

}

.flow-arrow{

    font-size:20px;

    color:#071B44;

    flex-shrink:0;

}

/*=========================
WHAT YOU GET
==========================*/

.what-you-get{

    padding:90px 0;
    background:#fff;

}

.section-tag{

    color:#18a64b;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

}

.section-heading{

/*     font-size:48px; */
    font-weight:800;
    color:#071B44;
    margin-top:12px;

}

.feature-item{

    display:flex;
    align-items:flex-start;
    gap:18px;

    padding:10px 28px;

    border-right:1px solid #eceff5;

    height:100%;

}

.feature-icon{

    width:50px;
    height:50px;

    border-radius:50%;

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

    flex-shrink:0;

    font-size:30px;

}

/* Colors */

.green{

    background:#EAF9EE;
    color:#16a34a;

}

.blue{

    background:#EEF4FF;
    color:#2563eb;

}

.orange{

    background:#FFF3E8;
    color:#f97316;

}

.purple{

    background:#F4EEFF;
    color:#7c3aed;

}

.feature-content h5{

    font-size:14px;
    font-weight:700;
    color:#071B44;
    line-height:1.35;
    margin-bottom:10px;

}

.feature-content p{

    font-size:15px;
    line-height:1.7;
    color:#5d6577;
    margin:0;

}


/*==================================
WHO IS THIS FOR
==================================*/

.who-for-section{

    padding:80px 0;
    background:#fff;

}

.section-tag{

    display:block;

    color:#19a64b;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:10px;

}

.section-heading{

/*     font-size:48px; */

    font-weight:800;

    color:#071B44;

    margin-bottom:0;

}

.who-card{

    display:flex;

    align-items:center;

    gap:16px;

    background:#fff;

    border:1px solid #e9edf4;

    border-radius:16px;

    padding:18px 22px;

    min-height:82px;

    box-shadow:0 8px 24px rgba(0,0,0,.05);

    transition:.3s ease;

}

.who-card:hover{

    transform:translateY(-4px);

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

}

.check-icon{

    width:38px;

    height:38px;

    min-width:38px;

    border-radius:50%;

    background:#16a34a;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:18px;

}

.who-card span{

    color:#071B44;

    font-size:17px;

    font-weight:600;

    line-height:1.5;

}


/*====================================
CTA SECTION
====================================*/

.cta-section{

    padding:70px 0;
    background:#ffffff;

}

.cta-box{

    background:linear-gradient(90deg,#22c55e 0%,#0891b2 45%,#1d4ed8 100%);

    border-radius:0;

    padding:35px 50px;

    overflow:hidden;

    position:relative;

}

.cta-img{

    max-height:220px;

}

.cta-box h2{

    color:#fff;

    font-size:25px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:18px;

}

.cta-box p{

    color:rgba(255,255,255,.9);

/*     font-size:22px; */

    line-height:1.7;

    margin-bottom:0;

}

.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
/*     min-width:360px; */
/*     height:82px; */
    background:#fff;
    color:#071B44;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
    border-radius:16px;
    transition:.3s;
}

.cta-btn:hover{
    color:#071B44;
    transform:translateY(-3px);
    box-shadow:0 18px 35px rgba(0,0,0,.2);
}

.cta-btn i{

    font-size:24px;

}
.hero-section h1 span{
	display:block;
}
.hero-section{
	min-height:auto !important;
}
.results-section{

    padding:90px 0;
    background:#ffffff;

}

.section-tag{

    color:#16a34a;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

}

.results-card{

    background:#fff;

    border:1px solid #edf2f7;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.result-box{

    text-align:center;

    padding:35px 20px;

    border-right:1px solid #edf2f7;

    height:100%;

}

.result-icon{

    width:60px;
    height:60px;

    border-radius:50%;

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

    margin:0 auto 18px;

    font-size:28px;

}

.green{

    background:#EAF9EE;
    color:#16a34a;

}

.blue{

    background:#EEF4FF;
    color:#2563eb;

}

.green-text{

    color:#16a34a;

}

.blue-text{

    color:#2563eb;

}

.result-box h2{

    font-size:26px;

    font-weight:800;

    margin-bottom:12px;

}

.result-box p{

    font-size:18px;

    color:#4b5563;

    line-height:1.6;

    margin:0;

}

.chart-card{

    background:#fff;

    border-radius:24px;

    border:1px solid #edf2f7;

    padding:15px;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

    height:100%;

    display:flex;

    align-items:center;

    justify-content:center;

}

.chart-card img{

    border-radius:18px;

    width:100%;

}

/* ==========================
   1400px
========================== */

@media (max-width:1400px){

    .training-flow{
        overflow-x:auto;
        justify-content:flex-start;
        padding-bottom:15px;
    }

    .training-flow::-webkit-scrollbar{
        height:6px;
    }

    .training-flow::-webkit-scrollbar-thumb{
        background:#d6d6d6;
        border-radius:20px;
    }

}


/* ==========================
   1200px
========================== */
@media (min-width:1200px){
	.container-fluid{
		width:95%;
	}
}
@media (max-width:1200px){

    .cta-box h2{
        font-size:42px;
    }

    .cta-btn{
        min-width:300px;
        height:72px;
        font-size:20px;
    }

}


/* ==========================
   991px
========================== */

@media (max-width:991px){

    /* Hero */

    .hero-section{
        text-align:center;
    }

    .hero-section h1{
        font-size:42px;
    }

    .company-logos{
        justify-content:center;
    }

    .feature-box{
        text-align:left;
    }

    /* Impact */

    .impact-title{
        font-size:30px;
    }

    /* What You Get */

    .feature-item{
        border-right:0;
        border-bottom:1px solid #eceff5;
        padding:25px 0;
    }

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

    /* Who For */

    .who-card{
        padding:18px;
    }

    /* CTA */

    .cta-box{
        text-align:center;
        padding:45px 30px;
    }

    .cta-img{
        margin-bottom:30px;
    }

    .cta-box h2{
        font-size:36px;
    }

    .cta-box p{
        font-size:18px;
    }

    .cta-btn{
        min-width:100%;
    }

}


/* ==========================
   768px
========================== */

@media (max-width:768px){

    .section-title{
        font-size:22px;
    }

    .training-card{
        width:250px;
        flex-shrink:0;
    }

}


/* ==========================
   767px
========================== */

@media (max-width:767px){

    .feature-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .feature-content h5{
        font-size:22px;
    }

    .feature-content p{
        font-size:16px;
    }

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

    .who-card span{
        font-size:16px;
    }

}


/* ==========================
   576px
========================== */

@media (max-width:576px){

    .hero-section{
        padding:50px 0;
    }

    .hero-section h1{
        font-size:34px;
    }

    .consultation-card{
        padding:25px;
    }

    .cta-box{
        padding:30px 20px;
    }

    .cta-box h2{
        font-size:30px;
    }

    .cta-btn{
        height:64px;
        font-size:18px;
    }

}
/*=============================
WHY CANDID DATA
==============================*/

.why-candid{

    padding:90px 0;

    background:#fff;

}

.section-label{

    display:inline-block;

    color:#18a64b;

    font-size:14px;

    font-weight:700;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.why-box{

    display:flex;

    gap:18px;

    align-items:flex-start;

}

.why-icon{

    width:58px;

    height:58px;

    min-width:58px;

    border-radius:14px;

    background:#F3F8FC;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#18a64b;

    font-size:26px;

}

.why-box h5{

    font-size:20px;

    font-weight:700;

    color:#081B44;

    margin-bottom:8px;

}

.why-box p{

    margin:0;

    color:#6b7280;

    line-height:1.7;

    font-size:15px;

}

/* Right Side */

.industry-side{

    border-left:1px solid #E8EDF5;

    padding-left:45px;

    height:100%;

}

.industry-list{

    list-style:none;

    padding:0;

    margin:0;

}

.industry-list li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:28px;

    font-size:18px;

    font-weight:600;

    color:#081B44;

}

.industry-list i{

    color:#18a64b;

    font-size:24px;

}

/* Responsive */

@media(max-width:991px){

.industry-side{

    border-left:none;

    border-top:1px solid #E8EDF5;

    padding-left:0;

    padding-top:40px;

    margin-top:20px;

}

}

@media(max-width:767px){

.why-box{

    flex-direction:column;

}

.why-icon{

    margin-bottom:5px;

}

.industry-list li{

    font-size:16px;

}

}
/*=====================================================
THE PROBLEM SECTION
======================================================*/

.linkedin-problem{
    background: linear-gradient(135deg,#06172F 0%,#071D3B 55%,#05152C 100%);
    padding:90px 0;
    overflow:hidden;
    position:relative;
}

.linkedin-problem::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,rgba(32,102,255,.12),transparent 70%);
    top:-250px;
    right:-150px;
}

.problem-tag{
    display:inline-block;
    color:#28c76f;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.problem-title{
    color:#fff;
/*     font-size:56px; */
    font-weight:800;
    line-height:1.1;
    margin-bottom:15px;
}

/*=========================
LEFT SIDE
=========================*/

.problem-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

.problem-item h4{
    color:#fff;
    font-size:17px;
    font-weight:700;
    margin-bottom:10px;
}

.problem-item p{
    color:#A9B4C7;
    font-size:16px;
    line-height:1.6;
    margin:0;
}

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

.problem-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
    color:#fff;
    background:linear-gradient(180deg,#43536c,#2d3b52);
    box-shadow:
    inset 0 1px 1px rgba(255,255,255,.15),
    0 15px 30px rgba(0,0,0,.35);
}

.problem-icon.success{
    color:#86F1A7;
}

.problem-icon.blue{
    color:#9CCBFF;
}

.problem-icon.danger{
    color:#FF8F8F;
}

/*=========================
WORKFLOW
=========================*/

.workflow{
    position:relative;
    padding-left:25px;
}

.workflow::before{

    content:"";

    position:absolute;

    left:7px;

    top:35px;

    bottom:35px;

    border-left:3px dotted rgba(255,255,255,.25);

}

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

.workflow-item{

    position:relative;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:10px 22px;

    margin-bottom:16px;

    border-radius:18px;

    background:linear-gradient(180deg,#26354A,#1D2B40);

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

    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 18px 30px rgba(0,0,0,.35);

}

.workflow-item::before{

    content:"";

    position:absolute;

    width:16px;

    height:16px;

    border-radius:50%;

    border:2px dotted rgba(255,255,255,.30);

    left:-28px;

    top:50%;

    transform:translateY(-50%);

    background:#071A33;

}

.workflow-left{

    display:flex;

    align-items:center;

    gap:16px;

}

.workflow-left span{

    color:#fff;

    font-size:18px;

    font-weight:600;

}

.workflow-icon{

    width:45px;

    height:45px;

    border-radius:14px;

    background:linear-gradient(180deg,#4B5B72,#344357);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:18px;

}

.status{

    font-size:16px;

    font-weight:700;

}

.status.success{

    color:#29d45e;

}

.status.danger{

    color:#ff6868;

}

.status.warning{

    color:#FFD24D;

}

.status.muted{

    color:#B6BCC7;

}

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

.problem-item:hover .problem-icon{

    transform:translateY(-4px);

    transition:.35s;

}

.workflow-item:hover{

    transform:translateX(8px);

    transition:.35s;

    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 25px 45px rgba(0,0,0,.45);

}

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

@media(max-width:1200px){

.problem-title{

/*     font-size:46px; */

}

.problem-item h4{

    font-size:17px;

}

.problem-item p{

    font-size:16px;

}

.workflow-left span{

    font-size:18px;

}

}

@media(max-width:991px){

.workflow{

    margin-top:60px;

}

.problem-title{

/*     font-size:42px; */

}

}

@media(max-width:767px){

.linkedin-problem{

    padding:70px 0;

}

.problem-title{

    font-size:34px;

}

.problem-item{

    margin-bottom:20px;

}

.problem-item h4{

    font-size:17px;

}

.problem-item p{

    font-size:16px;

}

.problem-icon{

    width:60px;
    height:60px;
    min-width:60px;
    font-size:26px;

}

.workflow-item{

    padding:15px;

}

.workflow-left{

    gap:12px;

}

.workflow-left span{

    font-size:16px;

}

.workflow-icon{

    width:44px;
    height:44px;
    font-size:18px;

}

.status{

    font-size:15px;

}

}
/*==================================================
CONTACT HERO
==================================================*/

.contact-hero{
    padding:90px 0;
    background:#fbfcfe;
    position:relative;
    overflow:hidden;
}

.contact-hero::before{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    right:-220px;
    top:-180px;
    background:radial-gradient(circle,rgba(40,114,255,.08),transparent 70%);
    border-radius:50%;
}

.contact-hero::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    left:-180px;
    bottom:-180px;
    background:radial-gradient(circle,rgba(44,199,111,.08),transparent 70%);
    border-radius:50%;
}

/*========================*/

.section-tag{

    color:#22B35A;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.hero-title{

/*     font-size:64px; */

    font-weight:800;

    color:#061A42;

    line-height:1.12;

}

.hero-title span{

    background:linear-gradient(90deg,#2479ff,#2cc76f);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.hero-desc{

    font-size:17px;

    color:#566273;

    line-height:1.8;

    max-width:520px;

}

/*==========================
CONTACT INFO
==========================*/

.contact-list{

    display:flex;

    flex-direction:column;

    gap:28px;

}

.contact-box{

    display:flex;

    align-items:flex-start;

    gap:18px;

}

.contact-icon{

    width:62px;

    height:62px;

    border-radius:50%;

    background:#fff;

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

    display:flex;

    justify-content:center;

    align-items:center;

    color:#22B35A;

    font-size:25px;

}

.contact-box:nth-child(2) .contact-icon{

    color:#2B73FF;

}

.contact-box:nth-child(3) .contact-icon{

    color:#2CC76F;

}

.contact-box small{

    display:block;

    color:#22B35A;

    font-weight:600;

    margin-bottom:4px;

}

.contact-box h5{

    font-size:24px;

    color:#061A42;

    font-weight:700;

    margin-bottom:8px;

}

.contact-box p{

    color:#606C80;

    line-height:1.7;

    margin:0;

}

/*======================
SOCIAL
======================*/

.social-area{

    display:flex;

    align-items:center;

    gap:30px;

}

.social-area span{

    font-weight:700;

    color:#061A42;

}

.social-icons{

    display:flex;

    gap:12px;

}

.social-icons a{

    width:46px;

    height:46px;

    border-radius:50%;

    border:1px solid #e5e7eb;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#061A42;

    text-decoration:none;

    transition:.3s;

}

.social-icons a:hover{

    background:#2B73FF;

    color:#fff;

    border-color:#2B73FF;

}

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

.contact-card{

    background:#fff;

    border-radius:28px;

    padding:45px;

    box-shadow:0 18px 60px rgba(0,0,0,.08);

}
#wpforms-431{margin-top:0;}
.contact-card h2{

    font-size:23px;

    font-weight:800;

    color:#061A42;

    margin-bottom:12px;

}

.contact-card p{

    color:#667085;

    font-size:15px;

    line-height:1.7;

    margin-bottom:5px;

}

/*==========================
FORM
==========================*/

.contact-card label{

    font-size:15px;

    color:#49576A;

    margin-bottom:8px;

    font-weight:600;

}

.form-control,
.form-select{

    height:58px;

    border-radius:12px;

    border:1px solid #dfe5ee;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

    resize:none;

}

.form-control:focus,
.form-select:focus{

    border-color:#2B73FF;

    box-shadow:none;

}

.input-group-text{

    background:#fff;

    border:1px solid #dfe5ee;

    border-radius:12px 0 0 12px;

}

/*=======================
CAPTCHA
=======================*/

.captcha-box{

    height:78px;

    border:1px solid #dfe5ee;

    border-radius:12px;

    display:flex;

    align-items:center;

    padding:0 20px;

    background:#fff;

    gap:15px;

}

/*======================
BUTTON
======================*/

.hero-btn{

    height:60px;

    border:none;

    border-radius:12px;

    color:#fff;

    font-weight:700;

    font-size:18px;

    background:linear-gradient(90deg,#2CC76F,#2168F3);

    transition:.3s;

}

.hero-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 18px 35px rgba(35,108,255,.28);

}

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

@media(max-width:1199px){

.hero-title{

    font-size:54px;

}

.contact-card h2{

    font-size:23px;

}

}

@media(max-width:991px){

.contact-card{

    margin-top:40px;

}

.hero-title{

    font-size:46px;

}

}

@media(max-width:767px){

.contact-hero{

    padding:70px 0;

}

.hero-title{

    font-size:38px;

}

.hero-desc{

    font-size:17px;

}

.contact-card{

    padding:30px;

}

.contact-card h2{

    font-size:22px;

}

.social-area{

    flex-direction:column;

    align-items:flex-start;

}

.contact-box h5{

    font-size:20px;

}

}

/*====================================*/

.why-company{

    background:#fff;
    padding:80px 0;

}

.why-company h2{

/*     font-size:48px; */
    font-weight:800;
    color:#081B44;

}

.priority-box{

    text-align:center;

    padding:20px 20px;

    border-right:1px solid #e9eef5;

    height:100%;

}

.priority-icon{

    width:74px;
    height:74px;

    border-radius:50%;

    margin:0 auto 20px;

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

    font-size:34px;

}

.priority-icon.green{

    background:#EAF9EE;
    color:#1DB954;

}

.priority-icon.blue{

    background:#EEF4FF;
    color:#2563EB;

}

.priority-box h5{

    font-size:18px;
    font-weight:700;
    margin-bottom:12px;

}

.priority-box p{

    color:#6B7280;
    line-height:1.7;
    font-size:17px;

}

@media(max-width:991px){

.priority-box{

    border-right:none;
    border-bottom:1px solid #edf2f7;
    margin-bottom:25px;

}

}

/* --------------------pending pages ---------------- */
.dashboard{
/*     background:#fff; */
/*     border-radius:34px; */
/*     padding:30px; */
/*     box-shadow:0 20px 60px rgba(0,0,0,.08); */
    position:relative;
}

.dashboard-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.dashboard-title{
    font-size:20px;
    font-weight:700;
}

.month-box{
    background:#F5F8FC;
    padding:14px 20px;
    border-radius:12px;
    color:#5D667A;
}

.metric-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
    margin-bottom:25px;
}

.metric-card{
    background:#F8FBFF;
    padding:22px;
    border-radius:18px;
}

.metric-card h5{
    color:#7A869A;
    font-size:16px;
    margin-bottom:12px;
}

.metric-card h2{
    font-size:38px;
    margin-bottom:8px;
}

.metric-card span{
    color:#18B978;
    font-size:16px;
    font-weight:600;
}

.analytics{
    display:grid;
    grid-template-columns:1.7fr 1fr;
    gap:20px;
}

.chart-box,
.pie-box{
    background:#F8FBFF;
    border-radius:24px;
    padding:24px;
    height:320px;
    position:relative;
}

.chart-box h4,
.pie-box h4{
    margin-bottom:25px;
    font-size:22px;
}

.fake-chart{
    position:absolute;
    left:40px;
    right:40px;
    bottom:60px;
    height:6px;
    border-radius:20px;
    background:linear-gradient(90deg,#18B892,#90F0D3);
    transform:skewY(-10deg);
}

.pie-chart{
    width:180px;
    height:180px;
    border-radius:50%;
    margin:auto;
    background:
    conic-gradient(
        #18B892 0 41%,
        #4B8DFF 41% 69%,
        #8C7CFF 69% 88%,
        #D9DFF0 88% 100%
    );
}

/* RIGHT FLOW */

.flow-right{
    position:absolute;
    right:0px;
    top:230px;
    width:320px;
}

.flow-item{
    background:#fff;
    border-radius:24px;
    padding:24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:25px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    position:relative;
}

.flow-item::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-25px;
    width:2px;
    height:25px;
    border-left:2px dashed #63B3ED;
}

.flow-item:last-child::after{
    display:none;
}

.flow-left{
    display:flex;
    gap:18px;
    align-items:center;
}

.flow-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.linkedin{
    background:#0A66C2;
}

.mail{
    background:#7C5CFF;
}

.phone{
    background:#20BF6B;
}

.flow-status{
    background: #E9FFF4;
    color: #159A62;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 600;
}

.flow-text h4{
    font-size:13px;
    margin-bottom:6px;
}

.flow-text p{
    color:#6B7280;
    font-size:13px;
}
.pricing-plan-page .pricing-plan-card .pricing-plan-top h2 {
  font-weight: 600;
  font-size: 20px;
}
.pricing-plan-page .pricing-plan-card p{margin-bottom:22px;font-size:15px;}
.pricing-plan-page .pricing-plan-card .included-feature-area ul li{font-size:15px;line-height:18px;}
.pricing-plan-page .pricing-plan-card .included-feature-area h6{font-size: 15px;font-family: var(--font-lora);}
.pricing-plan-page .pricing-plan-card .pricing-plan-top .title-area h4{font-size: 24px;}
@media(max-width:1400px){
	.sub-title{font-size: 16px;letter-spacing: 1px;margin-bottom: 18px;}
	.main-heading{font-size: 35px;}
}
@media(max-width:1200px){

    .main-wrapper{
        flex-direction:column-reverse;
		gap:0;
    }
	.dashboard-top{margin-bottom:0px;}
    .left-content,
    .right-content{
        width:100%;
    }

    .flow-right{
        position:relative;
        right:0;
        top:30px;
        width:100%;
    }

    .metric-grid{
        grid-template-columns:repeat(2,1fr);
    }

}
@media (max-width: 991px) {
	
  .breadcrumb-section {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
    .main-menu .sub-menu {
        display: none;
    }

    .main-menu .menu-item-has-children.active > .sub-menu {
        display: block;
    }
    .menu-item-has-children > a::after {
        content: '+';
        float: right;
    }

    .menu-item-has-children.active > a::after {
        content: '-';
    }
}
@media(max-width:768px){
	    .breadcrumb-section .banner-content h1 {
        font-size: 27px;
        margin-bottom: 25px;
    }
    .hero-section{
        padding:30px;
    }

    .main-heading{
        font-size:35px;
    }

    .description{
        font-size:20px;
    }

    .top-process{
        flex-wrap:wrap;
        gap:20px;
    }

    .process-card{
        width:48%;
    }

    .process-card::after{
        display:none;
    }

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

    .outreach-grid{
        flex-wrap:wrap;
    }

/*     .feature-box{
        flex-direction:column;
    } */
	.home4-process-section{
		margin-top:50px;
	}
	.home4-video-section{
		height:auto;
		min-height:fit-content;
	}
	.home4-video-section video{
		min-height:fit-content;
		height:auto;
	}

}
.modal-body form label {
    display: block;
    font-weight: 500;
    font-size: 15px;
}
.modal-body form input{font-size:15px;
	height:45px;padding:7px 10px;width:96%;
	border:1px solid #dedede;    border-radius: 8px;
}
.modal-body form textarea{
	height:100px;padding:7px 10px;width:100%;
	border:1px solid #dedede;    border-radius: 8px;
}
.modal-body  .wpforms-container .wpforms-field.wpforms-one-half{
	float: left;
/*     margin-left: 20px; */
    clear: none;margin-bottom: 12px;
}
.modal-body .wpforms-container .wpforms-one-half, .modal-body form .wpforms-container .wpforms-three-sixths, .modal-body form .wpforms-container .wpforms-two-fourths {
    width: calc(50% - 0px);
}
#wpforms-submit-463{
	background:black;color:#fff;width:100%;padding:8px;border-radius:8px;margin-top:10px;
}
.service-card3 h4{
	font-size:20px;
}
.service-card3 p{
	position:relative;
	z-index:1;
}
.case-study-card2.three .case-study-content-wrap{gap:0;}
.case-study-card2.three .case-study-img{
	height: 255px;
    overflow: hidden;
}
.case-study-card2.three .case-study-img img{
	height:100%;
	object-fit:cover;
}
.case-study-card2.three p{
	font-size:14px;
	line-height:26px;
}
.case-study-card2 .case-study-content-wrap .case-study-content h4 {
    margin-bottom: 10px;
}
.case-study-card2 .case-study-content-wrap .case-study-content h4 a{
    font-size:18px;
}

@media(max-width:600px){
	.outreach-card i {
		font-size: 22px;
	}
	.outreach-card h4 {
		font-size: 13px;
	}
	.outreach-title {
		font-size: 22px;
		margin-bottom: 17px;
		font-weight: 700;
	}
	.feature-item {
    /* flex: 1; */
    text-align: center;
    float: left;
    width: 50%;
}
	.feature-box {
        display: inline-block;
    }
	.outreach-grid {
        flex-wrap: wrap;
        gap: 10px;
    }
	.outreach-card{
		width:105px;
		padding: 12px 10px;
	}
}
.crm-process-section{
    background:#f8fafc;
}

.crm-process-card{
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    overflow:hidden;
}

.process-content{
    background:#f5f7fb;
    height:100%;
    padding:45px 35px;
}

.process-content h2{
   
 
    line-height:1.2;
    color:#0f172a;
    margin-bottom:20px;
}

.process-content h2 span{
    color:#22c55e;
}

.process-content p{
    font-size:18px;
    color:#475569;
    line-height:1.7;
    margin:0;
}

.issue-box{
    padding:30px 10px;
}

.issue-icon{
    width:58px;
    height:58px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#fff4f3;
    color:#ef4444;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.issue-box p{
    font-size:16px;
    font-weight:500;
    color:#1e293b;
    line-height:1.6;
    margin:0;
}

@media(max-width:991px){

.process-content{
    text-align:center;
}



}

@media(max-width:767px){

.issue-box{
    padding:15px;
}

.issue-box p{
    font-size:15px;
}

}

.help-build-section{
    background:#fff;
}

.section-title h2{

    color:#091540;
    margin-bottom:15px;
}

.section-title span{
    width:70px;
    height:2px;
	
    padding: 3px 16px;
    background:#2955ff;
    display:inline-block;
    border-radius:30px;
}

.build-card{
    background:#fff;
    border:1px solid #edf1f7;
    border-radius:14px;
    padding:28px;
    height:100%;
    transition:.35s;
}

.build-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.card-title-area{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}

.icon{
    width:54px;
    height:54px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:14px;
    font-size:24px;
}

.icon.green{
    color:#22c55e;
    background:#effdf5;
}

.icon.blue{
    color:#3b82f6;
    background:#eff6ff;
}

.icon.purple{
    color:#8b5cf6;
    background:#f5f3ff;
}

.icon.orange{
    color:#f97316;
    background:#fff7ed;
}

.icon.teal{
    color:#14b8a6;
    background:#ecfeff;
}

.card-title-area h5{

    font-weight:700;
    margin:0;
    color:#111827;
}

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

.build-card ul li{
    position:relative;
    padding-left:26px;
    margin-bottom:14px;
    color:#4b5563;
    font-size:17px;
}

.build-card ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#22c55e;
    font-weight:700;
}

@media(max-width:991px){



.build-card{
    padding:24px;
}

}

@media(max-width:767px){



.card-title-area h5{
    font-size:20px;
}

.build-card ul li{
    font-size:16px;
}

}

.dashboard-card{
    background:#fff;
    border:1px solid #edf1f7;
    border-radius:16px;
    padding:10px;
    height:100%;
}

.dashboard-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
}

.lead-box{
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:25px;
}

.lead-box i{
    font-size:26px;
    margin-bottom:12px;
    display:block;
}

.lead-box small{
    display:block;
    color:#666;
    margin-bottom:5px;
}

.lead-box h3{
/*     font-size:34px; */
    font-weight:700;
}

.sales-box{
    background:#fafbfc;
    border-radius:10px;
    padding:20px;
}

.sales-box small{
    color:#666;
}

.sales-box h2{
    margin-top:10px;
    font-size:20px;
    font-weight:700;
}

.growth{
    color:#22c55e;
    font-weight:600;
}

.activity-item{
    display:flex;
    justify-content:space-between;
    margin-bottom:24px;
    align-items:center;
    font-weight:600;
}

.activity-item span{
    width:12px;
    height:12px;
    border-radius:50%;
    display:inline-block;
    margin-right:10px;
}

.blue span{
    background:#2563eb;
}

.orange span{
    background:#f97316;
}

.yellow span{
    background:#facc15;
}

.green span{
    background:#22c55e;
}

.crm-info-section{
    background:#fff;
}

.info-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:35px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.info-card h3{
    color:#0f2b6f;
    margin-bottom:20px;
	font-size:20px;
}

.subtitle{
    font-size:18px;
    margin-bottom:20px;
    color:#555;
}

.check-list,
.icon-list{
    list-style:none;
    margin:0;
    padding:0;
}

.check-list li{
   position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
    /* font-size: 18px; */
    color: #374151;
}

.check-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #22c55e;
    color:#fff;
    font-size:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

.dashboard-img{
    max-width:240px;
}

.alert-text{
    margin-top:25px;
/*     font-size:26px; */
    font-weight:700;
    color:#111827;
    line-height:1.5;
}

.pulse-icon{
    font-size:65px;
    color:#4f6cf5;
}

.icon-list li{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
    font-size:20px;
    color:#374151;
}

.icon-list i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#eef4ff;
    color:#4169e1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

@media(max-width:991px){

.info-card{
    padding:30px;
}

.info-card h3{
    font-size:20px;
}

.check-list li,
.icon-list li{
    font-size:17px;
}

.alert-text{
/*     font-size:22px; */
}

}

@media(max-width:767px){

.info-card{
    padding:25px;
}

.info-card h3{
    font-size:19px;
}

.dashboard-img{
    max-width:180px;
}

}

.platform-section{
    background:#fff;
}

.platform-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:35px;
    height:100%;
    box-shadow:0 6px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.platform-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.platform-card h3{

    color:#11296b;
    margin-bottom:35px;
}

.tool-logo{
    width:130px;
    max-width:100%;
    height:55px;
    object-fit:contain;
    transition:.3s;
}

.tool-logo:hover{
    transform:scale(1.08);
}

.industry-item{
/*     display:flex; */
    align-items:center;
    gap:12px;
    font-size:17px;
    font-weight:500;
    color:#374151;
}

.industry-item i{
    width:42px;
    height:42px;
    background:#eef4ff;
    color:#3156d3;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
}

@media(max-width:991px){

.platform-card{
    padding:30px;
}


.tool-logo{
    width:110px;
}

}

@media(max-width:767px){



.industry-item{
    font-size:15px;
}

.tool-logo{
    width:95px;
}

}

.challenge-section{
    background:#081a39;
    padding:70px 0;
}

.challenge-card{
    background:#081a39;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:15px;
}

.section-tag{
    color:#18c964;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    font-size:14px;
}

.challenge-title{
    color:#fff;
    margin:15px 0 10px;
}

.challenge-item{
    display:flex;
    gap:18px;
}

.challenge-icon{
    min-width:58px;
    width:58px;
    height:58px;
    border-radius:16px;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.challenge-item p{
    color:rgba(255,255,255,.85);
    font-size:17px;
    line-height:1.7;
    margin:0;
}

.quote-box{
    border-left:1px solid rgba(255,255,255,.15);
    padding-left:45px;
    height:100%;
}

.quote-mark{
    font-size:70px;
    color:#18c964;
    line-height:1;
    margin-bottom:15px;
}

.quote-text{
    color:#fff;
    font-size:26px;
    line-height:1.6;
    margin-bottom:40px;
}

.author{
    display:flex;
    align-items:center;
}

.author img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-right:18px;
}

.author h6{
    color:#fff;
    font-size:20px;
    margin-bottom:5px;
    font-weight:700;
}

.author span{
    color:#b8c5df;
}

@media(max-width:992px){

.challenge-title{
    font-size:34px;
}

.quote-box{
    margin-top:40px;
    border-left:none;
    border-top:1px solid rgba(255,255,255,.15);
    padding-left:0;
    padding-top:35px;
}

}

@media(max-width:768px){

.challenge-card{
    padding:30px;
}

.challenge-title{
    font-size:28px;
}

.challenge-item{
    margin-bottom:25px;
}

.challenge-item p{
    font-size:16px;
}

.quote-text{
    font-size:20px;
}

}

.outreach-section{
    background:#fff;
}

.section-heading{
/*     font-size:38px; */
    font-weight:800;
    letter-spacing:2px;
    color:#091540;
}

.outreach-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    height:100%;
}

.icon{
    width:78px;
    height:78px;
/*     min-width:78px; */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.green{
    background:#effcf5;
    color:#20b15a;
}

.blue{
    background:#eef3ff;
    color:#3d5afe;
}

.outreach-item h5{
    font-size:18px;
    font-weight:700;
    color:#111827;
    margin-bottom:10px;
}

.outreach-item p{
    color:#5b6474;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

@media (max-width:991px){

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

.outreach-item{
    padding:15px;
}

}

@media (max-width:767px){

.section-heading{
    font-size:24px;
}

.icon{
    width:64px;
    height:64px;
    min-width:64px;
    font-size:22px;
}

.outreach-item h5{
    font-size:18px;
}

.outreach-item p{
    font-size:15px;
}

}
.results-card{
    border:1px solid #edf2f7;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
}

.section-label{
    color:#20b15a;
    font-weight:800;
    letter-spacing:1px;
    font-size:15px;
}

.result-box{
    border:1px solid #edf2f7;
    border-radius:12px;
    text-align:center;
    padding:30px 20px;
    height:100%;
    background:#fff;
}

.result-box h2{
    font-size:24px;
    color:#1f4fd7;
    font-weight:800;
    margin-bottom:10px;
}

.result-box h2 small{
    font-size:24px;
}

.result-box p{
    color:#4b5563;
    font-size:17px;
    line-height:1.7;
    margin:0;
}

.chart-side{
    background:#f7fcf9;
    height:100%;
    padding:35px 25px;
}

.chart-side h5{
    color:#1b8d4d;
    font-weight:700;
    margin-bottom:20px;
}

.legend-item{
    display:flex;
    align-items:center;
    margin-bottom:18px;
    font-size:16px;
}

.legend-item strong{
    margin-left:auto;
}

.legend-item span{
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:12px;
}

.green{background:#22c55e;}
.blue{background:#2563eb;}
.teal{background:#14b8a6;}

@media(max-width:991px){

.chart-side{
    border-top:1px solid #edf2f7;
}

.result-box h2{
    font-size:22px;
}

}

/*==============================
Ideal Tools Section
===============================*/

.ideal-tools-section{
    background:#fff;
}

.ideal-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:35px;
    height:100%;
    box-shadow:0 6px 20px rgba(15,23,42,.05);
    transition:.35s ease;
}

.ideal-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(15,23,42,.08);
}

.section-title{
/*     font-size:28px; */
/*     font-weight:800; */
    color:#0F1E46;
    letter-spacing:.5px;
    margin-bottom:35px;
/*     text-transform:uppercase; */
}

/*==============================
Left Side
===============================*/

.ideal-list{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.ideal-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.ideal-icon{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:50%;
    background:#F5F8FF;
    color:#325DFF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:.3s;
}

.ideal-item:hover .ideal-icon{
    background:#325DFF;
    color:#fff;
}

.ideal-content{
    display:flex;
    justify-content:space-between;
    width:100%;
    gap:20px;
    align-items:flex-start;
}

.ideal-heading{
    width:180px;
    font-size:18px;
    font-weight:700;
    color:#111827;
    line-height:1.4;
}

.ideal-text{
    flex:1;
    font-size:16px;
    color:#6B7280;
    line-height:1.7;
}

/*==============================
Tool Grid
===============================*/

.tool-item{
    height:82px;
    border:1px solid #EEF2F7;
    border-radius:12px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    transition:.3s;
    cursor:pointer;
}

.tool-item:hover{
    transform:translateY(-4px);
    border-color:#3B82F6;
    box-shadow:0 12px 25px rgba(59,130,246,.12);
}

.tool-item img{
    width:28px;
    height:28px;
    object-fit:contain;
}

.tool-item i{
    font-size:22px;
    color:#3156d3;
}

.tool-item span{
    font-size:15px;
    font-weight:600;
    color:#1F2937;
}

/*==============================
Footer
===============================*/

.tool-footer{
    margin-top:28px;
    background:#F5F8FF;
    border-radius:12px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    gap:15px;
}

.tool-footer i{
    color:#325DFF;
    font-size:22px;
}

.tool-footer span{
    color:#4B5563;
    font-size:15px;
    line-height:1.7;
    font-weight:500;
}

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

@media (max-width:1199px){

.section-title{
    font-size:24px;
}

.ideal-heading{
    width:160px;
    font-size:17px;
}

}

@media (max-width:991px){

.ideal-card{
    padding:30px;
}

.ideal-content{
    display:block;
}

.ideal-heading{
    width:100%;
    margin-bottom:6px;
}

.tool-item{
    height:72px;
}

.tool-item span{
    font-size:14px;
}

}

@media (max-width:767px){

.ideal-card{
    padding:24px;
}

.section-title{
    font-size:22px;
    margin-bottom:25px;
}

.ideal-list{
    gap:18px;
}

.ideal-icon{
    width:40px;
    height:40px;
    min-width:40px;
    font-size:18px;
}

.ideal-heading{
    font-size:16px;
}

.ideal-text{
    font-size:14px;
}

.tool-item{
    flex-direction:column;
    gap:8px;
    height:90px;
    padding:10px;
}

.tool-item img{
    width:24px;
    height:24px;
}

.tool-item span{
    text-align:center;
    font-size:13px;
}

.tool-footer{
    padding:16px;
    align-items:flex-start;
}

.tool-footer span{
    font-size:14px;
}

}


.about-section{
    background:#fff;
}

.about-wrapper{
    background:#f8fcfd;
    border:1px solid #edf2f7;
    border-radius:24px;
    padding:50px;
}

.sub-title{
    display:block;
    color:#20b15a;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.about-content h2{
/*     font-size:52px; */
    font-weight:800;
    color:#081B4B;
    margin-bottom:18px;
}

.title-line{
    width:55px;
    height:4px;
    background:#2cc46f;
    border-radius:10px;
    margin-bottom:30px;
}

.about-content p{
    color:#4b5563;
/*     font-size:18px; */
    line-height:1.9;
    margin-bottom:25px;
}

/* Cards */

.stat-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.stat-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
}

.green{
    background:#24b25f;
}

.blue{
    background:#2563eb;
}

.purple{
    background:#8b5cf6;
}

.orange{
    background:#f97316;
}

.stat-card h3{
/*     font-size:50px; */
    font-weight:800;
    color:#081B4B;
    margin-bottom:8px;
}

.stat-card h6{
    font-size:18px;
    font-weight:700;
    color:#1f2937;
    line-height:1.6;
    min-height:58px;
}

.card-line{
    display:block;
    width:40px;
    height:4px;
    border-radius:20px;
    margin:18px auto 0;
}

.green-bg{
    background:#24b25f;
}

.blue-bg{
    background:#2563eb;
}

.purple-bg{
    background:#8b5cf6;
}

.orange-bg{
    background:#f97316;
}

/* Responsive */

@media(max-width:1199px){

.about-content h2{
    font-size:40px;
}

.stat-card h3{
    font-size:30px;
}

}

@media(max-width:991px){

.about-wrapper{
    padding:35px;
}

.about-content{
    margin-bottom:15px;
}

.about-content h2{
    font-size:38px;
}

.about-content p{
    font-size:16px;
}

}

@media(max-width:767px){

.about-wrapper{
    padding:25px;
}

.about-content h2{
    font-size:32px;
}

.stat-card{
    padding:25px 15px;
}

.stat-icon{
    width:60px;
    height:60px;
    font-size:24px;
}

.stat-card h3{
    font-size:28px;
}

.stat-card h6{
    font-size:15px;
    min-height:auto;
}

}

.mission-vision-section{
    background:#fff;
}

.mission-vision-wrapper{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:45px 50px;
    box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.mv-box{
    display:flex;
    align-items:center;
    gap:28px;
}

.vision-box{
    border-left:1px solid #edf2f7;
    padding-left:50px;
}

.mv-icon{
    width:86px;
    height:86px;
    min-width:86px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}

.green-icon{
    background:#ECFDF5;
    color:#22C55E;
}

.blue-icon{
    background:#EFF6FF;
    color:#2563EB;
}

.mv-content h3{
/*     font-size:36px; */
    font-weight:800;
    color:#071A45;
    margin-bottom:10px;
}

.mv-line{
    display:block;
    width:42px;
    height:4px;
    border-radius:20px;
    margin-bottom:18px;
}

.green-line{
    background:#22C55E;
}

.blue-line{
    background:#2563EB;
}

.mv-content p{
    margin:0;
    color:#4B5563;
/*     font-size:18px; */
    line-height:1.9;
}

/* Hover */

.mv-box{
    transition:.3s;
}

.mv-box:hover{
    transform:translateY(-4px);
}

.mv-box:hover .mv-icon{
    transform:scale(1.08);
}

.mv-icon{
    transition:.3s;
}

/* Responsive */

@media(max-width:991px){

.vision-box{
    border-left:none;
    border-top:1px solid #edf2f7;
    padding-left:0;
    padding-top:35px;
    margin-top:35px;
}

.mission-vision-wrapper{
    padding:35px;
}

.mv-content h3{
/*     font-size:30px; */
}

.mv-content p{
    font-size:16px;
}

}

@media(max-width:767px){

.mission-vision-wrapper{
    padding:25px;
}

.mv-box{
    flex-direction:column;
    text-align:center;
    gap:20px;
}

.mv-line{
    margin:0 auto 18px;
}

.mv-icon{
    width:70px;
    height:70px;
    min-width:70px;
    font-size:32px;
}

.mv-content h3{
/*     font-size:26px; */
}

.mv-content p{
    font-size:15px;
    line-height:1.7;
}

}

.advantage-section{
    background:#fff;
}

.advantage-wrapper{
    background:#fbfdff;
    border:1px solid #edf2f7;
    border-radius:22px;
    padding:45px;
    box-shadow:0 8px 30px rgba(15,23,42,.04);
}

.advantage-subtitle{
    display:block;
    color:#25b45b;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.advantage-title{
/*     font-size:46px; */
    font-weight:800;
    color:#071A45;
    margin-bottom:15px;
}

.advantage-item{
    text-align:center;
    padding:20px 20px;
    border-right:1px solid #e9eef5;
    height:100%;
    transition:.35s;
}

.advantage-item:hover{
    transform:translateY(-8px);
}

.advantage-icon{
    width:82px;
    height:82px;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    transition:.35s;
}

.advantage-item:hover .advantage-icon{
    transform:scale(1.08);
}

.green{
    background:#ECFDF5;
    color:#22C55E;
}

.blue{
    background:#EFF6FF;
    color:#2563EB;
}

.purple{
    background:#F5F3FF;
    color:#8B5CF6;
}

.orange{
    background:#FFF7ED;
    color:#F59E0B;
}

.advantage-item h4{
    font-size:18px;
    font-weight:700;
    color:#081B4B;
    margin-bottom:15px;
    line-height:1.4;
}

.advantage-item p{
    font-size:16px;
    color:#4B5563;
    line-height:1.8;
    margin:0;
}

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

@media(max-width:1199px){

.advantage-title{
/*     font-size:38px; */
}

.advantage-item{
    padding:20px;
}

.advantage-item h4{
    font-size:20px;
}

}

@media(max-width:991px){

.advantage-item{
    border-right:none;
    border-bottom:1px solid #edf2f7;
    padding:30px;
}

.advantage-item.border-end-0{
    border-bottom:none;
}

.advantage-wrapper{
    padding:35px;
}

}

@media(max-width:767px){

.advantage-wrapper{
    padding:25px;
}

.advantage-title{
/*     font-size:30px; */
}

.advantage-icon{
    width:70px;
    height:70px;
    font-size:30px;
}

.advantage-item h4{
    font-size:18px;
}

.advantage-item p{
    font-size:15px;
}

}

.impact-section{
    background:#fff;
}

.impact-wrapper{
    background:#071B47;
    border-radius:20px;
    padding:45px;
    overflow:hidden;
    position:relative;
}

.impact-wrapper::after{
    content:"";
    position:absolute;
    right:-80px;
    top:-60px;
    width:380px;
    height:380px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    box-shadow:
    0 0 0 45px rgba(255,255,255,.03),
    0 0 0 90px rgba(255,255,255,.02);
}

.impact-subtitle{
    color:#23c15b;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    display:block;
    margin-bottom:15px;
}

.impact-content h2{
    color:#fff;
/*     font-size:42px; */
    font-weight:800;
    line-height:1.2;
    margin-bottom:22px;
}

.impact-content p{
    color:#d4d9e6;
/*     font-size:17px; */
    line-height:1.9;
    margin:0;
}

/* Stats */

.impact-stats{
    height:100%;
    align-items:center;
}

.impact-item{
    text-align:center;
    border-right:1px solid rgba(255,255,255,.12);
}

.impact-item h3{
    color:#21C45D;
/*     font-size:48px; */
    font-weight:800;
    margin-bottom:10px;
}

.impact-item span{
    color:#fff;
    font-size:16px;
    font-weight:600;
}

/* Graph */

.impact-graph{
    position:relative;
    height:220px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.bars{
    display:flex;
    align-items:flex-end;
    gap:8px;
}

.bar{
    width:28px;
    border-radius:6px 6px 0 0;
    background:linear-gradient(#ffffff,#d8e3f5);
    display:block;
}

.h1{height:20px;}
.h2{height:35px;}
.h3{height:55px;}
.h4{height:80px;}
.h5{height:110px;}
.h6{height:145px;}
.h7{height:180px;}

.growth-line{
    position:absolute;
    top:0;
    right:0;
    color:#20c55f;
    font-size:180px;
    transform:rotate(8deg);
    line-height:1;
    opacity:.95;
}

/* Responsive */

@media(max-width:1199px){

.impact-content h2{
/*     font-size:34px; */
}

.impact-item h3{
/*     font-size:36px; */
}

}

@media(max-width:991px){

.impact-content{
    text-align:center;
    margin-bottom:40px;
}

.impact-item{
    border-right:none;
    margin-bottom:30px;
}

.impact-graph{
    margin-top:30px;
}

}

@media(max-width:767px){

.impact-wrapper{
    padding:30px;
}

.impact-content h2{
/*     font-size:30px; */
}

.impact-item h3{
/*     font-size:30px; */
}

.impact-item span{
    font-size:14px;
}

.bar{
    width:20px;
}

.growth-line{
    font-size:130px;
}

}

/* --------------------------------------------------pricing page style --------------------------------------- */
/*=========================
PRICING SECTION
=========================*/

.pricing-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.pricing-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:radial-gradient(circle,#dff7ea 0%,transparent 70%);
    left:-180px;
    top:-180px;
}

.pricing-section::after{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    border:1px dashed rgba(37,99,235,.08);
    border-radius:50%;
    right:-250px;
    top:-180px;
}

.pricing-title{
    font-size:54px;
    font-weight:800;
    color:#071B4B;
    margin-bottom:10px;
}

.pricing-subtitle{
    color:#6B7280;
    font-size:18px;
    margin-bottom:30px;
}

/* Toggle */

.pricing-toggle{
    display:inline-flex;
    background:#fff;
    border-radius:50px;
    padding:5px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.pricing-toggle button{
    border:none;
    background:transparent;
    padding:12px 28px;
    font-weight:700;
    border-radius:50px;
    color:#071B4B;
    transition:.3s;
}

.pricing-toggle button.active{
    color:#fff;
    background:linear-gradient(90deg,#1bc55d,#1d5dff);
}

.pricing-toggle small{
    font-size:12px;
}

/*=========================
Cards
=========================*/

.pricing-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    position:relative;
    height:100%;
    transition:.35s;
    box-shadow:0 12px 35px rgba(15,23,42,.05);
}

.pricing-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

/* Borders */

.starter{
    border:2px solid #F3C84D;
}

.featured{
    border:2px solid #2563EB;
}

.training{
    border:2px solid #5BC56D;
}

/*=========================
Popular Badge
=========================*/

.popular-badge{
    position:absolute;
    left:50%;
    top:-14px;
    transform:translateX(-50%);
    background:#2563EB;
    color:#fff;
    padding:7px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 10px 20px rgba(37,99,235,.25);
}

/*=========================
Icons
=========================*/

.plan-icon{
    width:78px;
    height:78px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
    margin:0 auto 25px;
}

.yellow{
    background:#F6B81A;
}

.blue{
    background:#2563EB;
}

.green{
    background:#25C15B;
}

/*=========================
Typography
=========================*/

.pricing-card h3{
    font-size:18px;
    text-align:center;
    font-weight:800;
    color:#071B4B;
    margin-bottom:20px;
}

.price{
    text-align:center;
/*     font-size:42px; */
    font-weight:800;
    color:#071B4B;
    margin-bottom:18px;
}

.price span{
    color:#D1D5DB;
    margin:0 10px;
}

.price small{
    font-size:18px;
    font-weight:500;
    color:#6B7280;
}

.plan-desc{
    text-align:center;
    color:#6B7280;
    line-height:1.7;
	font-size:15px;
    margin-bottom:28px;
}

/*=========================
Buttons
=========================*/

.btn-gradient{
    background:linear-gradient(90deg,#21c55d,#2563EB);
    color:#fff;
    border:none;
/*     padding:14px;
    border-radius:50px;
    font-weight:700; */
}

.btn-gradient:hover{
    color:#fff;
    transform:translateY(-2px);
}

.btn-outline-warning,
.btn-outline-success{
    border-radius:50px;
    padding:10px;
    font-weight:700;
}

/*=========================
Lists
=========================*/

.pricing-card h6{
    color:#071B4B;
    font-weight:800;
    margin-bottom:15px;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}

.feature-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
	font-size:13px;
    color:#4B5563;
    line-height:1.3;
}

.feature-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    font-weight:700;
    color:#22C55E;
}

/*=========================
Best For
=========================*/

.best-for{
    margin-top:25px;
    font-size:14px;
    line-height:1.8;
    color:#4B5563;
    border-top:1px solid #EEF2F7;
    padding-top:20px;
}

.blue-text{
    color:#2563EB;
}

.green-text{
    color:#22C55E;
}

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

@media(max-width:1199px){

.pricing-title{
    font-size:44px;
}

.price{
/*     font-size:34px; */
}

.pricing-card{
    padding:28px;
}

}

@media(max-width:991px){

.pricing-card{
    margin-bottom:30px;
}

.pricing-title{
    font-size:38px;
}

}

@media(max-width:767px){

.pricing-title{
    font-size:30px;
}

.pricing-subtitle{
    font-size:16px;
}

.pricing-toggle{
    width:100%;
    display:flex;
}

.pricing-toggle button{
    flex:1;
    padding:12px;
    font-size:14px;
}

.pricing-card{
    padding:24px;
}

.pricing-card h3{
    font-size:15px;
}

.price{
/*     font-size:30px; */
}

.price small{
    display:block;
    margin-top:6px;
}

.plan-icon{
    width:65px;
    height:65px;
    font-size:28px;
}

.btn-gradient,
.btn-outline-warning,
.btn-outline-success{
    font-size:15px;
}

}

a.btn.btn-outline-dark{
	padding: 14px;
    border-radius: 50px;
    font-weight: 700;
}