body {
    overflow-x: hidden;
}

.contact-banner-image {
    /* background-image: url(./assets/img/banner/banner-img-2.png);
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #232122;
    margin-top: -20px;
    height: auto;
    padding: 50px;
}

/* .contact-banner-image-overlay{
    background-color: rgba(0, 0, 0, 0.534);
    height: 80vh;
} */


.contact-heading {
    text-align: center;
    text-shadow: 0 0 5px #fd8623, 0 0 15px #fd8623, 0 0 20px #fd8623, 0 0 40px #fd8623, 0 0 60px #232122, 0 0 10px #ff8d00, 0 0 98px #232122;
    color: #232122;
    font-size: 60px;
}

.contact-icon-style {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contact-icon-style-one {
    background-color: #232122;
    height: 50px;
    width: 50px;
    color: #fd8623;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
}

.form-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #fd8623;
    border-top: 4px solid #fd8623;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-button {
    background-color: #fd8623;
    color: #232122;
    padding: 7px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    font-family: "Merienda", cursive;
}

.contact-button:hover {
    background-color: #232122;
    color: #fd8623;
}

.message {
    text-align: center;
    margin-top: 20px;
    color: green;
}