body {
  font-family: 'Segoe UI', sans-serif;
  
}


.hero h1 {
  
}
#page-content{
  background-color: #f4f4f4;
  color: #333;
  padding: 20px;
}
#whatsapp{
  display: none;
}
/*header {
  text-align: center;
  margin-bottom: 40px;
  color: #00002f;
}*/
.contact-info,.contact-form,.map,.social-links {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.contact-info p{
  
  /*float: left;*/
  margin-bottom: 15px;
  font-size:16px;
  
}
#address{
  clear: left;
}
.contact-info div{
 /* margin-bottom: 20px;
  
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center*/
}
.contact-info div i{
  color:limegreen;
  margin-right: 8px;
}
.contact-info strong{
  margin-right: 5px;
}
h2 {
  margin-bottom: 15px;
  color: #00002f;
  font-size: 1.5rem;
}
h2 i{
  color:dodgerblue;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

button {
  background-color: dodgerblue;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  background-color: #1e90ff;
}

.social-links a {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.2rem;
  color: #00002f;
  text-decoration: none;
}

.social-links a i {
  margin-right: 8px;
  color: dodgerblue;
}

a:hover {
  text-decoration: underline;
}

iframe {
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  /*header h1 {
    font-size: 2rem;
}*/
  header{
    top:0;
  }
  header h1{
    display: none;
  }
#page-content{
  
  display: block;
}
  h2 {
    font-size: 1.3rem;
}

.social-links a {
    display: block;
    margin-bottom: 10px;
}
  #whatsapp{
  display: inline;
    position:fixed;
    top:80vh;
    left:85vw;
  width:50px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(20,20,20,0.2),0px -10px 20px rgba(20,20,20,0.2),10px 0px 20px rgba(20,20,20,0.2),-10px 0px 20px rgba(20,20,20,0.2);
}
}