.about-hero {
            position: relative;
            width: 100%;
            background: url('https://images.unsplash.com/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
            display: flex;
            align-items: center;
            overflow: hidden;
            padding: 20px 0px;
        }

        @media (max-width: 524px) {
            .about-hero-content{
                padding: 0px !important;
            }
        }

        /* Blue Gradient Overlay */
        .about-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(7, 61, 113, 0.7), rgba(7, 61, 113, 0.4));
            z-index: 1;
        }

        /* Text Content */
        .about-hero-content {
            position: relative;
            z-index: 2;
            /* text-align: center; */
            color: #fff;
            padding: 0 40px;
        }

        .about-hero-content h1 {
            font-size: 52px;
            font-weight: 800;
            margin-bottom: 12px;
            letter-spacing: 1px;
        }

        .about-hero-content p {
            font-size: 18px;
            max-width: 800px;
            line-height: 1.6;
        }
        .who-we-are-img {
            height: 300px;
            width: 100%;
        }

        .principal-section {
            background: #f8fbff;
            border-radius: 15px;
        }

        .principal-photo {
            border-radius: 12px;
            max-width: 100%;
        }

        .section-title {
            font-size: 32px;
            font-weight: 700;
            color: #002b5b;
        }

        .principal-section p {
            font-size: 16px;
            line-height: 1.7;
            color: #333;
        }

        .principal-sign h5 {
            font-weight: 700;
            color: #002b5b;
        }

         .achievement-img {
            border-radius: 15px;
        }

        .achievement-title {
            font-size: 32px;
            font-weight: 800;
            color: #0d3554;
        }

        .achievement-desc {
            font-size: 16px;
            color: #4a5a68;
            line-height: 1.7;
        }

        .achievement-icon {
            font-size: 36px;
            color: #0d6efd;
            margin-right: 15px;
        }

        .point-title {
            font-size: 18px;
            font-weight: 700;
            color: #0d3554;
        }

        .point-desc {
            font-size: 14px;
            color: #4a5a68;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .achievement-title {
                font-size: 26px;
            }
        }