/* Contact Banner Start */
#contact-banner {
    background-image: url('../images/home/banner-bg.webp');
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact-banner .grid {
    z-index: 99;
}

/* Contact Banner End */

.contact-area-right {
    padding: 25px;
    background: rgb(255, 255, 255);
    background-image: url('../images/home/banner-bg.webp');
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    color: #fff;


}

.contact-area-right textarea {
    color: #000;
}

.contact-area-right input {
    color: #000;
}

.contact-area-right select {
    color: #000;
}

#contact-area {
    background-image: url('../images/latest-contact-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}