/* bisco-culture-theory.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;
}

.theory-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);
    transition: transform 0.3s ease;
}

.theory-card:hover {
    transform: translateY(-5px);
}

.theory-card .step-number {
    font-size: 40px;
    font-weight: 800;
    color: rgba(44, 104, 131, 0.2);
    line-height: 1;
    margin-bottom: 10px;
}

.theory-card h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.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;
}

.highlight-box {
    background: #2c6883;
    color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
}

.highlight-box h3 {
    color: #fff;
}

.highlight-box p {
    color: rgba(255, 255, 255, 0.9);
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
}

.feature-list i {
    color: #7fffb4;
    margin-top: 5px;
}
