.hero-section {
    background: linear-gradient(135deg, #0e8392 0%, #05a194ab 100%);
    padding: 80px 0;
}

.progress {
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background-color: #169ea3;
    transition: width 0.6s ease;
}

.card {
    border: none;
    border-radius: 15px;
    margin-bottom: 20px;
}

.btn-primary {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
}

.img-fluid {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}