.rehab-photo-box,
.rehab-center-photo,
.rehab-gallery,
.rehab-slider,
.intro-photo,
.rehab-intro-visual{
  border-radius:0 !important;
}
.rehab-photo-box img,
.rehab-center-photo img,
.rehab-gallery img,
.rehab-slider img,
.intro-photo img,
.rehab-intro-visual img{
  border-radius:0 !important;
}

/* ===== footer redesign (without partner hospital strip) ===== */
.footer{
  background:#353b48 !important;
  color:rgba(255,255,255,.72) !important;
  padding:28px 0 30px !important;
}
.footer .container{
  width:min(1480px,calc(100% - 80px));
}
.footer-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:56px !important;
  padding:0 !important;
  border-bottom:none !important;
  grid-template-columns:none !important;
}
.footer-brand{
  flex:0 0 160px;
}
.footer-brand-name,
.footer-brand-sub{
  display:none !important;
}
.footer-logo-custom{
  display:block;
  max-width:150px;
  height:auto;
}
.footer-info{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}
.footer-meta,
.footer-copyline{
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.62);
  word-break:keep-all;
}
.footer-meta strong{
  color:rgba(255,255,255,.9);
  font-weight:700;
}
.footer-links,
.footer-bottom,
.footer-col{
  display:none !important;
}
@media(max-width:900px){
  .footer{padding:24px 0 !important;}
  .footer .container{width:calc(100% - 32px);}
  .footer-inner{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:18px !important;
  }
  .footer-brand{flex:0 0 auto;}
  .footer-logo-custom{max-width:130px;}
}
