/* bisco-mangrove.css */

.bisco-subpage {
    padding: 40px 0 80px;
    background: #fff;
}

.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;
}

.stat-highlight {
    background: linear-gradient(135deg, #1a4d63 0%, #2c6883 100%);
    color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 50px;
}

.stat-highlight h3 {
    color: #fff;
    margin-bottom: 16px;
}

.stat-box {
    text-align: center;
    padding: 15px;
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #a3ffce;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.img-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.img-card:hover {
    transform: translateY(-5px);
}

.img-card img {
    width: 100%;
    display: block;
}

.eco-benefit-card {
    background: #f8fbfc;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    border-top: 5px solid #2c6883;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.eco-benefit-card i {
    font-size: 32px;
    color: #2c6883;
    margin-bottom: 20px;
}

.eco-benefit-card h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 32px;
    }
}
