/* bisco-incubation.css */

.bisco-subpage {
    padding: 40px 0 80px;
    background: #fff;
}

.page-title-section {
    margin-bottom: 45px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    text-align: center;
}

.page-title-section h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #2c3e50;
    font-size: 32px;
}

.page-subtitle {
    color: #2c6883;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.content-block {
    margin-bottom: 60px;
}

.content-block h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #2c6883;
    margin-bottom: 25px;
    font-size: 24px;
}

.content-block p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    text-align: justify;
}

.img-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.img-card img {
    width: 100%;
    display: block;
}

.inventory-table-wrap {
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    cursor: pointer;
    display: block;
}

.inventory-table-wrap:hover {
    transform: scale(1.02);
}

.inventory-table-wrap img {
    width: 100%;
    display: block;
}

.caption {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

.feature-box {
    background: #f8fbfc;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    border-top: 5px solid #2c6883;
}

.feature-box i {
    font-size: 30px;
    color: #2c6883;
    margin-bottom: 20px;
}

.feature-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}
