.hero-section {
    position: relative;
    background: url('/images/woman_man_business_meeting.jpg') no-repeat center center/cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4d6e83b0; /* Blue color with 50% opacity */
    z-index: 1;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}
.contact-page {
    /* height: 100%;
    margin: 0px; */
    background-image: url('/images/green_leafs_in_glass_vase.jpg');
    background-size: cover;
    background-position: center;
    justify-content: center;
    overflow:hidden;
}
.form-control {
    background-color: transparent; /* Makes the background transparent */
    border: none; /* Removes all borders */
    border-bottom: 1px solid #5A5757; /* Adds a solid bottom border */
    border-radius: 0; /* Ensures no rounded corners */
    outline: none; /* Removes the outline on focus */
    box-shadow: none; /* Removes any box shadow */
    color: #5A5757; /* Sets the text color to black (or any color you prefer) */
}
.form-control::placeholder {
    color: #5A5757; /* White placeholder text */
    opacity: 1; /* Ensures the placeholder is fully visible */
}
.form-control:focus {
    background-color: transparent; /* Makes the background transparent */
    border-bottom-color: #007bff; /* Changes the bottom border color on focus */
    box-shadow: none; /* Ensures no shadow on focus */
    color: #5A5757;
}

@media (max-width: 991.98px) {
    .contact-image-wrapper {
        display: none; /* Hide image on medium and smaller screens */
    }
}

.who {
    background-repeat: no-repeat !important;
background-image: url(/images/coffee_agenda.jpg) !important;
background-size: cover !important;
border-style: solid !important;
border-width: 0 !important;
border-color: rgba(255,255,255,1) !important;
}
.grow {
    background-repeat: no-repeat !important;
background-image: url(/images/brainstorming_ides_woman.jpg) !important;
background-size: cover !important;
border-style: solid !important;
border-width: 0 !important;
border-color: rgba(255,255,255,1) !important;
}