
.services-hero {
  width: 100%;
  padding: 140px 20px 40px;
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: 800;
  text-shadow: 0 3px 8px rgba(0,0,0,0.4);
  background: url('../img/hvac-hero.jpg') center/cover no-repeat;
}

.services-section {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
}

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

.service-card {
  background: rgb(35, 94, 84);
  border: 4px solid #00cfff;
  border-radius: 40px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.service-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.service-card p {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.cta-area {
  text-align: center;
  margin-top: 50px;
}

.cta-btn {
  background: #00cfff;
  color: white;
  padding: 16px 35px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
}

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

.services-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  color: #2172c9;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.services-box .service-card {
  background: white;
  padding: 24px;
  border-radius: 18px;
  border: 2px solid #00cfff;
  box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
  margin-bottom: 25px;
  transition: 0.2s ease-in-out;
}

.services-box .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.services-box .service-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.services-box .service-card p {
  color: #444;
  font-size: 17px;
  line-height: 1.6;
}

.services-box .cta-area {
  text-align: center;
  margin-top: 30px;
}

.services-box .cta-btn {
  background: #00cfff;
  padding: 16px 36px;
  color: white;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s ease;
  display: inline-block;
}

.services-box .cta-btn:hover {
  background: #00b5e0;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .services-box {
    padding: 25px;
  }
}
