﻿.hero-section {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('/img/banner.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 160px 0;
}

.section-padding {
    padding: 80px 0;
}

.benefit-box,
.type-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    margin-bottom: 20px;
    text-align: center;
    transition: .3s;
}

    .benefit-box:hover,
    .type-card:hover {
        transform: translateY(-8px);
    }

.timeline-item {
    background: #fff;
    border-left: 5px solid #ff9800;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.custom-list li {
    margin-bottom: 15px;
    font-size: 18px;
}

.cta-section {
    background: #8B0000;
    color: #fff;
    padding: 100px 0;
}
