/* Agrileader Contact Form — styles spécifiques */

/* ---- Blocs d'informations colonne gauche ---- */
.contact-info-blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-block {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 24px 20px;
    transition: box-shadow 0.2s ease;
}

.contact-info-block:hover {
    box-shadow: 0 4px 18px rgba(12, 142, 68, 0.15);
}

.contact-info-block__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.contact-info-block__icon {
    color: #0C8E44;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}

.contact-info-block__icon .material-icons {
    font-size: 24px;
    vertical-align: middle;
}

.contact-info-block__title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #000;
    margin: 0;
}

.contact-info-block__content p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color, #666);
}

.contact-info-block__content p:last-child {
    margin-bottom: 0;
}

.contact-info-block__content a {
    color: var(--text-color, #666);
    text-decoration: none;
    transition: color 0.15s ease;
}

.contact-info-block__content a:hover {
    color: var(--theme-color-default, #0C8E44);
}

.contact-info-block__service {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    margin-bottom: 3px;
}

.contact-info-block__phone {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.3px;
}
#contactform-file label {
    border-radius: 8px;
}

#contactform-file .buttonText {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
