.owl-carousel .owl-item { padding: 15px; }
	.cursor { cursor: pointer; }
.section_con{
    width:100%;
    float: left;
    background: white;
    margin-top: 0px;
}
.section_new .left_sidebar .user_nav {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0px;
}
/* ABOUT SECTION BACKGROUND IMAGE */
.about-banner {
    /*background: url("https://img1.imageride.net/images/2025/11/27/drkmh-hospital-pallikarani-front2.md.jpg") center right no-repeat;*/
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    position: relative;
}

/* Left white fade for readability */
.about-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(2px);
}
/* Text stays above the fade layer */
.about-text {
    position: relative;
    z-index: 2;
    padding: 30px;
}
/* Mobile Fixes */
@media (max-width: 768px) {
    .about-banner {
        background-position: center top;
        padding: 60px 0 40px;
    }
    .about-banner::before {
        width: 100%;
    }
}
