.vision-mission-section {
            padding: 60px 0;
            background: #f8f9fa;
        }
        
        .section-title {
            color: #003366;
            border-left: 5px solid #ffcc00;
            padding-left: 15px;
            margin-bottom: 20px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 28px;
        }

        .vision-mission-text {
            line-height: 1.8;
            color: #444;
            font-size: 16px;
        }

        .vision-mission-text ul {
            padding-left: 20px;
            list-style: none;
        }

        .vision-mission-text ul li {
            margin-bottom: 12px;
            position: relative;
            padding-left: 30px;
        }
        
        .vision-mission-text ul li::before {
            content: "\f00c"; /* FontAwesome Checkmark */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #ffcc00;
            position: absolute;
            left: 0;
            top: 2px;
        }

        .image-container {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }
