/* ==========================================
   SharpeEdges - Homepage Theme
   ========================================== */

/* Glass cards with a blue-gray tint */
.service-card {
    background: rgba(28, 45, 65, 0.58) !important;
    backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 16px !important;
    padding: 1.2rem !important;
    min-height: 110px !important;
}

/* Slightly brighter on hover */
.service-card:hover {
    background: rgba(50, 75, 105, 0.60) !important;
    transform: translateY(-2px);
    transition: all .2s ease;
}

/* Group titles */
.group-title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #f4f7fb !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

/* Service names */
.service-name {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

/* Descriptions */
.service-description {
    font-size: 1rem !important;
    color: #d5deea !important;
}

/* Icon size */
.service-icon img {
    width: 40px !important;
    height: 40px !important;
}

/* Space between groups */
.services-group {
    margin-bottom: 2rem !important;
}

/* Remove the default white glow */
.service-card::before,
.service-card::after {
    display: none !important;
}
