.elementor-9713 .elementor-element.elementor-element-474d34a{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-9713 .elementor-element.elementor-element-474d34a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}}@media(max-width:767px){.elementor-9713 .elementor-element.elementor-element-474d34a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:15%;--padding-right:15%;}}/* Start custom CSS for container, class: .elementor-element-474d34a */.news-case-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
width:100%;
padding:0 20px;
box-sizing:border-box;
position:relative;
}



.column{
display:flex;
flex-direction:column;
}

/* title */

.section-title{
font-family:'Epilogue', sans-serif;
font-size:44px;
font-weight:200;
margin-bottom:1px;
border-bottom:1px solid #ED8A36;
padding-bottom:.8%;
padding-top:.4%;
}

/* cards */

/* cards */

.news-card{
border-bottom:1px solid #ddd;  /* only bottom border */
border-left:none;
border-right:none;
border-top:none;
border-radius:0;
overflow:hidden;
background:#fff;
display:flex;
flex-direction:row;
margin-bottom:4px;
align-items:center;
}
/* image */

.news-card img{
width:160px;          /* fixed width */
height:110px;
flex-shrink:0;
border-radius: 10px;
}

/* content */

.news-content{
padding:10px 12px;
flex:1;
}

.news-title{
font-size:17px;

font-weight:800;
color:blue;
margin-bottom:6px;
}

.news-desc{
font-family:'Poppins', sans-serif;
font-size:16px;
font-weight:400;
color:#000000;
margin-bottom:6px;
}

.read-more{
font-weight:600;
font-size:15px;
color:#124690;
font-weight:600;
}

/* pagination */

.pagination{
margin-top:10px;
text-align:center;
}

.page-btn{
padding:6px 12px;
margin:4px;
border:1px solid #ccc;
cursor:pointer;
}

/*.page-btn.active{*/
/*background:#f47c20;*/
/*color:#fff;*/
/*border-color:#f47c20;*/
/*}*/
/* default button */
.page-btn{
    padding:6px 12px;
    margin:4px;
    border:1px solid #ccc;
    background:#fff;
    color:#000;
    cursor:pointer;
}

/* remove all unwanted effects */
/* remove only hover + active press */
.page-btn:hover,
.page-btn:active{
    background:#fff !important;
    color:#000 !important;
    border-color:#ccc !important;
    box-shadow:none !important;
}

/* IMPORTANT: focus ko active ke equal treat karo */
.page-btn:focus{
    outline:none;
}

/* active page (instant blue) */
/* kill gradient from all states */
.page-btn,
.page-btn:hover,
.page-btn:active,
.page-btn:focus{
    background: #fff !important;
    background-image: none !important;   /* 🔥 important */
    color: #000 !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    outline: none !important;
}

/* only active page blue */
.page-btn.active{
    background: #124690 !important;
    background-image: none !important;
    color: #fff !important;
    border-color: #124690 !important;
}
@media(max-width:768px){
.news-case-wrapper{
grid-template-columns:1fr;
}
.news-case-wrapper::after{
display:none;
}
}
@media(max-width:767px){

/* single column */
.news-case-wrapper{
    grid-template-columns:1fr;
    gap:15px;
    padding:0 12px;
}

/* card vertical layout */
.news-card{
    flex-direction:column;
    align-items:flex-start;
    padding-bottom:10px;
    padding-top: 10px;
}

/* image full width */
.news-card img{
    width:100%;
    height:auto;
    margin-bottom:10px;
}

/* content spacing */
.news-content{
    padding:5px 0;
}

/* title size */
.section-title{
    font-size:26px;
}

/* text adjust */
.news-title{
    font-size:16px;
}

.news-desc{
    font-size:14px;
}

.read-more{
    font-size:14px;
}

/* pagination */
.page-btn{
    padding:5px 10px;
    font-size:14px;
}

}/* End custom CSS */