.hero-image-section-contact{
    background-image: url('../images/image (22).png');
}
.map-container{
    box-shadow: 1px 4px 35px #00000040;
    padding: 60px 40px 60px 40px;
    border-radius: 37px;
}
.green-clr-map-area{
    background-color: #1A685B;
    border-radius: 17px;
    height: 100px !important;
    width: 100px !important;
}
.theme-clr-map-area{
    background-color: #FFAC00;
    border-radius: 17px;
    height: 100px !important;
    width: 100px !important;
}
.dark-clr-map-area{
    background-color: #1F1F1F;
    border-radius: 17px;
    height: 100px !important;
    width: 100px !important;
}
.map-contact{
    width: 100% !important;
    border-radius: 19px;
}
.form-custom-rounded {
    border: 1px solid #4b4a4a80;
    border-radius: 20px;
    padding: 2rem;
    background-color: #fff;
}
.form-custom-control input,
.form-custom-control textarea {
    border-radius: 25px;
    border: 1px solid #4b4a4a80; 
    padding: 0.75rem 1rem;
    background-color: #F8F8F8;
}
.form-custom-control textarea {
    border-radius: 15px;
    resize: none;
}
.submit-custom-btn {
    background-color: #1A685B;
    color: white;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    border: none;
    transition: background 0.3s;
}
.submit-custom-btn:hover {
    background-color: #095b47;
}