body {
  margin: 0;
  font-family: 'Albert Sans', 'Space Grotesk', sans-serif;
  /* background-color: white; */
  color: #000;
  background-color: #f1f1f1;
  background-color: #f5f5f7; 
}
header {
  background-size: cover;
  background-position: center;
  height: 400px;
  color: white;
  position: relative;
  z-index: 2;


  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 40px;
}

.header-content {
  margin-top: 180px;
}

.contact-header .header-content {
  margin-top: 120px;
}


@media (max-width: 768px) {
  header {
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
  }

  .header-content {
    margin-top: 0;
  }

  header.hero h1 {
    font-size: 36px;
  }
}


header h1 {
  font-size: 48px;
  margin: 0;
  margin-bottom: 20px;
}

header .light-text {
    color: #ccc;
}

.title {
font-weight: 700;
color: white;
font-size: 2rem;
letter-spacing: 1px;
}

.big-letter {
font-size: 3rem;
display: inline-block;
vertical-align: bottom;
line-height: 1;
}

.small-letter {
font-size: 2rem;
display: inline-block;
vertical-align: bottom;
line-height: 1;
}

/* .container {
display: flex;
padding: 40px;
gap: 80px;
flex-wrap: wrap;
max-width: 1300px;
margin: 0 auto;
margin-bottom: 40px;
}

form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.name-fields {
  display: flex;
  gap: 10px;
}

form input, form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}

form button {
  background-color: black;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 25%;
}

.map {
flex: 1.2;
width: 100%;   
height: 300px;
max-width: 100%;
max-height: 300px;
margin-top: 40px;

}
.map iframe {
width: 100%;
height: 100%;
border-radius: 10px;
} */

body.contact-page footer.contact-footer .footer-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 40px;
}



@media (max-width: 600px) {
  body {
    font-size: 15px;
    background-color: #f5f5f7;
  }

  header {
    height: 280px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-position: right center;
  }
  .header-content {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
  .header-content {
    margin-top: 2rem;
  }

  header h1,
  .title {
    font-size: 1rem;
    backdrop-filter: blur(0.8px);
  }

  .big-letter {
    font-size: 1.7rem;
    line-height: 1;
  }

  .small-letter {
    font-size: 1.1rem;
    line-height: 1;
  }

  body.contact-page footer.contact-footer .footer-content {
    flex-direction: column;
    padding: 0 16px;
    text-align: center;
    gap: 1rem;
  }
}
