/* Theme Name: Codiumsol-solace Theme URI: http://example.com/solace-child/ Description: Solace Child Theme Author: Muzmmal Author URI: http://example.com Template: solace Version: 1.0.0 */ /* Add your custom styles here */ .single-banner { position: relative; background-size: cover; background-position: center; height: 380px; /* fixed height */ padding: 120px 0; color: #fff; z-index: 1; } .banner-overlay { position: absolute; /* Cover full section */ top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); /* Dark overlay */ z-index: 2; display: flex; /* Center content */ align-items: center; } .banner-overlay .container { position: relative; z-index: 3; /* Keep text above overlay */ } .banner-title { font-size: 36px; color:white; margin: 0; } .pt-5{ padding-top: 70px !important; }