

.contact-form-wrapper {
    padding: 0.5rem 0;
    margin-top: 2rem;
}

.text {
    font-size: 18px;
    color: #97744b;
}


.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.circle-container {
    border-radius: 50%;
    background-color: #F5F5F5;
    overflow: hidden;
    box-shadow: 0px 6px 12px #5f574f;
}

.profile-image {
    object-fit: cover;
    position: relative;
    transition: all 0.2s ease;
    height: 9rem;
    width: 10rem;
    margin-left: -1rem;
}



.profile-text-container {
    padding: 20px;
    max-width: 900px;
    background: #fff;
    border: 1px solid #478778;
    border-radius: 8px;
    margin-top: 0.6rem;
    text-align: start;
    box-shadow: 8px 8px 8px 0px #97744b4d;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4A4A4A;
    text-align: center;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, #c69c6d 20%, #fff 50%, #c69c6d 80%);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.profile-subheading {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 4px;
    color: var(--secondary-text-color);
}

.profile-text-container h2 {
    color: var(--heading-color);
}

.profile-text-container p {
    margin-bottom: 10px;
    text-align: left;
    color: #212529;
}

.profile-text-container ul {
    text-align: left;
    color: #198754;
    list-style-type: disc;
    margin-left: 20px;
}
