.elementor-4307 .elementor-element.elementor-element-489982d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS */.fc-contact-heading .elementor-heading-title {
    font-family: 'Nunito', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #2c3e3e !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
}
.wpcf7 {
    font-family: 'Nunito', sans-serif;
}

.wpcf7 label {
    display: flex;
    flex-direction: column;
    font-size: 0.78rem;
    font-weight: 700;
    color: #5a7070;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2c3e3e;
    background: #ffffff;
    border: 1.5px solid #e4e2db;
    border-radius: 12px;
    padding: 13px 16px;
    outline: none;
    width: 100%;
    margin-top: 7px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #409192;
    box-shadow: 0 0 0 3px rgba(64,145,146,0.12);
}

.wpcf7 textarea {
    height: 140px;
    resize: none;
    line-height: 1.6;
}

.wpcf7 input[type="submit"] {
    display: block;
    width: 100%;
    background: #409192;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 0.97rem;
    font-weight: 700;
    border: 2px solid #409192;
    border-radius: 100px;
    padding: 13px;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
    letter-spacing: 0.2px;
    margin-top: 8px;
}

.wpcf7 input[type="submit"]:hover {
    background: #ffffff;
    color: #409192;
}/* End custom CSS */