/* Senior Errand Services Custom Styles */

.senior-page-title {
    background: #2c3e50;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.senior-breadcrumbs ol {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.senior-about-errands {
    padding: 60px 20px;
    background: #f4f4f4;
    text-align: center;
}

.senior-services {
    padding: 60px 20px;
    background: #ffffff;
}

.senior-service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.senior-service-item {
    background: #ecf0f1;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.senior-why-us {
    background: #dfe6e9;
    padding: 60px 20px;
}

.senior-why-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.senior-why-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.senior-why-text {
    max-width: 600px;
}

.senior-cta {
    text-align: center;
    background: #0e1d34;
    color: #fff;
    padding: 50px 20px;
}

.senior-cta h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.senior-cta p {
    margin-bottom: 30px;
    text-align: center;
}

.senior-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #044720;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.senior-btn:hover {
    background: #867e04;
}
