/*
=================================================================
  The Eco Works — Contact & Footer Styles
  File: contact.css
=================================================================
*/

/* ── Contact section — dark green background ─────────────────── */
#templatemo_contact {
    background: #0F6E56;
}

#templatemo_contact h1,
#templatemo_contact h2 {
    color: #ffffff;
}

#templatemo_contact p {
    color: #b8e8d8;
    line-height: 1.8;
}

#templatemo_contact strong {
    color: #ffffff;
}

/* ── Form fields ─────────────────────────────────────────────── */
#templatemo_contact input,
#templatemo_contact textarea,
#templatemo_contact select {
    background: #ffffff;
    color: #1a3a2a;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    height: 50px;
    box-sizing: border-box;
}

/* Restore taller height for textarea */
#templatemo_contact textarea {
    height: 150px;
}

#templatemo_contact input::placeholder,
#templatemo_contact textarea::placeholder {
    color: #7a9a88;
}

/* ── Form labels ─────────────────────────────────────────────── */
.form-label-contact {
    display: block;
    color: #b8e8d8;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 14px;
}

/* ── Buttons ─────────────────────────────────────────────────── */
#templatemo_contact button[type="submit"] {
    background: #ffffff;
    color: #0F6E56;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    transition: background 0.2s ease;
}

#templatemo_contact button[type="submit"]:hover {
    background: #e1f5ee;
    color: #085041;
}

#templatemo_contact button[type="reset"] {
    background: #085041;
    color: #9FE1CB;
    border: none;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}

#templatemo_contact button[type="reset"]:hover {
    background: #064035;
    color: #ffffff;
}

/* ── LinkedIn icon ───────────────────────────────────────────── */
#templatemo_contact .fa-linkedin {
    color: #9FE1CB;
    transition: color 0.2s ease;
}

#templatemo_contact .fa-linkedin:hover {
    color: #ffffff;
}

/* ── Footer ──────────────────────────────────────────────────── */
#templatemo_footer {
    background: #085041;
    border-top: 2px solid #0F6E56;
}

#templatemo_footer p {
    color: #9FE1CB;
}

#templatemo_footer a {
    color: #5DCAA5;
    text-decoration: none;
    transition: color 0.2s ease;
}

#templatemo_footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* ── About section icon circle protection ────────────────────── */
#templatemo_about .about_icon {
    float: left;
}

#templatemo_about .imgwap {
    width: 150px !important;
    height: 150px !important;
    border-radius: 75px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px auto !important;
    font-size: 60px !important;
}
