{"id":939,"date":"2024-04-29T09:46:55","date_gmt":"2024-04-29T09:46:55","guid":{"rendered":"https:\/\/dev.lp-form.com\/elsewedy-wp\/%d9%85%d8%af%d8%b1%d8%b3%d8%a9-%d8%a7%d9%84%d8%b3%d9%88%d9%8a%d8%af%d9%8a\/"},"modified":"2026-03-11T12:03:50","modified_gmt":"2026-03-11T12:03:50","slug":"elsewedy-school","status":"publish","type":"page","link":"https:\/\/elsewedyprint.com\/en\/elsewedy-school\/","title":{"rendered":"Elsewedy School"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"939\" class=\"elementor elementor-939 elementor-933\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17db478 e-con-full e-flex e-con e-parent\" data-id=\"17db478\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b70b9ad e-con-full e-flex e-con e-child\" data-id=\"b70b9ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50c4b65 elementor-widget elementor-widget-heading\" data-id=\"50c4b65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El Sewedy School of Applied Technology\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f3f166 e-con-full e-flex e-con e-parent\" data-id=\"6f3f166\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32f0a37 elementor-widget elementor-widget-heading\" data-id=\"32f0a37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Egypt's first technical secondary school specialized in printing technology, established under Egypt Vision 2030. We offer advanced technical education on state-of-the-art 50\u00d770 digital and offset printing machines, internationally accredited curricula, intensive hands-on training in real factories, and guaranteed employment opportunities\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-057513e e-con-full e-flex e-con e-parent\" data-id=\"057513e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-404e0d8 elementor-widget elementor-widget-shortcode\" data-id=\"404e0d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Who We Are<\/title>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            direction: ltr;\n            text-align: left;\n        }\n\n        \/* School Section *\/\n        .school-section {\n            background: linear-gradient(180deg, #ffffff 0%, #fff9f5 50%, #ffffff 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .school-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        \/* Main Header *\/\n        .main-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .main-header h2 {\n            font-size: 3em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .main-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        \/* About Box *\/\n        .about-box {\n            background: white;\n            padding: 50px;\n            border-radius: 30px;\n            box-shadow: 0 15px 50px rgba(185, 28, 68, 0.1);\n            margin-bottom: 80px;\n            border-left: 6px solid #B91C44;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .about-box::before {\n            content: '';\n            position: absolute;\n            top: -100px;\n            right: -100px;\n            width: 250px;\n            height: 250px;\n            background: linear-gradient(135deg, rgba(185, 28, 68, 0.03), rgba(247, 127, 0, 0.03));\n            border-radius: 50%;\n        }\n\n        .about-box p {\n            font-size: 1.2em;\n            color: #2D2D2D;\n            line-height: 2;\n            margin-bottom: 20px;\n            font-weight: 500;\n            position: relative;\n            z-index: 2;\n        }\n\n        .about-box p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Mission & Vision Grid *\/\n        .mv-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 40px;\n            margin-bottom: 80px;\n        }\n\n        .mv-card {\n            background: white;\n            padding: 50px 45px;\n            border-radius: 25px;\n            box-shadow: 0 10px 40px rgba(185, 28, 68, 0.08);\n            transition: all 0.5s ease;\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .mv-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            transition: all 0.5s ease;\n        }\n\n        .mv-card:nth-child(1)::before {\n            background: linear-gradient(90deg, #E63946, #B91C44);\n        }\n\n        .mv-card:nth-child(2)::before {\n            background: linear-gradient(90deg, #F77F00, #FF9B71);\n        }\n\n        .mv-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.15);\n            border-color: rgba(185, 28, 68, 0.1);\n        }\n\n        .mv-card:hover::before {\n            height: 8px;\n        }\n\n        .mv-icon {\n            width: 80px;\n            height: 80px;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 30px;\n            box-shadow: 0 10px 30px rgba(185, 28, 68, 0.25);\n            transition: all 0.4s ease;\n        }\n\n        .mv-card:nth-child(1) .mv-icon {\n            background: linear-gradient(135deg, #E63946, #B91C44);\n        }\n\n        .mv-card:nth-child(2) .mv-icon {\n            background: linear-gradient(135deg, #F77F00, #FF9B71);\n        }\n\n        .mv-card:hover .mv-icon {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .mv-icon svg {\n            width: 40px;\n            height: 40px;\n            color: white;\n        }\n\n        .mv-title {\n            font-size: 2em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n        }\n\n        .mv-description {\n            font-size: 1.15em;\n            color: #2D2D2D;\n            line-height: 2;\n            font-weight: 500;\n        }\n\n        \/* Environment Section *\/\n        .environment-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .environment-header h3 {\n            font-size: 2.5em;\n            color: #B91C44;\n            font-weight: 800;\n        }\n\n        .facilities-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n        }\n\n        .facility-card {\n            background: white;\n            padding: 40px 35px;\n            border-radius: 20px;\n            box-shadow: 0 10px 30px rgba(185, 28, 68, 0.08);\n            transition: all 0.4s ease;\n            border: 2px solid transparent;\n            text-align: center;\n        }\n\n        .facility-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 45px rgba(185, 28, 68, 0.15);\n            border-color: rgba(185, 28, 68, 0.1);\n        }\n\n        .facility-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            box-shadow: 0 8px 20px rgba(185, 28, 68, 0.2);\n            transition: all 0.4s ease;\n        }\n\n        .facility-card:hover .facility-icon {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .facility-icon svg {\n            width: 35px;\n            height: 35px;\n            color: white;\n        }\n\n        .facility-text {\n            font-size: 1.1em;\n            color: #2D2D2D;\n            font-weight: 600;\n            line-height: 1.7;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .about-box, .mv-card, .facility-card {\n            animation: fadeInUp 0.7s ease forwards;\n            opacity: 0;\n        }\n\n        .about-box { animation-delay: 0.1s; }\n        .mv-card:nth-child(1) { animation-delay: 0.2s; }\n        .mv-card:nth-child(2) { animation-delay: 0.3s; }\n\n        .facility-card:nth-child(1) { animation-delay: 0.1s; }\n        .facility-card:nth-child(2) { animation-delay: 0.2s; }\n        .facility-card:nth-child(3) { animation-delay: 0.3s; }\n        .facility-card:nth-child(4) { animation-delay: 0.4s; }\n        .facility-card:nth-child(5) { animation-delay: 0.5s; }\n        .facility-card:nth-child(6) { animation-delay: 0.6s; }\n\n        \/* Responsive *\/\n        @media (max-width: 1100px) {\n            .mv-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .facilities-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .school-section {\n                padding: 70px 15px;\n            }\n\n            .main-header h2 {\n                font-size: 2em;\n            }\n\n            .about-box {\n                padding: 35px 25px;\n            }\n\n            .about-box p {\n                font-size: 1.05em;\n            }\n\n            .mv-card {\n                padding: 40px 30px;\n            }\n\n            .mv-title {\n                font-size: 1.6em;\n            }\n\n            .environment-header h3 {\n                font-size: 1.8em;\n            }\n\n            .facilities-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"school-section\">\n        <div class=\"school-container\">\n            \n            <!-- Main Header -->\n            <div class=\"main-header\">\n                <h2>Who We Are?<\/h2>\n            <\/div>\n\n            <!-- About Box -->\n            <div class=\"about-box\">\n                <p>\n                    El Sewedy School of Applied Technology is a leading educational institution named after its founder, Engineer Medhat Hafez El Sewedy, established under Egypt Vision 2030 to achieve excellence in applied technology education.\n                <\/p>\n                <p>\n                    Located in 10th of Ramadan City, Sharqia Governorate, it is Egypt's first technical secondary school fully specialized in printing technology in all its forms. We offer comprehensive educational programs combining academic study with intensive practical training inside real factories.\n                <\/p>\n            <\/div>\n\n            <!-- Mission & Vision -->\n            <div class=\"mv-grid\">\n                \n                <!-- Mission -->\n                <div class=\"mv-card\">\n                    <div class=\"mv-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"mv-title\">Our Mission<\/h3>\n                    <p class=\"mv-description\">\n                        To equip students with the technical skills and knowledge required to meet local and regional job market needs in the printing industry, achieving continuous excellence in applied education through internationally accredited curricula and hands-on training on the latest technologies.\n                    <\/p>\n                <\/div>\n\n                <!-- Vision -->\n                <div class=\"mv-card\">\n                    <div class=\"mv-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"mv-title\">Our Vision<\/h3>\n                    <p class=\"mv-description\">\n                        To become the premier reference in Egypt and the Middle East for specialized technical education in printing technology \u2014 a model that bridges academia and industry, graduating qualified professionals capable of competing on a global scale.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n            <!-- Environment Section -->\n            <div class=\"environment-header\">\n                <h3>A Distinguished Learning Environment<\/h3>\n            <\/div>\n\n            <div class=\"facilities-grid\">\n                \n                <!-- Facility 1 -->\n                <div class=\"facility-card\">\n                    <div class=\"facility-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM15 20H6c-.55 0-1-.45-1-1v-1h10v2zm4-1c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"facility-text\">Fully equipped specialized labs for every major<\/p>\n                <\/div>\n\n                <!-- Facility 2 -->\n                <div class=\"facility-card\">\n                    <div class=\"facility-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"facility-text\">Practical workshops with modern printing machines<\/p>\n                <\/div>\n\n                <!-- Facility 3 -->\n                <div class=\"facility-card\">\n                    <div class=\"facility-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"facility-text\">Smart classrooms with the latest teaching technologies<\/p>\n                <\/div>\n\n                <!-- Facility 4 -->\n                <div class=\"facility-card\">\n                    <div class=\"facility-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"facility-text\">Comprehensive library and digital learning resources<\/p>\n                <\/div>\n\n                <!-- Facility 5 -->\n                <div class=\"facility-card\">\n                    <div class=\"facility-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"facility-text\">50\u00d770 digital printing machines \u2014 the newest in Egypt<\/p>\n                <\/div>\n\n                <!-- Facility 6 -->\n                <div class=\"facility-card\">\n                    <div class=\"facility-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"facility-text\">Professional offset printing equipment<\/p>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-91c89e6 e-con-full e-flex e-con e-parent\" data-id=\"91c89e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-342561d elementor-widget elementor-widget-shortcode\" data-id=\"342561d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Why Choose El Sewedy School<\/title>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            direction: ltr;\n            text-align: left;\n        }\n\n        \/* Why Choose Section *\/\n        .why-choose-section {\n            background: linear-gradient(180deg, #fff9f5 0%, #ffffff 50%, #fff9f5 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .why-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        \/* Section Header *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 70px;\n        }\n\n        .section-header h2 {\n            font-size: 3em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        \/* Reasons Grid *\/\n        .reasons-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 35px;\n        }\n\n        \/* Reason Card *\/\n        .reason-card {\n            background: white;\n            border-radius: 25px;\n            padding: 45px 40px;\n            box-shadow: 0 10px 40px rgba(185, 28, 68, 0.08);\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .reason-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 6px;\n            height: 100%;\n            background: linear-gradient(180deg, #E63946, #B91C44);\n            transform: scaleY(0);\n            transform-origin: top;\n            transition: transform 0.5s ease;\n        }\n\n        .reason-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .reason-card:hover {\n            transform: translateX(8px);\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.15);\n            border-color: rgba(185, 28, 68, 0.1);\n        }\n\n        \/* Decorative Shape *\/\n        .reason-card .deco-bg {\n            position: absolute;\n            bottom: -40px;\n            right: -40px;\n            width: 130px;\n            height: 130px;\n            background: linear-gradient(135deg, rgba(185, 28, 68, 0.04), rgba(247, 127, 0, 0.04));\n            border-radius: 50%;\n            transition: all 0.5s ease;\n        }\n\n        .reason-card:hover .deco-bg {\n            transform: scale(1.5);\n            opacity: 0.8;\n        }\n\n        \/* Reason Header *\/\n        .reason-header {\n            display: flex;\n            align-items: flex-start;\n            gap: 25px;\n            margin-bottom: 25px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .reason-number {\n            flex-shrink: 0;\n            width: 55px;\n            height: 55px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.6em;\n            color: white;\n            font-weight: 800;\n            box-shadow: 0 8px 25px rgba(185, 28, 68, 0.25);\n            transition: all 0.4s ease;\n        }\n\n        .reason-card:hover .reason-number {\n            transform: scale(1.15) rotate(8deg);\n            box-shadow: 0 12px 35px rgba(185, 28, 68, 0.35);\n        }\n\n        .reason-title {\n            flex: 1;\n            font-size: 1.6em;\n            color: #B91C44;\n            font-weight: 800;\n            line-height: 1.4;\n        }\n\n        \/* Reason Description *\/\n        .reason-description {\n            font-size: 1.1em;\n            color: #2D2D2D;\n            line-height: 1.9;\n            font-weight: 500;\n            padding-left: 80px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInLeft {\n            from {\n                opacity: 0;\n                transform: translateX(50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        .reason-card {\n            animation: fadeInLeft 0.7s ease forwards;\n            opacity: 0;\n        }\n\n        .reason-card:nth-child(1) { animation-delay: 0.1s; }\n        .reason-card:nth-child(2) { animation-delay: 0.15s; }\n        .reason-card:nth-child(3) { animation-delay: 0.2s; }\n        .reason-card:nth-child(4) { animation-delay: 0.25s; }\n        .reason-card:nth-child(5) { animation-delay: 0.3s; }\n        .reason-card:nth-child(6) { animation-delay: 0.35s; }\n        .reason-card:nth-child(7) { animation-delay: 0.4s; }\n        .reason-card:nth-child(8) { animation-delay: 0.45s; }\n\n        \/* Responsive *\/\n        @media (max-width: 1100px) {\n            .reasons-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n\n            .reason-description {\n                padding-left: 0;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .why-choose-section {\n                padding: 70px 15px;\n            }\n\n            .section-header h2 {\n                font-size: 2em;\n            }\n\n            .reason-card {\n                padding: 35px 28px;\n            }\n\n            .reason-title {\n                font-size: 1.35em;\n            }\n\n            .reason-description {\n                font-size: 1.05em;\n            }\n\n            .reason-number {\n                width: 48px;\n                height: 48px;\n                font-size: 1.4em;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"why-choose-section\">\n        <div class=\"why-container\">\n            \n            <!-- Section Header -->\n            <div class=\"section-header\">\n                <h2>Why Choose El Sewedy School?<\/h2>\n            <\/div>\n\n            <!-- Reasons Grid -->\n            <div class=\"reasons-grid\">\n                \n                <!-- Reason 1 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">1<\/div>\n                        <h3 class=\"reason-title\">Unique Specialization, Only in Egypt<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        The only school fully specialized in printing technology in Egypt. 5 advanced majors unavailable in any other technical school.\n                    <\/p>\n                <\/div>\n\n                <!-- Reason 2 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">2<\/div>\n                        <h3 class=\"reason-title\">Latest Technology Training<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        Train on 50\u00d770 digital printing machines, the first and newest in Egypt and the Middle East. Same equipment used by global companies. Future technology today.\n                    <\/p>\n                <\/div>\n\n                <!-- Reason 3 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">3<\/div>\n                        <h3 class=\"reason-title\">Strategic Partnership with Industry Leader<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        Our industrial partner is Dar Medhat El Sewedy Printing with 40 years of experience. This means: training in real factories, supervision by actual experts, and priority employment upon graduation.\n                    <\/p>\n                <\/div>\n\n                <!-- Reason 4 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">4<\/div>\n                        <h3 class=\"reason-title\">Internationally Accredited Certificates<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        Credit hours system with internationally accredited curricula designed by university professors and specialized experts. Certificates recognized in Egypt and the Gulf, opening doors locally and regionally.\n                    <\/p>\n                <\/div>\n\n                <!-- Reason 5 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">5<\/div>\n                        <h3 class=\"reason-title\">Guaranteed Employment<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        98% of graduates get jobs within 3 months. Our industrial partner and network of partner companies provide immediate opportunities with competitive salaries. You don't graduate to search for work \u2014 work awaits you.\n                    <\/p>\n                <\/div>\n\n                <!-- Reason 6 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">6<\/div>\n                        <h3 class=\"reason-title\">Expert Faculty<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        Specialized university professors, industry experts with 15\u201330 years of experience, and internationally certified trainers. You don't just learn from academics \u2014 you learn from decades-long professionals.\n                    <\/p>\n                <\/div>\n\n                <!-- Reason 7 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">7<\/div>\n                        <h3 class=\"reason-title\">Integrated Learning Environment<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        Specialized labs, workshops with real industrial equipment, smart classrooms, comprehensive library, graphic design labs, and diverse student activities (sports, arts, entrepreneurship, career guidance). An environment developing your technical and personal skills.\n                    <\/p>\n                <\/div>\n\n                <!-- Reason 8 -->\n                <div class=\"reason-card\">\n                    <div class=\"deco-bg\"><\/div>\n                    <div class=\"reason-header\">\n                        <div class=\"reason-number\">8<\/div>\n                        <h3 class=\"reason-title\">Full Financial Support<\/h3>\n                    <\/div>\n                    <p class=\"reason-description\">\n                        Monthly stipends + free transportation + health insurance + paid summer training. We invest in your success.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8f3f37 e-con-full e-flex e-con e-parent\" data-id=\"d8f3f37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab3c917 elementor-widget elementor-widget-shortcode\" data-id=\"ab3c917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Programs & Specializations<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            direction: ltr;\n            text-align: left;\n            background: #f5f5f5;\n        }\n\n        \/* Specializations Section *\/\n        .specializations-section {\n            background: linear-gradient(180deg, #ffffff 0%, #fff9f5 50%, #ffffff 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .specializations-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        \/* Section Header *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .section-header h2 {\n            font-size: 3em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        .section-description {\n            font-size: 1.25em;\n            color: #4A4A4A;\n            max-width: 900px;\n            margin: 30px auto 60px;\n            line-height: 1.9;\n            font-weight: 500;\n            text-align: center;\n        }\n\n        \/* Slider Container *\/\n        .slider-wrapper {\n            position: relative;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 60px;\n        }\n\n        .slider-container {\n            overflow: hidden;\n            border-radius: 20px;\n        }\n\n        .slider-track {\n            display: flex;\n            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        \/* Specialization Card *\/\n        .spec-card {\n            min-width: 100%;\n            background: white;\n            border-radius: 20px;\n            padding: 50px 40px;\n            box-shadow: 0 10px 40px rgba(185, 28, 68, 0.1);\n            border: 2px solid rgba(185, 28, 68, 0.1);\n            cursor: pointer;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .spec-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #E63946, #B91C44);\n            transform: scaleX(0);\n            transition: transform 0.4s ease;\n        }\n\n        .spec-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.18);\n            border-color: rgba(185, 28, 68, 0.3);\n        }\n\n        \/* Card Content *\/\n        .spec-icon {\n            width: 100px;\n            height: 100px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 30px;\n            box-shadow: 0 10px 30px rgba(185, 28, 68, 0.3);\n            transition: all 0.4s ease;\n        }\n\n        .spec-card:hover .spec-icon {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .spec-icon svg {\n            width: 50px;\n            height: 50px;\n            color: white;\n        }\n\n        .spec-number {\n            text-align: center;\n            font-size: 1.1em;\n            color: #E63946;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n\n        .spec-title {\n            text-align: center;\n            font-size: 2.2em;\n            color: #B91C44;\n            font-weight: 800;\n            margin-bottom: 25px;\n            line-height: 1.4;\n        }\n\n        .spec-cta {\n            text-align: center;\n            margin-top: 30px;\n        }\n\n        .learn-more-btn {\n            display: inline-block;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            color: white;\n            padding: 16px 40px;\n            border-radius: 50px;\n            font-size: 1.15em;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 20px rgba(185, 28, 68, 0.3);\n        }\n\n        .learn-more-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 30px rgba(185, 28, 68, 0.4);\n        }\n\n        \/* Navigation Arrows *\/\n        .slider-arrow {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 55px;\n            height: 55px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border: none;\n            border-radius: 50%;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 8px 20px rgba(185, 28, 68, 0.3);\n            transition: all 0.3s ease;\n            z-index: 10;\n        }\n\n        .slider-arrow:hover {\n            transform: translateY(-50%) scale(1.15);\n            box-shadow: 0 12px 30px rgba(185, 28, 68, 0.4);\n        }\n\n        .slider-arrow svg {\n            width: 24px;\n            height: 24px;\n            color: white;\n        }\n\n        .arrow-left {\n            left: 0;\n        }\n\n        .arrow-right {\n            right: 0;\n        }\n\n        \/* Dots Indicator *\/\n        .slider-dots {\n            display: flex;\n            justify-content: center;\n            gap: 12px;\n            margin-top: 40px;\n        }\n\n        .dot {\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background: rgba(185, 28, 68, 0.3);\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .dot.active {\n            background: #B91C44;\n            width: 40px;\n            border-radius: 6px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .specializations-section {\n                padding: 70px 15px;\n            }\n\n            .section-header h2 {\n                font-size: 2em;\n            }\n\n            .section-description {\n                font-size: 1.1em;\n                padding: 0 10px;\n            }\n\n            .slider-wrapper {\n                padding: 30px 50px;\n            }\n\n            .spec-card {\n                padding: 40px 30px;\n            }\n\n            .spec-title {\n                font-size: 1.7em;\n            }\n\n            .slider-arrow {\n                width: 45px;\n                height: 45px;\n            }\n\n            .slider-arrow svg {\n                width: 20px;\n                height: 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .slider-wrapper {\n                padding: 20px 40px;\n            }\n\n            .spec-icon {\n                width: 80px;\n                height: 80px;\n            }\n\n            .spec-icon svg {\n                width: 40px;\n                height: 40px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"specializations-section\">\n        <div class=\"specializations-container\">\n            \n            <!-- Section Header -->\n            <div class=\"section-header\">\n                <h2>Programs &amp; Specializations<\/h2>\n            <\/div>\n\n            <p class=\"section-description\">\n                El Sewedy School offers five advanced specializations in printing technology, all designed to meet growing job market needs in the printing and packaging industries.\n            <\/p>\n\n            <!-- Slider -->\n            <div class=\"slider-wrapper\">\n                \n                <!-- Left Arrow -->\n                <button class=\"slider-arrow arrow-left\" onclick=\"moveSlider(-1)\">\n                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z\"\/>\n                    <\/svg>\n                <\/button>\n\n                <!-- Slider Container -->\n                <div class=\"slider-container\">\n                    <div class=\"slider-track\" id=\"sliderTrack\">\n                        \n                        <!-- Card 1 -->\n                        <div class=\"spec-card\" onclick=\"goToDetails(1)\">\n                            <div class=\"spec-icon\">\n                                <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"spec-number\">Specialization 1<\/div>\n                            <h3 class=\"spec-title\">Offset Printing Technology<\/h3>\n                            <div class=\"spec-cta\">\n                                <span class=\"learn-more-btn\">Learn More About This Major<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Card 2 -->\n                        <div class=\"spec-card\" onclick=\"goToDetails(2)\">\n                            <div class=\"spec-icon\">\n                                <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"spec-number\">Specialization 2<\/div>\n                            <h3 class=\"spec-title\">Digital Printing Technology<\/h3>\n                            <div class=\"spec-cta\">\n                                <span class=\"learn-more-btn\">Learn More About This Major<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Card 3 -->\n                        <div class=\"spec-card\" onclick=\"goToDetails(3)\">\n                            <div class=\"spec-icon\">\n                                <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"spec-number\">Specialization 3<\/div>\n                            <h3 class=\"spec-title\">Print Quality Preparation &amp; Output Technology<\/h3>\n                            <div class=\"spec-cta\">\n                                <span class=\"learn-more-btn\">Learn More About This Major<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Card 4 -->\n                        <div class=\"spec-card\" onclick=\"goToDetails(4)\">\n                            <div class=\"spec-icon\">\n                                <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"spec-number\">Specialization 4<\/div>\n                            <h3 class=\"spec-title\">Maintenance &amp; Auxiliary Printing Services Technology<\/h3>\n                            <div class=\"spec-cta\">\n                                <span class=\"learn-more-btn\">Learn More About This Major<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Card 5 -->\n                        <div class=\"spec-card\" onclick=\"goToDetails(5)\">\n                            <div class=\"spec-icon\">\n                                <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"spec-number\">Specialization 5<\/div>\n                            <h3 class=\"spec-title\">Design, Montage &amp; Marketing Technology<\/h3>\n                            <div class=\"spec-cta\">\n                                <span class=\"learn-more-btn\">Learn More About This Major<\/span>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                <!-- Right Arrow -->\n                <button class=\"slider-arrow arrow-right\" onclick=\"moveSlider(1)\">\n                    <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z\"\/>\n                    <\/svg>\n                <\/button>\n\n            <\/div>\n\n            <!-- Dots Indicator -->\n            <div class=\"slider-dots\" id=\"dotsContainer\"><\/div>\n\n        <\/div>\n    <\/section>\n\n    <script>\n        let currentSlide = 0;\n        const totalSlides = 5;\n        const sliderTrack = document.getElementById('sliderTrack');\n        const dotsContainer = document.getElementById('dotsContainer');\n\n        \/\/ Create dots\n        for (let i = 0; i < totalSlides; i++) {\n            const dot = document.createElement('div');\n            dot.className = 'dot' + (i === 0 ? ' active' : '');\n            dot.onclick = () => goToSlide(i);\n            dotsContainer.appendChild(dot);\n        }\n\n        function updateSlider() {\n            sliderTrack.style.transform = `translateX(-${currentSlide * 100}%)`;\n            const dots = document.querySelectorAll('.dot');\n            dots.forEach((dot, index) => {\n                dot.classList.toggle('active', index === currentSlide);\n            });\n        }\n\n        function moveSlider(direction) {\n            currentSlide += direction;\n            if (currentSlide < 0) currentSlide = totalSlides - 1;\n            if (currentSlide >= totalSlides) currentSlide = 0;\n            updateSlider();\n        }\n\n        function goToSlide(index) {\n            currentSlide = index;\n            updateSlider();\n        }\n\n        function goToDetails(specNumber) {\n            alert(`You will be redirected to the details page for Specialization ${specNumber}`);\n        }\n    <\/script>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f779b33 e-con-full e-flex e-con e-parent\" data-id=\"f779b33\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f99396e elementor-widget elementor-widget-shortcode\" data-id=\"f99396e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>What Does the Industrial Partner Offer?<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            direction: ltr;\n            text-align: left;\n            background: #f5f5f5;\n        }\n\n        \/* Partner Benefits Section *\/\n        .partner-section {\n            background: linear-gradient(180deg, #ffffff 0%, #fff9f5 50%, #ffffff 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .partner-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        \/* Section Header *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .section-header h2 {\n            font-size: 3em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        \/* Partner Intro Box *\/\n        .partner-intro {\n            max-width: 1100px;\n            margin: 50px auto;\n            background: linear-gradient(135deg, #B91C44, #E63946);\n            padding: 45px 50px;\n            border-radius: 25px;\n            box-shadow: 0 15px 50px rgba(185, 28, 68, 0.25);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .partner-intro::before {\n            content: '';\n            position: absolute;\n            top: -100px;\n            right: -100px;\n            width: 300px;\n            height: 300px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n        }\n\n        .partner-intro p {\n            font-size: 1.2em;\n            color: rgba(255, 255, 255, 0.98);\n            line-height: 2;\n            font-weight: 500;\n            position: relative;\n            z-index: 2;\n            text-align: center;\n        }\n\n        .partner-intro strong {\n            color: white;\n            font-weight: 700;\n        }\n\n        \/* Benefits Grid *\/\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n            margin-top: 60px;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 40px 35px;\n            border-radius: 20px;\n            box-shadow: 0 10px 35px rgba(185, 28, 68, 0.08);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: linear-gradient(180deg, #E63946, #B91C44);\n            transform: scaleY(0);\n            transition: transform 0.5s ease;\n        }\n\n        .benefit-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .benefit-card:hover {\n            transform: translateX(5px);\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.15);\n            border-color: rgba(185, 28, 68, 0.15);\n        }\n\n        \/* Icon Container *\/\n        .benefit-icon {\n            width: 75px;\n            height: 75px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 25px;\n            box-shadow: 0 10px 25px rgba(185, 28, 68, 0.25);\n            transition: all 0.4s ease;\n        }\n\n        .benefit-card:hover .benefit-icon {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .benefit-icon svg {\n            width: 38px;\n            height: 38px;\n            color: white;\n        }\n\n        \/* Benefit Title *\/\n        .benefit-title {\n            font-size: 1.7em;\n            color: #B91C44;\n            font-weight: 800;\n            margin-bottom: 18px;\n            line-height: 1.3;\n        }\n\n        \/* Benefit Description *\/\n        .benefit-description {\n            font-size: 1.05em;\n            color: #2D2D2D;\n            line-height: 1.8;\n            font-weight: 500;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .benefit-card {\n            animation: fadeInUp 0.7s ease forwards;\n            opacity: 0;\n        }\n\n        .benefit-card:nth-child(1) { animation-delay: 0.1s; }\n        .benefit-card:nth-child(2) { animation-delay: 0.2s; }\n        .benefit-card:nth-child(3) { animation-delay: 0.3s; }\n        .benefit-card:nth-child(4) { animation-delay: 0.4s; }\n        .benefit-card:nth-child(5) { animation-delay: 0.5s; }\n        .benefit-card:nth-child(6) { animation-delay: 0.6s; }\n        .benefit-card:nth-child(7) { animation-delay: 0.7s; }\n\n        \/* Responsive *\/\n        @media (max-width: 1100px) {\n            .benefits-grid {\n                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            }\n        }\n\n        @media (max-width: 768px) {\n            .partner-section {\n                padding: 70px 15px;\n            }\n\n            .section-header h2 {\n                font-size: 2em;\n            }\n\n            .partner-intro {\n                padding: 35px 30px;\n            }\n\n            .partner-intro p {\n                font-size: 1.05em;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n\n            .benefit-card {\n                padding: 35px 30px;\n            }\n\n            .benefit-title {\n                font-size: 1.5em;\n            }\n\n            .benefit-icon {\n                width: 65px;\n                height: 65px;\n            }\n\n            .benefit-icon svg {\n                width: 32px;\n                height: 32px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"partner-section\">\n        <div class=\"partner-container\">\n            \n            <!-- Section Header -->\n            <div class=\"section-header\">\n                <h2>What Does the Industrial Partner Offer?<\/h2>\n            <\/div>\n\n            <!-- Partner Intro -->\n            <div class=\"partner-intro\">\n                <p>\n                    Our partnership with <strong>Dar Medhat El Sewedy Printing<\/strong> (40 years of experience, serving 500+ brands, first to introduce 50\u00d770 digital technology in Egypt, holding 4 ISO certifications) guarantees full support throughout your educational journey:\n                <\/p>\n            <\/div>\n\n            <!-- Benefits Grid -->\n            <div class=\"benefits-grid\">\n                \n                <!-- Benefit 1 -->\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"benefit-title\">Financial Stipends<\/h3>\n                    <p class=\"benefit-description\">\n                        Monthly stipends throughout all three years, not just during training periods.\n                    <\/p>\n                <\/div>\n\n                <!-- Benefit 2 -->\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"benefit-title\">Free Safe Transportation<\/h3>\n                    <p class=\"benefit-description\">\n                        Safe buses from school to factories and back, with regular schedules and accompanying supervisors.\n                    <\/p>\n                <\/div>\n\n                <!-- Benefit 3 -->\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"benefit-title\">Comprehensive Health Insurance<\/h3>\n                    <p class=\"benefit-description\">\n                        Full medical coverage in private hospitals: checkups, lab tests, imaging, emergencies, and medications.\n                    <\/p>\n                <\/div>\n\n                <!-- Benefit 4 -->\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"benefit-title\">Paid Summer Training<\/h3>\n                    <p class=\"benefit-description\">\n                        Intensive training during summer breaks inside real factories, with a paid training salary.\n                    <\/p>\n                <\/div>\n\n                <!-- Benefit 5 -->\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"benefit-title\">Diverse Student Activities<\/h3>\n                    <p class=\"benefit-description\">\n                        Sports, arts, workshops, language courses, entrepreneurship \u2014 everything free and fully supported.\n                    <\/p>\n                <\/div>\n\n                <!-- Benefit 6 -->\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M20 7h-4V5l-2-2h-4L8 5v2H4c-1.1 0-2 .9-2 2v5c0 .75.4 1.38 1 1.73V19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-3.28c.59-.35 1-.99 1-1.72V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zM4 9h16v5h-5v-3H9v3H4V9zm9 6h-2v-2h2v2zm6 4H5v-3h4v1h6v-1h4v3z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"benefit-title\">Priority Employment After Graduation<\/h3>\n                    <p class=\"benefit-description\">\n                        Immediate job opportunities with Dar Medhat El Sewedy and a wide network of partner companies. Most graduates secure jobs within the first months after graduation with competitive salaries.\n                    <\/p>\n                <\/div>\n\n                <!-- Benefit 7 -->\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"benefit-title\">Full Support Every Step of the Way<\/h3>\n                    <p class=\"benefit-description\">\n                        Academic supervision, career guidance, and social support \u2014 we help you succeed and excel at every stage.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8743fa e-con-full e-flex e-con e-parent\" data-id=\"d8743fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49be7f7 elementor-widget elementor-widget-shortcode\" data-id=\"49be7f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>El Sewedy School By The Numbers<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            direction: ltr;\n            text-align: left;\n            background: #f5f5f5;\n        }\n\n        \/* Statistics Section *\/\n        .stats-section {\n            background: linear-gradient(180deg, #ffffff 0%, #fff9f5 50%, #ffffff 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .stats-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        \/* Section Header *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 70px;\n        }\n\n        .section-header h2 {\n            font-size: 3em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        \/* Stats Grid *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 35px;\n        }\n\n        .stat-card {\n            background: white;\n            padding: 50px 40px;\n            border-radius: 25px;\n            text-align: center;\n            box-shadow: 0 10px 40px rgba(185, 28, 68, 0.08);\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .stat-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #E63946, #B91C44);\n            transform: scaleX(0);\n            transition: transform 0.5s ease;\n        }\n\n        .stat-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .stat-card:hover {\n            transform: translateY(-12px);\n            box-shadow: 0 25px 60px rgba(185, 28, 68, 0.18);\n            border-color: rgba(185, 28, 68, 0.2);\n        }\n\n        \/* Number Display *\/\n        .stat-number {\n            font-size: 4em;\n            color: #B91C44;\n            font-weight: 900;\n            margin-bottom: 20px;\n            display: block;\n            line-height: 1;\n            transition: all 0.4s ease;\n        }\n\n        .stat-card:hover .stat-number {\n            color: #E63946;\n            transform: scale(1.1);\n        }\n\n        \/* Label *\/\n        .stat-label {\n            font-size: 1.2em;\n            color: #2D2D2D;\n            font-weight: 600;\n            line-height: 1.7;\n            max-width: 280px;\n            margin: 0 auto;\n        }\n\n        \/* Icon Decoration *\/\n        .stat-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, #FFE8EE, #FFF0F3);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 25px;\n            transition: all 0.4s ease;\n            border: 3px solid rgba(185, 28, 68, 0.1);\n        }\n\n        .stat-card:hover .stat-icon {\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            transform: rotate(360deg) scale(1.1);\n            border-color: transparent;\n        }\n\n        .stat-icon svg {\n            width: 35px;\n            height: 35px;\n            color: #B91C44;\n            transition: all 0.4s ease;\n        }\n\n        .stat-card:hover .stat-icon svg {\n            color: white;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes countUp {\n            from {\n                opacity: 0;\n                transform: scale(0.5);\n            }\n            to {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        .stat-card {\n            animation: fadeInUp 0.8s ease forwards;\n            opacity: 0;\n        }\n\n        .stat-number {\n            animation: countUp 0.6s ease forwards;\n        }\n\n        .stat-card:nth-child(1) { animation-delay: 0.1s; }\n        .stat-card:nth-child(1) .stat-number { animation-delay: 0.3s; }\n\n        .stat-card:nth-child(2) { animation-delay: 0.2s; }\n        .stat-card:nth-child(2) .stat-number { animation-delay: 0.4s; }\n\n        .stat-card:nth-child(3) { animation-delay: 0.3s; }\n        .stat-card:nth-child(3) .stat-number { animation-delay: 0.5s; }\n\n        .stat-card:nth-child(4) { animation-delay: 0.4s; }\n        .stat-card:nth-child(4) .stat-number { animation-delay: 0.6s; }\n\n        .stat-card:nth-child(5) { animation-delay: 0.5s; }\n        .stat-card:nth-child(5) .stat-number { animation-delay: 0.7s; }\n\n        .stat-card:nth-child(6) { animation-delay: 0.6s; }\n        .stat-card:nth-child(6) .stat-number { animation-delay: 0.8s; }\n\n        \/* Responsive *\/\n        @media (max-width: 1100px) {\n            .stats-grid {\n                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            }\n        }\n\n        @media (max-width: 768px) {\n            .stats-section {\n                padding: 70px 15px;\n            }\n\n            .section-header h2 {\n                font-size: 2em;\n            }\n\n            .stats-grid {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n\n            .stat-card {\n                padding: 40px 30px;\n            }\n\n            .stat-number {\n                font-size: 3em;\n            }\n\n            .stat-label {\n                font-size: 1.1em;\n            }\n\n            .stat-icon {\n                width: 60px;\n                height: 60px;\n            }\n\n            .stat-icon svg {\n                width: 30px;\n                height: 30px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"stats-section\">\n        <div class=\"stats-container\">\n            \n            <!-- Section Header -->\n            <div class=\"section-header\">\n                <h2>El Sewedy School By The Numbers<\/h2>\n            <\/div>\n\n            <!-- Stats Grid -->\n            <div class=\"stats-grid\">\n                \n                <!-- Stat 1 -->\n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 3L1 9l11 6 9-4.91V17h2V9L12 3z\"\/>\n                            <path d=\"M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <span class=\"stat-number\">5<\/span>\n                    <span class=\"stat-label\">Advanced specializations in printing technology \u2014 the only ones of their kind in Egypt<\/span>\n                <\/div>\n\n                <!-- Stat 2 -->\n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <span class=\"stat-number\">3<\/span>\n                    <span class=\"stat-label\">Years of study with a credit hours system<\/span>\n                <\/div>\n\n                <!-- Stat 3 -->\n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <span class=\"stat-number\">60%<\/span>\n                    <span class=\"stat-label\">Practical training in real factories \u2014 not theoretical<\/span>\n                <\/div>\n\n                <!-- Stat 4 -->\n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2L2 7v10c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-10-5zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V9.3l7-3.11V12z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <span class=\"stat-number\">40+<\/span>\n                    <span class=\"stat-label\">Years of experience \u2014 industrial partner, Dar El Sewedy<\/span>\n                <\/div>\n\n                <!-- Stat 5 -->\n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2L2 7v10c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-10-5z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <span class=\"stat-number\">500+<\/span>\n                    <span class=\"stat-label\">Brands that trust the industrial partner<\/span>\n                <\/div>\n\n                <!-- Stat 6 -->\n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <span class=\"stat-number\">4<\/span>\n                    <span class=\"stat-label\">ISO certifications held by the industrial partner<\/span>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ee311bd e-flex e-con-boxed e-con e-parent\" data-id=\"3ee311bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12bb57d1 elementor-widget elementor-widget-text-editor\" data-id=\"12bb57d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><iframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/e9Nx65fZswk?si=1KrbB-vErAtjwUgL\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><\/iframe><\/p><p><a class=\"button\" style=\"display: inline-block; padding: 10px 20px; background-color: #ff3737; color: white; text-align: center; text-decoration: none; border-radius: 5px;\" href=\"https:\/\/elsewedyprint.com\/%d9%85%d8%af%d8%b1%d8%b3%d8%a9-%d9%85%d8%af%d8%ad%d8%aa-%d8%a7%d9%84%d8%b3%d9%88%d9%8a%d8%af%d9%8a-%d9%84%d9%84%d8%aa%d9%83%d9%86%d9%88%d9%84%d9%88%d8%ac%d9%8a%d8%a7-%d8%a7%d9%84%d8%aa%d8%b7%d8%a8\/\">Read more<\/a><\/p><h2>School location<\/h2><div class=\"UdTY9 BwTYAc leDWne\" aria-hidden=\"true\" data-location=\"1\"><div class=\"kO6q6e\" dir=\"ltr\">qiteat raqm 68 , almintaqat alsinaeiat A4 madinat aleashir min ramadan , masr.<\/div><\/div><div class=\"FFpbKc\"><div class=\"xMmqsf\"><div class=\"r375lc\"><div class=\"aJIq1d\" dir=\"rtl\" data-language-code=\"en\" data-language-name=\"\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629\" data-text=\"From Idea to Final Product\n\" data-crosslingual-hint=\"undefined\" data-location=\"1\" data-enable-toggle-playback-speed=\"true\"><div class=\"m0Qfkd\">\u00a0<\/div><\/div><\/div><\/div><\/div><p><iframe style=\"border: 0;\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d13781.825188355462!2d31.8183205!3d30.2810691!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1457e2b1be57ffff%3A0xba9be62278a71338!2z2K_Yp9ixINmF2K_YrdiqINin2YTYs9mI2YrYr9mJINmE2YTYt9io2KfYudipIEVsIFNld2VkeSBQcmVzcw!5e0!3m2!1sen!2seg!4v1715169235800!5m2!1sen!2seg\" width=\"100%\" height=\"450\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><\/iframe><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fa4ee96 e-con-full e-flex e-con e-parent\" data-id=\"fa4ee96\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78f9db3 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"78f9db3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"\u0639\u0627\u0631\u0636 \u0627\u0644\u0635\u0648\u0631\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-01-1024x1024.png\" alt=\"meat-01\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-02-1024x1024.png\" alt=\"meat-02\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-03-1024x1024.png\" alt=\"meat-03\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-04-1024x1024.png\" alt=\"meat-04\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-05-1024x1024.png\" alt=\"meat-05\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-06-1024x1024.png\" alt=\"meat-06\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-07-1024x1024.png\" alt=\"meat-07\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-08-1024x1024.png\" alt=\"meat-08\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-09-1024x1024.png\" alt=\"meat-09\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-10-1024x1024.png\" alt=\"meat-10\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-11-1024x1024.png\" alt=\"meat-11\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 12\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2024\/05\/meat-12-1024x1024.png\" alt=\"meat-12\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4dcdc74 e-con-full e-flex e-con e-parent\" data-id=\"4dcdc74\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3fe66ca e-flex e-con-boxed e-con e-child\" data-id=\"3fe66ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5e15be8 e-con-full e-flex e-con e-child\" data-id=\"5e15be8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b879a7b elementor-widget elementor-widget-image\" data-id=\"b879a7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"640\" height=\"810\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-809x1024.webp\" class=\"attachment-large size-large wp-image-4415\" alt=\"\" srcset=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-809x1024.webp 809w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-237x300.webp 237w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-768x972.webp 768w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-1214x1536.webp 1214w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-1619x2048.webp 1619w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-600x759.webp 600w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-scaled.webp 2023w\" sizes=\"(max-width: 640px) 100vw, 640px\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c10fe84 e-con-full e-flex e-con e-child\" data-id=\"c10fe84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ec494c e-con-full e-flex e-con e-child\" data-id=\"1ec494c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd063cc elementor-widget elementor-widget-prionx-faq-id\" data-id=\"bd063cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"prionx-faq-id.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <!-- Faq Section -->\n\t<section class=\"faq-section\">\n\t\t<div class=\"color-one\"><\/div>\n\t\t<div class=\"color-two\"><\/div>\n\t\t<div class=\"color-three\"><\/div>\n\t\t<div class=\"color-four\"><\/div>\n                \t\t<div class=\"auto-container\">\n\t\t\t<!-- Sec Title -->\n\t\t\t<div class=\"sec-title centered\">\n                \n                \t\t\t\t    <h2>\u2753  FAQs\n<\/h2>\n                \n                \n\t\t\t<\/div>\n\t\t\t<div class=\"inner-container\">\n\t\t\t\t\n\t\t\t\t<!-- Accordion Box \/ Style Two -->\n\t\t\t\t<ul class=\"accordion-box style-two\">\n\t\t\t\t\t\n                    \t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn active\"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>Will you learn on real equipment?\n<\/div>\n\t\t\t\t\t\t<div class=\"acc-content current \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">Yes. 50\u00d770 digital and professional offset printing machines - same equipment in global factories. You're the only school in Egypt offering this.\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>Is the certificate recognized?\n<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">Yes. Internationally accredited curricula designed by university professors. Certificates recognized in Egypt and the Gulf.\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>What majors are available?\n<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">5 majors: (1) Offset Printing, (2) Digital Printing, (3) Quality Preparation &amp; Output, (4) Maintenance &amp; Auxiliary Services, (5) Design, Montage &amp; Marketing.<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>Are there non-academic activities?\n<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">Yes. Entrepreneurship, career guidance, English language, sports, arts. Comprehensive personal development.<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>What is El Sewedy School of Applied Technology?\n<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">Egypt's first technical secondary school fully specialized in printing technology, established under Egypt Vision 2030. We offer 5 advanced majors with intensive practical training in real factories, through strategic partnership with Dar Medhat El Sewedy Printing (40 years experience).\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\t<!-- End Faq Section -->\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\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>Who Are We? Medhat Al-Suwaidi School of Applied Technology is a prestigious institution that has achieved great success in the field of applied technology education. Established in line with Egypt&#8217;s Vision 2030, and named after its founder, Mr. Medhat Hafiz Al-Suwaidi, the school is located in the Tenth of Ramadan City, Sharqia Governorate. We strive [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-939","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/comments?post=939"}],"version-history":[{"count":21,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/939\/revisions"}],"predecessor-version":[{"id":5060,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/939\/revisions\/5060"}],"wp:attachment":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/media?parent=939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}