.service-header {
    font-size: large;
}

.card-container {
    border-top: none;
    border-radius: 10px;
    padding: 10px;
    border-left: none;
    border-right: none;
}

.icon-container-code {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.icon-container-db {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 12px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.icon-container-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 12px;
}

.gradient-green {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.gradient-purple {
    background: linear-gradient(135deg, #a855f7, #9333ea);
}

.gradient-orange {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.gradient-dark-purple {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-initial {
    text-align: initial;
}
