.elementor-390 .elementor-element.elementor-element-ab5106f{margin-top:-140px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-390 .elementor-element.elementor-element-a66ae08 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-390 .elementor-element.elementor-element-6f4de8b > .elementor-widget-container{margin:50px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f4de8b */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#081122;
    color:#fff;
}

.container{
    width:90%;
    max-width:1280px;
    margin:auto;
}

.hero{
    background:
    radial-gradient(circle at right,#184ea8 0%,transparent 45%),
    linear-gradient(90deg,#07101f,#081931);
    padding:90px 0 0;
    overflow:hidden;
}

.hero-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.hero-content{
    width:50%;
}

.hero-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(255,255,255,.08);
    color:#5fa8ff;
    font-size:14px;
    margin-bottom:25px;
    letter-spacing:1px;
}

.hero h1{
    font-size:68px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:25px;
}

.hero h1 span{
    color:#2d8cff;
}

.hero p{
    color:#c7d3e0;
    font-size:18px;
    line-height:1.8;
    max-width:600px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:40px;
}

.btn{
    text-decoration:none;
    padding:18px 34px;
    border-radius:10px;
    transition:.3s;
    font-weight:600;
}

.btn-primary{
    background:linear-gradient(90deg,#7a4cff,#2488ff);
    color:#fff;
}

.btn-primary:hover{
    transform:translateY(-4px);
}

.btn-outline{
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
}

.btn-outline:hover{
    background:#fff;
    color:#000;
}

.hero-image{
    width:50%;
    position:relative;
}

.hero-image img{
    width:100%;
    display:block;
}

.floating-card{
    position:absolute;
    background:rgba(15,25,50,.9);
    border:1px solid rgba(255,255,255,.1);
    padding:14px 22px;
    border-radius:14px;
    backdrop-filter:blur(20px);
    box-shadow:0 15px 40px rgba(0,0,0,.4);
}

.cloud{
    top:20%;
    left:0;
}

.security{
    top:8%;
    right:20%;
}

.support{
    bottom:12%;
    right:0;
}

.stats{
    margin-top:70px;
    padding-bottom:60px;
}

.stats-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:35px;
}

.stat{
    text-align:center;
}

.stat h2{
    font-size:42px;
    color:#fff;
}

.stat p{
    color:#b8c4d4;
    margin-top:10px;
}

@media(max-width:991px){

.hero-wrapper{
    flex-direction:column;
}

.hero-content,
.hero-image{
    width:100%;
}

.hero h1{
    font-size:46px;
}

.stats-wrapper{
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

}

@media(max-width:576px){

.hero{
    padding-top:60px;
}

.hero h1{
    font-size:36px;
}

.hero-buttons{
    flex-direction:column;
}

.stats-wrapper{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73be83e */.services{
    padding:100px 0;
    background:#f8fbff;
}

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:60px;
    gap:80px;
}

.section-tag{
    display:inline-block;
    color:#3d7cff;
    font-weight:600;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-header h2{
    font-size:46px;
    color:#111827;
    line-height:1.2;
}

.section-content{
    max-width:420px;
}

.section-content p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:25px;
}

.view-btn{
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:35px;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.icon{
    width:65px;
    height:65px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
}

.icon.blue{
    background:#e7f0ff;
}

.icon.green{
    background:#e9fff0;
}

.icon.purple{
    background:#f2ecff;
}

.icon.orange{
    background:#fff2e8;
}

.icon.cyan{
    background:#e7fbff;
}

.icon.pink{
    background:#ffeaf4;
}

.icon.yellow{
    background:#fff7dd;
}

.icon.red{
    background:#ffe8e8;
}

.icon.violet{
    background:#efe7ff;
}

.service-card h3{
    color:#111827;
    margin-bottom:15px;
    font-size:22px;
}

.service-card p{
    color:#6b7280;
    line-height:1.7;
}

@media(max-width:992px){

.section-header{
    flex-direction:column;
    gap:30px;
}

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.services-grid{
    grid-template-columns:1fr;
}

.section-header h2{
    font-size:34px;
}

}/* End custom CSS */