﻿body {
 
}

h2 {
    color: black;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}


/*css for the warehouse-benefit*/
.benefit-warehouse {
    padding-top: 60px;
}

.card {
    background-color: #fff;
    border: none;
    border-radius: 15px;
    transition: transform 0.3s;
}

    .card:hover {
        transform: translateY(-10px);
    }

.icon img {
    width: 50px;
    height: 50px;
}

.card-title {
    color: #0056b3;
    font-weight: bold;
    margin-top: 1rem;
}

.card-text {
    font-size: 14px;
    color: #666;
}

/*css for content*/
.warehouse-content {
    padding-top: 20px;
    padding-bottom:60px;
}

    .warehouse-content h3 {
        color: #0056b3;
        font-weight: 600;
        font-size: 1.3rem;
        margin-bottom: 25px;
    }

    .warehouse-content p {
        line-height: 26px;
    }

.tab-content .tab-pane {
    padding: 30px 30px 40px;
}

.tab-content {
    background: #fff;
    border-radius: 0 0 20px 20px;
}

    .tab-content .active {
        border-radius: 15px;
    }

.feature-text {
    margin-bottom: 25px;
}

.feature-check {
    margin-right: 10px;
    color: #007bff;
}

.action-button {
    text-align: center;
    margin-top: 40px;
}

    .action-button button {
        background-color: #00c851;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 30px;
        font-size: 1.5rem;
        font-weight: 600;
        transition:all .5s;
    }

        .action-button button:hover {
            opacity:.85;
        }

.feature-img {
    max-width: 100%;
    height: 100%;
    border-radius: 80px 0 80px 0;
    object-fit:cover;
}
.nav-tabs{
    border:none;
}
.warehouse-content .nav-link {

    font-weight: 700;
    font-size: 0.9rem;
}

.warehouse-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0859d3 !important;
    box-shadow: 0 -.5rem 1rem rgba(0, 0, 0, .15);
}

/*css cho features*/
