.elementor-162 .elementor-element.elementor-element-a870733:hover{background-color:transparent;background-image:linear-gradient(180deg, #6ED4FF 7%, #f2295b 100%);}/* Start custom CSS for html, class: .elementor-element-642619b */.hero{
background:#050816;
min-height:100vh;
display:flex;
align-items:center;
padding:100px 0;
position:relative;
overflow:hidden;
}

.hero::before{
content:'';
position:absolute;
width:600px;
height:600px;
background:rgba(0,102,255,.25);
filter:blur(150px);
top:-200px;
right:-100px;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.badge{
background:rgba(255,255,255,.08);
padding:10px 18px;
border-radius:50px;
color:#fff;
display:inline-block;
margin-bottom:20px;
}

.hero h1{
font-size:65px;
line-height:1.1;
font-weight:800;
color:#fff;
margin-bottom:20px;
}

.hero h1 span{
background:linear-gradient(135deg,#0066ff,#00b3ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero p{
color:#cbd5e1;
font-size:18px;
line-height:1.8;
max-width:600px;
}

.hero-buttons{
margin-top:30px;
display:flex;
gap:20px;
}

.btn-primary{
padding:16px 32px;
background:linear-gradient(135deg,#0066ff,#00b3ff);
border-radius:12px;
color:#fff;
font-weight:700;
text-decoration:none;
}

.btn-secondary{
padding:16px 32px;
border:1px solid #0066ff;
border-radius:12px;
color:#fff;
text-decoration:none;
}

.hero-stats{
display:flex;
gap:40px;
margin-top:50px;
}

.hero-stats h3{
color:#fff;
font-size:32px;
}

.hero-stats p{
font-size:14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a870733 */.trust-bar{
  background: var(--white);
  padding: 70px 20px;
}

.trust-bar .container{
  max-width: 1200px;
  margin: auto;
}

.trust-text{
  text-align: center;
  color: var(--gray);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.logos{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}

.logos img{
  width: 55px;
  height: 55px;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logos img:hover{
  opacity: 1;
  transform: translateY(-6px) scale(1.08);
}

@media (max-width:768px){
  .logos{
    gap: 35px;
  }

  .logos img{
    width: 42px;
    height: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76b374f */.services{
    padding:120px 8%;
    background:linear-gradient(
        135deg,
        #f0f9ff 0%,
        #e0f2fe 50%,
        #dbeafe 100%
    );
}

.services-heading{
    text-align:center;
    max-width:750px;
    margin:0 auto 70px;
}

.services-heading span{
    color:#2563eb;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.services-heading h2{
    font-size:48px;
    color:#0f172a;
    margin:20px 0;
    font-weight:800;
}

.services-heading p{
    color:#64748b;
    font-size:18px;
    line-height:1.8;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.service-card{
    background:rgba(255,255,255,0.7);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,0.5);
    border-radius:24px;
    padding:45px 35px;
    transition:all .4s ease;
    box-shadow:0 15px 40px rgba(37,99,235,0.08);
}

.service-card:hover{
    transform:translateY(-12px);
    background:#ffffff;
    box-shadow:0 25px 60px rgba(37,99,235,0.15);
}

.icon{
    width:70px;
    height:70px;
    background:linear-gradient(
        135deg,
        #2563eb,
        #38bdf8
    );
    border-radius:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    margin-bottom:25px;
    color:#ffffff;
}

.service-card h3{
    font-size:24px;
    color:#0f172a;
    margin-bottom:15px;
}

.service-card p{
    color:#64748b;
    line-height:1.8;
    font-size:16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60528a8 */.why-us{
    position:relative;
    padding:120px 8%;
    background:#050816;
    overflow:hidden;
}

/* Blue Glow Effects */
.why-us::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:#2563eb;
    border-radius:50%;
    top:-150px;
    left:-150px;
    filter:blur(180px);
    opacity:.25;
}

.why-us::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:#38bdf8;
    border-radius:50%;
    right:-120px;
    bottom:-120px;
    filter:blur(180px);
    opacity:.20;
}

.why-heading{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.why-heading span{
    color:#38bdf8;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.why-heading h2{
    font-size:48px;
    color:#ffffff;
    margin:20px 0;
    font-weight:800;
}

.why-heading p{
    color:#cbd5e1;
    font-size:18px;
    line-height:1.8;
}

.why-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.why-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(20px);
    border-radius:28px;
    padding:40px 35px;
    transition:all .4s ease;
}

.why-card:hover{
    transform:translateY(-12px);
    border-color:#2563eb;
    box-shadow:0 25px 60px rgba(37,99,235,.25);
}

.number{
    width:70px;
    height:70px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:24px;
    font-weight:800;
    margin-bottom:25px;
}

.why-card h3{
    color:#ffffff;
    font-size:24px;
    margin-bottom:18px;
}

.why-card p{
    color:#cbd5e1;
    line-height:1.8;
    font-size:16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c94dd2 */.testimonials{
padding:120px 0;
background:#050816;
text-align:center;
}

.testimonials h2{
color:#fff;
font-size:48px;
margin-bottom:60px;
}

.testimonial-card{
max-width:700px;
margin:auto;
background:#0f172a;
padding:50px;
border-radius:20px;
color:#fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f8f75a */.cta{
padding:120px 0;
text-align:center;
background:linear-gradient(135deg,#0066ff,#00b3ff);
color:#fff;
}

.cta h2{
font-size:55px;
margin-bottom:20px;
}

.cta p{
font-size:20px;
margin-bottom:30px;
}

.cta-btn{
background:#fff;
color:#0066ff;
padding:18px 40px;
border-radius:12px;
font-weight:700;
text-decoration:none;
}/* End custom CSS */