/* Services Grid Block Styles */
.services-grid .service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-grid .service-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

/* SVG Icon Styling */
.services-grid .service-icon svg {
    width: 28px;
    height: 28px;
    stroke: #FF7A2F;
}