/* Kerrs Removals specific styles */
body {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

h1 {
    color: #1e3c72;
}

.message {
    color: #666;
}

.custom-message {
    border-left-color: #1e3c72;
    color: #555;
}

.contact {
    background: #1e3c72;
    color: white;
}

.contact a {
    color: white;
}

.social-link {
    background: white;
    color: #1e3c72;
}

.progress-bar {
    background: #1e3c72;
}