.cu-contact-hero {
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: #FAF9F5;
}

.cu-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', Arial, sans-serif;
    position: relative;
    z-index: 1;
}

.cu-breadcrumbs {
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
    font-weight: 500;
}

.cu-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.cu-breadcrumbs a:hover {
    text-decoration: underline;
}

.cu-breadcrumb-separator {
    margin: 0 8px;
    color: #cccccc;
}

.cu-contact-h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    font-weight: 700;
    color: #0c5409;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.cu-contact-subtext {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cu-contact-hero {
        padding: 60px 15px;
    }

    .cu-contact-h1 {
        font-size: 32px;
    }

    .cu-contact-subtext {
        font-size: 16px;
    }
}
