/* bisco-conservation.css */

.bisco-subpage {
    padding: 40px 0 80px;
    background: #fff;
}

.breadcrumb-wrap {
    background: #f4f7f9;
    padding: 15px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #eef2f5;
}

.breadcrumb {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.breadcrumb-item a {
    color: #2c6883;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #888;
}

.page-title-section {
    margin-bottom: 45px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.page-title-section h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #2c3e50;
    font-size: 32px;
    margin-bottom: 10px;
}

.page-subtitle {
    color: #2c6883;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-block {
    margin-bottom: 60px;
}

.content-block h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #2c6883;
    margin-bottom: 20px;
    font-size: 24px;
}

.content-block p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    text-align: justify;
}

.species-card {
    background: #f8fbfc;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    border-left: 5px solid #2c6883;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.species-card h4 {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.species-card em {
    color: #2c6883;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.meranti-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.meranti-item {
    background: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #eee;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.meranti-item i {
    color: #2c6883;
    font-size: 10px;
}

.nursery-box {
    background: #2c6883;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 40px;
}

.nursery-box h3 {
    color: #fff;
    margin-bottom: 20px;
}

.nursery-box p {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    .bisco-sidebar-col {
        margin-bottom: 40px;
    }
}
