.csr-hero-banner {
    width: 100%;
    height: 300px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("/assets/mountain.jpg"); */
            background: linear-gradient(135deg, #2d9e4a 0%, #001f8f 100%);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.csr-hero-overlay h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.csr-page-wrapper {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
}

.csr-intro-text {
    text-align: center;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.csr-intro-text h2 {
    color: #1a1a1a;
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.csr-intro-text h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #2aaf47;
}

.csr-activities-list {
    position: relative;
}

.csr-item {
    margin-bottom: 60px;
    /*! padding-left: 30px; */
    border-left: 3px solid #f0f0f0;
    transition: all 0.3s ease;
}

.csr-item:hover {
    border-left-color: #2aaf47;
}

.csr-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    padding: 12px;
}

.csr-dot {
    position: absolute;
    left: -37.5px;
    width: 12px;
    height: 12px;
    background: #2aaf47;
    border-radius: 50%;
}

.csr-item-title {
    font-size: 1.4rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
}

.csr-description {
    line-height: 1.8;
    color: #555;
    font-size: 1rem;
    padding: 0 13px;
}

.csr-empty-state {
    text-align: center;
    padding: 50px;
    background: #f9f9f9;
    border-radius: 8px;
    color: #888;
}
