.contact-us-container {
    width: 100%;
}

.banner-contact {
    height: 400px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-contact-heading {
    position: absolute;
    color: #fff;
    font-family: Inter;
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
    text-align: left;    
    height: 330px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
}

.banner-contact img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.banner-contact-us-form {
    padding: 112px 15px; /* Adjust padding to your preference */
    background: #FFFFFF;

}
.contact_us_form{
    padding-right: 150px;
}

.banner-contact-us-form .row {
    display: flex;
    flex-wrap: wrap;
}

.banner-contact-us-form .col-md-8, .banner-contact-us-form .col-md-4 {
    padding: 15px;
}

.contact-get-in-touch {
    margin-bottom: 30px; /* Adjust the gap as needed */
    text-align: center;
}

.contact-get-in-touch ul {
    list-style: none;
    padding: 0;
}

.map-container {
    text-align: center;
}
.contact-get-in-touch{
    background: #191C1F;
    height: 215px;
    /* padding: 112px; */
    padding-top: 30px;
    padding-left: 20px;
}
.contact-get-in-touch ul{
    padding-left: 30px;
}
.contact-form-input{
    width: 489px;
    height: 52px;
    border: 1px 0px 0px 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    background-color: #FFFFFF !important;
}
.contact_us_form label{
    color: #191C1F !important;

}
.contact-submit{
width: 98px;
height: 42px;
padding: 11px 34px 11px 34px !important;
border-radius: 30px;

}
.contact-submit div{
    font-family: Inter;
font-size: 12px;
font-weight: 500;
line-height: 14.52px;
text-align: left;

}