.product-banner-section {
    position: relative;
    background-image: url('../Homepage-images/contact-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.product-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product-banner-inner-section {
    position: relative;
    z-index: 2;
    /* Ensure it's above the overlay */
}

.product-banner-content {
    text-align: left;
    padding-left: 65px;
    padding-top: 60px;
}

.product-text {
    font-size: 42px;
    margin-bottom: 10px;
}

.product-inner-para  {
    color: white;
    padding-left: 0;
    /* No need for 23px anymore */
}

.product-inner-para  a {
    color: white;
    text-decoration: none;
}

.product-inner-para  a:hover {
    color: white;
    text-decoration: none;
}


.contact-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #A90605;
    font-size: 20px;
}

.contact-para {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #3C3C3C;
    font-size: 15px;
    padding-top: 25px;
}

/* .address-contact{
    gap: 50px;
} */

.follo-text {
    color: #323232;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 20px;
}

.contact {
     margin-top: 50px;
    margin-bottom: -6px;
}

.social-icon {
    margin-left: 65px;
}

.icon-title {
    color: #323232;
    font-size: 20px;
}

.getintouch {
    color: #323232;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.contact-form {
    background: #FFF5F5;
    /* border-radius: 20px; */
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-image: linear-gradient(to top, #EA8D8D, #FFF5F5) 1;
    /* position: absolute;
    z-index: 99; */
    padding-top: 50px;
    padding-bottom: 30px;
   


}

.contact-btn {
    background-color: #A90605;
    color: white;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    border: none;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.my-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #E6E6E6;
    font-family: 'Be Vietnam Pro', sans-serif;
    border-radius: 6px;
    background: #FFF5F5;
    color: #A6A6A6;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-weight: 400;

}

.my-input:focus {
    border-color: #A6A6A6;
    /* box-shadow: 0 0 5px rgba(0, 123, 255, 0.4); */
    outline: none;
}

.my-form-label {
    margin-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #323232;
    font-weight: 500;
    font-size: 15px;
}

/* .contact-map {
    position: relative;
} */


/* popup */
