main {
  padding-top: 0;
}
.contact-hero {
  position: relative;
  background: url("../img/contact-hero.jpg") center center / cover no-repeat;
  height: 100vh; /* or 100vh for full screen */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.contact-hero .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* adjust for clarity */
  z-index: 1;
}

.contact-hero h1 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-family: "Playfair Display", serif; /* or a classy serif font */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-us__wrapper {
  width: 80%;
  margin: 50px auto;
  display: flex;
  align-items: flex-start;
  column-gap: 1.5rem;
}
.content-us__wrapper .contact-us__form {
  padding: 45px 50px 50px;
  border: 1px solid #eee;
  width: 60%;
}
.content-us__wrapper .contact-us__form h2 {
  color: #1a1b1f;
  font-size: 36px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: PT Serif, serif;
  font-weight: 400;
  text-align: center;
}
.content-us__wrapper .contact-us__form p {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: -26px;
}
.content-us__wrapper .contact-us__form a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  cursor: pointer;
  border: 0;
  color: #fff;
  letter-spacing: 2px;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
  width: 200px;
  margin-top: 48px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-us__wrapper .contact-us__form-form {
  color: #1a1b1f;
  margin: 0 0 15px;
  width: 100%;
}
.content-us__wrapper .contact-us__form-form .get-in-touch-form {
  display: flex;
  flex-direction: column;
}
.content-us__wrapper .contact-us__form-form .get-in-touch-form p {
  margin: 0!important;
  text-align: start;
}
.content-us__wrapper .contact-us__form-form .get-in-touch-form p label {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.content-us__wrapper .contact-us__form-form .get-in-touch-form input {
  font: inherit;
  /* font-family: Montserrat, sans-serif; */
  margin: 0;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  width: 100%;
  height: 38px;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color 0.4s;
  margin-bottom: 25px;
  outline: none;
}
.content-us__wrapper .contact-us__form-form .get-in-touch-form textarea:focus,
.content-us__wrapper .contact-us__form-form .get-in-touch-form input:focus {
  border-color: #000;
}
.content-us__wrapper .contact-us__form-form .get-in-touch-form textarea {
  font: inherit;
  margin: 0;
  overflow: auto;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color 0.4s;
  margin-bottom: 25px;
  height: 200px;
  padding-top: 12px;
}
.content-us__wrapper .contact-us__form-form .get-in-touch-form .submit-btn {
  font: inherit;
  margin: 0;
  cursor: pointer;
  border: 0;
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
  -webkit-appearance: button;
}
.content-us__wrapper
  .contact-us__form-form
  .get-in-touch-form
  .submit-btn:focus,
.content-us__wrapper
  .contact-us__form-form
  .get-in-touch-form
  .submit-btn:hover {
  color: #fff;
  background-color: #32343a;
}
.content-us__wrapper .contact-us__form a:hover {
  color: #fff;
  background-color: #32343a;
}
.content-us__wrapper .contact-us__details {
  width: 40%;
}
.content-us__wrapper .contact-us__details h3 {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.content-us__wrapper .contact-us__details p {
  font-family: Montserrat, sans-serif;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 20px;
  color: #1f1a1a;
  text-align: left;
  font-size: 14px;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin: 2rem 0;
}

.agents-section__wrapper {
  width: 80%;
  margin: 50px auto;
  padding-left: 50px 30px;
}
.agents-section__wrapper .agent-section__title {
    font-family: Montserrat, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    opacity: .6;
    color: #000;
}
.agents-section__wrapper .agent-section__subtitle {
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
}
.agents-section__agents{
  /* width: 80%; */
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.agents-section__agents .agents-section__agent{
    padding: 1rem 2rem;
    width: 30%;
}
.agents-section__agents .agents-section__agent h3{
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 34px;
    font-size: 16px;
}
.agents-section__agents .agents-section__agent h4{
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}
.agents-section__agents .agents-section__agent a{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    background-color: #0000;
    color: #1a1b1f;
    display: block;
    opacity: .6;
    margin-bottom: 5px;
    text-decoration: none;
}
.agents-section__agents .agents-section__agent p{
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 20px;
    font-size: 10px;
}
@media(max-width: 768px){
  .content-us__wrapper {
  width: 100%;
  flex-direction: column;
  column-gap: 0rem;
  row-gap: 1.5rem;
}
.content-us__wrapper .contact-us__form {
  width: 100%;
  padding: 45px 20px 50px;
}
.content-us__wrapper .contact-us__details {
  width: 100%;
  padding: 1rem 1.5rem;
}
.agents-section__agents{
  column-gap: 0;
  row-gap: 2rem;
}
.agents-section__agents .agents-section__agent{
    padding: 1rem 2rem;
    width: 100%;
}
}