﻿.contact-hero-section {
    position: relative;
    background: url('../images/Wilson_Homepage.jpg') no-repeat center center / cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-left: 5%;
    box-sizing: border-box;
    text-align: center;
}

.contact-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.contact-hero-section .hero-text {
    position: relative;
    z-index: 2;
}

.contact-hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.contact-hero-section p {
    font-size: 1.25rem;
    text-align: center;
}

.section-heading {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #333;
    display: flex;
    align-items: center;
}

.section-heading i {
    color: #6f5b37;
    font-size: 2rem;
    margin-right: 10px;
}

.contact-info p {
    margin-bottom: 1rem;
    color: #444;
    font-size: 18px;
}

.contact-info a {
    color: #6f5b37;
    text-decoration: underline;
}

.contact-info a:hover {
    color: #4c3e28;
}

.alert {
    font-size: 16px;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    border-radius: 5px;
}
