/* Start custom CSS for html, class: .elementor-element-6afd427 *//* Business Consulting Section */
.business-consulting {
    padding: 100px 20px;
    background: #f8fafc;
}

.business-consulting .container {
    max-width: 1200px;
    margin: 0 auto;
}

.consulting-content {
    text-align: center;
}

.sub-title {
    display: inline-block;
    color: #0d6efd;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.consulting-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.3;
}

.consulting-content p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 20px;
}

.consulting-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.feature-box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.feature-box h4 {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.feature-box p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .consulting-content h2 {
        font-size: 30px;
    }

    .consulting-content p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0425188 */.consulting-services-section{
    padding:100px 20px;
    background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);
    position:relative;
}

.consulting-services-section .container{
    max-width:1400px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.section-tag{
    display:inline-block;
    padding:8px 20px;
    background:#0d6efd15;
    color:#0d6efd;
    border-radius:30px;
    font-weight:600;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.section-header h2{
    font-size:48px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.2;
}

.section-header p{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:35px;
}

.service-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
}

.service-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0d6efd,#00c6ff);
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(13,110,253,.15);
}

.service-icon{
    width:80px;
    height:80px;
    background:linear-gradient(135deg,#0d6efd,#00c6ff);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-icon i{
    color:#fff;
    font-size:34px;
}

.service-card h3{
    font-size:28px;
    color:#0f172a;
    margin-bottom:15px;
    font-weight:700;
}

.service-card p{
    color:#64748b;
    line-height:1.8;
    margin-bottom:25px;
}

.service-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-card ul li{
    padding:10px 0 10px 30px;
    position:relative;
    color:#334155;
    font-weight:500;
    border-bottom:1px solid #edf2f7;
}

.service-card ul li:last-child{
    border-bottom:none;
}

.service-card ul li::before{
    content:'✓';
    position:absolute;
    left:0;
    color:#0d6efd;
    font-weight:700;
}

@media(max-width:768px){

    .consulting-services-section{
        padding:70px 15px;
    }

    .section-header h2{
        font-size:34px;
    }

    .services-grid{
        grid-template-columns:1fr;
    }

    .service-card{
        padding:30px;
    }

    .service-card h3{
        font-size:24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b8642e */.why-consulting-section{
    padding:100px 20px;
    background:#ffffff;
}

.why-consulting-section .container{
    max-width:1200px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.section-tag{
    display:inline-block;
    padding:8px 20px;
    background:#0d6efd15;
    color:#0d6efd;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-header h2{
    font-size:46px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
}

.section-header p{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
}

.consulting-benefits{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}

.benefit-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
    border:1px solid #eef2f7;
}

.benefit-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(13,110,253,0.12);
}

.benefit-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0d6efd,#00c6ff);
}

.benefit-number{
    display:inline-block;
    font-size:42px;
    font-weight:800;
    color:#0d6efd;
    margin-bottom:15px;
    line-height:1;
}

.benefit-card h3{
    font-size:24px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
}

.benefit-card p{
    color:#64748b;
    font-size:16px;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

    .why-consulting-section{
        padding:70px 15px;
    }

    .section-header h2{
        font-size:32px;
    }

    .section-header p{
        font-size:16px;
    }

    .benefit-card{
        padding:30px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49d5c88 */.business-cta{
    padding:100px 0;
    background:#f8fbff;
}

.business-cta .container{
    max-width:1000px;
    margin:0 auto;
    padding:0 15px;
}

.cta-content{
    text-align:center;
}

.cta-subtitle{
    display:inline-block;
    color:#1684EA;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.cta-content h2{
    font-size:48px;
    font-weight:700;
    color:#1A1B3C;
    line-height:1.2;
    margin-bottom:25px;
}

.cta-content p{
    color:#666;
    font-size:17px;
    line-height:1.8;
    max-width:800px;
    margin:0 auto 35px;
}

.cta-buttons{
    margin-bottom:30px;
}

.btn-primary{
    display:inline-block;
    background:#1684EA;
    color:#fff;
    text-decoration:none;
    padding:16px 40px;
    border-radius:6px;
    font-size:16px;
    font-weight:600;
    transition:all .3s ease;
}

.btn-primary:hover{
    background:#0D6FD0;
    transform:translateY(-3px);
}

.bottom-text{
    color:#1A1B3C;
    font-size:18px;
    font-weight:500;
}

@media(max-width:768px){

    .business-cta{
        padding:70px 0;
    }

    .cta-content h2{
        font-size:32px;
    }

    .cta-content p{
        font-size:16px;
    }

    .btn-primary{
        padding:14px 30px;
    }

}/* End custom CSS */