.areas-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;
}

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

.areas-container {
  width: 100%;
  max-width: 1100px;
  background: #9b6d1e;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.areas-box {
  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);
}

.areas-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.2);
}

.areas-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.areas-list {
  list-style: none;
  padding: 20px;
  font-weight: 700;
  margin: 0;
  flex: 1;
}

.areas-list li {
  font-size: 20px;
  margin-bottom: 12px;
  color: #000;
}

#serviceMap {
  flex: 1;
  height: 400px;
  border-radius: 20px;
  border: 3px solid #00cfff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-top: 20px !important;
}

/* Mobile */
@media (max-width: 900px) {
  .areas-flex {
    flex-direction: column;
  }

  #serviceMap {
    height: 250px;
  }
}
