
#contactAgent .modal-content {
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    font-family: var(--font-primary);
    text-align: left;
}

#contactAgent .form-label {
    color: #333;
    font-size: 0.9rem;
    display: flex;
}

#contactAgent .form-control,
#contactAgent .form-select {
    border-color: #ced4da;
    font-size: 0.9rem;
}

#contactAgent .form-control:focus,
#contactAgent .form-select:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

#contactAgent .btn-success {
    background-color: #198754;
    border-color: #198754;
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem;
}

#contactAgent .btn-outline-secondary {
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem;
}

#contactAgent .d-plus {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    background-color: #ffc107;
    color: var(--bleumarine);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    font-weight: 700;
    padding: 20px;
}

#contactAgent .info-section {
    background-color: #f7f8fa;
    padding: 2rem;
    border-radius: 8px;
}

#contactAgent .info-section h6 {
    font-size: 1rem;
    color: #212529;
}

#contactAgent .info-section ul li {
    font-size: 0.9rem;
    line-height: 1.5;
}

#contactAgent .info-section small,
#contactAgent .info-section .small {
    font-size: 0.75rem !important;
    color: #6c757d !important;
}

#contactAgent .invalid-feedback {
    font-size: 0.875rem;
    text-align: left;
}

/* ======================== MODAL callMe STYLING ======================== */

/* Container */
#callMe .modal-content {
    border-radius: 16px;
    padding: 32px;
    font-family: "Inter", sans-serif;
    max-width: 500px;
    margin: auto;
}

/* Titles & Paragraphs */
#callMe h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--bleumarine);
    text-align: center;
}

#callMe p {
    color: #4f4f4f;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Labels */
#callMe .form-label {
    font-weight: 500;
    font-size: 0.95rem;
    color: #212529;
    margin-bottom: 0.4rem;
}

/* Email input group with icon on right */
#callMe .input-group {
    position: relative;
    display: flex;
    align-items: center;
}

#callMe .input-group input[type="email"] {
    height: 44px;
    font-size: 0.95rem;
    padding-right: 40px;
    padding-left: 0.75rem;
    flex: 1;
    border-radius: 6px;
    border: 1px solid #ced4da;
}

#callMe .input-group-text {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background: transparent;
    pointer-events: none;
    padding-right: 12px;
    color: #4f4f4f;
}

/* Phone Fields */
#callMe #phoneFields {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-top: 10px;
}

#callMe #countryCode {
    max-width: 110px;
    border-radius: 6px 0 0 6px;
    height: 44px;
    padding: 0 0.75rem;
    font-size: 0.95rem;
    background-color: #fff;
    border: 1px solid #ced4da;
}

#callMe #tel {
    border-radius: 0 6px 6px 0;
    height: 44px;
    font-size: 0.95rem;
    flex: 1;
    padding: 0 0.75rem;
    border: 1px solid #ced4da;
}

/* Radios */
#callMe .form-check-input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 8px;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#callMe .form-check-input[type="radio"]:checked {
    border-color: var(--vertturquoise);
    background-color: var(--vertturquoise);
}

#callMe .form-check-input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: 4px auto;
    border-radius: 50%;
    background-color: #fff;
}

#callMe .form-check-label {
    font-size: 0.95rem;
    color: #212529;
}

/* Checkbox */
#callMe .form-check-input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

#callMe .form-check-label small,
#callMe .form-check-label {
    font-size: 0.85rem;
    color: #555;
}

/* Submit Button */
#callMe button[type="submit"] {
    background-color: #00a878;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    border: none;
    transition: background 0.2s ease;
}

#callMe button[type="submit"]:hover {
    background-color: #008e67;
}

/* Focus Styles */
#callMe input:focus,
#callMe select:focus {
    border-color: #00a878;
    box-shadow: 0 0 0 0.2rem rgba(0, 168, 120, 0.2);
    outline: none;
}

#callMe .input-group {
position: relative;
width: 100%;
}

#callMe .input-group input[type="email"] {
width: 100%;
height: 44px;
padding-right: 2.5rem; /* espace pour l'icône */
padding-left: 0.75rem;
border: 1px solid #ced4da;
border-radius: 8px;
font-size: 0.95rem;
font-family: "Inter", sans-serif;
}

#callMe .input-group .input-group-text {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
pointer-events: none;
color: #6c757d;
font-size: 1.1rem;
padding: 0;
}
