.elementor-266 .elementor-element.elementor-element-7e4798f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-266 .elementor-element.elementor-element-3136a54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-266 .elementor-element.elementor-element-a92cb94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-266 .elementor-element.elementor-element-846b864{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9f3ba60 */.services-heading{
    text-align:center;
    max-width:900px;
    margin:0 auto 80px;
    padding:0 20px;
}

/* Badge */

.service-badge{
    display:inline-block;
    padding:10px 22px;
    background:#ffffff;
    border:1px solid #E9E5FF;
    border-radius:50px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:600;
    color:#7C3AED;
    margin-bottom:25px;
    box-shadow:0 5px 20px rgba(124,58,237,0.08);
}

/* Main Heading */

.services-heading h1{
    font-family:'Poppins',sans-serif;
    font-size:72px;
    line-height:1.1;
    font-weight:800;
    color:#111827;
    margin-bottom:25px;
}

/* Gradient Word */

.services-heading h1 span{
    background:linear-gradient(
        90deg,
        #7C3AED 0%,
        #A855F7 50%,
        #EC4899 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

/* Description */

.services-heading p{
    max-width:700px;
    margin:auto;
    font-family:'Inter',sans-serif;
    font-size:18px;
    line-height:1.8;
    color:#6B7280;
}

/* Responsive */

@media(max-width:768px){

.services-heading h1{
    font-size:48px;
}

.services-heading p{
    font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4255e5 */.featured-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    background:#ffffff;
    border-radius:32px;
    padding:50px;
    box-shadow:0 15px 50px rgba(139,92,246,0.08);
    transition:0.4s ease;
    overflow:hidden;
}

.featured-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(139,92,246,0.15);
}

.icon-box{
    min-width:100px;
    width:100px;
    height:100px;
    border-radius:24px;
    background:linear-gradient(135deg,#ede9fe,#f5d0fe);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:48px;
}

.content{
    flex:1;
}

.badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#f3f0ff;
    color:#7c3aed;
    font-family:Poppins,sans-serif;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.content h2{
    font-family:Poppins,sans-serif;
    font-size:48px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;
    line-height:1.1;
}

.content p{
    font-family:Inter,sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#6b7280;
    max-width:550px;
    margin-bottom:30px;
}

.btn{
    display:inline-block;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-family:Poppins,sans-serif;
    font-weight:600;
    background:linear-gradient(
        90deg,
        #7C3AED,
        #A855F7,
        #EC4899
    );
    transition:.3s;
}

.btn:hover{
    transform:translateY(-3px);
}

.image-box{
    flex:0 0 380px;
}

.image-box img{
    width:100%;
    border-radius:24px;
    display:block;
}

@media(max-width:991px){

.featured-card{
    flex-direction:column;
    text-align:center;
    padding:35px;
}

.image-box{
    flex:auto;
    width:100%;
}

.content h2{
    font-size:36px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a62770 */.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:40px;
}

.service-card{
    background:#ffffff;
    border-radius:28px;
    padding:35px 30px;
    transition:all .35s ease;
    box-shadow:0 10px 30px rgba(139,92,246,.06);
    border:1px solid rgba(139,92,246,.08);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(139,92,246,.15);
}

.icon{
    width:70px;
    height:70px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;

    background:linear-gradient(
        135deg,
        #EEEAFB,
        #F8F4FF
    );
}

.service-card h3{
    font-family:'Poppins',sans-serif;
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
    line-height:1.3;
}

.service-card p{
    font-family:'Inter',sans-serif;
    color:#6B7280;
    line-height:1.7;
    font-size:15px;
    margin-bottom:25px;
}

.service-card a{
    text-decoration:none;
    font-family:'Poppins',sans-serif;
    font-weight:600;
    color:#8B5CF6;
}

.service-card a:hover{
    color:#EC4899;
}

/* Tablet */

@media(max-width:1024px){

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:767px){

.services-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb18939 */.stats-trust-section{
    margin-top:100px;
    padding:70px 50px;
    border-radius:35px;

    background:linear-gradient(
        135deg,
        #FFFFFF,
        #F8F4FF
    );

    border:1px solid rgba(139,92,246,.08);

    box-shadow:
    0 20px 60px rgba(139,92,246,.08);

    text-align:center;
}

.mini-badge{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:#ffffff;
    color:#7C3AED;
    font-weight:600;
    font-family:Poppins,sans-serif;
    box-shadow:0 5px 20px rgba(124,58,237,.08);
}

.stats-header h2{
    margin-top:25px;
    font-size:52px;
    line-height:1.1;
    font-weight:800;
    color:#111827;
    font-family:Poppins,sans-serif;
}

.stats-header h2 span{
    background:linear-gradient(
        90deg,
        #7C3AED,
        #A855F7,
        #EC4899
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.stats-header p{
    max-width:700px;
    margin:25px auto 50px;
    color:#6B7280;
    line-height:1.8;
    font-size:17px;
    font-family:Inter,sans-serif;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.stat-card{
    background:#ffffff;
    padding:35px;
    border-radius:25px;

    box-shadow:
    0 10px 30px rgba(139,92,246,.06);

    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-8px);
}

.stat-card h3{
    font-size:42px;
    font-weight:800;
    color:#8B5CF6;
    margin-bottom:10px;
    font-family:Poppins,sans-serif;
}

.stat-card p{
    color:#6B7280;
    font-family:Inter,sans-serif;
}

.trust-pills{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-top:40px;
}

.pill{
    padding:14px 24px;
    border-radius:50px;
    background:#ffffff;
    color:#111827;
    font-weight:600;
    font-family:Poppins,sans-serif;

    box-shadow:
    0 8px 20px rgba(139,92,246,.08);
}

@media(max-width:1024px){

.stats-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.stats-trust-section{
    padding:50px 25px;
}

.stats-header h2{
    font-size:36px;
}

.stats-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */