
    .service-text-box {
        transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
        cursor: pointer;
    }

    .service-text-box:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 1.5px 6px rgba(0, 0, 0, 0.10);
        background: #f0f8ff;
        transform: translateY(-8px) scale(1.03);
    }

    .service-text-box:hover h4 {
        color: #fff !important;
        background: #0D6B68;
        border-radius: 4px;
        padding: 2px 8px;
        transition: background 0.3s, color 0.3s;
    }
