.biztech-supply-service {
    --navy-blue: #0A2240;
    --accent-orange: #F36F21;
    --card-bg: #F4F6F9;
    --text-muted: #556070;
    font-family: 'Poppins', sans-serif;
}

.biztech-supply-service .header-banner {
    background-color: var(--navy-blue);
    border-radius: 10px 10px 0 0;
    padding: 12px 20px;
    position: relative;
}

.biztech-supply-service .section-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.biztech-supply-service .section-title .orange-text {
    color: var(--accent-orange);
}

.biztech-supply-service .title-line {
    height: 2px;
    width: 50px;
    background-color: #ffffff;
    display: inline-block;
}

.biztech-supply-service .service-card {
    background-color: var(--card-bg);
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 12px;
    height: 100%;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

.biztech-supply-service a.service-card:hover .service-title {
    color: var(--accent-orange);
}

.biztech-supply-service .service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.biztech-supply-service .card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.biztech-supply-service .badge-number {
    background-color: var(--navy-blue);
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.biztech-supply-service .card-img-wrapper {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
}

.biztech-supply-service .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.biztech-supply-service .card-body-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.biztech-supply-service .service-icon {
    color: var(--accent-orange);
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
    display: none;
}

.biztech-supply-service .service-title {
    color: var(--navy-blue);
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 1.2;
}

.biztech-supply-service .service-desc {
    color: var(--text-muted);
    font-size: 0.75rem;
    line-height: 1.3;
    margin: 0;
}

.biztech-supply-service .feature-card {
    background-color: var(--navy-blue);
    border-radius: 12px;
    padding: 15px;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.biztech-supply-service .shield-icon {
    font-size: 3.5rem;
    color: var(--accent-orange);
}

.biztech-supply-service .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 0.75rem;
}

.biztech-supply-service .feature-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.biztech-supply-service .feature-list li:last-child {
    margin-bottom: 0;
}

.biztech-supply-service .feature-list i {
    color: var(--accent-orange);
    font-size: 0.85rem;
}
