.heading-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-start;
    margin: 40px;
    /* width: 100%; */
}
  .container{
    text-align: left;
  }

.parallax-bg {
    background: url('../media/backgroundimg_contactform.jpg') center/cover fixed no-repeat;
    padding: 180px 0;
    position: relative;
    color: #fff;
    text-align: left;
}

.parallax-bg-2 h2{
  z-index: 1;
    padding: 0px 10vw;
    font-size: 40px;
    font-weight: 800;
    color:#f0c13e;
}
.parallax-bg .overlay,
.parallax-bg-2 .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.264);
    backdrop-filter: blur(2px);
}

/* ---------------- INTRO ---------------- */

.about-intro h1 {
    font-size: 3.6rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin: auto;
}

.about-intro .tagline {
    font-size: 1.6rem;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-wrapper {
    width: 100%;
    padding: 60px 0;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1300px;
    margin: auto;
    gap: 40px;
}

.contact-left {
    padding: 5vw;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.contact-left h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.contact-details p {
    margin: 8px 0;
    font-size: 16px;
}
.contact-details img{
    width: fit-content;
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
}


.contact-form-box {
    background: #f8b600;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

#contactForm input, #contactForm textarea {
    width: -webkit-fill-available;
    padding: 12px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #f0c13e;
    font-size: 16px;
    background-color: #fdfdfda1;
}

#contactForm textarea {
    height: 130px;
    resize: none;
}

#submitBtn {
    background: #0073e6;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    transition: 0.3s;
}

#submitBtn:hover {
    background: #0059b3;
}

.form-status {
    margin-top: 10px;
    font-size: 15px;
    height: 20px;
    text-align: center;
}

/* MAP */
.map-wrapper {
    margin-top: 40px;
}
