
    .program-section {
        padding: 50px 0;
        background: #f5f7fa;
    }
    
    .program-item {
        margin-bottom: 40px;
    }
    
    .program-image {
        width: 100%;
        height: 280px;
        object-fit: contain;
        background: #f5f7fa;
    }
    
    .program-title {
        font-size: 22px;
        font-weight: 700;
        color: #1a5f7a;
        margin-bottom: 12px;
    }
    
    .program-description {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 18px;
    }
    
    .btn-learn {
        background: #1a5f7a;
        color: white;
        padding: 8px 25px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s;
        display: inline-block;
        border: none;
        font-size: 14px;
    }
    
    .btn-learn:hover {
        background: #0e4a61;
        color: white;
        transform: translateX(5px);
    }
    
    .empty-state {
        text-align: center;
        padding: 50px 20px;
    }
    
    .empty-state i {
        font-size: 50px;
        color: #1a5f7a;
        margin-bottom: 15px;
    }
    
    .empty-state h3 {
        font-size: 20px;
        color: #1a5f7a;
    }
    
    .cta-section {
        background: #1a5f7a;
        color: white;
        padding: 40px 0;
        text-align: center;
    }
    
    .cta-section h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .cta-section p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .btn-donate {
        background: white;
        color: #1a5f7a;
        padding: 8px 25px;
        border: none;
        font-weight: 600;
        transition: all 0.3s;
        display: inline-block;
        text-decoration: none;
        margin: 0 8px;
        border-radius: 25px;
        font-size: 14px;
    }
    
    .btn-donate:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .btn-volunteer {
        background: transparent;
        color: white;
        padding: 8px 25px;
        border: 2px solid white;
        font-weight: 600;
        transition: all 0.3s;
        display: inline-block;
        text-decoration: none;
        margin: 0 8px;
        border-radius: 25px;
        font-size: 14px;
    }
    
    .btn-volunteer:hover {
        background: white;
        color: #1a5f7a;
        transform: translateY(-2px);
    }
    
    /* Header image styling - Edge to edge horizontally, keep height, NO CUTTING */
    .nursing-header {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }
    
    .nursing-header img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        object-position: center;
    }
    
    .header-text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        width: 100%;
        padding: 20px;
        z-index: 2;
    }
    
    .header-text-overlay h1 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 15px;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    }
    
    .header-text-overlay p {
        font-size: 18px;
        max-width: 650px;
        margin: 0 auto;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }
    
    /* Static Image Section */
    .static-image-section {
        padding: 50px 0;
        background: linear-gradient(135deg, #e8f0f5 0%, #dce7ed 100%);
    }
    
    .image-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .oval-image {
        width: 100%;
        max-width: 380px;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0 15px 30px rgba(0,0,0,0.12);
        transition: all 0.4s ease;
        border: 4px solid white;
        background: white;
    }
    
    .oval-image:hover {
        transform: scale(1.02);
        box-shadow: 0 20px 40px rgba(0,0,0,0.18);
    }
    
    .info-content {
        padding: 15px;
    }
    
    .info-title {
        font-size: 26px;
        font-weight: 700;
        color: #1a5f7a;
        margin-bottom: 15px;
        position: relative;
    }
    
    .info-title:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 50px;
        height: 3px;
        background: #1a5f7a;
    }
    
    .info-text {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 15px;
    }
    
    /* Art marks decoration */
    .art-mark {
        position: absolute;
        font-size: 45px;
        opacity: 0.15;
        color: #1a5f7a;
        pointer-events: none;
    }
    
    .art-mark-1 {
        top: 15px;
        right: 15px;
        transform: rotate(15deg);
    }
    
    .art-mark-2 {
        bottom: 15px;
        left: 15px;
        transform: rotate(-10deg);
    }
    
    .art-mark-3 {
        top: 50%;
        left: -25px;
        transform: rotate(45deg);
    }
    
    .image-wrapper {
        position: relative;
        padding: 15px;
    }
    
    .image-wrapper::before {
        content: '✿';
        position: absolute;
        top: -5px;
        left: -5px;
        font-size: 30px;
        color: #1a5f7a;
        opacity: 0.3;
        font-family: serif;
    }
    
    .image-wrapper::after {
        content: '✦';
        position: absolute;
        bottom: -5px;
        right: -5px;
        font-size: 28px;
        color: #1a5f7a;
        opacity: 0.3;
        font-family: serif;
    }
    
    .section-subtitle {
        font-size: 24px;
        color: #1a5f7a;
        text-align: center;
        margin-bottom: 40px;
    }
    
    @media (max-width: 767px) {
        .nursing-header {
            margin-top: 10px;
        }
        .header-text-overlay h1 {
            font-size: 28px;
        }
        .header-text-overlay p {
            font-size: 14px;
        }
        .program-title {
            font-size: 18px;
        }
        .program-image {
            height: 180px;
            margin-bottom: 15px;
        }
        .program-section {
            padding: 30px 0;
        }
        .cta-section h2 {
            font-size: 20px;
        }
        .btn-donate, .btn-volunteer {
            padding: 6px 18px;
            font-size: 12px;
        }
        .info-title {
            font-size: 22px;
        }
        .oval-image {
            max-width: 220px;
            margin-bottom: 20px;
        }
        .image-container {
            margin-bottom: 20px;
        }
        .section-subtitle {
            font-size: 20px;
            margin-bottom: 25px;
        }
    }
    
    @media (min-width: 768px) {
        .program-row {
            display: flex;
            align-items: center;
            gap: 35px;
        }
        .program-image-col {
            flex: 1;
        }
        .program-content-col {
            flex: 1;
        }
        .static-row {
            display: flex;
            align-items: center;
            gap: 40px;
        }
    }
