﻿.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;
}


.feature-box,
.benefit-card,
.symptom-card,
.choose-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    margin-bottom: 25px;
    transition: .3s;
}

    .feature-box:hover,
    .benefit-card:hover,
    .symptom-card:hover,
    .choose-box:hover {
        transform: translateY(-8px);
    }

.timeline-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 5px solid #ff9800;
    border-radius: 10px;
}

.cta-section {
    background: #8B0000;
    color: white;
    padding: 100px 0;
}

h1, h2 {
    font-weight: 700;
}

h2 {
    color: #8B0000;
    margin-bottom: 30px;
}
