@charset "utf-8";
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #001D39;
  color: white;
}

/* Full contact section */
.contact-section {
  width: 1920px;
  height: 1270px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001D39;
}

.contact-container {
  width: 70%; /* form takes a big portion */
  max-width: 1000px;
  text-align: center;
}

h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #01A8DB;
}

form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 60px;
}

input, textarea {
  padding: 20px;
  border: none;
  border-radius: 12px;
  font-size: 1.2rem;
  outline: none;
  width: 100%;
}

textarea {
  resize: none;
  height: 220px;
}

button {
  background-color: #01A8DB;
  color: white;
  border: none;
  padding: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}

button:hover {
  background-color: #0286af;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.contact-links a {
  text-decoration: none;
  background-color: #01A8DB;
  color: white;
  padding: 15px 30px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.contact-links a:hover {
  background-color: #0286af;
}
.footerbox .socials_icons .youtube {
}
