.elementor-375 .elementor-element.elementor-element-e39993e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-375 .elementor-element.elementor-element-d92ce3e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-375 .elementor-element.elementor-element-4655086{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1ba2574 */.gateway-blog-wrapper{
max-width:1200px;
margin:auto;
padding:20px;
}

.gateway-featured-post{
display:grid;
grid-template-columns:55% 45%;
background:#fff;
border:1px solid #d9e7f7;
border-radius:18px;
overflow:hidden;
margin-bottom:30px;
box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.gateway-featured-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.gateway-featured-content{
padding:40px;
display:flex;
flex-direction:column;
justify-content:center;
}

.gateway-meta{
font-size:13px;
color:#6b7280;
margin-bottom:15px;
text-transform:uppercase;
letter-spacing:1px;
}

.gateway-featured-content h2{
font-size:36px;
line-height:1.2;
margin-bottom:18px;
}

.gateway-featured-content h2 a{
text-decoration:none;
color:#0d4f99;
}

.gateway-featured-content p{
font-size:17px;
color:#555;
margin-bottom:25px;
}

.gateway-btn{
display:inline-block;
background:#0d63c7;
padding:14px 28px;
border-radius:40px;
color:#fff;
text-decoration:none;
font-weight:600;
}

.gateway-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.gateway-card{
border:1px solid #dce7f4;
border-radius:15px;
overflow:hidden;
background:#fff;
transition:.3s;
}

.gateway-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gateway-card img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.gateway-card-content{
padding:20px;
}

.gateway-card h3{
font-size:22px;
line-height:1.4;
margin:12px 0;
}

.gateway-card h3 a{
text-decoration:none;
color:#174f95;
}

.gateway-card p{
font-size:15px;
color:#666;
margin-bottom:20px;
}

.gateway-read{
color:#0d63c7;
font-weight:600;
text-decoration:none;
}

@media(max-width:992px){

.gateway-featured-post{
grid-template-columns:1fr;
}

.gateway-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.gateway-grid{
grid-template-columns:1fr;
}

.gateway-featured-content{
padding:25px;
}

.gateway-featured-content h2{
font-size:28px;
}

.gateway-card img{
height:200px;
}

}/* End custom CSS */