/* Hero Section Styling */
#services-hero {
    background: url('/assets/about/about-us-page-title-background.jpg') no-repeat center center/cover;
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #ddd;
    margin-top: 10px;
}

#about-us {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}

#about-us h3 {
    color: #333;
}

#about-us p {
    color: #555;
}

#about-us ul.list-group {
    margin-bottom: 40px;
}

#about-us ul.list-group .list-group-item {
    font-size: 1.1rem;
    border: none;
    padding-left: 0;
}

#about-us .bi-check-circle-fill {
    margin-right: 10px;
    font-size: 1.2rem;
}

#about-us blockquote {
    font-size: 1.2rem;
    font-style: italic;
}

#about-us .bg-light {
    background-color: #f1f1f1 !important;
}

#about-us .bi {
    color: #dc3545;
}