   .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .schoolProgram {
            background: linear-gradient(135deg, #003F5E 0%, #005a7d 100%);
            color: white;
            padding: 60px 20px;
            text-align: center;
            border-radius: 10px;
            margin-bottom: 40px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .schoolProgram h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
        }

        .schoolProgram .tagline {
            font-size: 1.3em;
            opacity: 0.95;
            font-weight: 300;
        }

        .overview {
            background: white;
            padding: 40px;
            border-radius: 10px;
            margin-bottom: 40px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.08);
            border-left: 5px solid #008651;
        }

        .overview p {
            font-size: 1.1em;
            color: #555;
            margin-bottom: 15px;
        }

        .content-block {
            background: white;
            padding: 40px;
            border-radius: 10px;
            margin-bottom: 30px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.08);
        }

        .content-block h2 {
            color: #003F5E;
            font-size: 2em;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 3px solid #008651;
        }

        .program-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 20px;
        }
        .programCardBox{display: flex;gap:25px;}
        

        .program-card {
            background: linear-gradient(to right, #f8f9fa, #fff);
            padding: 25px;
            border-radius: 8px;
            border-left: 5px solid #003F5E;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .program-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .program-card h3 {
            color: #003F5E;
            font-size: 1.4em;
            margin-bottom:3px;
        }

        .program-card ul {
               list-style: none;
    padding-left: 0;
    display: flex
;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
        }

        .program-card li {
               padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #555;
    width: 48%;
        }

        .program-card li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #008651;
            font-weight: bold;
        }

        .scroll-wrapper {
            overflow-x: auto;
            margin-top: 30px;
        }

        .data-grid {
            width: 100%;
            border-collapse: collapse;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            border-radius: 8px;
            overflow: hidden;
        }

        .data-grid thead {
            background: #003F5E;
            color: white;
        }

        .data-grid th {
            padding: 18px;
            text-align: left;
            font-weight: 600;
            font-size: 1.05em;
        }

        .data-grid td {
            padding: 16px 18px;
            border-bottom: 1px solid #e0e0e0;
        }

        .data-grid tbody tr:hover {
            background: #f8f9fa;
        }

        .data-grid tbody tr:last-child td {
            border-bottom: none;
        }

        .grade-level {
            font-weight: 600;
            color: #003F5E;
        }

        .subject-area {
            color: #555;
        }

        .result {
            color: #008651;
            font-weight: 500;
        }

        .label {
            display: inline-block;
            background: #008651;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85em;
            font-weight: 600;
            margin-right: 8px;
        }

        .emphasis-box {
            background: linear-gradient(135deg, #008651 0%, #00a664 100%);
            color: white;
            padding: 20px;
            border-radius: 8px;
            margin-top: 20px;
            text-align: center;
        }

        .emphasis-box strong {
            font-size: 1.1em;
        }

        @media (max-width: 768px) {
            .programCardBox{flex-wrap: wrap;}
            .programCardBox .program-card{width:100%;}
            .schoolProgram h1 {
                font-size: 1.8em;
            }

            .schoolProgram .tagline {
                font-size: 1em;
            }

            .content-block {
                padding: 25px;
            }

            .content-block h2 {
                font-size: 1.5em;
            }

            .data-grid th, .data-grid td {
                padding: 12px;
                font-size: 0.9em;
            }
        }
        
        
        
         .hexagon-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap:80px !important;
            padding: 20px 0;
        }

        .hexagon-wrapper {
            width: clamp(120px, 20vw, 200px);
            height: clamp(138px, 23vw, 230px);
            position: relative;
        }

        .hexagon {
            width: 100%;
            height: 100%;
            position: relative;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
            cursor: pointer;
        }
        .section-title{text-align:center;}

        .hexagon:hover {
            transform: scale(1.05);
        }

        .hexagon.dark-blue {
            background-color: #003F5E;
        }

        .hexagon.green {
            background-color: #008651;
        }

        .hexagon-content {
            text-align: center;
            padding: 15px;
            color: white;
            font-weight: 900;
            font-size: clamp(0.7rem, 1.5vw, 1.1rem);
            line-height: 1.3;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Row arrangement for desktop */
        @media (min-width: 768px) {
            .hexagon-grid {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 20px;
                max-width: 900px;
                margin: 0 auto;
            }

            .hexagon-wrapper:nth-child(5),
            .hexagon-wrapper:nth-child(6),
            .hexagon-wrapper:nth-child(7),
            .hexagon-wrapper:nth-child(8) {
                margin-top: -60px;
            }

            .hexagon-wrapper:nth-child(5) {
                grid-column: 1;
            }

            .hexagon-wrapper:nth-child(6) {
                grid-column: 2;
            }

            .hexagon-wrapper:nth-child(7) {
                grid-column: 3;
            }

            .hexagon-wrapper:nth-child(8) {
                grid-column: 4;
            }
        }

        /* Mobile responsiveness */
        @media (max-width: 767px) {
            .hexagon-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .hexagon-wrapper {
                width: clamp(100px, 35vw, 150px);
                height: clamp(115px, 40vw, 172px);
            }
        }

        @media (max-width: 480px) {
            .key-concepts-title {
                margin-bottom: 20px;
            }

            .hexagon-grid {
                gap: 10px;
            }
            .program-card li{width:100%;}
        }