/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.section-contact h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.section-contact h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}
.highlight {
    color: #2B58E6;
}
.contact-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-subtitle {
    font-size: 1rem;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
}
.section-contact p {
    color: rgb(0, 0, 0);
    margin: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 1rem;
}

.wpcf7 input[type="submit"] {
    background: linear-gradient(90deg, #0052D4 0%, #4364F7 48.5%, #6FB1FC 100%);
    border-radius: 40px;
    text-transform: capitalize;
}