/* CFA Contact Page CSS */

#contact {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.section-header {
    width: 80%;
    margin: auto;
    background: #004d00;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    color: #e6ffe6;
    font-size: 40px;
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    margin: auto;
    padding: 40px;
}


/* Form Styling */

.form-horizontal {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: black;
    max-width: 400px;
    width: 100%;
}

.form-control {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
}

.send-button {
    background: #008000;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.send-button:hover {
    background: #006600;
}


/* Contact Information */

.direct-contact-container {
    max-width: 400px;
    margin-top: 20px;
    text-align: left;
}

.contact-list {
    list-style: none;
    padding: 25px;
}

.list-item {
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-text a {
    color: white;
    text-decoration: none;
}

.contact-text a:hover {
    text-decoration: underline;
}


/* Social Media */

.social-media-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 5px;
    list-style: none;
}

.social-media-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    width: 50px;
    /* Adjust for desired size */
    height: 50px;
    /* Soft shadow */
    transition: transform 0.2s ease-in-out;
}

.social-media-list li:hover {
    transform: scale(1.1);
    /* Slight zoom on hover */
}

.social-media-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.social-media-list li i {
    font-size: 30px;
    /* Adjust icon size */
    color: #008000;
    /* Default icon color */
}


/* Footer */

.cfa-footer {
    background: #002d00;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    width: auto;
}

.cfa-footer h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.partners img {
    width: 120px;
    margin: 10px;
}

.footer-cont {
    background-color: #ffffff;
    width: auto;
    color: black;
    text-align: center;
    padding: 1px;
    border-radius: 8px;
    margin-top: 10px;
}

.cfa-footer {
    background: #002d00;
    text-align: center;
    padding: 2px;
}

.cfa-footer h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.partners img {
    width: 70px;
    margin: 10px;
}
