/* ===== File modified by NK on Nov 25 at 11:04 PM  ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


body {
  background: #fff;
  color: #333;
  line-height: 1.4;
  font-family: "Titillium Web", sans-serif;
}

/* ===== Google Map ===== */
.map-section {
  position: relative;
  margin-top: 0px;
  border-top: 7px solid var(--primary-dark);
}

/* Contact Section */
.contact-section {
  padding: 8% 0;
}

.container-f {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  gap: 50px;
}

.contact-form,
.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
  color: var(--dark-text-color);
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-size: 14px;
  /* height: 95px; */
}

.submit-btn {
  background: var(--primary-dark);
  color: #fff;
  padding: 15px 45px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: .3s;
  font-weight: 700;
}

.submit-btn:hover {
  opacity: .8;
}

.contact-info h3 {
  margin-bottom: 14px;
  color: var(--dark-text-color);
  font-size: 20px;
  font-weight: 800;
}

.contact-form form textarea {
  height: 10em;
}

.need-help {
  margin-bottom: 30px;
}

.need-help p {
  font-size: 14px;
}

.contact-info .office {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.contact-info {
  margin-top: 10px;
}

/* Responsive */
@media(max-width: 768px) {
  .container {
    flex-direction: column;
    gap: 30px;
  }

  .contact-info {
    text-align: left;
  }

  .contact-section {
    padding: 12% 0;
  }
}
.contact-banner {
    background: url(/images/pexels-raybilcliff-5037092.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -7.5em;
    padding: 50px;
    height: 35em;
    display:flex;
    align-items: center;
    justify-content: center;
}
.contact-banner h1{
    color:#ffffff;
    font-weight: 1000;
    font-size: 50px;
}
