.about-hero {
  width: 100%;
  background: url('../img/hvac-hero.jpg') center/cover no-repeat;
  padding: 0px 0px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 60px;
  text-shadow: 0 3px 8px rgba(0,0,0,0.4);
  margin-bottom: 0px;
  margin-top: 150px;
}

.section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  margin-top: 0px;
}

.glass-container, .standfor-intro, p {
  color: #000;
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  margin-top: 0px;
  background: #ffffff;
  backdrop-filter: blur(12px);
  font-size: 40px; 
  line-height:1.8; 
  margin-top:0px;
  border-radius: 40px;
  border: 4px solid #00cfff; 
  margin: 40px auto;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000000;
  padding: 30px 45px;
}

.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.value-card {
  flex: 1;
  min-width: 260px;
  background: white;
  border-radius: 16px;
  padding: 25px;
  border: 2px solid #e5e5e5;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.value-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #111;
}

.cta-section {
  text-align: center;
  padding: 100px 20px;
  max-width: 900px;
  margin: auto;
  font-size: 40px;
}

.cta-section h2 {
  background: linear-gradient(90deg, #ff0000, #0000ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  background: #25b5f8;
  color: rgb(255, 255, 255);
  padding: 20px 40px;
  border-radius: 20px;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
}

.cta-btn:hover {
  background: #23d2fd;
}

.about-story h2 {
  color: #2172c9;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0px;
}

.story-inner p {
  background: rgb(255, 255, 255);
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.about-story .story-outer {
  width: 100%;
  max-width: 1100px;
  background: #ffffff;
  padding: 40px 60px;
  border-radius: 40px;
  border: 4px solid #00cfff; 
  margin: 0px auto;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.standfor-intro {
  background: #ffffff;
  color: #000000 !important;
  padding: 22px 28px;
  border-radius: 40px;
  margin-bottom: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  font-size: 18px;
  line-height: 1.7;
}

.what-we-do .do-container {
  color: #000 !important;
  border-radius: 40px;
  border: 4px solid #00cfff; 
  margin: 40px auto;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.what-we-do .do-title {
  color: #2172c9 !important;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0px;
  display: inline-block;
}

.what-we-do .do-text {
  color: #000000 !important;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  padding: 30px 45px;
  margin-bottom: 25px;
  margin-top: 0px;
}

.what-we-do .do-list li {
  color: #000000 !important;
  font-size: 18px;
  margin-left: 25px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.what-we-stand-for, .do-title {
  color: #2172c9;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0px;
  padding: 15px 25px;
  display: inline-block;
}

.copyright {
  display: flex;
  justify-content: center;
}

