/* Specific styles for Services page */
.services-layout1 .service-item {
    background-color: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.services-layout1 .service-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.services-layout1 .service__title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.services-layout1 .service__icon i {
    font-size: 40px;
    color: #8b2923;
}

/* Sidebar Card Styling (Services page) */
.sidebar .service-sidebar-card {
    background-color: #e6e3e3;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 24px;
}

.sidebar .service-sidebar-card .widget__title {
    margin-bottom: 16px;
    color: #121c45;
}

.sidebar .service-sidebar-card ul {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.sidebar .service-sidebar-card ul li a {
    border-bottom: 1px solid #eeeeee;
}

.sidebar .service-sidebar-card ul li:last-child a {
    border-bottom: none;
}
