.contact_form {
    align-items: center;
    min-height: 50vh;
    width: 100%;
    padding: 3% 1%;
    background-color:  rgb(228, 245, 214);
    color: white;
    font-family: "Source Serif Pro", serif;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    color: black;
}

.btn-success {
    background-color:rgb(65, 111, 238);
    border: none;
    color: white;
    font-size: 1.5rem;  
    letter-spacing: 2px;  
    padding: 12px 25px;
}


.contact_us{
    background-color:rgb(228, 245, 214);
}


.content-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;     
}
.content-overlay p {
    font-size: 1.5rem;
    font-family: 'Times New Roman', Times, serif;
}

.row{
    display: flex;
    justify-content: space-between;
}
.classic-font {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.contact-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-card h1 {
    font-size: 2rem;
    font-family: 'Georgia', serif;
    letter-spacing: 1px;
    color: #27ae60;
}

.contact-card i {
    color: #27ae60;
}

.contact-card a {
    color: #e74c3c;  
    text-decoration: none;  
}

.contact-card a:hover {
    color: #c0392b;  
    text-decoration: underline;  
}

.contact-card p {
    margin-bottom: 0;
    color: #555;
}

.contact-card h5 {
    font-size: 1.2rem;
    color: #27ae60;
}

.required:after {
    content: " *";
    color: red;
}
label {
    font-size: 1.2rem; 
    color: black;
}
.contact_form label {
    font-size: 1.2rem; 
color: black;
}
