.elementor-9091 .elementor-element.elementor-element-eac5401{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:35px;--margin-bottom:0px;--margin-left:25px;--margin-right:0px;}.elementor-9091 .elementor-element.elementor-element-57b37f4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}@media(max-width:767px){.elementor-9091 .elementor-element.elementor-element-eac5401{--width:500px;--margin-top:24px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for container, class: .elementor-element-eac5401 */.dholera-featured{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-bottom:40px;
}

.featured-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.featured-card img{
width:100%;
height:200px;
object-fit:cover;
}

.featured-content{
padding:15px;
}

.featured-content a{
font-size:18px;
font-weight:600;
color:#0a2540;
text-decoration:none;
display:block;
line-height:1.4;
}

.featured-content span{
font-size:13px;
color:#777;
margin-top:6px;
display:block;
}

.dholera-list{
border-top:1px solid #eee;
padding-top:20px;
}

.news-row{
padding:12px 0;
border-bottom:1px solid #eee;
}

.news-row a{
font-size:16px;
font-weight:500;
color:#0a2540;
text-decoration:none;
}

.news-row span{
display:block;
font-size:12px;
color:#777;
margin-top:3px;
}

/* Mobile layout */
@media (max-width: 768px){

.dholera-featured{
grid-template-columns:1fr;
}

.featured-card img{
height:220px;
}

}/* End custom CSS */