* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.contact-info, .contact-form, .newsletter {
  
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.contact-info, .contact-form, .newsletter, h1{
 color: navy;
}



.social-icons a {
  color: navy;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: 0.3s;
  text-decoration: none;
}
.social-icons a:hover {
  color: #9ACD32;
  transform: scale(1.2);
}
a {
  text-decoration: none;
  color: inherit;
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: yellowgreen;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 12px 15px;
  transition: transform 0.3s;
  z-index: 999;
}
#backToTop:hover {
  transform: scale(1.2);
}body {
  background: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}
.contact-info, .contact-form, .newsletter {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.btn-solar {
  background-color: yellowgreen !important; 
  color: #fff;
  transition: transform 0.3s;
  border: none;
}
.btn-solar:hover {
  background-color: yellowgreen; 
  transform: scale(1.05);
}
.social-icons a {
  color: #333;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: 0.3s;
  text-decoration: none;
}
.social-icons a:hover {
  color: #9ACD32;
  transform: scale(1.2);
}
a {
  text-decoration: none;
  color: inherit;
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #9ACD32;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 12px 15px;
  transition: transform 0.3s;
  z-index: 999;
}
#backToTop:hover {
  transform: scale(1.2);
}

  .footer a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 10px;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer {
    font-size: 20px;
    background-color: #333;
    color: white;
    padding: 90px 0;
    text-align: center;
    margin-top: 200px;
  } 
