.elementor-1580 .elementor-element.elementor-element-00fead6{--display:flex;}.elementor-1580 .elementor-element.elementor-element-776b5d7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-89462ae */.hero-section{

padding:120px 6%;

position:relative;

overflow:hidden;

}

.hero-wrapper{

display:flex;

align-items:center;

justify-content:space-between;

gap:60px;

}

.hero-content{

width:52%;

}

.hero-badge{

display:inline-block;

padding:10px 24px;

background:#FFF4D8;

color:#d97706;

font-weight:600;

border-radius:50px;

margin-bottom:25px;

}

.hero-content h1{

font-size:64px;

line-height:1.15;

font-weight:800;

color:#111827;

margin-bottom:25px;

}

.hero-content h1 span{

background:linear-gradient(90deg,#0057FF,#FF3B30);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero-content p{

font-size:19px;

line-height:34px;

color:#6b7280;

margin-bottom:40px;

max-width:650px;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:50px;

}

.btn-primary{

padding:18px 38px;

background:linear-gradient(90deg,#0057FF,#FF3B30);

border-radius:50px;

text-decoration:none;

color:#fff;

font-weight:700;

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-5px);

box-shadow:0 20px 40px rgba(0,87,255,.25);

}

.btn-secondary{

padding:18px 38px;

border:2px solid #0057FF;

border-radius:50px;

text-decoration:none;

color:#0057FF;

font-weight:700;

transition:.35s;

background:#fff;

}

.btn-secondary:hover{

background:#0057FF;

color:#fff;

}

.hero-stats{

display:flex;

gap:50px;

}

.hero-stats h3{

font-size:36px;

color:#0057FF;

margin-bottom:5px;

}

.hero-stats span{

color:#6b7280;

font-size:15px;

}

.hero-image{

width:48%;

position:relative;

}

.hero-image img{

width:100%;

border-radius:30px;

animation:float 6s ease-in-out infinite;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:991px){

.hero-wrapper{

flex-direction:column;

text-align:center;

}

.hero-content,

.hero-image{

width:100%;

}

.hero-content h1{

font-size:42px;

}

.hero-buttons{

justify-content:center;

flex-wrap:wrap;

}

.hero-stats{

justify-content:center;

flex-wrap:wrap;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8d59b9 */.blog-section{

padding:120px 6%;

position:relative;

overflow:hidden;

}

.blog-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:70px;

}

.blog-card{

background:rgba(255,255,255,.85);

border-radius:28px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.35s;

backdrop-filter:blur(12px);

}

.blog-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(0,87,255,.15);

}

.blog-image{

overflow:hidden;

}

.blog-image img{

width:100%;

height:240px;

object-fit:cover;

transition:.4s;

display:block;

}

.blog-card:hover img{

transform:scale(1.08);

}

.blog-content{

padding:30px;

}

.blog-tag{

display:inline-block;

padding:8px 18px;

background:#eef4ff;

color:#0057FF;

font-size:14px;

font-weight:600;

border-radius:30px;

margin-bottom:18px;

}

.blog-content h3{

font-size:25px;

line-height:1.4;

margin-bottom:15px;

color:#111827;

}

.blog-content p{

font-size:16px;

line-height:28px;

color:#6b7280;

margin-bottom:25px;

}

.blog-content a{

text-decoration:none;

font-weight:700;

color:#0057FF;

transition:.3s;

}

.blog-content a:hover{

color:#FF3B30;

}

.blog-btn{

text-align:center;

margin-top:60px;

}

.blog-btn a{

display:inline-block;

padding:18px 38px;

background:linear-gradient(90deg,#0057FF,#FF3B30);

color:#fff;

text-decoration:none;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.blog-btn a:hover{

transform:translateY(-4px);

box-shadow:0 20px 40px rgba(0,87,255,.2);

}

@media(max-width:991px){

.blog-grid{

grid-template-columns:1fr;

}

.blog-image img{

height:220px;

}

}/* End custom CSS */