/* Apply styles specifically for the About Us page */
.about-us-page .about-header {
    background-color: #007BFF;
}

.about-us-page .about-nav {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.about-us-page .about-nav-list {
    list-style: none;
    display: flex;
    padding: 0;
}

.about-us-page .about-nav-item {
    margin: 0 15px;
}

.about-us-page .about-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.about-us-page .about-hero {
    text-align: center;
    background: #007BFF;
    color: #fff;
    padding: 20px;
}

.about-us-page .about-hero-title {
    font-size: 28px;
}

.about-us-page .about-hero-text {
    font-size: 18px;
}

.about-us-page .about-main {
    padding: 20px;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-us-page .about-section-title {
    color: #007BFF;
    font-size: 24px;
    margin-bottom: 15px;
}

.about-us-page .about-benefits-list,
.about-us-page .about-steps-list {
    margin: 15px 0;
    padding-left: 20px;
}

.about-us-page .about-btn-primary {
    display: inline-block;
    background: #007BFF;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.about-us-page .about-btn-primary:hover {
    background: #0056b3;
}

.about-us-page .about-footer {
    text-align: center;
    padding: 10px 0;
    background: #f4f4f4;
    color: #333;
}

.about-us-page .about-footer-text {
    font-size: 14px;
}
