body {
    background-color: #495e4d;
}

.contact-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    margin-bottom: 110px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url("../images/about-hero2.jpg");
    background-position: top;
    background-size: cover;
}

/* WELCOME SECTION */

.welcoming-section {
    max-width: 80%;
    /* Example background color */
    padding: 45px;
    text-align: center;
    background-color: #f8f8f8;
    box-shadow:
        0 2px 6px rgb(0, 0, 0, 0.2),
        0 4px 8px rgb(0, 0, 0, 0.3);
}

.welcoming-section .contact-info p {
    margin: 30px 0;
    color: #333;
    font-size: 20px;
    /* Example text color */
}

.welcoming-section .contact-info i {
    margin-right: 10px;
}

.contact-section-splitter {
    width: 10%;
    height: 5px;
    margin: 100px auto;
    background: #333;
}

/* FORM SECTION */

.sayHello {
    max-width: 85%;
    padding: 30px;
    border: 2px solid #495e4d;
    background-color: #fff;
    box-shadow:
        0 2px 6px rgb(0, 0, 0, 0.2),
        0 4px 8px rgb(0, 0, 0, 0.3);
}

#contact-form-title {
    display: inline-block;
    margin-bottom: 70px;
    padding: 0 20px 10px 20px;
    border-bottom: #495e4d solid 3px;
}

.form-row .form-control {
    margin: 0 0 1px 0;
    padding: 10px 0 5px 10px;
    text-align: left;
    border-bottom: solid #495e4d 2px;
    background-color: #fff;
}

.form-group label {
    display: block;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
}

.form-control::placeholder {
    color: transparent;
}

[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    color: #495e4d;
    border: none;
    border-radius: 0.25rem;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    font-size: 1.15rem;
    line-height: 1.5;
}

.form-control:focus {
    box-shadow: none;
    /* Set the color for the text that users type */
}

.message-input-field {
    padding: 10px;
    border: 1px solid #d9534f;
    /* This is just an example, you can use any color */
    /* Additional styles to ensure the input field looks good */
    border-radius: 4px;
}

#contact-title {
    color: #fff;
    font-size: 80px;
}

.Hello {
    padding: 0;
}

.Hello h2 {
    /* padding-top: 80px; */
    color: #333;
    font-size: 35px;
}

.sayHello .Informacionet p {
    margin: 0 20px 20px 20px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.Hello p {
    color: #333;
    /* color: #fff; */
    font-size: 20px;
}

.sayHello .Informacionet .icon i {
    height: 300px;
    margin-left: 0;
    padding: 30px 0 25px 0;
    font-size: 20px;
}

.form-group .Msg .form-control {
    padding: 15px 0 15px 20px;
    text-align: left;
    border: none;
    background-color: #f7f7f7;
}

.Hello .row .Informacionet .iconat .icon {
    width: 80px;
    height: 80px;
    margin: 35px 0;
    transition: all 0.3s;
    color: #43b970;
    border: 0.5px dashed #ccc;
    border-radius: 50%;
}
.my-custom-button-class {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 10px;
    background-color: #495e4d;
    font-size: 18px;
    font-weight: bold;
}

.my-custom-button-class:hover {
    color: #fff;
    background-color: #333;
}

@media (max-width: 990px) {
    .icon {
        display: none;
        /* Hide the icons on smaller screens */
    }

    .Informacionet {
        display: none;
        /* Hide text on smaller screens */
    }
}

.flash-message {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #343434;
    font-size: 18px;
    font-weight: bold;
}

/* GOOGLE MAP SECTION */
