{"id":15,"date":"2025-09-25T07:25:37","date_gmt":"2025-09-25T07:25:37","guid":{"rendered":"https:\/\/csd7.org\/?page_id=15"},"modified":"2026-03-19T17:55:40","modified_gmt":"2026-03-19T17:55:40","slug":"community-school-district-7","status":"publish","type":"page","link":"https:\/\/csd7.org\/","title":{"rendered":"Community School District 7"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87dc79 e-con-full e-flex e-con e-parent\" data-id=\"d87dc79\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a4ed87 elementor-widget elementor-widget-html\" data-id=\"9a4ed87\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Fonts -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n<!-- Tailwind CSS -->\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script>\n    tailwind.config = {\n        corePlugins: {\n            preflight: false, \/\/ Essential for Elementor compatibility: prevents WP theme overrides\n        },\n        theme: {\n            extend: {\n                colors: {\n                    d7blue: '#132448',\n                    d7light: '#c4ced3',\n                    d7accent: '#2b4c8c',\n                },\n                fontFamily: {\n                    display: ['Outfit', 'sans-serif'],\n                    body: ['Plus Jakarta Sans', 'sans-serif'],\n                },\n                backgroundImage: {\n                    'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))',\n                }\n            }\n        }\n    }\n<\/script>\n\n<!-- GSAP for Animations -->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/ScrollTrigger.min.js\"><\/script>\n\n<style>\n    \/* Elementor Scoped Base Styles *\/\n    #csd7-elementor-container {\n        background-color: #132448;\n        color: #ffffff;\n        overflow: hidden;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        position: relative;\n        width: 100%;\n    }\n    \n    #csd7-elementor-container h1, \n    #csd7-elementor-container h2, \n    #csd7-elementor-container h3, \n    #csd7-elementor-container h4 {\n        font-family: 'Outfit', sans-serif !important;\n        margin: 0;\n        line-height: 1.1;\n    }\n    \n    #csd7-elementor-container p { margin: 0; }\n    #csd7-elementor-container a { text-decoration: none !important; }\n\n    \/* Animated Background Pattern *\/\n    .bg-pattern {\n        position: absolute;\n        top: 0; left: 0; right: 0; bottom: 0;\n        width: 100%; height: 100%;\n        z-index: 0;\n        background-image: radial-gradient(#c4ced3 1px, transparent 1px);\n        background-size: 50px 50px;\n        opacity: 0.05;\n        pointer-events: none;\n    }\n\n    \/* Glowing Blobs *\/\n    .blob {\n        position: absolute;\n        filter: blur(80px);\n        z-index: 0;\n        opacity: 0.4;\n        animation: float 10s infinite ease-in-out alternate;\n        pointer-events: none;\n    }\n    .blob-1 { top: -10%; left: -10%; width: 500px; height: 500px; background: #2b4c8c; border-radius: 50%; }\n    .blob-2 { bottom: -10%; right: -10%; width: 600px; height: 600px; background: #c4ced3; opacity: 0.15; border-radius: 50%; animation-delay: -5s; }\n\n    @keyframes float {\n        0% { transform: translate(0, 0) scale(1); }\n        100% { transform: translate(30px, 50px) scale(1.1); }\n    }\n\n    \/* Glassmorphism *\/\n    .glass-card {\n        background: rgba(19, 36, 72, 0.4);\n        backdrop-filter: blur(16px);\n        -webkit-backdrop-filter: blur(16px);\n        border: 1px solid rgba(196, 206, 211, 0.15);\n        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);\n    }\n\n    \/* Hero Video Container *\/\n    .hero-video-mask {\n        border-radius: 2rem;\n        overflow: hidden;\n        position: relative;\n        transform: perspective(1000px) rotateY(-5deg);\n        transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);\n        border: 1px solid rgba(196, 206, 211, 0.3);\n        -webkit-mask-image: -webkit-radial-gradient(white, black);\n        isolation: isolate;\n    }\n    .hero-video-mask:hover {\n        transform: perspective(1000px) rotateY(0deg) scale(1.02);\n        box-shadow: 0 0 40px rgba(196, 206, 211, 0.2);\n    }\n\n    \/* Bronx Typography Background *\/\n    .bronx-bg-wrapper {\n        position: absolute;\n        inset: 0;\n        overflow: hidden;\n        pointer-events: none;\n        z-index: 0;\n        display: flex;\n        align-items: center;\n    }\n    .bronx-scroll-track {\n        display: flex;\n        white-space: nowrap;\n        width: max-content;\n        animation: scrollBronx 60s linear infinite;\n    }\n    .bronx-huge-text {\n        font-size: clamp(10rem, 25vw, 35rem);\n        font-weight: 900;\n        color: transparent;\n        -webkit-text-stroke: 2px rgba(196, 206, 211, 0.08);\n        font-family: 'Outfit', sans-serif;\n        line-height: 0.8;\n        padding-right: 2rem;\n    }\n    @keyframes scrollBronx {\n        0% { transform: translateX(0); }\n        100% { transform: translateX(-50%); }\n    }\n\n    \/* Bento Grid Links *\/\n    .bento-item {\n        position: relative;\n        overflow: hidden;\n        transition: all 0.4s ease;\n        cursor: pointer;\n    }\n    .bento-item::before {\n        content: '';\n        position: absolute;\n        top: 0; left: -100%; width: 50%; height: 100%;\n        background: linear-gradient(to right, transparent, rgba(196, 206, 211, 0.1), transparent);\n        transform: skewX(-20deg);\n        transition: left 0.7s ease;\n    }\n    .bento-item:hover {\n        transform: translateY(-5px);\n        border-color: rgba(196, 206, 211, 0.5);\n        box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5), 0 0 20px rgba(196, 206, 211, 0.1);\n    }\n    .bento-item:hover::before {\n        left: 200%;\n    }\n\n    \/* JUICE Animation Styles (Clip-Path Fix for WebKit\/Elementor) *\/\n    .juice-wrapper {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 1.5rem;\n        text-align: center;\n    }\n    .letter-container {\n        position: relative;\n        width: 120px;\n        height: 180px;\n        display: flex;\n        justify-content: center;\n        align-items: flex-end;\n    }\n    .letter-outline {\n        font-size: 10rem;\n        font-weight: 900;\n        font-family: 'Outfit', sans-serif;\n        color: transparent;\n        -webkit-text-stroke: 3px #c4ced3;\n        position: absolute;\n        bottom: -20px;\n        z-index: 10;\n        line-height: 1;\n    }\n    .letter-fill {\n        font-size: 10rem;\n        font-weight: 900;\n        font-family: 'Outfit', sans-serif;\n        color: transparent;\n        background-color: #c4ced3;\n        background-image: linear-gradient(to top, #c4ced3 0%, #ffffff 100%);\n        -webkit-background-clip: text;\n        background-clip: text;\n        position: absolute;\n        bottom: -20px;\n        left: 0;\n        width: 100%;\n        line-height: 1;\n        z-index: 5;\n        clip-path: inset(100% 0 0 0);\n        -webkit-clip-path: inset(100% 0 0 0);\n        transition: clip-path 2s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-clip-path 2s cubic-bezier(0.2, 0.8, 0.2, 1);\n    }\n    \n    \/* Simulating the liquid level inside perfectly using clip-path *\/\n    #csd7-elementor-container .juice-wrapper:nth-child(1) .letter-container.active .letter-fill { clip-path: inset(15% 0 0 0); -webkit-clip-path: inset(15% 0 0 0); }\n    #csd7-elementor-container .juice-wrapper:nth-child(2) .letter-container.active .letter-fill { clip-path: inset(25% 0 0 0); -webkit-clip-path: inset(25% 0 0 0); }\n    #csd7-elementor-container .juice-wrapper:nth-child(3) .letter-container.active .letter-fill { clip-path: inset(10% 0 0 0); -webkit-clip-path: inset(10% 0 0 0); }\n    #csd7-elementor-container .juice-wrapper:nth-child(4) .letter-container.active .letter-fill { clip-path: inset(35% 0 0 0); -webkit-clip-path: inset(35% 0 0 0); }\n    #csd7-elementor-container .juice-wrapper:nth-child(5) .letter-container.active .letter-fill { clip-path: inset(20% 0 0 0); -webkit-clip-path: inset(20% 0 0 0); }\n\n    .juice-text {\n        font-family: 'Outfit', sans-serif;\n        letter-spacing: 0.05em;\n    }\n    .juice-text span {\n        display: block;\n        font-size: 1.5rem;\n        font-weight: 900;\n        color: #c4ced3;\n        text-transform: uppercase;\n    }\n\n    \/* CRITICAL FIX: Prevent WordPress theme from turning linked headings pink *\/\n    #csd7-elementor-container a.bento-item h3 {\n        color: #ffffff !important;\n    }\n    #csd7-elementor-container a.bg-d7light h3 {\n        color: #132448 !important;\n    }\n\n    \/* Instagram Container Fixes *\/\n    .instagram-wrapper {\n        background: #ffffff;\n        border-radius: 1rem;\n        padding: 10px;\n        width: 100%;\n        max-width: 560px;\n        margin: 0 auto;\n    }\n\n    \/* Custom Scrollbar *\/\n    ::-webkit-scrollbar { width: 10px; }\n    ::-webkit-scrollbar-track { background: #132448; }\n    ::-webkit-scrollbar-thumb { background: #c4ced3; border-radius: 5px; }\n    ::-webkit-scrollbar-thumb:hover { background: #ffffff; }\n<\/style>\n\n<!-- MAIN WRAPPER START -->\n<div id=\"csd7-elementor-container\" class=\"antialiased selection:bg-d7light selection:text-d7blue\">\n\n    <!-- Background Elements -->\n    <div class=\"bg-pattern\"><\/div>\n    <div class=\"blob blob-1\"><\/div>\n    <div class=\"blob blob-2\"><\/div>\n\n    <!-- Hero Section -->\n    <section class=\"relative min-h-screen flex items-center pt-24 pb-12 px-6 md:px-12 overflow-hidden\">\n        \n        <!-- Elegant Bronx Background -->\n        <div class=\"bronx-bg-wrapper\">\n            <!-- Abstract Bridge\/Transit Lines -->\n            <div class=\"absolute inset-0 opacity-30\">\n                <div class=\"absolute top-[25%] left-0 w-[200%] h-[1px] bg-gradient-to-r from-transparent via-d7light to-transparent -rotate-6 transform origin-left\"><\/div>\n                <div class=\"absolute top-[25%] left-0 w-[200%] h-[1px] bg-gradient-to-r from-transparent via-d7light to-transparent -rotate-6 transform origin-left translate-y-6 opacity-40\"><\/div>\n                <div class=\"absolute bottom-[35%] right-0 w-[200%] h-[1px] bg-gradient-to-l from-transparent via-d7light to-transparent rotate-3 transform origin-right\"><\/div>\n            <\/div>\n\n            <!-- Slowly Panning Text -->\n            <div class=\"bronx-scroll-track\">\n                <h2 class=\"bronx-huge-text\">THE BRONX \u2022 DISTRICT 7 \u2022&nbsp;<\/h2>\n                <h2 class=\"bronx-huge-text\">THE BRONX \u2022 DISTRICT 7 \u2022&nbsp;<\/h2>\n            <\/div>\n            \n            <!-- Radial Mask to blend smoothly into background -->\n            <div class=\"absolute inset-0 bg-[radial-gradient(ellipse_at_center,transparent_0%,#132448_85%)]\"><\/div>\n        <\/div>\n\n        <div class=\"max-w-7xl mx-auto w-full grid lg:grid-cols-2 gap-12 items-center relative z-10\">\n            \n            <!-- Hero Content -->\n            <div class=\"gsap-hero-text z-10\">\n                <div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full glass-card mb-6 border-d7light\/30\">\n                    <span class=\"w-2 h-2 rounded-full bg-d7light animate-pulse\"><\/span>\n                    <span class=\"text-xs font-bold tracking-widest text-d7light uppercase\">Welcome to District 7<\/span>\n                <\/div>\n                <h1 class=\"font-display text-5xl md:text-6xl lg:text-7xl font-black leading-[1.05] mb-6 tracking-tight\">\n                    D7 is the \n                    <span class=\"relative inline-block text-white pb-2\" style=\"text-shadow: 0 0 20px rgba(255,255,255,0.3);\">\n                        Bridge\n                        <div class=\"absolute bottom-1 left-0 w-full h-1.5 bg-d7light\/40 rounded-full blur-[2px]\"><\/div>\n                        <div class=\"absolute bottom-1 left-0 w-full h-1 bg-gradient-to-r from-white to-d7light rounded-full\"><\/div>\n                    <\/span><br>\n                    to Generational<br>\n                    <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-d7light to-white\">Success.<\/span>\n                <\/h1>\n                \n                <!-- Spacing Fix: Added inline !important margin-bottom to ensure Elementor respects it -->\n                <p class=\"text-lg md:text-xl text-d7light\/80 max-w-lg leading-relaxed\" style=\"margin-bottom: 2.5rem !important;\">\n                    Join a community dedicated to excellence, innovation, and fostering joy in every student. We don't just teach; we inspire leaders.\n                <\/p>\n                \n                <!-- Spacing Fix: Added inline !important margin-top and increased the gap slightly -->\n                <div class=\"flex flex-wrap gap-5\" style=\"margin-top: 2rem !important;\">\n                    <a href=\"https:\/\/csd7.org\/?page_id=92\" class=\"px-8 py-4 bg-white text-d7blue font-black rounded-full hover:scale-105 transition-all flex items-center gap-2 group shadow-[0_0_30px_rgba(255,255,255,0.4)]\">\n                        Our School\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"group-hover:-translate-y-1 transition-transform\"><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\" ry=\"2\"\/><path d=\"M9 22v-4h6v4\"\/><path d=\"M8 6h.01\"\/><path d=\"M16 6h.01\"\/><path d=\"M12 6h.01\"\/><path d=\"M12 10h.01\"\/><path d=\"M12 14h.01\"\/><path d=\"M16 10h.01\"\/><path d=\"M16 14h.01\"\/><path d=\"M8 10h.01\"\/><path d=\"M8 14h.01\"\/><\/svg>\n                    <\/a>\n                    <a href=\"#links\" class=\"px-8 py-4 bg-d7light text-d7blue font-bold rounded-full hover:bg-white transition-all flex items-center gap-2 group shadow-[0_0_30px_rgba(196,206,211,0.2)]\">\n                        Explore Resources\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"group-hover:translate-x-1 transition-transform\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\n                    <\/a>\n                    <a href=\"https:\/\/vimeo.com\/883421640\/77af6c3c38?share=copy\" target=\"_blank\" class=\"px-8 py-4 glass-card border-d7light\/30 text-white font-bold rounded-full hover:bg-d7light\/10 transition-all flex items-center gap-2 group\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-d7light group-hover:scale-110 transition-transform\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polygon points=\"10 8 16 12 10 16 10 8\"\/><\/svg>\n                        Watch Video\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Hero Video -->\n            <div class=\"gsap-hero-video relative w-full flex items-center justify-center\">\n                <!-- Decorative element behind video -->\n                <div class=\"absolute inset-0 bg-gradient-to-tr from-d7light\/20 to-transparent rounded-full blur-3xl transform -translate-x-10 translate-y-10\"><\/div>\n                \n                <div class=\"hero-video-mask w-full aspect-video shadow-2xl relative z-10 bg-black\">\n                    <div class=\"absolute inset-0 bg-d7blue\/20 mix-blend-overlay z-10 pointer-events-none rounded-[2rem]\"><\/div>\n                    <video \n                        id=\"heroVideo\"\n                        autoplay \n                        loop \n                        muted \n                        playsinline \n                        class=\"w-full h-full object-cover cursor-pointer rounded-[2rem]\">\n                        <source src=\"https:\/\/csd7.org\/wp-content\/uploads\/2025\/09\/vid.mp4\" type=\"video\/mp4\">\n                        Your browser does not support the video tag.\n                    <\/video>\n                    \n                    <!-- Video Controls -->\n                    <div class=\"absolute bottom-4 right-4 z-20 flex gap-3\">\n                        <button id=\"muteBtn\" class=\"w-12 h-12 rounded-full bg-[#132448]\/40 backdrop-blur-md flex items-center justify-center text-white hover:bg-[#132448]\/80 transition-all border border-white\/20 shadow-lg hover:scale-105\" aria-label=\"Toggle Mute\">\n                            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\/><line x1=\"23\" y1=\"9\" x2=\"17\" y2=\"15\"\/><line x1=\"17\" y1=\"9\" x2=\"23\" y2=\"15\"\/><\/svg>\n                        <\/button>\n                        <button id=\"playPauseBtn\" class=\"w-12 h-12 rounded-full bg-[#132448]\/40 backdrop-blur-md flex items-center justify-center text-white hover:bg-[#132448]\/80 transition-all border border-white\/20 shadow-lg hover:scale-105\" aria-label=\"Play\/Pause\">\n                            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><rect x=\"6\" y=\"4\" width=\"4\" height=\"16\"\/><rect x=\"14\" y=\"4\" width=\"4\" height=\"16\"\/><\/svg>\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Essential Links (Bento Box) -->\n    <section id=\"links\" class=\"py-24 px-6 md:px-12 relative z-10\">\n        <div class=\"max-w-7xl mx-auto\">\n            <div class=\"text-center mb-16 gsap-fade-up\">\n                <h2 class=\"font-display text-4xl md:text-5xl font-black mb-4\">Quick Access<\/h2>\n                <div class=\"w-24 h-1 bg-d7light mx-auto rounded-full\"><\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 gap-6 auto-rows-[200px]\">\n                \n                <!-- Enroll (Large Feature) -->\n                <a href=\"https:\/\/www.myschools.nyc\/en\/\" target=\"_blank\" class=\"bento-item glass-card md:col-span-2 md:row-span-2 rounded-3xl p-8 flex flex-col justify-between group overflow-hidden relative\">\n                    <div class=\"absolute top-0 right-0 w-64 h-64 bg-d7light\/10 rounded-full blur-3xl -mr-20 -mt-20 transition-transform group-hover:scale-150 duration-700\"><\/div>\n                    <div class=\"relative z-10\">\n                        <div class=\"w-16 h-16 rounded-2xl bg-d7light flex items-center justify-center mb-6 shadow-lg shadow-d7light\/20\">\n                            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-d7blue\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><line x1=\"19\" y1=\"8\" x2=\"19\" y2=\"14\"\/><line x1=\"22\" y1=\"11\" x2=\"16\" y2=\"11\"\/><\/svg>\n                        <\/div>\n                        <h3 class=\"font-display text-3xl font-bold mb-2\" style=\"color: #ffffff !important;\">Enroll Today<\/h3>\n                        <p class=\"text-d7light\/80 text-lg max-w-sm\">Secure your child's future in a D7 school. Access MySchools to begin the enrollment process.<\/p>\n                    <\/div>\n                    <div class=\"relative z-10 flex items-center gap-2 text-d7light font-bold mt-4\">\n                        Get Started <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"group-hover:translate-x-1 group-hover:-translate-y-1 transition-transform\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/><polyline points=\"7 7 17 7 17 17\"\/><\/svg>\n                    <\/div>\n                <\/a>\n\n                <!-- NYC Schools Account -->\n                <a href=\"https:\/\/www.schoolsaccount.nyc\/\" target=\"_blank\" class=\"bento-item glass-card md:col-span-1 md:row-span-1 rounded-3xl p-6 flex flex-col justify-between group\">\n                    <div class=\"flex justify-between items-start\">\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-d7light\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"9\"\/><rect x=\"14\" y=\"3\" width=\"7\" height=\"5\"\/><rect x=\"14\" y=\"12\" width=\"7\" height=\"9\"\/><rect x=\"3\" y=\"16\" width=\"7\" height=\"5\"\/><\/svg>\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"opacity-50 group-hover:opacity-100 transition-opacity\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <h3 class=\"font-display text-xl font-bold mb-1\" style=\"color: #ffffff !important;\">NYC Schools Account<\/h3>\n                        <p class=\"text-sm text-d7light\/70\">Track progress & grades<\/p>\n                    <\/div>\n                <\/a>\n\n                <!-- Choose a D7 School -->\n                <a href=\"https:\/\/vimeo.com\/883421640\/77af6c3c38?share=copy\" target=\"_blank\" class=\"bento-item bg-d7light text-d7blue md:col-span-1 md:row-span-1 rounded-3xl p-6 flex flex-col justify-between group relative overflow-hidden\">\n                    <div class=\"absolute inset-0 bg-white\/20 translate-y-full group-hover:translate-y-0 transition-transform duration-500 ease-in-out\"><\/div>\n                    <div class=\"relative z-10 flex justify-between items-start\">\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><polygon points=\"5 3 19 12 5 21 5 3\"\/><\/svg>\n                    <\/div>\n                    <div class=\"relative z-10\">\n                        <h3 class=\"font-display text-xl font-bold mb-1\" style=\"color: #132448 !important;\">Choose D7<\/h3>\n                        <p class=\"text-sm opacity-80 font-medium\">Watch Video<\/p>\n                    <\/div>\n                <\/a>\n\n                <!-- Calendar -->\n                <a href=\"https:\/\/www.schools.nyc.gov\/calendar\" target=\"_blank\" class=\"bento-item glass-card md:col-span-1 md:row-span-1 rounded-3xl p-6 flex flex-col justify-between group\">\n                    <div class=\"flex justify-between items-start\">\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-d7light\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"opacity-50 group-hover:opacity-100 transition-opacity\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <h3 class=\"font-display text-xl font-bold mb-1\" style=\"color: #ffffff !important;\">DOE Calendar<\/h3>\n                        <p class=\"text-sm text-d7light\/70\">Important dates<\/p>\n                    <\/div>\n                <\/a>\n\n                <!-- DOE Student Account -->\n                <a href=\"https:\/\/www.schools.nyc.gov\/learning\/digital-learning\/applications-and-platforms\/teachhub\" target=\"_blank\" class=\"bento-item glass-card md:col-span-1 md:row-span-1 rounded-3xl p-6 flex flex-col justify-between group\">\n                     <div class=\"flex justify-between items-start\">\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-d7light\"><path d=\"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16\"\/><\/svg>\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"opacity-50 group-hover:opacity-100 transition-opacity\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <h3 class=\"font-display text-xl font-bold mb-1\" style=\"color: #ffffff !important;\">TeachHub<\/h3>\n                        <p class=\"text-sm text-d7light\/70\">DOE Student Account<\/p>\n                    <\/div>\n                <\/a>\n\n                <!-- Strategic Plan -->\n                <a href=\"https:\/\/csd7.org\/wp-content\/uploads\/2025\/09\/District_7_Strategic_Plan_Handout__8.5x11_.pdf\" target=\"_blank\" class=\"bento-item glass-card md:col-span-2 md:row-span-1 rounded-3xl p-6 flex flex-row items-center justify-between group\">\n                    <div>\n                        <h3 class=\"font-display text-2xl font-bold mb-2\" style=\"color: #ffffff !important;\">D7 Strategic Plan<\/h3>\n                        <p class=\"text-sm text-d7light\/70\">Read our vision and goals for the district's future.<\/p>\n                    <\/div>\n                    <div class=\"w-14 h-14 rounded-full bg-d7light\/10 flex items-center justify-center group-hover:bg-d7light transition-colors duration-300\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-d7light group-hover:text-d7blue transition-colors duration-300\"><path d=\"M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z\"\/><polyline points=\"14 2 14 8 20 8\"\/><\/svg>\n                    <\/div>\n                <\/a>\n\n                <!-- Our School -->\n                <a href=\"https:\/\/csd7.org\/?page_id=92\" class=\"bento-item bg-gradient-to-r from-d7accent to-d7blue border border-d7light\/30 md:col-span-2 md:row-span-1 rounded-3xl p-6 flex flex-row items-center justify-between group overflow-hidden relative\">\n                    <div class=\"absolute inset-0 bg-white\/5 translate-x-full group-hover:translate-x-0 transition-transform duration-700 ease-in-out skew-x-12\"><\/div>\n                    <div class=\"relative z-10\">\n                        <h3 class=\"font-display text-2xl font-bold mb-2 text-white\" style=\"color: #ffffff !important;\">Our School<\/h3>\n                        <p class=\"text-sm text-d7light\/80\">Discover our vibrant community, programs, and facilities.<\/p>\n                    <\/div>\n                    <div class=\"w-14 h-14 rounded-full bg-white\/10 flex items-center justify-center group-hover:bg-white transition-colors duration-300 relative z-10\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-white group-hover:text-d7blue transition-colors duration-300\"><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\" ry=\"2\"\/><path d=\"M9 22v-4h6v4\"\/><path d=\"M8 6h.01\"\/><path d=\"M16 6h.01\"\/><path d=\"M12 6h.01\"\/><path d=\"M12 10h.01\"\/><path d=\"M12 14h.01\"\/><path d=\"M16 10h.01\"\/><path d=\"M16 14h.01\"\/><path d=\"M8 10h.01\"\/><path d=\"M8 14h.01\"\/><\/svg>\n                    <\/div>\n                <\/a>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- D7 Core Values (JUICE) -->\n    <section class=\"py-24 px-6 md:px-12 relative z-10 bg-[#0d1830]\/50 border-y border-d7light\/10\">\n        <div class=\"max-w-6xl mx-auto\">\n            \n            <div class=\"d7-section-header mb-20 gsap-fade-up\" style=\"text-align: center;\">\n                <h2 class=\"font-display text-4xl md:text-5xl font-black mb-4 text-white\" style=\"text-align: center !important; width: 100%;\">D7 CORE VALUES<\/h2>\n                <div class=\"w-24 h-1 bg-d7light mx-auto rounded-full mb-6\"><\/div>\n                <p class=\"text-d7light\/80 max-w-2xl font-body text-xl leading-relaxed mx-auto\" style=\"text-align: center !important; width: 100%;\">\n                    The foundational principles that guide every classroom, educator, and student in District 7.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-2 md:grid-cols-5 gap-8 md:gap-4 juice-section-trigger\">\n                \n                <!-- J -->\n                <div class=\"juice-wrapper gsap-juice-item\">\n                    <div class=\"letter-container\">\n                        <div class=\"letter-outline\">J<\/div>\n                        <div class=\"letter-fill\">J<\/div>\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"absolute -top-6 text-d7light animate-bounce\" style=\"animation-duration: 2s;\"><path d=\"m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"juice-text text-sm text-d7light\/80\">\n                        Foster & Spark\n                        <span class=\"mt-1\">JOY<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- U -->\n                <div class=\"juice-wrapper gsap-juice-item\">\n                    <div class=\"letter-container\">\n                        <div class=\"letter-outline\">U<\/div>\n                        <div class=\"letter-fill\">U<\/div>\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"absolute -top-6 text-d7light animate-bounce\" style=\"animation-duration: 2.5s;\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                    <\/div>\n                    <div class=\"juice-text text-sm text-d7light\/80\">\n                        Cultivate\n                        <span class=\"mt-1\">UNITY<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- I -->\n                <div class=\"juice-wrapper gsap-juice-item\">\n                    <div class=\"letter-container\">\n                        <div class=\"letter-outline\">I<\/div>\n                        <div class=\"letter-fill\">I<\/div>\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"absolute -top-6 text-d7light animate-bounce\" style=\"animation-duration: 2.2s;\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                    <\/div>\n                    <div class=\"juice-text text-sm text-d7light\/80\">\n                        Model\n                        <span class=\"mt-1\">INTEGRITY<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- C -->\n                <div class=\"juice-wrapper gsap-juice-item\">\n                    <div class=\"letter-container\">\n                        <div class=\"letter-outline\">C<\/div>\n                        <div class=\"letter-fill\">C<\/div>\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"absolute -top-6 text-d7light animate-bounce\" style=\"animation-duration: 2.7s;\"><path d=\"m11 17 2 2a1 1 0 1 0 3-3\"\/><path d=\"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-7.38 7.38a4 4 0 1 0 5.66 5.66l1.9-1.9a2 2 0 1 0-2.83-2.83l-1.45 1.45\"\/><\/svg>\n                    <\/div>\n                    <div class=\"juice-text text-sm text-d7light\/80\">\n                        <b class=\"text-d7light uppercase\">COLLABORATE<\/b><br>\n                        With Purpose\n                    <\/div>\n                <\/div>\n\n                <!-- E -->\n                <div class=\"juice-wrapper gsap-juice-item col-span-2 md:col-span-1\">\n                    <div class=\"letter-container\">\n                        <div class=\"letter-outline\">E<\/div>\n                        <div class=\"letter-fill\">E<\/div>\n                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"absolute -top-6 text-d7light animate-bounce\" style=\"animation-duration: 2.1s;\"><path d=\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z\"\/><path d=\"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z\"\/><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0\"\/><path d=\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"\/><\/svg>\n                    <\/div>\n                    <div class=\"juice-text text-sm text-d7light\/80\">\n                        <b class=\"text-d7light uppercase\">EMPOWER<\/b><br>\n                        To Lead\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Instagram & Community -->\n    <section class=\"py-24 px-6 md:px-12 relative z-10\">\n        <div class=\"max-w-7xl mx-auto grid lg:grid-cols-2 gap-16 items-center\">\n            \n            <div class=\"gsap-fade-up\">\n                <h2 class=\"font-display text-4xl md:text-5xl font-black mb-6\">Stay Connected<br>with <span class=\"text-d7light\">#CSD7Bx<\/span><\/h2>\n                <p class=\"text-lg text-d7light\/80 mb-8 leading-relaxed\">\n                    Follow us on Instagram to see the amazing work happening in our schools, celebrate student achievements, and stay updated on district news and events. \n                <\/p>\n                <div class=\"flex items-center gap-4 mb-8\">\n                    <div class=\"w-12 h-12 rounded-full bg-gradient-to-tr from-yellow-400 via-red-500 to-purple-600 p-1\">\n                        <div class=\"w-full h-full bg-d7blue rounded-full flex items-center justify-center\">\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" class=\"text-white\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\/><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\/><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\/><\/svg>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-bold text-xl\">@csd7bx<\/h4>\n                        <a href=\"https:\/\/www.instagram.com\/csd7bx\/\" target=\"_blank\" class=\"text-d7light hover:text-white transition-colors text-sm\">Follow Us &rarr;<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"instagram-wrapper shadow-2xl shadow-black\/50 gsap-fade-up\" style=\"transition-delay: 200ms;\">\n                <!-- Instagram Embed provided in prompt -->\n                <blockquote class=\"instagram-media\" data-instgrm-permalink=\"https:\/\/www.instagram.com\/csd7bx\/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https:\/\/www.instagram.com\/csd7bx\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"><\/div><\/div><\/div><div style=\"padding: 19% 0;\"><\/div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"><\/path><\/g><\/g><\/g><\/svg><\/div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this profile on Instagram<\/div><\/div><div style=\"padding: 12.5% 0;\"><\/div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"><\/div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"><\/div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"><\/div><\/div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"><\/div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"><\/div><\/div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"><\/div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"><\/div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"><\/div><\/div><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"><\/div><\/div><\/a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https:\/\/www.instagram.com\/csd7bx\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\">Bronx Seven<\/a> (@<a href=\"https:\/\/www.instagram.com\/csd7bx\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\">csd7bx<\/a>) \u2022 Instagram photos and videos<\/p><\/div><\/blockquote>\n                <script async src=\"\/\/www.instagram.com\/embed.js\"><\/script>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n<!-- MAIN WRAPPER END -->\n\n<!-- Scripts -->\n<script>\n    \/\/ Video Controls Logic\n    const video = document.getElementById('heroVideo');\n    const playPauseBtn = document.getElementById('playPauseBtn');\n    const muteBtn = document.getElementById('muteBtn');\n\n    if (video && playPauseBtn && muteBtn) {\n        playPauseBtn.addEventListener('click', (e) => {\n            e.stopPropagation();\n            if (video.paused) {\n                video.play();\n                playPauseBtn.innerHTML = '<svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><rect x=\"6\" y=\"4\" width=\"4\" height=\"16\"\/><rect x=\"14\" y=\"4\" width=\"4\" height=\"16\"\/><\/svg>';\n            } else {\n                video.pause();\n                playPauseBtn.innerHTML = '<svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><polygon points=\"5 3 19 12 5 21 5 3\"\/><\/svg>';\n            }\n        });\n\n        muteBtn.addEventListener('click', (e) => {\n            e.stopPropagation();\n            video.muted = !video.muted;\n            if (video.muted) {\n                muteBtn.innerHTML = '<svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\/><line x1=\"23\" y1=\"9\" x2=\"17\" y2=\"15\"\/><line x1=\"17\" y1=\"9\" x2=\"23\" y2=\"15\"\/><\/svg>';\n            } else {\n                muteBtn.innerHTML = '<svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\/><path d=\"M15.54 8.46a5 5 0 0 1 0 7.07\"\/><path d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"\/><\/svg>';\n            }\n        });\n    }\n\n    \/\/ GSAP Animations (Wrapped safely for Elementor rendering)\n    setTimeout(() => {\n        if (typeof gsap !== 'undefined') {\n            gsap.registerPlugin(ScrollTrigger);\n\n            \/\/ Hero Animations\n            gsap.fromTo(\".gsap-hero-text > *\", \n                { y: 50, opacity: 0 }, \n                { y: 0, opacity: 1, duration: 1, stagger: 0.15, ease: \"power3.out\", delay: 0.2 }\n            );\n\n            gsap.fromTo(\".gsap-hero-video\", \n                { scale: 0.9, opacity: 0, rotationY: 15 }, \n                { scale: 1, opacity: 1, rotationY: 0, duration: 1.5, ease: \"power3.out\", delay: 0.5 }\n            );\n\n            \/\/ Generic Fade Up Elements\n            gsap.utils.toArray('.gsap-fade-up').forEach(elem => {\n                gsap.from(elem, {\n                    scrollTrigger: {\n                        trigger: elem,\n                        start: \"top 85%\",\n                    },\n                    y: 40,\n                    opacity: 0,\n                    duration: 0.8,\n                    ease: \"power2.out\"\n                });\n            });\n\n            \/\/ Bulletproof JUICE Liquid Animation Trigger (Clip-Path)\n            ScrollTrigger.create({\n                trigger: \".juice-section-trigger\",\n                start: \"top 70%\",\n                onEnter: () => {\n                    document.querySelectorAll('.letter-container').forEach((el, index) => {\n                        setTimeout(() => {\n                            el.classList.add('active');\n                        }, index * 200);\n                    });\n                }\n            });\n        }\n    }, 100); \/\/ 100ms timeout ensures Elementor has painted the DOM before binding scroll triggers\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>THE BRONX \u2022 DISTRICT 7 \u2022&nbsp; THE BRONX \u2022 DISTRICT 7 \u2022&nbsp; Welcome to District 7 D7 is the Bridge to Generational Success. Join a community dedicated to excellence, innovation, and fostering joy in every student. We don&#8217;t just teach; we inspire leaders. Our School Explore Resources Watch Video Your browser does not support the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csd7.org\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csd7.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/csd7.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/csd7.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csd7.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":85,"href":"https:\/\/csd7.org\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":167,"href":"https:\/\/csd7.org\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/167"}],"wp:attachment":[{"href":"https:\/\/csd7.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}