
:root{
--container-width:1680px;
--gutter:32px;
}
*,*::before,*::after{box-sizing:border-box}
body{overflow-x:hidden;}
.container,.container-fluid,
.page-container,.content-container,.main-container{
max-width:var(--container-width)!important;
width:min(var(--container-width),calc(100% - (var(--gutter)*2)))!important;
margin-left:auto!important;
margin-right:auto!important;
padding-left:var(--gutter)!important;
padding-right:var(--gutter)!important;
}
section,header,footer,main{
width:100%;
}
img{max-width:100%;height:auto;}
/* Industry cards expanded */
.industry-card{height:560px !important;}
.industry-content{left:30px;right:30px;bottom:35px;}
.industry-content p{
display:block !important;
overflow:visible !important;
text-overflow:unset !important;
white-space:normal !important;
-webkit-line-clamp:unset !important;
line-clamp:unset !important;
max-height:none !important;
-webkit-box-orient:unset !important;
}
.industries-grid{gap:32px;}
header img,.header img,.navbar-brand img,.logo img{
transform:none!important;scale:1!important;transition:none!important;height:auto!important;max-height:60px!important}
header.scrolled img,.header.scrolled img,.sticky img,.shrink img{transform:none!important;max-height:60px!important}
header,.header{min-height:unset!important}
/* === Global Professional Banner Update === */
.page-banner,.hero-banner,.inner-banner{
min-height:180px!important;
height:180px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
text-align:center!important;
overflow:hidden;
}
.page-banner .overlay,.hero-banner .overlay,.inner-banner .overlay{
display:flex!important;align-items:center!important;justify-content:center!important;
width:100%;height:100%;padding:0 20px;
}
.page-banner h1,.hero-banner h1,.inner-banner h1{
font-size:clamp(2rem,3vw,2.6rem)!important;
line-height:1.15!important;
margin-bottom:.6rem!important;
letter-spacing:.5px!important;
}
.page-banner p,.hero-banner p,.inner-banner p{
font-size:clamp(1rem,1.2vw,1.1rem)!important;
max-width:900px;margin:auto;
}
@media(max-width:768px){
.page-banner,.hero-banner,.inner-banner{
min-height:180px!important;
height:180px!important;
padding:0 16px!important;
}
.page-banner h1,.hero-banner h1,.inner-banner h1{
font-size:1.55rem!important;
line-height:1.25!important;
}
.page-banner p,.hero-banner p,.inner-banner p{
font-size:.95rem!important;
line-height:1.55!important;
}
}
