h1.h1-hero-heading{text-transform:capitalize;}
.hero-content{max-width:950px;}
.hero-content .line-spacer{color: var(--light-blue);}
.hero-content .site-button-white{background-color:#fff;}

/* Why Section */
.section-why {
background-color:#fff; color:#000; padding:80px 20px 40px 20px; text-align:center; max-width:1100px; margin:0 auto; box-sizing:border-box;}

.section-why p {
font-size:22px; line-height:1.6; margin-bottom:20px;}

.section-why strong {
font-weight:bold;}

/* Normal Image Section */
.section-image-normal {
width:100%; margin-top:40px; text-align:center;}

.section-image-normal img {
width:100%; height:auto; display:block; max-height:30vh; object-fit:cover;}

/* Responsive */
@media(max-width:1200px){
.section-why p {
font-size:20px;}
.section-image-normal img {
max-height:25vh;}
}

@media(max-width:768px){
.section-why p {
font-size:18px;}
.section-image-normal img {
max-height:40vh;}
body {
overflow-y:auto;}
}

/* How Section */
.how-maint-plan .process-list {
justify-content: center;}

.how-maint-plan .process-item {
width: 19%;}

/* Responsive */
@media(max-width:1200px){
.how-maint-plan .process-item {
width: 49%;}
}

/* What Section */
.section-what {
background-color:#f9f9f9; padding:60px 20px; 
margin:0 auto; text-align:center;}

/* Top Section */
.what-top {
margin-bottom:50px; text-align:center;}

.what-top h2 {
color:#021B33; font-size:40px; font-weight:800; margin-bottom:20px;}

.what-top h2 small {
display:block; text-transform:uppercase;}

.what-top p, .what-top li {
color:#000; font-size:20px; line-height:1.6;}

/* Bottom Section */
.what-bottom {
margin:0px auto; max-width:1100px; display:flex; flex-wrap:wrap; /* gap:20px;  */justify-content:left;}

.what-item {
/* flex:0 0 48%; */ /* two per row */ 
padding:20px; box-sizing:border-box; 
text-align:left; /* max-width:450px; */ /* optional to control width */
}

.what-item span.material-symbols-outlined {
font-size: 72px; color:#DE413F; margin-bottom:5px;}

.what-item h3 {
color:#021B33; font-size:20px; font-weight:600; margin-bottom:10px;}

.what-item p {
color:#000; font-size:16px; line-height:1.5; margin:0;}

/* Responsive */
@media(max-width:992px){
.what-item {
/* flex:0 0 100%; */ /* stack items */
}
.what-top h2 {
font-size:36px;}
.what-top p, .what-item p, .what-top li {
font-size:16px;}
.what-item h3 {
font-size:18px;}
}

/* Terms Section */
.terms-section {
background-color:#f15a25; padding:40px 20px;}

.terms-container {
max-width:1100px; margin:0 auto; }

.terms-container p {
margin-bottom:30px; line-height:1.6; color:#fff;}

.terms-container h2 {
color:#021B33; font-size:60px; margin-bottom:25px; font-weight:700;}

.terms-container ul {
list-style:disc; padding-left:20px; line-height:1.8;}

.terms-container ul li {
margin-bottom:12px; color:#fff;}

.terms-container ul li strong {
color:#021B33;}

/* Responsive */
@media (max-width:1200px) {
}

@media (max-width:768px) {
.terms-container h2 {
font-size:32px; margin-bottom:20px;}

.terms-container ul {
text-align:left; padding-left:30px;}
}

/* Why Choose Section */
.why-choose {
background:#ffffff; padding:50px 20px;}

.why-choose .container {
max-width:1100px; margin:0 auto; text-align:center;}

.why-choose h2 {
color:#021B33; font-size:40px; font-weight:800; margin-bottom:20px; font-weight:bold;}

.why-choose p {
color:#000000; font-size:18px; line-height:1.6; max-width:900px; margin:0 auto;}