.service-tech-card img {
    filter: grayscale(0.2);
    transition: filter 0.2s;
}

.service-tech-card:hover img {
    filter: grayscale(0);
}

.cta-box {
    background: #f5f5f5 !important;
}

.developer-card {
    transition: all 0.3s ease;
}

.developer-card:hover {
    background-color: #0d6efd;
    /* Bootstrap primary color */
    color: #fff;
}

.developer-card:hover strong {
    color: #fff;
}

.developer-link {
    text-decoration: none;
    color: inherit;
}

/* Responsive Headings */
@media (max-width: 767.98px) {

    h1,
    h2,
    h3 {
        font-size: 1.5rem !important;
    }

    .fw-normal[style*="font-size:2.5rem"] {
        font-size: 1.3rem !important;
    }

    .fw-bold[style*="font-size:2.5rem"] {
        font-size: 1.5rem !important;
    }

    .lead,
    .text-light,
    .text-muted {
        font-size: 1rem !important;
    }

    .cta-box {
        flex-direction: column !important;
        text-align: center;
    }

    .cta-box h2 {
        margin-bottom: 1rem;
    }

    .cta-box a {
        width: 100%;
    }

    .table {
        font-size: 0.95rem;
    }

    .table th,
    .table td {
        padding: 0.5rem 0.3rem;
    }

    .service-tech-card {
        margin-bottom: 1rem;
    }

    .card-body,
    .card {
        padding: 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .table-responsive {
        padding: 0;
    }

    .table {
        min-width: 500px;
    }

    .fw-normal[style*="font-size:2.5rem"] {
        font-size: 1.1rem !important;
    }

    .fw-bold[style*="font-size:2.5rem"] {
        font-size: 1.2rem !important;
    }

    .lead,
    .text-light,
    .text-muted {
        font-size: 0.95rem !important;
    }
}

img.img-fluid,
.img-fluid {
    max-width: 100%;
    height: auto;
}