/* Start custom CSS for html, class: .elementor-element-12f7f94 */.hero-image{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.hero-banner{
    width:100%;
    max-width:800px;
    height:auto;
    border-radius:24px;
    box-shadow:
    0 20px 60px rgba(15,98,254,.35),
    0 10px 30px rgba(255,61,87,.25);
    animation:float 5s ease-in-out infinite;
}

@keyframes float{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0px);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d519e8a */.trusted-brands{
    padding:120px 8%;
    background:#fff;
}

.container{
    max-width:1400px;
    margin:auto;
}

.section-heading{
    text-align:center;
    max-width:850px;
    margin:auto;
}

.section-tag{
    background:rgba(15,98,254,.1);
    color:#0F62FE;
    padding:12px 25px;
    border-radius:50px;
    display:inline-block;
    font-weight:600;
    margin-bottom:20px;
}

.section-heading h2{
    font-size:52px;
    font-weight:800;
    color:#081120;
    margin-bottom:20px;
}

.section-heading p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.trust-image{
    margin-top:60px;
    margin-bottom:70px;
}

.trust-image img{
    width:100%;
    border-radius:30px;
    height:500px;
    object-fit:cover;

    box-shadow:
    0 25px 60px rgba(15,98,254,.15),
    0 15px 40px rgba(255,61,87,.12);
}

.brands-wrapper{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
    margin-bottom:80px;
}

.brand-item{
    background:white;
    border-radius:20px;
    padding:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:120px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    transition:.4s;
}

.brand-item:hover{
    transform:translateY(-10px);
}

.brand-item img{
    max-width:70px;
}

.trust-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.stat-box{
    padding:40px;
    border-radius:25px;

    background:linear-gradient(
    135deg,
    #0F62FE,
    #00C853
    );

    color:white;
    text-align:center;
}

.stat-box h3{
    font-size:42px;
    margin-bottom:10px;
}

.stat-box p{
    font-size:16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1eff7f */.services{
    padding:120px 8%;
    background:#f8fbff;
}

.section-title{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:70px;
}

.service-tag{
    display:inline-block;
    background:rgba(15,98,254,.1);
    color:#0F62FE;
    padding:12px 25px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.section-title h2{
    font-size:54px;
    font-weight:800;
    color:#081120;
    margin-bottom:20px;
}

.section-title p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.service-card{
    background:white;
    border-radius:30px;
    overflow:hidden;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

    transition:.4s;
}

.service-card:hover{
    transform:translateY(-12px);
}

.service-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.service-content{
    padding:35px;
}

.service-content span{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
    135deg,
    #0F62FE,
    #00C853
    );

    color:white;
    border-radius:50%;
    margin-bottom:25px;
    font-weight:700;
}

.service-content h3{
    font-size:28px;
    color:#081120;
    margin-bottom:15px;
}

.service-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.service-content a{
    color:#FF3D57;
    text-decoration:none;
    font-weight:700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c050c7 */.why-choose{
    padding:120px 8%;
    background:#ffffff;
}

.why-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(15,98,254,.15);
}

.experience-box{
    position:absolute;
    right:-30px;
    bottom:40px;

    background:linear-gradient(
        135deg,
        #0F62FE,
        #00C853
    );

    color:white;
    padding:30px 40px;
    border-radius:20px;
    text-align:center;
}

.experience-box h3{
    font-size:42px;
    margin-bottom:5px;
}

.section-tag{
    display:inline-block;
    background:rgba(15,98,254,.1);
    color:#0F62FE;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.why-content h2{
    font-size:54px;
    font-weight:800;
    line-height:1.2;
    color:#081120;
    margin-bottom:20px;
}

.why-content p{
    color:#666;
    font-size:18px;
    line-height:1.8;
    margin-bottom:40px;
}

.feature-list{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.feature-item{
    display:flex;
    gap:20px;
}

.icon{
    width:60px;
    height:60px;

    background:linear-gradient(
        135deg,
        #FF3D57,
        #0F62FE
    );

    color:white;
    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    font-size:22px;
    font-weight:bold;
    flex-shrink:0;
}

.feature-item h4{
    font-size:22px;
    color:#081120;
    margin-bottom:10px;
}

.feature-item p{
    margin:0;
    font-size:16px;
}

.why-btn{
    display:inline-block;
    margin-top:40px;

    background:#FF3D57;
    color:white;

    padding:18px 35px;
    border-radius:12px;

    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.why-btn:hover{
    transform:translateY(-5px);
} .counter-section{
    background:#081120;
    padding:80px 8%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.counter-box{
    text-align:center;
    color:white;
}

.counter-box h3{
    font-size:60px;
    color:#00C853;
}

.counter-box p{
    margin-top:10px;
    font-size:18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11b3dd6 */.case-studies{
    padding:120px 8%;
    background:#f8fbff;
}

.case-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.case-card{
    background:white;
    border-radius:30px;
    overflow:hidden;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

    transition:.4s;
}

.case-card:hover{
    transform:translateY(-12px);
}

.case-image img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.case-content{
    padding:35px;
}

.industry{
    display:inline-block;

    background:#0F62FE15;
    color:#0F62FE;

    padding:10px 18px;
    border-radius:50px;
    margin-bottom:20px;

    font-size:14px;
    font-weight:600;
}

.case-content h3{
    font-size:28px;
    color:#081120;
    margin-bottom:25px;
}

.results{
    display:flex;
    gap:25px;
    margin-bottom:25px;
}

.results h4{
    font-size:34px;
    color:#00C853;
}

.results p{
    color:#666;
    font-size:14px;
}

.case-content p{
    line-height:1.8;
    color:#666;
} .testimonial-highlight{
    margin-top:70px;

    background:
    linear-gradient(
        135deg,
        #0F62FE,
        #00C853
    );

    padding:60px;
    border-radius:30px;
    color:white;
    text-align:center;
}

.testimonial-highlight h3{
    font-size:38px;
    margin-bottom:20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e3dcc5 */.process-section{
    padding:120px 8%;
    background:#ffffff;
}

.process-image{
    margin:70px 0;
}

.process-image img{
    width:100%;
    border-radius:30px;

    box-shadow:
    0 30px 70px rgba(15,98,254,.15);
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.process-card{
    background:white;
    padding:40px;
    border-radius:25px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    transition:.4s;
    position:relative;
}

.process-card:hover{
    transform:translateY(-10px);
}

.step-number{
    width:80px;
    height:80px;

    background:
    linear-gradient(
        135deg,
        #0F62FE,
        #00C853
    );

    border-radius:50%;

    color:white;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    font-weight:700;

    margin-bottom:25px;
}

.process-card h3{
    font-size:26px;
    color:#081120;
    margin-bottom:15px;
}

.process-card p{
    color:#666;
    line-height:1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a617d7d */.testimonials-section{
    padding:120px 8%;
    background:#f8fbff;
}

.review-banner{
    margin:70px 0;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.rating-box{
    background:white;
    padding:35px;
    border-radius:25px;
    text-align:center;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);
}

.rating-box h3{
    font-size:42px;
    color:#0F62FE;
    margin-bottom:10px;
}

.rating-box p{
    color:#666;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:white;
    padding:40px;
    border-radius:30px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.client{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.client img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.client h4{
    color:#081120;
}

.client span{
    color:#666;
}

.testimonial-card p{
    line-height:1.8;
    color:#666;
    margin-bottom:20px;
}

.stars{
    color:#ffc107;
    font-size:22px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3c8c80 */.pricing-section{
    padding:120px 8%;
    background:#ffffff;
}

.pricing-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;
}

.pricing-card{
    background:white;
    border-radius:30px;
    padding:50px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

    position:relative;

    transition:.4s;
}

.pricing-card:hover{
    transform:translateY(-12px);
}

.featured{
    background:
    linear-gradient(
    135deg,
    #0F62FE,
    #00C853
    );

    color:white;
}

.popular-tag{
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);

    background:#FF3D57;
    color:white;

    padding:10px 25px;
    border-radius:50px;

    font-size:13px;
    font-weight:700;
}

.plan-name{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.price{
    font-size:60px;
    font-weight:800;
    margin-bottom:30px;
}

.price span{
    font-size:18px;
    font-weight:400;
}

.pricing-card ul{
    list-style:none;
    padding:0;
    margin:0 0 35px;
}

.pricing-card ul li{
    margin-bottom:18px;
    font-size:17px;
}

.pricing-card a{
    display:block;
    text-align:center;

    background:#FF3D57;
    color:white;

    padding:18px;
    border-radius:12px;

    text-decoration:none;
    font-weight:700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1207fa1 */.footer{
    background:#081120;
    color:white;
    padding:80px 8% 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:50px;
}

.footer h3,
.footer h4{
    margin-bottom:20px;
}

.footer p{
    color:#ccc;
    line-height:1.8;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer a{
    color:#ccc;
    text-decoration:none;
}

.footer a:hover{
    color:#00C853;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:50px;
    padding-top:30px;
    text-align:center;
    color:#999;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-864940b */.blog-section{
    padding:120px 8%;
    background:#ffffff;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;
}

.blog-card{
    background:white;
    border-radius:30px;
    overflow:hidden;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

    transition:.4s;
}

.blog-card:hover{
    transform:translateY(-10px);
}

.blog-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.blog-content{
    padding:35px;
}

.blog-content span{
    display:inline-block;
    background:#0F62FE15;
    color:#0F62FE;
    padding:10px 20px;
    border-radius:50px;
    margin-bottom:20px;
}

.blog-content h3{
    font-size:28px;
    margin-bottom:15px;
    color:#081120;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.blog-content a{
    color:#FF3D57;
    text-decoration:none;
    font-weight:700;
}/* End custom CSS */