/* Contact Hero Styling */
.cd-hero-slider li:first-of-type.contact-page {
    background-color: #262261;
    background-image: url("https://www.jshearer-roofing.co.uk/contact-2025.webp");
    background-position: center 50%;
}

.cd-hero-slider li:first-of-type.contact-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.cd-hero-slider li:first-of-type.contact-page .cd-full-width {
    z-index: 1;
    text-align: center;
    padding-left: 0;
}

.cd-hero-slider li:first-of-type.contact-page h2,
.cd-hero-slider li:first-of-type.contact-page p {
    margin: 0 auto 20px;
}

.cd-hero-slider li:first-of-type.contact-page .cd-btn {
    display: none;
}