/* Hero Banner Background styling */
.hero-bg-image {
  background: linear-gradient(rgba(13, 77, 128, 0.7), rgba(13, 77, 128, 0.7)), 
              url('https://mandrithar-site.ddev.site/sites/default/files/2026-09/hero2_0.jpg') center/cover no-repeat;
  min-height: 480px;
  background-position: center;
  background-size: cover ;
  background-repeat: no-repeat ;
}