body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.navbar {
    height: 100px;
}

.contact-us-sec h1 {
    color: #f7941d;
    font-weight: 700;
}

.contact-us-sec h2 {
    color: #009791;
    font-weight: 500;
}

#contact-us-enq {
    margin-top: 100px;
}

.logos-container {
    width: 97%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.brand-logo-img {
    width: 160px;
}

.e4e-img {
    max-height: 45px;
    width: 100%;
}

@media (max-width: 992px) {
    .e4e-img {
        height: 35px;
    }
}

#btn-form-submit {
    background-color: #f07648;
    min-width: 250px;
    border-color: #f07648;
    transition: .3s;
}

#btn-form-submit:hover {
    background-color: #d66035;
    border-color: #d66035;
}