@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap');

.dharma-mitra-section {
    padding: 2rem;
    background-color: #fff;
    font-family: 'EB Garamond', serif;
    color: #333;
}

.section-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: #C59145;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #C59145;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 18px;
    color: #777777; /* Updated label color */
}

input, textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #C59145;
    border-radius: 4px;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    color: #333;
}

.submit-button {
    background-color: #C59145;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    cursor: pointer;
}

    .submit-button:hover {
        background-color: #a97a36;
    }

.resources-needed {
    margin-top: 2rem;
    font-size: 18px;
    color: #1788D8; /* Updated color for "Resources we need" */
}
.dharma-cta {
    text-align: center;
    margin: 2rem 0;
}

.dharma-button {
    display: inline-block;
    background-color: #C59145;
    color: white;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    padding: 1rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dharma-button:hover {
    background-color: #a97a36;
}