/* Section 7 Sun Container */
#section7 {
  background-color: #025951;
  color: #f8f6f1;
}

#section7 .sun-container {
  padding-top: 7%;
  padding-bottom: 5%;
  text-align: center;
}

#section7 .sun-container p {
  font-family: "Poppins", sans-serif;
  font-size: 39.2pt;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}

#section7 .sun-container .sun-image {
  max-width: 25%;
  width: 100%;
  height: auto;
  margin-bottom: -7%;
  z-index: 0;
  transition: transform 2.5s ease;
}

#section7 .hvac-link {
  color: #f8f6f1;
  text-decoration: underline;
}

#section7 .hvac-link:hover {
  color: #87a7e5;
}

/* Media Queries for Responsive Design */
@media (max-width: 930px) {
  #section7 .sun-container p {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
  }
}

@media (max-width: 412px) {
  #section7 .sun-container p {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
  }
}

@media (max-width: 360px) {
  #section7 .sun-container p {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
  }
}
