.erp-tabs .button-pipaluk:hover::before, .button-pipaluk:hover::after {
    border-color: #151515 !important;
}

.hardware-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./../images/home/hardware-bg.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hardware-container .header {
    text-align: center;
    color: white;
}

.hardware-container .header h3 {
    color: white;
}

.hardware-tabs p {
    color: #FFF;
}

.hardware-tabs .button-pipaluk:hover {
    color: #FFF;
}

.hardware-tabs .button-pipaluk:hover::before, .button-pipaluk:hover::after {
    border-color: #FFF !important;
}

.hardware-list-container h4 {
    color: #FFF;
}

.hardware-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 40px;
}

.hardware-list li {
    height: 100%;
}

.hardware-list-item {
    height: 100%;
    background-color: #FDFDFDDE;
    border-radius: 10px;
}

.hardware-list-item:nth-child(1) {
    animation-delay: .25s;
}

.hardware-list-item:nth-child(2) {
    animation-delay: .5s;
}

.hardware-list-item:nth-child(3) {
    animation-delay: .75s;
}

.hardware-list-item:nth-child(4) {
    animation-delay: 1s;
}

.hardware-list-item:nth-child(5) {
    animation-delay: 1.25s;
}

.hardware-list-item:nth-child(6) {
    animation-delay: 1.5s;
}
