{"id":50638,"date":"2026-05-02T11:13:11","date_gmt":"2026-05-02T08:13:11","guid":{"rendered":"https:\/\/stage.msa.edu.eg\/?page_id=50638"},"modified":"2026-05-03T15:00:16","modified_gmt":"2026-05-03T12:00:16","slug":"admissions-gateway","status":"publish","type":"page","link":"https:\/\/stage.msa.edu.eg\/ar\/admissions-gateway\/","title":{"rendered":"Admissions Gateway"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"50638\" class=\"elementor elementor-50638\" wpc-filter-elementor-widget=\"1\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-53844b4 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53844b4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7eeacef\" data-id=\"7eeacef\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-80ccf25 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-html\" data-id=\"80ccf25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<title>Admissions Hero<\/title>\r\n\r\n<style>\r\n* {\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n}\r\n\r\n.admissions-hero {\r\n  position: relative;\r\n  height: 70vh; \/* \u2b05\ufe0f \u062a\u0645 \u0627\u0644\u062a\u0635\u063a\u064a\u0631 *\/\r\n  background: url('YOUR-IMAGE.jpg') center\/cover no-repeat;\r\n  display: flex;\r\n  align-items: center;\r\n  padding: 0 8%;\r\n  font-family: 'Poppins', sans-serif;\r\n  overflow: hidden;\r\n}\r\n\r\n.overlay {\r\n  position: absolute;\r\n  inset: 0;\r\n  background: linear-gradient(\r\n    to right,\r\n    rgba(4, 43, 73, 0.8),\r\n    rgba(4, 43, 73, 0.3)\r\n  );\r\n}\r\n\r\n\/* content *\/\r\n.hero-content {\r\n  position: relative;\r\n  color: #ffffff;\r\n  max-width: 500px;\r\n  z-index: 2;\r\n}\r\n\r\n.hero-content h1,\r\n.hero-content p {\r\n  color: #ffffff;\r\n}\r\n\r\n.hero-content h1 {\r\n  font-size: 48px;\r\n  font-weight: 700;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.hero-content p {\r\n  font-size: 18px;\r\n  margin-bottom: 30px;\r\n  opacity: 0.9;\r\n}\r\n\r\n.buttons {\r\n  display: flex;\r\n  gap: 15px;\r\n  flex-wrap: wrap;\r\n}\r\n\r\n.btn {\r\n  padding: 12px 28px;\r\n  border-radius: 30px;\r\n  font-size: 16px;\r\n  text-decoration: none;\r\n  transition: 0.3s ease;\r\n  display: inline-block;\r\n}\r\n\r\n\/* primary button *\/\r\n.btn.primary {\r\n  background-color: #0056b3;\r\n  color: #fff;\r\n}\r\n\r\n.btn.primary:hover {\r\n  background-color: #003f88;\r\n}\r\n\r\n\/* secondary button *\/\r\n.btn.secondary {\r\n  border: 2px solid #fff;\r\n  color: #fff;\r\n}\r\n\r\n.btn.secondary:hover {\r\n  background-color: #fff;\r\n  color: #000;\r\n}\r\n\r\n\/* =========================\r\n   \ud83d\udcf1 MOBILE RESPONSIVE\r\n========================= *\/\r\n@media (max-width: 768px) {\r\n  .admissions-hero {\r\n    height: 70vh;\r\n    padding: 0 5%;\r\n    text-align: left;\r\n  }\r\n\r\n  .hero-content {\r\n    max-width: 100%;\r\n  }\r\n\r\n  .hero-content h1 {\r\n    font-size: 32px;\r\n  }\r\n\r\n  .hero-content p {\r\n    font-size: 16px;\r\n  }\r\n\r\n  .buttons {\r\n    flex-direction: column;\r\n    align-items: flex-start;\r\n  }\r\n\r\n  .btn {\r\n    width: 100%;\r\n    text-align: center;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<section class=\"admissions-hero\">\r\n  <div class=\"overlay\"><\/div>\r\n\r\n  <div class=\"hero-content\">\r\n    <h1>Start Your Application Journey<\/h1>\r\n    <p>Find the Faculty That Suits You and Start Your Application<\/p>\r\n\r\n    <div class=\"buttons\">\r\n      <a href=\"http:\/\/newcomers.msa.edu.eg\/faces\/admission?bref=web-filter-page&ref=website&sem=91&utm_campaign=organic&utm_content=organic&utm_medium=organic&utm_source=organic\" class=\"btn primary\">Apply Now<\/a>\r\n      <a href=\"#details\" class=\"btn secondary\">Explore Admission Details<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-744377d e-flex e-con-boxed e-con e-parent\" data-id=\"744377d\" 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-3404f85 elementor-widget elementor-widget-shortcode\" data-id=\"3404f85\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"details\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n<style>\r\n.msa-filter-wrapper {\r\n  font-family: 'Sora', 'Cairo', sans-serif;\r\n  color: #0a2240;\r\n}\r\n.msa-filter-wrapper *,\r\n.msa-filter-wrapper *::before,\r\n.msa-filter-wrapper *::after {\r\n  box-sizing: border-box;\r\n}\r\n.msa-filter-wrapper {\r\n  --msa-navy: #0a2240;\r\n  --msa-gold: #c8a84b;\r\n  --msa-gold-light: #e8c96a;\r\n  --msa-teal: #4c9144;\r\n  --msa-light: #f4f6f9;\r\n  --msa-white: #ffffff;\r\n  --msa-gray: #6b7280;\r\n  --msa-border: #dde2ea;\r\n  --msa-success: #166534;\r\n  --msa-danger: #991b1b;\r\n  --shadow-sm: 0 1px 3px rgba(10,34,64,0.08);\r\n  --shadow-md: 0 4px 16px rgba(10,34,64,0.12);\r\n  --shadow-lg: 0 8px 32px rgba(10,34,64,0.16);\r\n  --radius: 10px;\r\n  --radius-lg: 16px;\r\n  \/* background: var(--msa-light); *\/\r\n  background: transparent;\r\n  padding: 0;\r\n  width: 100%;\r\n}\r\n\r\n\/* \u2500\u2500\u2500 HEADER \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .msa-header {\r\n  background: var(--msa-navy);\r\n  color: white;\r\n  padding: 28px 32px;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 20px;\r\n  border-bottom: 3px solid var(--msa-gold);\r\n  border-radius: var(--radius-lg) var(--radius-lg) 0 0;\r\n  display: none;\r\n}\r\n.msa-filter-wrapper .header-logo {\r\n  width: 52px; height: 52px;\r\n  background: var(--msa-gold);\r\n  border-radius: 50%;\r\n  display: flex; align-items: center; justify-content: center;\r\n  font-weight: 700; font-size: 18px; color: var(--msa-navy);\r\n  flex-shrink: 0;\r\n}\r\n.msa-filter-wrapper .header-title h2 {\r\n  font-size: 22px; font-weight: 700; line-height: 1.2;\r\n  color: white; margin: 0; padding: 0; border: none;\r\n}\r\n.msa-filter-wrapper .header-title p {\r\n  font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 3px;\r\n}\r\n\r\n\/* \u2500\u2500\u2500 INNER CONTAINER \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .msa-inner {\r\n  max-width: 1200px;\r\n  margin: 0 auto;\r\n  padding: 32px 24px;\r\n}\r\n\r\n\/* \u2500\u2500\u2500 FILTER PANEL \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .filter-panel {\r\n  background: white;\r\n  border-radius: var(--radius-lg);\r\n  box-shadow: var(--shadow-md);\r\n  padding: 28px;\r\n  margin-bottom: 28px;\r\n  border: 1px solid var(--msa-border);\r\n}\r\n.msa-filter-wrapper .filter-panel h3 {\r\n  font-size: 15px; font-weight: 600; color: var(--msa-gray);\r\n  text-transform: uppercase; letter-spacing: .08em;\r\n  margin-bottom: 20px;\r\n  padding-bottom: 14px;\r\n  border-bottom: 1px solid var(--msa-border);\r\n}\r\n.msa-filter-wrapper .filter-row {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr auto;\r\n  gap: 16px;\r\n  align-items: end;\r\n}\r\n@media(max-width:680px){\r\n  .msa-filter-wrapper .filter-row { grid-template-columns: 1fr; }\r\n}\r\n.msa-filter-wrapper .filter-group label {\r\n  display: block;\r\n  font-size: 12px; font-weight: 600;\r\n  text-transform: uppercase; letter-spacing: .06em;\r\n  color: var(--msa-gray);\r\n  margin-bottom: 8px;\r\n}\r\n.msa-filter-wrapper .filter-group select {\r\n  width: 100%;\r\n  padding: 11px 14px;\r\n  border: 1.5px solid var(--msa-border);\r\n  border-radius: var(--radius);\r\n  background: var(--msa-light);\r\n  font-family: inherit;\r\n  font-size: 14px;\r\n  color: var(--msa-navy);\r\n  cursor: pointer;\r\n  appearance: none;\r\n  -webkit-appearance: none;\r\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'\/%3E%3C\/svg%3E\");\r\n  background-repeat: no-repeat;\r\n  background-position: right 12px center;\r\n  padding-right: 36px;\r\n  transition: border-color .2s, box-shadow .2s;\r\n}\r\n.msa-filter-wrapper .filter-group select:focus {\r\n  outline: none;\r\n  border-color: var(--msa-teal);\r\n  box-shadow: 0 0 0 3px rgba(26,107,114,0.15);\r\n}\r\n.msa-filter-wrapper .btn-reset {\r\n  padding: 11px 22px;\r\n  background: var(--msa-navy);\r\n  color: white;\r\n  border: none;\r\n  border-radius: var(--radius);\r\n  font-family: inherit;\r\n  font-size: 13px;\r\n  font-weight: 600;\r\n  cursor: pointer;\r\n  transition: background .2s;\r\n  white-space: nowrap;\r\n}\r\n.msa-filter-wrapper .btn-reset:hover { background: var(--msa-teal); }\r\n\r\n\/* \u2500\u2500\u2500 PAGE TABS \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .page-tabs {\r\n  display: flex; gap: 0;\r\n  margin-bottom: 28px;\r\n  border-bottom: 2px solid var(--msa-border);\r\n}\r\n.msa-filter-wrapper .page-tab {\r\n  padding: 12px 24px;\r\n  border: none; background: none;\r\n  font-family: inherit; font-size: 14px; font-weight: 600;\r\n  color: var(--msa-gray);\r\n  cursor: pointer;\r\n  border-bottom: 2px solid transparent;\r\n  margin-bottom: -2px;\r\n  transition: all .2s;\r\n}\r\n.msa-filter-wrapper .page-tab:hover { color: var(--msa-navy); }\r\n.msa-filter-wrapper .page-tab.active {\r\n  color: var(--msa-teal);\r\n  border-bottom-color: var(--msa-teal);\r\n}\r\n.msa-filter-wrapper .page-content { display: none; }\r\n.msa-filter-wrapper .page-content.active { display: block; }\r\n\r\n\/* \u2500\u2500\u2500 RESULTS \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .results-header {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  margin-bottom: 20px;\r\n}\r\n.msa-filter-wrapper .results-count { font-size: 14px; color: var(--msa-gray); }\r\n.msa-filter-wrapper .results-count strong { color: var(--msa-navy); }\r\n.msa-filter-wrapper .results-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(2, 1fr);\r\n  gap: 24px;\r\n}\r\n@media(max-width:768px){\r\n  .msa-filter-wrapper .results-grid { grid-template-columns: 1fr; }\r\n}\r\n\r\n\/* \u2500\u2500\u2500 RESULT CARD \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .result-card {\r\n  background: white;\r\n  border-radius: var(--radius-lg);\r\n  border: 1px solid var(--msa-border);\r\n  box-shadow: var(--shadow-sm);\r\n  overflow: hidden;\r\n  transition: transform .2s, box-shadow .2s;\r\n}\r\n.msa-filter-wrapper .result-card:hover {\r\n  transform: translateY(-2px);\r\n  box-shadow: var(--shadow-md);\r\n}\r\n.msa-filter-wrapper .card-header {\r\n  padding: 16px 20px;\r\n  border-bottom: 1px solid var(--msa-border);\r\n  display: flex; align-items: flex-start; gap: 14px;\r\n}\r\n.msa-filter-wrapper .faculty-icon {\r\n  width: 40px; height: 40px; border-radius: 10px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  font-size: 18px; flex-shrink: 0;\r\n}\r\n.msa-filter-wrapper .card-header-info { flex: 1; min-width: 0; }\r\n.msa-filter-wrapper .card-faculty {\r\n  font-size: 14px; font-weight: 700; color: var(--msa-navy);\r\n  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;\r\n  text-transform: uppercase;\r\n}\r\n.msa-filter-wrapper .card-cert { font-size: 12px; color: var(--msa-gray); margin-top: 2px; }\r\n.msa-filter-wrapper .cert-badge {\r\n  padding: 3px 10px;\r\n  border-radius: 999px;\r\n  font-size: 11px; font-weight: 600;\r\n  white-space: nowrap; flex-shrink: 0;\r\n}\r\n.msa-filter-wrapper .card-body { padding: 16px 20px; }\r\n.msa-filter-wrapper .card-section { margin-bottom: 14px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }\r\n.msa-filter-wrapper .card-section:last-child { margin-bottom: 0; }\r\n.msa-filter-wrapper .section-label {\r\n  font-size: 11px; font-weight: 700;\r\n  text-transform: uppercase; letter-spacing: .07em;\r\n  color: var(--msa-teal);\r\n  white-space: nowrap; flex-shrink: 0;\r\n}\r\n.msa-filter-wrapper .section-value { font-size: 13px; color: var(--msa-navy); line-height: 1.6; }\r\n.msa-filter-wrapper .tag-list { display: flex; flex-wrap: wrap; gap: 5px; }\r\n.msa-filter-wrapper .tag {\r\n  padding: 3px 9px;\r\n  background: var(--msa-light);\r\n  border-radius: 5px;\r\n  font-size: 12px;\r\n  \/* color: var(--msa-navy); *\/\r\n  border: 1px solid var(--msa-border);\r\n  background-color: #d9edf7;\r\n  border-color: #bcdff1;\r\n  color: #31708f;\r\n\r\n}\r\n.msa-filter-wrapper .tag.required {\r\n  background-color: #d9edf7;\r\n  border-color: #bcdff1;\r\n  color: #31708f;\r\n}\r\n.msa-filter-wrapper .card-actions {\r\n  display: flex;\r\n  gap: 10px;\r\n  margin-top: 14px;\r\n  flex-wrap: wrap;\r\n}\r\n.msa-filter-wrapper .btn-apply {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 5px;\r\n  padding: 8px 18px;\r\n  font-size: 13px; font-weight: 700;\r\n  color: #fff;\r\n  background: var(--msa-teal);\r\n  border: none;\r\n  border-radius: 7px;\r\n  text-decoration: none;\r\n  cursor: pointer;\r\n  transition: background .2s;\r\n}\r\n.msa-filter-wrapper .btn-apply:hover { background: var(--msa-navy); }\r\n.msa-filter-wrapper .btn-faculty {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 5px;\r\n  padding: 8px 18px;\r\n  font-size: 13px; font-weight: 600;\r\n  color: var(--msa-teal);\r\n  background: #fff;\r\n  border: 2px solid var(--msa-teal);\r\n  border-radius: 7px;\r\n  text-decoration: none;\r\n  cursor: pointer;\r\n  transition: background .2s, color .2s;\r\n}\r\n.msa-filter-wrapper .btn-faculty:hover { background: var(--msa-teal); color: #fff; }\r\n\r\n\/* \u2500\u2500\u2500 EMPTY STATE \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .empty-state {\r\n  text-align: center;\r\n  padding: 64px 32px;\r\n  color: var(--msa-gray);\r\n}\r\n.msa-filter-wrapper .empty-state .icon { font-size: 48px; margin-bottom: 16px; }\r\n.msa-filter-wrapper .empty-state p { font-size: 15px; }\r\n\r\n\/* \u2500\u2500\u2500 DOCUMENTS SECTION \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .docs-section {\r\n  background: white;\r\n  border-radius: var(--radius-lg);\r\n  box-shadow: var(--shadow-md);\r\n  padding: 28px;\r\n  border: 1px solid var(--msa-border);\r\n}\r\n.msa-filter-wrapper .docs-section h2 {\r\n  font-size: 18px; font-weight: 700;\r\n  margin-bottom: 8px;\r\n  color: var(--msa-navy);\r\n}\r\n.msa-filter-wrapper .docs-section .subtitle {\r\n  font-size: 13px; color: var(--msa-gray);\r\n  margin-bottom: 24px;\r\n}\r\n.msa-filter-wrapper .general-docs {\r\n  background: #f0f9f9;\r\n  border: 1px solid #a7d8d8;\r\n  border-radius: var(--radius);\r\n  padding: 16px 20px;\r\n  margin-bottom: 24px;\r\n}\r\n.msa-filter-wrapper .general-docs h3 {\r\n  font-size: 13px; font-weight: 700;\r\n  color: var(--msa-teal);\r\n  text-transform: uppercase; letter-spacing: .06em;\r\n  margin-bottom: 12px;\r\n  padding-bottom: 0; border-bottom: none;\r\n}\r\n.msa-filter-wrapper .general-docs ul {\r\n  list-style: none;\r\n  padding: 0; margin: 0;\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\r\n  gap: 6px;\r\n}\r\n.msa-filter-wrapper .general-docs ul li {\r\n  display: flex; align-items: flex-start; gap: 8px;\r\n  font-size: 13px; color: var(--msa-navy);\r\n}\r\n.msa-filter-wrapper .general-docs ul li::before {\r\n  content: \"\u2713\"; color: var(--msa-teal); font-weight: 700; flex-shrink: 0;\r\n}\r\n.msa-filter-wrapper .cert-docs-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\r\n  gap: 12px;\r\n}\r\n.msa-filter-wrapper .cert-doc-card {\r\n  border: 1.5px solid var(--msa-border);\r\n  border-radius: var(--radius);\r\n  padding: 14px 16px;\r\n  transition: border-color .2s, box-shadow .2s;\r\n}\r\n.msa-filter-wrapper .cert-doc-card:hover {\r\n  border-color: var(--msa-teal);\r\n  box-shadow: var(--shadow-sm);\r\n}\r\n.msa-filter-wrapper .cert-doc-card h4 {\r\n  font-size: 13px; font-weight: 700; color: var(--msa-navy); margin-bottom: 8px;\r\n}\r\n.msa-filter-wrapper .cert-doc-card .doc-links { display: flex; flex-direction: column; gap: 5px; }\r\n.msa-filter-wrapper .cert-doc-card .doc-links a {\r\n  font-size: 11px; color: var(--msa-teal); text-decoration: none;\r\n  display: flex; align-items: center; gap: 4px;\r\n}\r\n.msa-filter-wrapper .cert-doc-card .doc-links a:hover { text-decoration: underline; }\r\n\r\n\/* \u2500\u2500\u2500 FEES TABLE \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .fees-table {\r\n  width: 100%;\r\n  border-collapse: collapse;\r\n  font-size: 12px;\r\n  margin-top: 4px;\r\n  border: 1px solid var(--msa-border);\r\n  border-radius: 8px;\r\n  overflow: hidden;\r\n}\r\n.msa-filter-wrapper .fees-table th {\r\n  background: #f4f6f9;\r\n  padding: 6px 10px;\r\n  text-align: right;\r\n  font-weight: 700;\r\n  font-size: 10px;\r\n  text-transform: uppercase;\r\n  letter-spacing: .05em;\r\n  color: var(--msa-gray);\r\n  border-bottom: 1px solid var(--msa-border);\r\n}\r\n.msa-filter-wrapper .fees-table td {\r\n  padding: 7px 10px;\r\n  border-bottom: 1px solid #f0f2f5;\r\n  color: var(--msa-navy);\r\n  vertical-align: middle;\r\n}\r\n.msa-filter-wrapper .fees-table tr:last-child td { border-bottom: none; }\r\n.msa-filter-wrapper .fees-table tbody tr:hover { background: #f8fafd; }\r\n.msa-filter-wrapper .fees-cat {\r\n  display: inline-flex; align-items: center; justify-content: center;\r\n  width: 24px; height: 24px; border-radius: 6px;\r\n  font-size: 11px; font-weight: 800;\r\n}\r\n.msa-filter-wrapper .fees-badge-a { background:#dbeafe; color:#1e3a8a; }\r\n.msa-filter-wrapper .fees-badge-b { background:#dcfce7; color:#14532d; }\r\n.msa-filter-wrapper .fees-badge-c { background:#fff7ed; color:#92400e; }\r\n.msa-filter-wrapper .fees-badge-d { background:#f3e8ff; color:#4c1d95; }\r\n.msa-filter-wrapper .fees-amount  { font-weight: 700; font-size: 13px; font-variant-numeric: tabular-nums; }\r\n.msa-filter-wrapper .fees-pct     { font-size: 11px; color: #374151; direction: ltr; display: inline-block; }\r\n\r\n\/* \u2500\u2500\u2500 FEES PAGE \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .fees-page-section {\r\n  margin-bottom: 28px;\r\n  background: #fff;\r\n  border-radius: var(--radius-lg);\r\n  box-shadow: var(--shadow-sm);\r\n  overflow: hidden;\r\n  border: 1px solid var(--msa-border);\r\n}\r\n.msa-filter-wrapper .fees-page-header {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 12px;\r\n  padding: 13px 20px;\r\n  background: var(--msa-navy);\r\n  color: #fff;\r\n  text-transform: uppercase;\r\n}\r\n.msa-filter-wrapper .fees-page-header .fp-fac-icon {\r\n  width: 34px; height: 34px;\r\n  border-radius: 8px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  font-size: 16px;\r\n}\r\n.msa-filter-wrapper .fees-page-header .fp-fac-name {\r\n  font-size: 14px; font-weight: 700; letter-spacing: .3px;\r\n}\r\n.msa-filter-wrapper table.fees-page-table {\r\n  width: 100%;\r\n  border-collapse: collapse;\r\n  font-size: 13px;\r\n}\r\n.msa-filter-wrapper table.fees-page-table th {\r\n  background: #f0f4f8;\r\n  padding: 10px 16px;\r\n  text-align: center;\r\n  font-weight: 700;\r\n  font-size: 12px;\r\n  color: #1e3a5f;\r\n  border-bottom: 2px solid #c8d4e3;\r\n  white-space: nowrap;\r\n}\r\n.msa-filter-wrapper table.fees-page-table td {\r\n  padding: 10px 16px;\r\n  text-align: center;\r\n  border-bottom: 1px solid #eef1f5;\r\n  vertical-align: middle;\r\n}\r\n.msa-filter-wrapper table.fees-page-table tr:last-child td { border-bottom: none; }\r\n.msa-filter-wrapper table.fees-page-table tbody tr:hover { background: #f7f9fc; }\r\n.msa-filter-wrapper table.fees-page-table .fp-cat { display:inline-block; padding:3px 12px; border-radius:20px; font-weight:800; font-size:13px; }\r\n.msa-filter-wrapper table.fees-page-table .fp-cat-a { background:#dbeafe; color:#1e3a8a; }\r\n.msa-filter-wrapper table.fees-page-table .fp-cat-b { background:#dcfce7; color:#14532d; }\r\n.msa-filter-wrapper table.fees-page-table .fp-cat-c { background:#fff7ed; color:#92400e; }\r\n.msa-filter-wrapper table.fees-page-table .fp-cat-d { background:#f3e8ff; color:#4c1d95; }\r\n.msa-filter-wrapper table.fees-page-table .fp-pct { display:inline-block; background:#ede7f6; color:#4527a0; border-radius:20px; padding:2px 10px; font-size:12px; font-weight:600; }\r\n.msa-filter-wrapper table.fees-page-table .fp-amount { font-weight:700; font-variant-numeric:tabular-nums; color:#1e3a5f; font-size:13px; }\r\n.msa-filter-wrapper table.fees-page-table .fp-total  { color:#0369a1; font-weight:800; }\r\n\r\n\/* \u2500\u2500\u2500 TABLE SCROLL WRAPPER \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\r\n\r\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\r\n@media (max-width: 640px) {\r\n  .msa-filter-wrapper table.fees-page-table th,\r\n  .msa-filter-wrapper table.fees-page-table td { padding: 8px 10px; font-size: 12px; }\r\n  .msa-filter-wrapper table.fees-page-table .fp-amount { font-size: 12px; }\r\n  .msa-filter-wrapper .fees-page-header { padding: 10px 14px; }\r\n  .msa-filter-wrapper .fees-page-header .fp-fac-name { font-size: 13px; }\r\n  .msa-filter-wrapper .fees-page-section { margin-bottom: 16px; }\r\n}\r\n\r\n\/* \u2500\u2500\u2500 FULL CONDITIONS FROM JSON \u2500\u2500\u2500 *\/\r\n.msa-filter-wrapper .conditions-list {\r\n  list-style: none;\r\n  padding: 0; margin: 4px 0 0;\r\n  display: flex; flex-direction: column; gap: 2px;\r\n}\r\n.msa-filter-wrapper .conditions-list li {\r\n  font-size: 12px;\r\n  color: var(--msa-navy);\r\n  line-height: 1.55;\r\n  padding: 1px 0 1px 14px;\r\n  position: relative;\r\n}\r\n.msa-filter-wrapper .conditions-list li::before {\r\n  content: \"\u2022\";\r\n  position: absolute; left: 2px;\r\n  color: var(--msa-teal);\r\n  font-weight: 700;\r\n}\r\n.msa-filter-wrapper .conditions-list li.cond-main {\r\n  font-weight: 600;\r\n  padding-left: 0;\r\n  margin-top: 4px;\r\n}\r\n.msa-filter-wrapper .conditions-list li.cond-main::before { display: none; }\r\n.msa-filter-wrapper .conditions-list li.cond-sub {\r\n  padding-left: 18px;\r\n  color: #4b5563;\r\n}\r\n.msa-filter-wrapper .json-notes-list {\r\n  list-style: none; padding: 0; margin: 4px 0 0;\r\n}\r\n.msa-filter-wrapper .json-notes-list li {\r\n  font-size: 12px; color: #92400e;\r\n  padding: 2px 0 2px 18px;\r\n  position: relative; line-height: 1.5;\r\n}\r\n.msa-filter-wrapper .json-notes-list li::before {\r\n  content: \"\u26a0\"; position: absolute; left: 0; font-size: 10px;\r\n}\r\n<\/style>\r\n\r\n<div class=\"msa-filter-wrapper\">\r\n\r\n  <!-- Header -->\r\n  <div class=\"msa-header\">\r\n    <div class=\"header-logo\">MSA<\/div>\r\n    <div class=\"header-title\">\r\n      <h2>MSA Admission Guide<\/h2>\r\n      <p>October University for Modern Sciences and Arts \u2014 Admission Requirements &amp; Documents<\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"msa-inner\">\r\n\r\n    <!-- Page Tabs -->\r\n    <div class=\"page-tabs\">\r\n      <button class=\"page-tab active\" onclick=\"msaSwitchPage('requirements', this)\">Faculty Requirements<\/button>\r\n      <button class=\"page-tab\" onclick=\"msaSwitchPage('documents', this)\">Required Documents<\/button>\r\n      <button class=\"page-tab\" onclick=\"msaSwitchPage('fees', this)\">Tuition Fees<\/button>\r\n    <\/div>\r\n\r\n    <!-- PAGE 1: FACULTY REQUIREMENTS -->\r\n    <div id=\"msa-page-requirements\" class=\"page-content active\">\r\n\r\n      <div class=\"filter-panel\">\r\n        <h3>Choose Your Certificate & Faculty to Apply<\/h3>\r\n        <h5>Admission Requirements<\/h5>\r\n        <div class=\"filter-row\">\r\n          <div class=\"filter-group\">\r\n            <label>Certificate<\/label>\r\n            <select id=\"req-cert\" onchange=\"msaRenderRequirements()\">\r\n              <option value=\"all\">All Certificates<\/option>\r\n              <option value=\"Thanaweya Amma\">Thanaweya Amma<\/option>\r\n              <option value=\"IGCSE\">IGCSE<\/option>\r\n              <option value=\"American Diploma\">American Diploma<\/option>\r\n              <option value=\"Canadian Diploma\">Canadian Diploma<\/option>\r\n              <option value=\"IB\">International Baccalaureate (IB)<\/option>\r\n              <option value=\"Abitur\">Abitur Certificate<\/option>\r\n              <option value=\"French Baccalaureate\">French Baccalaureate<\/option>\r\n              <option value=\"Arab Certificates\">Arab Certificates<\/option>\r\n              <option value=\"Azharia\">Azharia<\/option>\r\n              <option value=\"CNISE\">CNISE (Nile International)<\/option>\r\n              <option value=\"WAEC\">WAEC \/ Nico<\/option>\r\n              <option value=\"STEM\">STEM<\/option>\r\n            <\/select>\r\n          <\/div>\r\n          <div class=\"filter-group\">\r\n            <label>Faculty<\/label>\r\n            <select id=\"req-faculty\" onchange=\"msaRenderRequirements()\">\r\n              <option value=\"all\">All Faculties<\/option>\r\n              <option value=\"Dentistry\">Faculty of Dentistry<\/option>\r\n              <option value=\"Physical Therapy\">Faculty of Physical Therapy<\/option>\r\n              <option value=\"Pharmacy\">Faculty of Pharmacy<\/option>\r\n              <option value=\"Biotechnology\">Faculty of Biotechnology<\/option>\r\n              <option value=\"Nutrition\">Faculty of Nutrition &amp; Food Technology<\/option>\r\n              <option value=\"Engineering\">Faculty of Engineering<\/option>\r\n              <option value=\"Computer Science\">Faculty of Computer Science<\/option>\r\n              <option value=\"Arts & Design\">Faculty of Arts &amp; Design<\/option>\r\n              <option value=\"Management\">Faculty of Management Sciences<\/option>\r\n              <option value=\"Mass Communication\">Faculty of Mass Communication<\/option>\r\n              <option value=\"Languages\">Faculty of Languages<\/option>\r\n            <\/select>\r\n          <\/div>\r\n       \r\n          <button class=\"btn-reset\" onclick=\"msaResetRequirements()\">Reset<\/button>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"results-header\">\r\n        <div class=\"results-count\">Showing <strong id=\"req-count\">0<\/strong> results<\/div>\r\n      <\/div>\r\n      <div class=\"results-grid\" id=\"req-results\"><\/div>\r\n    <\/div>\r\n\r\n    <!-- PAGE 2: REQUIRED DOCUMENTS -->\r\n    <div id=\"msa-page-documents\" class=\"page-content\">\r\n      <div class=\"docs-section\">\r\n        <h2>Required Admission Documents<\/h2>\r\n        <p class=\"subtitle\">\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u0644\u062a\u0642\u062f\u064a\u0645 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a<\/p>\r\n\r\n        <div class=\"general-docs\">\r\n          <h3>General Requirements for ALL Certificates<\/h3>\r\n          <ul>\r\n            <li>5 Personal Photos (\u0635\u0648\u0631 \u0634\u062e\u0635\u064a\u0629)<\/li>\r\n            <li>Computerized Birth Certificate \u00d7 2 (\u0644\u0644\u0645\u0635\u0631\u064a\u064a\u0646) \/ Authenticated Birth Certificate (\u0644\u063a\u064a\u0631 \u0627\u0644\u0645\u0635\u0631\u064a\u064a\u0646)<\/li>\r\n            <li>Student's &amp; Parent's National ID (\u0625\u062b\u0628\u0627\u062a \u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u0648\u0648\u0644\u064a \u0627\u0644\u0623\u0645\u0631)<\/li>\r\n            <li>Copy of Student's Passport if available (\u0635\u0648\u0631\u0629 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631 \u0625\u0646 \u0648\u062c\u062f)<\/li>\r\n            <li>For Egyptian male students: Namouzag 2 + (6 or 7) Gond (\u0646\u0645\u0648\u0630\u062c 2 + \u062c\u0646\u062f 6 \u0623\u0648 7)<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"filter-panel\" style=\"margin-bottom:24px;\">\r\n          <h3>Choose your Certificate<\/h3>\r\n          <div class=\"filter-row\" style=\"grid-template-columns:1fr auto;\">\r\n            <div class=\"filter-group\">\r\n              <label>Certificate Type<\/label>\r\n              <select id=\"doc-cert\" onchange=\"msaRenderDocs()\">\r\n                <option value=\"all\">All Certificates<\/option>\r\n                <option value=\"Thanaweya Amma\">Thanaweya Amma<\/option>\r\n                <option value=\"American Diploma\">American Diploma<\/option>\r\n                <option value=\"Abitur\">Abitur Certificate<\/option>\r\n                <option value=\"Kuwaiti\">Kuwaiti Certificate<\/option>\r\n                <option value=\"Bahrain\">Bahrain Certificate<\/option>\r\n                <option value=\"Oman\">Oman Certificate<\/option>\r\n                <option value=\"French Baccalaureate\">French Baccalaureate<\/option>\r\n                <option value=\"CNISE\">CNISE<\/option>\r\n                <option value=\"WAEC\">WAEC \/ Nico<\/option>\r\n                <option value=\"IGCSE\">IGCSE<\/option>\r\n                <option value=\"Canadian Diploma\">Canadian Diploma<\/option>\r\n                <option value=\"Saudi\">Saudi Mokararat Certificate<\/option>\r\n                <option value=\"UAE\">UAE Certificate<\/option>\r\n                <option value=\"Yemen\">Yemen Certificate<\/option>\r\n                <option value=\"Qatar\">Qatar Certificate<\/option>\r\n                <option value=\"Azharia\">Azharia<\/option>\r\n                <option value=\"IB\">International Baccalaureate (IB)<\/option>\r\n                <option value=\"STEM\">STEM<\/option>\r\n              <\/select>\r\n            <\/div>\r\n            <button class=\"btn-reset\" onclick=\"document.getElementById('doc-cert').value='all'; msaRenderDocs()\">Reset<\/button>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"cert-docs-grid\" id=\"doc-results\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- PAGE 3: TUITION FEES -->\r\n    <div id=\"msa-page-fees\" class=\"page-content\">\r\n      <div class=\"filter-panel\">\r\n        <h3>Choose your preferred Faculty<\/h3>\r\n        <div class=\"filter-row\" style=\"grid-template-columns:1fr auto;\">\r\n          <div class=\"filter-group\">\r\n            <label>Faculty<\/label>\r\n            <select id=\"fees-faculty\" onchange=\"msaRenderFees()\">\r\n              <option value=\"all\">All Faculties<\/option>\r\n              <option value=\"Dentistry\">Faculty of Dentistry<\/option>\r\n              <option value=\"Physical Therapy\">Faculty of Physical Therapy<\/option>\r\n              <option value=\"Pharmacy\">Faculty of Pharmacy<\/option>\r\n              <option value=\"Biotechnology\">Faculty of Biotechnology<\/option>\r\n              <option value=\"Nutrition\">Faculty of Nutrition &amp; Food Technology<\/option>\r\n              <option value=\"Engineering\">Faculty of Engineering<\/option>\r\n              <option value=\"Computer Science\">Faculty of Computer Science<\/option>\r\n              <option value=\"Arts &amp; Design\">Faculty of Arts &amp; Design<\/option>\r\n              <option value=\"Management\">Faculty of Management Sciences<\/option>\r\n              <option value=\"Mass Communication\">Faculty of Mass Communication<\/option>\r\n              <option value=\"Languages\">Faculty of Languages<\/option>\r\n            <\/select>\r\n          <\/div>\r\n          <button class=\"btn-reset\" onclick=\"document.getElementById('fees-faculty').value='all'; msaRenderFees()\">Reset<\/button>\r\n        <\/div>\r\n      <\/div>\r\n      <div id=\"fees-results\"><\/div>\r\n    <\/div>\r\n\r\n  <\/div><!-- \/.msa-inner -->\r\n<\/div><!-- \/.msa-filter-wrapper -->\r\n\r\n\r\n<script>\r\n(function() {\r\n\r\nconst ADMISSION_JSON = {\"Dentistry\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/dentistry\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Only Scientific Science certificate is accepted.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) subjects.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- There are (5) qualifying subjects :\",\"English Language or Literature or Composition.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\",\"* Subjects must include: (Biology + Physics or Chemistry or Math)\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3- Subjects with less than one credit are not accepted.\",\"4- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6).\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level.\",\"3- In addition to Theory of Knowledge & Extended Essay.\",\"4- Passing score is 24\\\/45.\",\"5- Arabic language can be considered one of the 6 required subjects\",\"6- Qualifying subjects:\",\"English Language or Literature\",\"Biology (On the higher level)\",\"Chemistry (On the higher level)\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The total number of subjects to be calculated are (7)\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\",\"3- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7).\",\"2. Passing mark is (10).\",\"3. Section \u201cSCIENCES DE LA VIE ET DE LA TERRE\u201d.\",\"4. Year 12 must include Sciences de la vie et de la terre subject.\",\"5. Physique-Chimie can be calculated from year 11 or 12.\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Physical Therapy\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/physical-therapy\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Only Scientific Science certificate is accepted.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) subjects.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- There are (5) qualifying subjects :\",\"English Language or Literature or Composition.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\",\"* Subjects must include: (Biology + Physics or Chemistry or Math)\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3- Subjects with less than one credit are not accepted.\",\"4- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6).\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level.\",\"3- In addition to Theory of Knowledge & Extended Essay.\",\"4- Passing score is 24\\\/45.\",\"5- Arabic language can be considered one of the 6 required subjects\",\"6- Qualifying subjects:\",\"English Language or Literature\",\"Biology (On the higher level)\",\"Chemistry (On the higher level)\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The total number of subjects to be calculated are (7) including the qualifying subjects:\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ (2) Elective subjects\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7).\",\"2. Passing mark is (10).\",\"3. Section \u201cSCIENCES DE LA VIE ET DE LA TERRE\u201d.\",\"4. Year 12 must include Sciences de la vie et de la terre subject.\",\"5. Physique-Chimie can be calculated from year 11 or 12.\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Pharmacy\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/pharmacy\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Only Scientific Science certificate is accepted.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) subjects.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- There are (5) qualifying subjects :\",\"English Language or Literature or Composition.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\",\"* Subjects must include: (Biology + Physics or Chemistry or Math)\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3- Subjects with less than one credit are not accepted.\",\"4- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6).\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level.\",\"3- In addition to Theory of Knowledge & Extended Essay.\",\"4- Passing score is 24\\\/45.\",\"5- Arabic language can be considered one of the 6 required subjects\",\"6- Qualifying subjects:\",\"English Language or Literature\",\"Biology (On the higher level)\",\"Chemistry (On the higher level)\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The total number of subjects to be calculated are (7) including the qualifying subjects:\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ (2) Elective subjects\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7).\",\"2. Passing mark is (10).\",\"3. Section \u201cSCIENCES DE LA VIE ET DE LA TERRE\u201d.\",\"4. Year 12 must include Sciences de la vie et de la terre subject.\",\"5. Physique-Chimie can be calculated from year 11 or 12.\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Biotechnology\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/biotechnology\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Only Scientific Science certificate is accepted.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) subjects.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- There are (5) qualifying subjects :\",\"English Language or Literature or Composition.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\",\"* Subjects must include: (Biology + Physics or Chemistry or Math)\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3- Subjects with less than one credit are not accepted.\",\"4- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6).\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level.\",\"3- In addition to Theory of Knowledge & Extended Essay.\",\"4- Passing score is 24\\\/45.\",\"5- Arabic language can be considered one of the 6 required subjects\",\"6- Qualifying subjects:\",\"English Language or Literature\",\"Biology (On the higher level)\",\"Chemistry (On the higher level)\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The total number of subjects to be calculated are (7)\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\",\"3- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7).\",\"2. Passing mark is (10).\",\"3. Section \u201cSCIENCES DE LA VIE ET DE LA TERRE\u201d.\",\"4. Year 12 must include Sciences de la vie et de la terre subject.\",\"5. Physique-Chimie can be calculated from year 11 or 12.\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Nutrition and Food Technology\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/nutrition-and-food-technology\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Only Scientific Science certificate is accepted.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) subjects.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- There are (5) qualifying subjects :\",\"English Language or Literature or Composition.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\",\"* Subjects must include: (Biology + Physics or Chemistry or Math)\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3- Subjects with less than one credit are not accepted.\",\"4- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6).\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level.\",\"3- In addition to Theory of Knowledge & Extended Essay.\",\"4- Passing score is 24\\\/45.\",\"5- Arabic language can be considered one of the 6 required subjects\",\"6- Qualifying subjects:\",\"English Language or Literature\",\"Biology (On the higher level)\",\"Chemistry (On the higher level)\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The total number of subjects to be calculated are (7) including the qualifying subjects:\",\"English language or Literature.\",\"Any branch of Math.\",\"Biology\",\"Chemistry\",\"Physics\",\"+ (2) Elective subjects\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7).\",\"2. Passing mark is (10).\",\"3. Section \u201cSCIENCES DE LA VIE ET DE LA TERRE\u201d.\",\"4. Year 12 must include Sciences de la vie et de la terre subject.\",\"5. Physique-Chimie can be calculated from year 11 or 12.\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Engineering\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/engineering\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Only Scientific Math Branch is accepted.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (9).\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Math\",\"AS\\\/AL Math\",\"Chemistry\",\"Physics\",\"+ Student must take at least (4) more subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) subjects.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- There are (5) qualifying subjects :\",\"English Language or Literature or Composition.\",\"Math.\",\"Advanced Math OR (SAT2 \\\/ACT2\\\/ EST2) Math & Biology \\\/ Physics \\\/ Chemistry\",\"Chemistry\",\"Physics\",\"+ (4) More subjects from the list of subjects approved by the ministry.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\",\"*Subjects must include: (Math + Physics or Biology or Chemistry)\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3- Subjects with less than one credit are not accepted.\",\"4- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Math.\",\"Advanced Math\",\"Chemistry\",\"Physics\",\"+ Student must take at least (4) Subjects from the list of subjects approved the Egyptian Ministry for Higher Education.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6).\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level.\",\"3- In addition to Theory of Knowledge & Extended Essay.\",\"4- Passing score is 24\\\/45.\",\"5- Arabic language can be considered one of the 6 required subjects\",\"6- Qualifying subjects:\",\"English Language or Literature\",\"Math (Higher level)\",\"Physics (Higher level)\",\"+ In addition to another 3 different subjects.\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The total number of subjects to be calculated are (7)\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\",\"3- There are (4) qualifying subjects :\",\"English language or Literature.\",\"Math.\",\"Chemistry\",\"Physics\",\"+ Student must take at least (3) more subjects.\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7)\",\"2. Passing mark is (10)\",\"3. French Oral & French \u00c9crit are calculated as one subject\",\"4. Only S\u00e9rie Scientifique (S) is qualified to join the faculty of Engineering\",\"5. Year 12 must include Mathematiques subject\",\"6. Physique-Chimie can be calculated from year 11 or 12\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Computer Science\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/computer-science\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Scientific Math & Scientific Science certificates are accepted.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Math.\",\"AS\\\/AL Math or Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (4) more subjects in case of AS\\\/AL Math OR (3) more subjects in case of Biology.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are:\",\"(8) subjects in case the student didn\u2019t study Advanced Math in Grade 10 or 11 or 12. In this case student must take SAT 2 \\\/ ACT 2 \\\/ EST 2 to be eligible to join the faculty.\",\"(9) subjects in case the student studied Advanced Math in Grade 10 or 11 or 12. In this case SAT 2 \\\/ ACT 2 \\\/ EST 2 is not required unless to increase the student\u2019s percentage.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- There are (5) qualifying subjects:\",\"English Language or Literature or Composition.\",\"Math.\",\"Advanced Math OR (SAT2 \\\/ACT2\\\/ EST2) Math & Biology \\\/ Physics \\\/ Chemistry\",\"Chemistry\",\"Physics\",\"The rest of the subjects:\",\"(3) Subjects in case of Biology OR (4) subjects in case of Advanced Math.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\",\"*Subjects must include: (Math + Physics or Biology or Chemistry)\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8).\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3- Subjects with less than one credit are not accepted.\",\"4- There are (5) qualifying subjects:\",\"English language or Literature.\",\"Math\",\"Advanced Math\\\/Biology\",\"Chemistry\",\"Physics\",\"+ Student must take at least (4) Subjects in case of Advance Math OR (3) subjects in case of Biology\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6).\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level.\",\"3- In addition to Theory of Knowledge & Extended Essay.\",\"4- Passing score is 24\\\/45.\",\"5- Arabic language can be considered one of the 6 required subjects\",\"6- Qualifying subjects:\",\"English Language or Literature.\",\"Math (Higher level).\",\"Physics (Higher level).\",\"+ In addition to another 3 different subjects.\",\"OR\",\"English Language or Literature\",\"Biology (Higher level).\",\"Chemistry (Higher level).\",\"+ In addition to another 3 different subjects.\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The total number of subjects to be calculated are (7)\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\",\"3- There are (5) qualifying subjects :\",\"English language or Literature.\",\"Math\",\"Biology\",\"Physics\",\"+ Student must take at least 3 more subjects. If the student studied Biology, then ONLY 2 more subjects are needed.\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7)\",\"2. Passing mark is (10)\",\"3. French Oral & French \u00c9crit are calculated as one subject\",\"4. Only S\u00e9rie Scientifique (S) is qualified to join the faculty of Computer Sciences\",\"5. Year 12 must include Sciences de la vie at de la terre subject or Mathematiques subject\",\"6. Physique-Chimie can be calculated from year 11 or 12\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Arts & Design\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/arts-and-design\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Interior Design Major:\",\"- Scientific sections: Sciences Math\\\/ Sciences Sciences.\",\"For Majors (Cinema and Theatre Design- Graphic and Media Arts Design - Fashion Design):\",\"- Scientific sections Or Arts Section\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1. The Total number of subjects to be calculated are (8).\",\"2. Passing grade for (OL) subjects is \u201cC\u201d\",\"3. Passing grade for (AL or ASL) is \u201cD\u201d\",\"4. Accepted scores must be taken during not more than (4) successive years with no maximum of IGCSE sittings.\",\"5. The required qualifying subjects are as follows:\",\"Scientific Sections:\",\"Art Section:\",\"To join the following majors:\",\"1. Interior Design\",\"2. Fashion Design\",\"3. Graphic & Media Art\",\"4. Cinema and Theatre & Production Design\",\"The required subjects are:\",\"1. English Language or Literature\",\"2. Any branch of Math\",\"3. Biology or AS\\\/AL Math\",\"4. Chemistry\",\"5. Physics\",\"+ Student must also study at least (3) More subjects or (4) More subjects in case of Advanced Math\",\"To join the following majors:\",\"1. Fashion Design\",\"2. Graphic & Media Art\",\"3. Cinema and Theatre & Production Design\",\"The required subjects are:\",\"1- English Language or Literature\",\"2- The student must study (7) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are 8 OR 9 in case of Advanced Math.\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820\",\"4- Each requested subject MUST be at least (1) credit.\",\"5- The required qualifying subjects are as follows:\",\"Scientific Sections:\",\"To join the following majors:\",\"1. Interior Design\",\"2. Fashion Design\",\"3. Graphic & Media Art\",\"4. Cinema and Theatre & Production Design\",\"If Sciences \\\/ Sciences:\",\"1. English Language or Literature\",\"2. Any branch of Math\",\"3. Biology\",\"4. Chemistry\",\"5. Physics\",\"+ Student must also study at least (3) More subjects\",\"If Sciences \\\/ Math:\",\"1. English Language or Literature\",\"2. Math\",\"3. Chemistry\",\"4. Physics\",\"5. Advanced Math OR (SAT2 \\\/ACT2\\\/ EST2) Math & Biology \\\/ Physics \\\/ Chemistry.\",\"+ Student must also study at least (3) more subjects or (4) more subjects if studied Advanced Math.\",\"Art Section:\",\"To join the following majors:\",\"1. Fashion Design\",\"2. Graphic & Media Art\",\"3. Cinema and Theatre & Production Design\",\"The required subjects are:\",\"1- English Language or Literature\",\"2- The student must study (7) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\"]},\"Canadian\":{\"conditions\":[\"1. The Total number of subjects to be calculated are (8)\",\"2. At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11\",\"3. Subjects with less than one credit are not accepted.\",\"4. The required qualifying subjects are as follows:\",\"Scientific Sections:\",\"To join the following majors:\",\"1. Interior Design\",\"2. Fashion Design\",\"3. Graphic & Media Art\",\"4. Cinema and Theatre & Production Design\",\"If Sciences \\\/ Sciences:\",\"1. English Language or Literature\",\"2. Any branch of Math\",\"3. Biology\",\"4. Chemistry\",\"5. Physics\",\"+ Student must also study at least (3) More subjects\",\"If Sciences \\\/ Math:\",\"1. English Language or Literature\",\"2. Math\",\"3. Chemistry\",\"4. Physics\",\"5. Advanced Math\",\"+ Student must also study at least (4) More subjects\",\"Art Section:\",\"To join the following majors:\",\"1. Fashion Design\",\"2. Graphic & Media Art\",\"3. Cinema and Theatre & Production Design\",\"The required subjects are:\",\"1- English Language or Literature\",\"2- The student must study (7) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1. The Total number of subjects to be calculated are (6)\",\"2. The student MUST study (3) subjects at least on the higher level + (3) on the standard level\",\"3. In addition to Theory of Knowledge & Extended Essay\",\"4. Passing score is 24\\\/45\",\"5. Arabic language can be considered one of the 6 required subjects\",\"6. The required qualifying subjects are as follows:\",\"Scientific Sections:\",\"To join the following majors:\",\"1. Interior Design\",\"2. Fashion Design\",\"3. Graphic & Media Art\",\"4. Cinema and Theatre & Production Design\",\"Sciences \\\/ Sciences Section:\",\"The required subjects are:\",\"1. English Language or Literature\",\"2. Biology (On the higher level)\",\"3. Chemistry (On the higher level)\",\"+ Another 3 different subjects\",\"Sciences \\\/ Math Section:\",\"1. English Language or Literature\",\"2. Math (On the higher level)\",\"3. Physics (On the higher level)\",\"+ Another (3) different subjects\",\"Art Section:\",\"To join the following majors:\",\"1. Fashion Design\",\"2. Graphic & Media Art\",\"3. Cinema and Theatre & Production Design\",\"The required subjects are:\",\"1- English Language or Literature\",\"2- The student must take (5) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1. The Total number of subjects to be calculated is (7)\",\"2. ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics)\",\"3. The required qualifying subjects are as follows:\",\"Scientific Sections:\",\"To join the following majors:\",\"1. Interior Design\",\"2. Fashion Design\",\"3. Graphic & Media Art\",\"4. Cinema and Theatre & Production Design\",\"The required subjects if sciences \\\/ sciences are:\",\"1. English Language\",\"2. Any branch of Math\",\"3. Biology\",\"4. Chemistry\",\"5. Physics\",\"+ Another Different 2 or 3 Subjects.\",\"The required subjects if sciences \\\/ Math are:\",\"1. English Language\",\"2. Math\",\"3. Chemistry\",\"4. Physics\",\"+ Another Different 2 or 3 Subjects.\",\"Art Section:\",\"To join the following majors:\",\"1. Fashion Design\",\"2. Graphic & Media Art\",\"3. Cinema and Theatre & Production Design\",\"The required subjects are:\",\"1- English Language\",\"2- The student must study (6) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7)\",\"2. Passing mark is (10)\",\"3. French Oral & French \u00c9crit are calculated as one subject\",\"4. Only S\u00e9rie Scientifique (S) is qualified to join Interior Design Major\",\"Year 12 must include Sciences de la vie at de la terre subject or Mathematiques subject\",\"Physique-Chimie can be calculated from year 11 or 12\",\"5. S\u00e9rie Litt\u00e9raire (L)\\\/ Sciences \u00c9conomiques et Sociales (ES)\\\/ S\u00e9rie Scientifique (S) Are qualified to join:\",\"Fashion Design Major\",\"Graphic & Media Art Major\",\"Cinema and Theatre & Production Design Major\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office according to the regulations of the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Management Sciences\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/management-sciences\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Scientific Sections (Science & Math Branches).\",\"Art Section.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature is a MUST.\",\"In addition to (7) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum number of IGCSE sittings.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature or Composition is MUST.\",\"In addition to (7) more different subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\"]},\"Canadian\":{\"conditions\":[\"English Language or Literature or Composition\",\"In addition to (7) more different subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6) different subjects as follows:\",\"English Language or Literature\",\"+ (5) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level\",\"3- In addition to studying Theory of Knowledge & Extended Essay\",\"4- Passing score is 24\\\/45\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (7) different subjects as follows:\",\"English Language is a MUST.\",\"In addition (6) different subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\",\"2. ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics).\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7)\",\"2. Passing mark is (10)\",\"3. French Oral & French \u00c9crit are calculated as one subject\",\"4. S\u00e9rie Litt\u00e9raire (L)\\\/ Sciences \u00c9conomiques et Sociales (ES)\\\/ S\u00e9rie Scientifique (S) Are qualified to join the Faculty of Management Sciences.\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Mass Communication\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/mass-communication\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Scientific Sections (Science & Math Branches).\",\"Art Section.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature is a MUST.\",\"In addition to (7) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum number of IGCSE sittings.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature or Composition is MUST.\",\"In addition to (7) more different subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\"]},\"Canadian\":{\"conditions\":[\"English Language or Literature or Composition\",\"In addition to (7) more different subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6) different subjects as follows:\",\"English Language or Literature\",\"+ (5) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level\",\"3- In addition to studying Theory of Knowledge & Extended Essay\",\"4- Passing score is 24\\\/45\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (7) different subjects as follows:\",\"English Language is a MUST.\",\"In addition (6) different subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\",\"2. ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics).\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7)\",\"2. Passing mark is (10)\",\"3. French Oral & French \u00c9crit are calculated as one subject\",\"4. S\u00e9rie Litt\u00e9raire (L)\\\/ Sciences \u00c9conomiques et Sociales (ES)\\\/ S\u00e9rie Scientifique (S) Are qualified to join the Faculty of Management Sciences.\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]},\"Languages\":{\"url\":\"https:\\\/\\\/msa.edu.eg\\\/msauniversity\\\/admission-guide\\\/faculty-requirements\\\/languages\\\/\",\"Thanaweya Amma\":{\"conditions\":[\"Scientific Sections (Science & Math Branches).\",\"Art Section.\"],\"notes\":[]},\"IGCSE\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature is a MUST.\",\"Second Foreign Language (French, Deutsch , Latin, \u2026\u2026 etc.)\",\"In addition to (6) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- Passing grade for (OL) subjects is \u201cC\u201d\",\"3- Passing grade for (AL or ASL) is \u201cD\u201d\",\"4- Accepted scores must be taken during not more than (4) successive years with no maximum number of IGCSE sittings.\"],\"notes\":[]},\"American Diploma\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature is a MUST.\",\"Second Foreign Language (French, Deutsch , Latin, \u2026\u2026 etc.)\",\"In addition to (6) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- At least (4) subjects from Grade 12 + Maximum of (2) subjects from Grade 10.\",\"3- The passing grade for SAT 1 or EST 1 is 800 while ACT 1 the passing grade is (14) which is equivalent 820.\",\"4- Each requested subject MUST be at least (1) credit.\"],\"notes\":[\"Important Note: The rules regarding the validity and the accepted dates for SAT \\\/ ACT or EST are set and will be announced by the Ministry of Higher Education in Egypt.\",\"N.B: The passing grade for SAT2\\\/EST2\\\/ACT2 is 900\"]},\"Canadian\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature is a MUST.\",\"Second Foreign Language (French, Deutsch , Latin, \u2026\u2026 etc.)\",\"In addition to (6) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- At least (5) subjects from Grade 12 +Maximum of (3) subjects from Grade 11.\",\"3- Subjects with less than one credit are not accepted.\"],\"notes\":[]},\"IB\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (6) different subjects as follows:\",\"English Language or Literature is a MUST.\",\"Second Foreign Language (French, Deutsch , Latin, \u2026\u2026 etc.)\",\"+ (4) subjects from the list of subjects approved by the Egyptian Ministry for Higher Education\",\"2- The student MUST study (3) subjects at least on the higher level + (3) on the standard level\",\"3- In addition to studying Theory of Knowledge & Extended Essay\",\"4- Passing score is 24\\\/45\"],\"notes\":[]},\"Abitur\":{\"conditions\":[\"1- The Total number of subjects to be calculated are (8) different subjects as follows:\",\"English Language or Literature is a MUST.\",\"Second Foreign Language (French, Deutsch , Latin, \u2026\u2026 etc.)\",\"In addition (5) different subjects from the list of subjects approved by the Egyptian Ministry for Higher Education.\",\"2- ONLY (1) subject can be calculated from Grade 10 if (Biology \u2013 Chemistry \u2013 Physics).\"],\"notes\":[]},\"French Baccalaur\u00e9at\":{\"conditions\":[\"1. The total number of subjects to be calculated are (7)\",\"2. Passing mark is (10)\",\"3. French Oral & French \u00c9crit are calculated as one subject\",\"4. S\u00e9rie Litt\u00e9raire (L)\\\/ Sciences \u00c9conomiques et Sociales (ES)\\\/ S\u00e9rie Scientifique (S) Are qualified to join the Faculty of Languages .\"],\"notes\":[]},\"additional_certificates\":[],\"general_notes\":[\"Other foreign certificates including certificates from Arab countries are evaluated at the Admission Office in accordance to the regulations set by the Egyptian Ministry of Higher Education.\",\"Note: MSA University has the right to change the admission rules and regulations according to the internal policies of the university with the coordination and approval of the Ministry of Higher Education.\"]}};\r\n\r\n\r\nconst FACULTY_META = {\r\n  \"Dentistry\":        { icon: '<img decoding=\"async\" src=\"https:\/\/stage.msa.edu.eg\/wp-content\/uploads\/2026\/05\/Faculty-Icons-for-website.png\" alt=\"Dentistry\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#0891b2\", bg: \"transparent\" },\r\n  \"Physical Therapy\": { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/PHYSICAL-THERAPY-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Physical Therapy\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#7c3aed\", bg: \"transparent\" },\r\n  \"Pharmacy\":         { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/PHARMA-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Pharmacy\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#b45309\", bg: \"transparent\" },\r\n  \"Biotechnology\":    { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/BIOTECHNOLOGY-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Biotechnology\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#059669\", bg: \"transparent\" },\r\n  \"Nutrition\":        { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/NUTRITION-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Nutrition\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#16a34a\", bg: \"transparent\" },\r\n  \"Engineering\":      { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/ENGINEERING-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Engineering\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#dc2626\", bg: \"transparent\" },\r\n  \"Computer Science\": { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/CS-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Computer Science\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#2563eb\", bg: \"transparent\" },\r\n  \"Arts & Design\":    { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/ARTS-DESIGN-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Arts & Design\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#db2777\", bg: \"transparent\" },\r\n  \"Management\":       { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/MANAGEMENT-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Management\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#7c3aed\", bg: \"transparent\" },\r\n  \"Mass Communication\":{ icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/MASS-COMMUICATION-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Mass Communication\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#0284c7\", bg: \"transparent\" },\r\n  \"Languages\":        { icon: '<img decoding=\"async\" src=\"https:\/\/msa.edu.eg\/msauniversity\/wp-content\/uploads\/2026\/05\/LANGUAGES-FACULTY-ICON-FOR-FILTER-PAGE.png\" alt=\"Languages\" style=\"width:100%;height:100%;object-fit:contain;\">', color: \"#0d9488\", bg: \"transparent\" },\r\n};\r\n\r\nconst CERT_COLORS = {\r\n  \"Thanaweya Amma\":   { bg: \"#fef9c3\", color: \"#854d0e\" },\r\n  \"IGCSE\":            { bg: \"#dbeafe\", color: \"#1e3a8a\" },\r\n  \"American Diploma\": { bg: \"#dcfce7\", color: \"#14532d\" },\r\n  \"Canadian Diploma\": { bg: \"#e0f2fe\", color: \"#0c4a6e\" },\r\n  \"IB\":               { bg: \"#f3e8ff\", color: \"#581c87\" },\r\n  \"Abitur\":           { bg: \"#fce7f3\", color: \"#831843\" },\r\n  \"French Baccalaureate\":{ bg: \"#ede9fe\", color: \"#4c1d95\" },\r\n  \"Arab Certificates\":{ bg: \"#fef3c7\", color: \"#92400e\" },\r\n  \"Azharia\":          { bg: \"#d1fae5\", color: \"#064e3b\" },\r\n  \"CNISE\":            { bg: \"#e0f7fa\", color: \"#006064\" },\r\n  \"WAEC\":             { bg: \"#fff7ed\", color: \"#7c2d12\" },\r\n  \"STEM\":             { bg: \"#ecfdf5\", color: \"#065f46\" },\r\n};\r\n\r\n\/\/ \u2500\u2500\u2500 JSON LOOKUP HELPERS \u2500\u2500\u2500\r\nconst FAC_JSON_MAP = {\r\n  'Nutrition'  : 'Nutrition and Food Technology',\r\n  'Management' : 'Management Sciences',\r\n};\r\nconst CERT_JSON_MAP = {\r\n  'Canadian Diploma'      : 'Canadian',\r\n  'French Baccalaureate'  : 'French Baccalaur\u00e9at',\r\n};\r\n\r\nfunction getAdmissionData(faculty, cert) {\r\n  var facKey  = FAC_JSON_MAP[faculty]  || faculty;\r\n  var certKey = CERT_JSON_MAP[cert]    || cert;\r\n  var facData = ADMISSION_JSON[facKey];\r\n  if (!facData) return null;\r\n  var certData = facData[certKey];\r\n  if (!certData) return null;\r\n  return {\r\n    conditions    : certData.conditions || [],\r\n    notes         : certData.notes      || [],\r\n    general_notes : facData.general_notes || []\r\n  };\r\n}\r\n\r\nfunction isMainCondition(line) {\r\n  return \/^\\d+[-.\\)]\/.test(line.trim());\r\n}\r\n\r\nfunction renderConditionsList(conditions) {\n  if (!conditions || !conditions.length) return '';\n  var items = conditions.map(function(c) {\n    var cls = isMainCondition(c) ? 'cond-main' : 'cond-sub';\n    return '<li class=\"' + cls + '\">' + c.replace(\/<\/g,'&lt;').replace(\/>\/g,'&gt;') + '<\/li>';\n  }).join('');\n  return '<ul class=\"conditions-list\">' + items + '<\/ul>';\n}\n\nfunction normalizeAdmissionNoteText(text) {\n  return String(text || '')\n    .toLowerCase()\n    .replace(\/[\\u2018\\u2019]\/g, \"'\")\n    .replace(\/[\\u201c\\u201d]\/g, '\"')\n    .replace(\/[\\u2265]\/g, ' ')\n    .replace(\/[^a-z0-9]+\/g, ' ')\n    .replace(\/\\s+\/g, ' ')\n    .trim();\n}\n\nfunction admissionNoteWords(text) {\n  var stopWords = {\n    a: true, an: true, and: true, are: true, as: true, at: true, be: true,\n    by: true, for: true, from: true, in: true, is: true, of: true, or: true,\n    the: true, to: true, with: true, grade: true, grades: true, passing: true,\n    pass: true, must: true, include: true, includes: true, subject: true,\n    subjects: true, note: true, important: true\n  };\n  return normalizeAdmissionNoteText(text).split(' ').filter(function(word) {\n    return word && !stopWords[word] && word.length > 1;\n  });\n}\n\nfunction admissionNoteExistsInImportantNotes(note, importantNotes) {\n  if (!note || !importantNotes || !importantNotes.length) return false;\n\n  var importantText = normalizeAdmissionNoteText(importantNotes.join(' '));\n  var noteText = normalizeAdmissionNoteText(note);\n  if (!noteText || !importantText) return false;\n  if (importantText.indexOf(noteText) !== -1) return true;\n\n  var parts = String(note).split(\/[.|;]+\/).map(function(part) {\n    return part.trim();\n  }).filter(function(part) {\n    return normalizeAdmissionNoteText(part).length > 8;\n  });\n  if (!parts.length) return false;\n\n  return parts.every(function(part) {\n    var normalizedPart = normalizeAdmissionNoteText(part);\n    if (importantText.indexOf(normalizedPart) !== -1) return true;\n\n    var words = admissionNoteWords(part);\n    if (!words.length) return false;\n\n    var matchedWords = words.filter(function(word) {\n      return importantText.indexOf(word) !== -1;\n    });\n    return matchedWords.length === words.length;\n  });\n}\n\nconst REQUIREMENTS = [\n  { faculty: \"Dentistry\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Only Scientific Science certificate is accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null,\r\n    notes: \"Scientific Science branch only.\" },\r\n  { faculty: \"Dentistry\", cert: \"IGCSE\",\r\n    taawiya: null, total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"OL passing grade: C | AL\/ASL passing grade: D | Max 4 successive years, unlimited sittings.\" },\r\n  { faculty: \"Dentistry\", cert: \"American Diploma\",\r\n    taawiya: null, total_subjects: 8,\r\n    subjects_qualifying: [\"English Language\/Literature\/Composition\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"SAT2\/EST2\/ACT2 passing grade: 900. Subjects must include: Biology + Physics or Chemistry or Math.\" },\r\n  { faculty: \"Dentistry\", cert: \"Canadian Diploma\",\r\n    taawiya: null, total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"At least 5 subjects from Grade 12 + max 3 from Grade 11.\" },\r\n  { faculty: \"Dentistry\", cert: \"IB\",\r\n    taawiya: null, total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\",\"Biology (Higher Level)\",\"Chemistry (Higher Level)\"],\r\n    subjects_required: [\"At least 3 more subjects\"], notes: \"\" },\r\n  { faculty: \"Dentistry\", cert: \"Abitur\",\r\n    taawiya: null, total_subjects: 7,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"], notes: \"\" },\r\n  { faculty: \"Dentistry\", cert: \"French Baccalaureate\",\r\n    taawiya: null, total_subjects: 7,\r\n    subjects_qualifying: [\"Sciences de la vie et de la terre (MUST be in Year 12)\"],\r\n    subjects_required: [\"Physique-Chimie (Year 11 or 12)\"],\r\n    notes: \"Passing mark: 10. Section: SCIENCES DE LA VIE ET DE LA TERRE only.\" },\r\n  { faculty: \"Dentistry\", cert: \"Arab Certificates\",\r\n    taawiya: null, total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at the Admission Office in accordance with Egyptian Ministry of Higher Education regulations.\" },\r\n\r\n  { faculty: \"Engineering\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Only Scientific Math Branch is accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Engineering\", cert: \"IGCSE\",\r\n    total_subjects: 9,\r\n    subjects_qualifying: [\"English language or Literature\",\"Math\",\"AS\/AL Math\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 4 more subjects (approved by Ministry)\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D | Max 4 successive years.\" },\r\n  { faculty: \"Engineering\", cert: \"American Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language\/Literature\/Composition\",\"Math\",\"Advanced Math OR (SAT2\/ACT2\/EST2 in Math & Bio\/Physics\/Chemistry)\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"4 more subjects from Ministry-approved list\"],\r\n    notes: \"SAT1\/EST1 passing: 800. ACT1 passing: 14. SAT2\/EST2\/ACT2 passing: 900.\" },\r\n  { faculty: \"Engineering\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Math\",\"Advanced Math\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 4 subjects from Ministry-approved list\"], notes: \"\" },\r\n  { faculty: \"Engineering\", cert: \"IB\",\r\n    total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\",\"Math (Higher Level)\",\"Physics (Higher Level)\"],\r\n    subjects_required: [\"3 more different subjects\"], notes: \"\" },\r\n  { faculty: \"Engineering\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English language or Literature\",\"Math\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Engineering\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n  { faculty: \"Engineering\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at the Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Computer Science\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Scientific Math AND Scientific Science certificates are accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Computer Science\", cert: \"IGCSE\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Math\",\"AS\/AL Math OR Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"4 more subjects (if AS\/AL Math) OR 3 more subjects (if Biology)\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D | Max 4 successive years.\" },\r\n  { faculty: \"Computer Science\", cert: \"American Diploma\",\r\n    total_subjects: \"8 (without Advanced Math) or 9 (with Advanced Math)\",\r\n    subjects_qualifying: [\"English Language\/Literature\/Composition\",\"Math\",\"Advanced Math OR (SAT2\/ACT2\/EST2 in Math & Bio\/Physics\/Chemistry)\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"3 subjects (if Biology) OR 4 subjects (if Advanced Math)\"],\r\n    notes: \"SAT2\/EST2\/ACT2 passing: 900.\" },\r\n  { faculty: \"Computer Science\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Math\",\"Advanced Math OR Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"4 subjects (if Advanced Math) OR 3 subjects (if Biology)\"],\r\n    notes: \"At least 5 from Grade 12 + max 3 from Grade 11.\" },\r\n  { faculty: \"Computer Science\", cert: \"IB\",\r\n    total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\",\"Math (Higher Level)\",\"Physics (Higher Level)\",\"OR Biology (Higher Level) + Chemistry (Higher Level)\"],\r\n    subjects_required: [\"3 more different subjects\"],\r\n    notes: \"Two valid combinations: (Math HL + Physics HL) OR (Biology HL + Chemistry HL).\" },\r\n  { faculty: \"Computer Science\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English language or Literature\",\"Math\",\"Biology\",\"Physics\"],\r\n    subjects_required: [\"3 more subjects (or 2 if Biology studied)\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Computer Science\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n  { faculty: \"Computer Science\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at the Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Management\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Scientific Sections (Science & Math Branches) AND Art Section are all accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Management\", cert: \"IGCSE\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language or Literature (MUST)\"],\r\n    subjects_required: [\"7 subjects from Ministry-approved list\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D | Max 4 successive years.\" },\r\n  { faculty: \"Management\", cert: \"American Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language\/Literature\/Composition (MUST)\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"],\r\n    notes: \"SAT2\/EST2\/ACT2 passing: 900.\" },\r\n  { faculty: \"Management\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language or Literature or Composition\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"], notes: \"\" },\r\n  { faculty: \"Management\", cert: \"IB\",\r\n    total_subjects: \"6 (with TOK & Extended Essay)\",\r\n    subjects_qualifying: [\"English Language or Literature\"],\r\n    subjects_required: [\"5 subjects from Ministry-approved list\"],\r\n    notes: \"Must study 3 subjects at HL + 3 at SL. Passing score: 24\/45.\" },\r\n  { faculty: \"Management\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English Language (MUST)\"],\r\n    subjects_required: [\"6 subjects from Ministry-approved list\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed.\" },\r\n  { faculty: \"Management\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"French Oral & \u00c9crit (counted as 1 subject)\"],\r\n    subjects_required: [],\r\n    notes: \"Passing mark: 10. Accepted Series: L, ES, S.\" },\r\n  { faculty: \"Management\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at the Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Physical Therapy\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Only Scientific Science certificate is accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Physical Therapy\", cert: \"IGCSE\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D.\" },\r\n  { faculty: \"Physical Therapy\", cert: \"American Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"SAT2\/EST2\/ACT2 passing: 900.\" },\r\n  { faculty: \"Physical Therapy\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"At least 5 subjects from Grade 12 + max 3 from Grade 11.\" },\r\n  { faculty: \"Physical Therapy\", cert: \"IB\",\r\n    total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\",\"Biology (Higher Level)\",\"Chemistry (Higher Level)\"],\r\n    subjects_required: [\"At least 3 more subjects\"], notes: \"\" },\r\n  { faculty: \"Physical Therapy\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 2 electives\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Physical Therapy\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"Sciences de la vie et de la terre (MUST be in Year 12)\"],\r\n    subjects_required: [\"Physique-Chimie (Year 11 or 12)\"],\r\n    notes: \"Passing mark: 10. Section: SCIENCES DE LA VIE ET DE LA TERRE only.\" },\r\n  { faculty: \"Physical Therapy\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Pharmacy\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Only Scientific Science certificate is accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Pharmacy\", cert: \"IGCSE\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D.\" },\r\n  { faculty: \"Pharmacy\", cert: \"American Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"SAT2\/EST2\/ACT2 passing: 900.\" },\r\n  { faculty: \"Pharmacy\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"At least 5 subjects from Grade 12 + max 3 from Grade 11. No subject with less than 1 credit.\" },\r\n  { faculty: \"Pharmacy\", cert: \"IB\",\r\n    total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\",\"Biology (Higher Level)\",\"Chemistry (Higher Level)\"],\r\n    subjects_required: [\"At least 3 more subjects\"], notes: \"\" },\r\n  { faculty: \"Pharmacy\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 2 electives\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Pharmacy\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"Sciences de la vie et de la terre (MUST be in Year 12)\"],\r\n    subjects_required: [],\r\n    notes: \"Passing mark: 10. Section: SCIENCES DE LA VIE ET DE LA TERRE only.\" },\r\n  { faculty: \"Pharmacy\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Biotechnology\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Only Scientific Science certificate is accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Biotechnology\", cert: \"IGCSE\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D.\" },\r\n  { faculty: \"Biotechnology\", cert: \"American Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"At least 4 subjects from Grade 12 + max 2 from Grade 10. SAT1\/EST1: 800. ACT1: 14. SAT2\/EST2\/ACT2 passing: 900. Each subject \\u2265 1 credit.\" },\r\n  { faculty: \"Biotechnology\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"At least 5 subjects from Grade 12 + max 3 from Grade 11.\" },\r\n  { faculty: \"Biotechnology\", cert: \"IB\",\r\n    total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\",\"Biology (Higher Level)\",\"Chemistry (Higher Level)\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"Min 3 subjects at HL + 3 at SL. Theory of Knowledge & Extended Essay required. Passing score: 24\/45. Arabic may count as one of the 6 subjects.\" },\r\n  { faculty: \"Biotechnology\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Biotechnology\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"Sciences de la vie et de la terre (MUST be in Year 12)\"],\r\n    subjects_required: [],\r\n    notes: \"Passing mark: 10. Section: SCIENCES DE LA VIE ET DE LA TERRE only.\" },\r\n  { faculty: \"Biotechnology\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Nutrition\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Only Scientific Science certificate is accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Nutrition\", cert: \"IGCSE\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D.\" },\r\n  { faculty: \"Nutrition\", cert: \"American Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"SAT2\/EST2\/ACT2 passing: 900.\" },\r\n  { faculty: \"Nutrition\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 3 more subjects\"],\r\n    notes: \"At least 5 subjects from Grade 12 + max 3 from Grade 11.\" },\r\n  { faculty: \"Nutrition\", cert: \"IB\",\r\n    total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\",\"Biology (Higher Level)\",\"Chemistry (Higher Level)\"],\r\n    subjects_required: [\"At least 3 more subjects\"], notes: \"\" },\r\n  { faculty: \"Nutrition\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English language or Literature\",\"Any branch of Math\",\"Biology\",\"Chemistry\",\"Physics\"],\r\n    subjects_required: [\"At least 2 electives\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Nutrition\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"Sciences de la vie et de la terre (MUST be in Year 12)\"],\r\n    subjects_required: [],\r\n    notes: \"Passing mark: 10. Section: SCIENCES DE LA VIE ET DE LA TERRE only.\" },\r\n  { faculty: \"Nutrition\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Arts & Design\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"Interior Design: Scientific sections only (Math or Science). Fashion \/ Graphic \/ Cinema: Scientific OR Arts section accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null,\r\n    notes: \"A capacity\/aptitude test is required for all applicants.\" },\r\n  { faculty: \"Arts & Design\", cert: \"IGCSE\",\r\n    total_subjects: 8, subjects_qualifying: [\"English Language or Literature\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"],\r\n    notes: \"Interior Design: English, Any Math, Biology or AS\/AL Math, Chemistry, Physics + 3\\u20134 more. Fashion\/Graphic\/Cinema: English + 7 subjects from Ministry list.\" },\r\n  { faculty: \"Arts & Design\", cert: \"American Diploma\",\r\n    total_subjects: 8, subjects_qualifying: [\"English Language or Literature\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"],\r\n    notes: \"Sci\/Sci path: English, Any Math, Bio, Chem, Phys + 3 more. Sci\/Math path: English, Math, Chem, Phys, Adv. Math + 3\\u20134 more. Arts (Fashion\/Graphic\/Cinema): English + 7 from Ministry list. SAT2\/EST2\/ACT2: 900.\" },\r\n  { faculty: \"Arts & Design\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8, subjects_qualifying: [\"English Language or Literature\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"],\r\n    notes: \"Sci\/Sci: English, Any Math, Bio, Chem, Phys + 3 more. Sci\/Math: English, Math, Chem, Phys, Adv. Math + 4 more. Arts (Fashion\/Graphic\/Cinema): English + 7 from Ministry list.\" },\r\n  { faculty: \"Arts & Design\", cert: \"IB\",\r\n    total_subjects: 6,\r\n    subjects_qualifying: [\"English Language or Literature\"],\r\n    subjects_required: [\"5 more subjects from Ministry-approved list\"],\r\n    notes: \"Sci\/Sci: English, Bio (HL), Chem (HL) + 3 more. Sci\/Math: English, Math (HL), Physics (HL) + 3 more. Arts: English + 5 from Ministry list. Min 3 at HL + 3 at SL. Passing: 24\/45.\" },\r\n  { faculty: \"Arts & Design\", cert: \"Abitur\",\r\n    total_subjects: 7, subjects_qualifying: [\"English Language or Literature\"],\r\n    subjects_required: [\"6 more subjects from Ministry-approved list\"],\r\n    notes: \"Sci\/Sci: English, Any Math, Bio, Chem, Phys + 2\\u20133 more. Sci\/Math: English, Math, Chem, Phys + 2\\u20133 more. Arts: English + 6 from Ministry list.\" },\r\n  { faculty: \"Arts & Design\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"French Oral & \\u00c9crit (counted as 1 subject)\"],\r\n    subjects_required: [],\r\n    notes: \"Passing mark: 10. Interior Design: S\\u00e9rie Scientifique (S) only; Year 12 must include Sciences de la vie et de la terre or Math\\u00e9matiques. Fashion\/Graphic\/Cinema: S\\u00e9rie L, ES, or S all accepted.\" },\r\n  { faculty: \"Arts & Design\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office. Capacity test required.\" },\r\n\r\n  { faculty: \"Mass Communication\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"All sections accepted (Science, Math & Arts).\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Mass Communication\", cert: \"IGCSE\",\r\n    total_subjects: 8, subjects_qualifying: [\"English Language or Literature (MUST)\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"], notes: \"\" },\r\n  { faculty: \"Mass Communication\", cert: \"American Diploma\",\r\n    total_subjects: 8, subjects_qualifying: [\"English Language or Literature (MUST)\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"],\r\n    notes: \"At least 4 subjects from Grade 12 + max 2 from Grade 10. SAT2\/EST2\/ACT2 passing: 900.\" },\r\n  { faculty: \"Mass Communication\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language or Literature (MUST)\"],\r\n    subjects_required: [\"7 more subjects from Ministry-approved list\"], notes: \"\" },\r\n  { faculty: \"Mass Communication\", cert: \"IB\",\r\n    total_subjects: \"6 (with TOK & Extended Essay)\",\r\n    subjects_qualifying: [\"English Language or Literature\"],\r\n    subjects_required: [\"5 subjects from Ministry-approved list\"],\r\n    notes: \"Min 3 subjects at HL + 3 at SL. Passing score: 24\/45.\" },\r\n  { faculty: \"Mass Communication\", cert: \"Abitur\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"English Language (MUST)\"],\r\n    subjects_required: [\"6 subjects from Ministry-approved list\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Mass Communication\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"French Oral & \\u00c9crit (counted as 1 subject)\"],\r\n    subjects_required: [],\r\n    notes: \"Passing mark: 10. Accepted Series: L, ES, S.\" },\r\n  { faculty: \"Mass Communication\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n\r\n  { faculty: \"Languages\", cert: \"Thanaweya Amma\",\r\n    taawiya: \"All sections accepted.\",\r\n    subjects_required: [], subjects_qualifying: [], total_subjects: null, notes: \"\" },\r\n  { faculty: \"Languages\", cert: \"IGCSE\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language or Literature (MUST)\",\"Second Foreign Language (French, Deutsch, Latin, etc.)\"],\r\n    subjects_required: [\"6 more subjects from Ministry-approved list\"],\r\n    notes: \"OL passing: C | AL\/ASL passing: D | Max 4 successive years.\" },\r\n  { faculty: \"Languages\", cert: \"American Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language or Literature (MUST)\",\"Second Foreign Language (MUST)\"],\r\n    subjects_required: [\"6 more subjects from Ministry-approved list\"],\r\n    notes: \"SAT1\/EST1 passing: 800. ACT1 passing: 14. SAT2\/EST2\/ACT2 passing: 900. Each subject \\u2265 1 credit.\" },\r\n  { faculty: \"Languages\", cert: \"Canadian Diploma\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language or Literature (MUST)\",\"Second Foreign Language (MUST)\"],\r\n    subjects_required: [\"6 more subjects from Ministry-approved list\"],\r\n    notes: \"At least 5 subjects from Grade 12 + max 3 from Grade 11. No subject with less than 1 credit.\" },\r\n  { faculty: \"Languages\", cert: \"IB\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language or Literature (MUST)\",\"Second Foreign Language (MUST)\"],\r\n    subjects_required: [\"4 subjects from Ministry-approved list\"],\r\n    notes: \"Min 3 subjects at HL + 3 at SL. Passing score: 24\/45. Theory of Knowledge & Extended Essay required.\" },\r\n  { faculty: \"Languages\", cert: \"Abitur\",\r\n    total_subjects: 8,\r\n    subjects_qualifying: [\"English Language (MUST)\",\"Second Foreign Language (MUST)\"],\r\n    subjects_required: [\"5 subjects from Ministry-approved list\"],\r\n    notes: \"Only 1 subject from Grade 10 allowed (Bio, Chem, or Physics).\" },\r\n  { faculty: \"Languages\", cert: \"French Baccalaureate\",\r\n    total_subjects: 7,\r\n    subjects_qualifying: [\"French Oral & \\u00c9crit (counted as 1 subject)\"],\r\n    subjects_required: [],\r\n    notes: \"Passing mark: 10. Accepted Series: L, ES, S.\" },\r\n  { faculty: \"Languages\", cert: \"Arab Certificates\",\r\n    total_subjects: null, subjects_qualifying: [], subjects_required: [],\r\n    notes: \"Evaluated at Admission Office per Ministry regulations.\" },\r\n];\r\n\r\nconst DOCUMENTS = [\r\n  { cert: \"Thanaweya Amma\", links: [{ label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1sEZ5TzyzO6Ft2wjyHzOPwn9Ap-V9Tu_h\" }] },\r\n  { cert: \"American Diploma\", links: [\r\n    { label: \"Egyptian Students from Egypt\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1iBmwBmQiHuEhlO46yKp7Pr0qA1bw8a0-\" },\r\n    { label: \"Egyptian Students from Abroad\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1_iBYChy5GsE7oyHwhMyC1znONVZwpLKO\" }\r\n  ]},\r\n  { cert: \"Abitur\", links: [\r\n    { label: \"Egyptian Students from Egypt\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1ENpvGRbmBj05jI6TzLzOYZuueLXfoD7T\" },\r\n    { label: \"Egyptian Students from Abroad\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1mC5Be1ui1_P4IJnB_TxPeTkEsYKlJdh0\" }\r\n  ]},\r\n  { cert: \"Kuwaiti\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1aecKw7jbZHdRcZxg5-gBWufdVuTK2tb_\" }\r\n  ]},\r\n  { cert: \"Bahrain\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1oPi68emG_FjFTUCPX86gkAeTwkvguIGz\" }\r\n  ]},\r\n  { cert: \"Oman\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1JUOtQnME-l8Ah3zC_mmooPqtmHNt4U4e\" }\r\n  ]},\r\n  { cert: \"French Baccalaureate\", links: [{ label: \"French Baccalaureate Documents\", url: \"https:\/\/drive.google.com\/file\/d\/1j3IyvG_VPapiUvDqjmUc0h9wmaoR9SyN\/view\" }] },\r\n  { cert: \"CNISE\", links: [\r\n    { label: \"Egyptian Students from Egypt\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1DOgYBvIdglq0jTDkjVp9l-ykO_BZfKYX\" }\r\n  ]},\r\n  { cert: \"WAEC\", links: [{ label: \"WAEC \/ Nico Documents\", url: \"https:\/\/drive.google.com\/file\/d\/1iV9_7-OEY0q7yoRQ2-vHgIwUTI0dFRy4\/view\" }] },\r\n  { cert: \"IGCSE\", links: [\r\n    { label: \"Egyptian Students from Egypt\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1gqOyUfJZ0n-2eHdjb8WYGHfc7YFJOTO3\" },\r\n    { label: \"Egyptian Students from Abroad\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1mfiwK3LwHhf9x54yODgoUPOsjoOr4FtU\" }\r\n  ]},\r\n  { cert: \"Canadian Diploma\", links: [\r\n    { label: \"Egyptian Students from Egypt\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1ENpvGRbmBj05jI6TzLzOYZuueLXfoD7T\" },\r\n    { label: \"Egyptian Students from Abroad\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1mC5Be1ui1_P4IJnB_TxPeTkEsYKlJdh0\" }\r\n  ]},\r\n  { cert: \"Saudi\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1tQqdWjEIJiHT4SqWZOcrRpLSsdP5o9jD\" }\r\n  ]},\r\n  { cert: \"UAE\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1D-NIM2yaTG3GgCX1RerY9Paj9jGJpCaY\" }\r\n  ]},\r\n  { cert: \"Yemen\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1s70LaLDXglaS5F5N8MUiEIicuh7KkZ_8\" }\r\n  ]},\r\n  { cert: \"Qatar\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1CIwQ7nouDyx4eX8BAV7WBtWLKL-7PQSF\" }\r\n  ]},\r\n  { cert: \"Azharia\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1NVOOQiNLyb7xNyjKY_Ggg96chtV2cd87\" }\r\n  ]},\r\n  { cert: \"IB\", links: [\r\n    { label: \"Egyptian Students from Egypt\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1M4kiJOSErOPqcSrU4E4pBBwQS080Q1PL\" },\r\n    { label: \"Egyptian Students from Abroad\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1FId2X_Lgp-FASyqi6N73fQ1VEUQjr47T\" }\r\n  ]},\r\n  { cert: \"STEM\", links: [\r\n    { label: \"Egyptian Students\", url: \"https:\/\/drive.google.com\/drive\/u\/1\/folders\/1ehkDKVIUga54RUCOoHp2kZpw1fkI9elu\" }\r\n  ]}\r\n];\r\n\r\n\/\/ \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n\/\/ DATA: FEES 2026\/2027\r\n\/\/ \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\nconst FEES_2026 = {\r\n  \"Dentistry\": [\r\n    { cat:\"A\", annual:235000, th:\"83%-130%\",   ad:\"90%-130%\",  cat_le:\"34%\", fall:117500, spring:117500 },\r\n    { cat:\"B\", annual:250000, th:\"80%-82.99%\", ad:\"87%-89.99%\", cat_le:\"30%\", fall:125000, spring:125000 },\r\n    { cat:\"C\", annual:274680, th:\"77%-79.99%\", ad:\"82%-86.99%\", cat_le:\"23%\", fall:137340, spring:137340 },\r\n    { cat:\"D\", annual:350000, th:null,          ad:null,          cat_le:\"0%\",  fall:175000, spring:175000 }\r\n  ],\r\n  \"Physical Therapy\": [\r\n    { cat:\"A\", annual:145000, th:\"80%-130%\",   ad:\"84%-130%\",  cat_le:\"44%\", fall:58000,  spring:87000  },\r\n    { cat:\"B\", annual:155000, th:\"77%-79.99%\", ad:\"81%-83.99%\", cat_le:\"40%\", fall:62000,  spring:93000  },\r\n    { cat:\"C\", annual:177500, th:\"75%-76.99%\", ad:\"78%-80.99%\", cat_le:\"31%\", fall:70000,  spring:107500 },\r\n    { cat:\"D\", annual:250000, th:null,          ad:null,          cat_le:\"0%\",  fall:100000, spring:150000 }\r\n  ],\r\n  \"Pharmacy\": [\r\n    { cat:\"A\", annual:135000, th:\"75%-130%\",   ad:\"80%-130%\",  cat_le:\"48%\", fall:54000,  spring:81000  },\r\n    { cat:\"B\", annual:150000, th:\"73%-74.99%\", ad:\"79%-79.99%\", cat_le:\"42%\", fall:60000,  spring:90000  },\r\n    { cat:\"C\", annual:170000, th:\"71%-72.99%\", ad:\"78%-78.99%\", cat_le:\"34%\", fall:68000,  spring:102000 },\r\n    { cat:\"D\", annual:210000, th:null,          ad:\"73%-77.99%\", cat_le:\"0%\",  fall:84000,  spring:126000 }\r\n  ],\r\n  \"Biotechnology\": [\r\n    { cat:\"A\", annual:90000,  th:\"60%-130%\",   ad:\"70%-130%\",  cat_le:\"55%\", fall:36000,  spring:54000  },\r\n    { cat:\"B\", annual:105000, th:\"57%-59.99%\", ad:\"65%-69.99%\", cat_le:\"48%\", fall:42000,  spring:63000  },\r\n    { cat:\"C\", annual:126000, th:\"55%-56.99%\", ad:\"58%-64.99%\", cat_le:\"37%\", fall:50400,  spring:75600  },\r\n    { cat:\"D\", annual:200000, th:null,          ad:null,          cat_le:\"0%\",  fall:80000,  spring:120000 }\r\n  ],\r\n  \"Nutrition\": [\r\n    { cat:\"A\", annual:90000,  th:\"60%-130%\",   ad:\"70%-130%\",  cat_le:\"55%\", fall:36000,  spring:54000  },\r\n    { cat:\"B\", annual:105000, th:\"57%-59.99%\", ad:\"65%-69.99%\", cat_le:\"48%\", fall:42000,  spring:63000  },\r\n    { cat:\"C\", annual:126000, th:\"55%-56.99%\", ad:\"58%-64.99%\", cat_le:\"37%\", fall:50400,  spring:75600  },\r\n    { cat:\"D\", annual:200000, th:null,          ad:null,          cat_le:\"0%\",  fall:80000,  spring:120000 }\r\n  ],\r\n  \"Engineering\": [\r\n    { cat:\"A\", annual:120000, th:\"76%-130%\",   ad:\"86%-130%\",  cat_le:\"63%\", fall:48000,  spring:72000  },\r\n    { cat:\"B\", annual:130000, th:\"73%-75.99%\", ad:\"80%-85.99%\", cat_le:\"60%\", fall:52000,  spring:78000  },\r\n    { cat:\"C\", annual:155000, th:\"68%-72.99%\", ad:\"75%-79.99%\", cat_le:\"52%\", fall:62000,  spring:93000  },\r\n    { cat:\"D\", annual:200000, th:null,          ad:\"70%-74.99%\", cat_le:\"0%\",  fall:80000,  spring:120000 }\r\n  ],\r\n  \"Computer Science\": [\r\n    { cat:\"A\", annual:113000, th:\"80%-130%\",   ad:\"85%-130%\",  cat_le:\"64%\", fall:45200,  spring:67800  },\r\n    { cat:\"B\", annual:123000, th:\"70%-79.99%\", ad:\"77%-84.99%\", cat_le:\"61%\", fall:49200,  spring:73800  },\r\n    { cat:\"C\", annual:140000, th:\"60%-69.99%\", ad:\"70%-76.99%\", cat_le:\"55%\", fall:56000,  spring:84000  },\r\n    { cat:\"D\", annual:190000, th:null,          ad:\"65%-69.99%\", cat_le:\"0%\",  fall:76000,  spring:114000 }\r\n  ],\r\n  \"Arts & Design\": [\r\n    { cat:\"A\", annual:95000,  th:\"65%-130%\",   ad:\"70%-130%\",  cat_le:\"57%\", fall:38000,  spring:57000  },\r\n    { cat:\"B\", annual:109000, th:\"60%-64.99%\", ad:\"65%-69.99%\", cat_le:\"51%\", fall:43600,  spring:65400  },\r\n    { cat:\"C\", annual:136000, th:\"55%-59.99%\", ad:\"58%-64.99%\", cat_le:\"38%\", fall:54400,  spring:81600  },\r\n    { cat:\"D\", annual:200000, th:null,          ad:null,          cat_le:\"0%\",  fall:80000,  spring:120000 }\r\n  ],\r\n  \"Management\": [\r\n    { cat:\"A\", annual:100000, th:\"70%-130%\",   ad:\"75%-130%\",  cat_le:\"53%\", fall:40000,  spring:60000  },\r\n    { cat:\"B\", annual:117000, th:\"60%-69.99%\", ad:\"70%-74.99%\", cat_le:\"44%\", fall:46800,  spring:70200  },\r\n    { cat:\"C\", annual:130000, th:\"55%-59.99%\", ad:\"58%-69.99%\", cat_le:\"38%\", fall:52000,  spring:78000  },\r\n    { cat:\"D\", annual:200000, th:null,          ad:null,          cat_le:\"0%\",  fall:80000,  spring:120000 }\r\n  ],\r\n  \"Mass Communication\": [\r\n    { cat:\"A\", annual:85000,  th:\"65%-130%\",   ad:\"70%-130%\",  cat_le:\"58%\", fall:34000,  spring:51000  },\r\n    { cat:\"B\", annual:94000,  th:\"60%-64.99%\", ad:\"65%-69.99%\", cat_le:\"53%\", fall:37600,  spring:56400  },\r\n    { cat:\"C\", annual:105000, th:\"55%-59.99%\", ad:\"58%-64.99%\", cat_le:\"48%\", fall:42000,  spring:63000  },\r\n    { cat:\"D\", annual:200000, th:null,          ad:null,          cat_le:\"0%\",  fall:80000,  spring:120000 }\r\n  ],\r\n  \"Languages\": [\r\n    { cat:\"A\", annual:60000,  th:\"65%-130%\",   ad:\"70%-130%\",  cat_le:\"60%\", fall:24000,  spring:36000  },\r\n    { cat:\"B\", annual:68000,  th:\"60%-64.99%\", ad:\"65%-69.99%\", cat_le:\"55%\", fall:27200,  spring:40800  },\r\n    { cat:\"C\", annual:78750,  th:\"55%-59.99%\", ad:\"58%-64.99%\", cat_le:\"48%\", fall:31500,  spring:47250  },\r\n    { cat:\"D\", annual:150000, th:null,          ad:null,          cat_le:\"0%\",  fall:60000,  spring:90000  }\r\n  ]\r\n};\r\n\r\nfunction renderFeesSection(faculty) {\r\n  var cats = FEES_2026[faculty];\r\n  if (!cats) return '';\r\n  var fmt = function(n) { return new Intl.NumberFormat('en-US').format(n) + ' EGP'; };\r\n  var catCls = { A:'fp-cat fp-cat-a', B:'fp-cat fp-cat-b', C:'fp-cat fp-cat-c', D:'fp-cat fp-cat-d' };\r\n  var rows = cats.map(function(c) {\r\n    return '<tr>' +\r\n      '<td><span class=\"' + (catCls[c.cat]||'fp-cat') + '\">' + c.cat + '<\/span><\/td>' +\r\n      '<td><span class=\"fp-pct\">' + c.cat_le + '<\/span><\/td>' +\r\n      '<td class=\"fp-amount\">' + fmt(c.fall) + '<\/td>' +\r\n      '<td class=\"fp-amount\">' + fmt(c.spring) + '<\/td>' +\r\n      '<td class=\"fp-amount fp-total\">' + fmt(c.annual) + '<\/td>' +\r\n    '<\/tr>';\r\n  }).join('');\r\n  return '<div class=\"card-section\">' +\r\n    '<div class=\"section-label\">Tuition Fees 2026 \/ 2027<\/div>' +\r\n    '<div class=\"table-scroll\"><table class=\"fees-page-table\">' +\r\n      '<thead><tr><th>Category<\/th><th>Category %<\/th><th>Fall<\/th><th>Spring<\/th><th>Total<\/th><\/tr><\/thead>' +\r\n      '<tbody>' + rows + '<\/tbody>' +\r\n    '<\/table><\/div>' +\r\n  '<\/div>';\r\n}\r\n\r\nfunction msaRenderRequirements() {\r\n  const fVal = document.getElementById('req-faculty').value;\r\n  const cVal = document.getElementById('req-cert').value;\r\n\r\n  const filtered = REQUIREMENTS.filter(r => {\r\n    return (fVal === 'all' || r.faculty === fVal) && (cVal === 'all' || r.cert === cVal);\r\n  });\r\n\r\n  const grid = document.getElementById('req-results');\r\n\r\n  \/\/ \u2500\u2500 Fallback: certificate exists in dropdown but has no REQUIREMENTS data \u2500\u2500\r\n  if (!filtered.length && fVal !== 'all' && cVal !== 'all') {\r\n    document.getElementById('req-count').textContent = '1';\r\n    const fm = FACULTY_META[fVal] || { icon: '', color: '#374151', bg: '#f3f4f6' };\r\n    const cm = CERT_COLORS[cVal] || { bg: '#f3f4f6', color: '#374151' };\r\n    const facultySlugMapFb = {\r\n      \"Dentistry\": \"dentistry\", \"Physical Therapy\": \"physical-therapy\",\r\n      \"Pharmacy\": \"pharmacy\", \"Biotechnology\": \"biotechnology\",\r\n      \"Nutrition\": \"nutrition-and-food-technology\", \"Engineering\": \"engineering\",\r\n      \"Computer Science\": \"computer-science\", \"Arts & Design\": \"arts-and-design\",\r\n      \"Management\": \"management-sciences\", \"Mass Communication\": \"mass-communication\",\r\n      \"Languages\": \"languages\"\r\n    };\r\n    const slugFb = facultySlugMapFb[fVal] || '';\r\n    const displayNameFb = fVal === 'Nutrition' ? 'Nutrition & Food Technology' : 'Faculty of ' + fVal;\r\n    var jdFb = getAdmissionData(fVal, cVal);\r\n    var jdFbDetailsHtml = '';\r\n    var jdFbNotesHtml = '';\r\n    if (jdFb && jdFb.conditions && jdFb.conditions.length) {\r\n      jdFbDetailsHtml = '<div class=\"card-section\" style=\"flex-direction:column;align-items:flex-start;\">' +\r\n        '<div class=\"section-label\" style=\"margin-bottom:5px;\">Details<\/div>' +\r\n        renderConditionsList(jdFb.conditions) + '<\/div>';\r\n    }\r\n    if (jdFb && jdFb.notes && jdFb.notes.length) {\r\n      jdFbNotesHtml = '<div class=\"card-section\" style=\"flex-direction:column;align-items:flex-start;\">' +\r\n        '<div class=\"section-label\" style=\"margin-bottom:5px;\">Important Notes<\/div>' +\r\n        '<ul class=\"json-notes-list\">' +\r\n        jdFb.notes.map(function(n){ return '<li>' + n.replace(\/<\/g,'&lt;').replace(\/>\/g,'&gt;') + '<\/li>'; }).join('') +\r\n        '<\/ul><\/div>';\r\n    }\r\n    const noteHtml = '<div class=\"card-section\" style=\"flex-direction:column;align-items:flex-start;\"><div class=\"section-label\" style=\"margin-bottom:5px;\">Notes<\/div>' +\r\n      '<div class=\"section-value\" style=\"font-size:12px;color:#6b7280;\">Evaluated at the Admission Office in accordance with Egyptian Ministry of Higher Education regulations.<\/div><\/div>';\r\n    grid.innerHTML = '<div class=\"result-card\">' +\r\n      '<div class=\"card-header\">' +\r\n        '<div class=\"faculty-icon\" style=\"background:' + fm.bg + ';color:' + fm.color + ';\">' + fm.icon + '<\/div>' +\r\n        '<div class=\"card-header-info\">' +\r\n          '<div class=\"card-faculty\">' + displayNameFb + '<\/div>' +\r\n          '<div class=\"card-cert\">' + cVal + '<\/div>' +\r\n        '<\/div>' +\r\n        '<span class=\"cert-badge\" style=\"background:' + cm.bg + ';color:' + cm.color + ';\">' + cVal + '<\/span>' +\r\n      '<\/div>' +\r\n      '<div class=\"card-body\">' +\r\n        jdFbDetailsHtml +\r\n        noteHtml +\r\n        jdFbNotesHtml +\r\n        renderFeesSection(fVal) +\r\n        (function(){\r\n          var facUrlMapFb = {\r\n            'Dentistry':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/dentistry\/',\r\n            'Physical Therapy':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/physical-therapy\/',\r\n            'Pharmacy':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/pharmacy\/',\r\n            'Biotechnology':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/biotechnology\/',\r\n            'Nutrition':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/nutrition-and-food-technology\/',\r\n            'Engineering':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/engineering\/',\r\n            'Computer Science':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/computer-science\/',\r\n            'Arts & Design':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/arts-and-design\/',\r\n            'Management':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/management-sciences\/',\r\n            'Mass Communication':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/mass-communication\/',\r\n            'Languages':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/languages\/'\r\n          };\r\n          var facUrlFb = facUrlMapFb[fVal] || '';\r\n          return '<div class=\"card-actions\">' +\r\n            '<a class=\"btn-apply\" href=\"http:\/\/newcomers.msa.edu.eg\/faces\/admission?bref=filter-page-card-tail&sem=91\" target=\"_blank\" rel=\"noopener noreferrer\">Apply Now<\/a>' +\r\n            (facUrlFb ? '<a class=\"btn-faculty\" href=\"' + facUrlFb + '\" target=\"_blank\" rel=\"noopener noreferrer\">More About Faculty<\/a>' : '') +\r\n          '<\/div>';\r\n        })() +\r\n      '<\/div>' +\r\n    '<\/div>';\r\n    return;\r\n  }\r\n\r\n  if (!filtered.length) {\r\n    document.getElementById('req-count').textContent = '0';\r\n    grid.innerHTML = '<div class=\"empty-state\" style=\"grid-column:1\/-1\"><p>No results found for this combination.<\/p><\/div>';\r\n    return;\r\n  }\r\n\r\n  document.getElementById('req-count').textContent = filtered.length;\r\n\r\n  const facultySlugMap = {\r\n    \"Dentistry\": \"dentistry\", \"Physical Therapy\": \"physical-therapy\",\r\n    \"Pharmacy\": \"pharmacy\", \"Biotechnology\": \"biotechnology\",\r\n    \"Nutrition\": \"nutrition-and-food-technology\", \"Engineering\": \"engineering\",\r\n    \"Computer Science\": \"computer-science\", \"Arts & Design\": \"arts-and-design\",\r\n    \"Management\": \"management-sciences\", \"Mass Communication\": \"mass-communication\",\r\n    \"Languages\": \"languages\"\r\n  };\r\n\r\n  grid.innerHTML = filtered.map(r => {\r\n    const fm = FACULTY_META[r.faculty] || { icon: \"\", color: \"#374151\", bg: \"#f3f4f6\" };\r\n    const cm = CERT_COLORS[r.cert] || { bg: \"#f3f4f6\", color: \"#374151\" };\r\n    \/\/ \u2500\u2500\u2500 Fetch full JSON data first \u2500\u2500\u2500\r\n    var jd = getAdmissionData(r.faculty, r.cert);\r\n    let bodyHtml = '';\r\n    if (r.taawiya) {\r\n      bodyHtml += '<div class=\"card-section\"><div class=\"section-label\">Thanaweya Amma Note<\/div><div class=\"section-value\">' + r.taawiya + '<\/div><\/div>';\r\n    }\r\n    if (r.total_subjects) {\r\n      bodyHtml += '<div class=\"card-section\"><div class=\"section-label\">Total Subjects Required:<\/div><div class=\"section-value\"><strong>' + r.total_subjects + '<\/strong><\/div><\/div>';\r\n    }\r\n    if (r.subjects_qualifying && r.subjects_qualifying.length) {\r\n      bodyHtml += '<div class=\"card-section\"><div class=\"section-label\">Qualifying Subjects<\/div><div class=\"tag-list\">' + r.subjects_qualifying.map(function(s){ return '<span class=\"tag required\">' + s + '<\/span>'; }).join('') + '<\/div><\/div>';\r\n    }\r\n    if (r.subjects_required && r.subjects_required.length) {\r\n      bodyHtml += '<div class=\"card-section\"><div class=\"section-label\">Additional Requirements<\/div><div class=\"tag-list\">' + r.subjects_required.map(function(s){ return '<span class=\"tag\">' + s + '<\/span>'; }).join('') + '<\/div><\/div>';\r\n    }\r\n    \/\/ \u2500\u2500\u2500 Details: full conditions from JSON \u2014 before notes \u2500\u2500\u2500\r\n    if (jd && jd.conditions && jd.conditions.length) {\r\n      bodyHtml += '<div class=\"card-section\" style=\"flex-direction:column;align-items:flex-start;\">' +\r\n        '<div class=\"section-label\" style=\"margin-bottom:5px;\">Details<\/div>' +\r\n        renderConditionsList(jd.conditions) +\r\n        '<\/div>';\r\n    }\r\n    \/\/ \u2500\u2500\u2500 Notes (brief from REQUIREMENTS array) \u2500\u2500\u2500\r\n    if (r.notes && !admissionNoteExistsInImportantNotes(r.notes, jd && jd.notes)) {\n      bodyHtml += '<div class=\"card-section\" style=\"flex-direction:column;align-items:flex-start;\"><div class=\"section-label\" style=\"margin-bottom:5px;\">Notes<\/div><div class=\"section-value\" style=\"font-size:12px;color:#6b7280;\">' + r.notes + '<\/div><\/div>';\r\n    }\r\n    \/\/ \u2500\u2500\u2500 Important Notes from JSON \u2500\u2500\u2500\r\n    if (jd && jd.notes && jd.notes.length) {\r\n      bodyHtml += '<div class=\"card-section\" style=\"flex-direction:column;align-items:flex-start;\">' +\r\n        '<div class=\"section-label\" style=\"margin-bottom:5px;\">Important Notes<\/div>' +\r\n        '<ul class=\"json-notes-list\">' +\r\n        jd.notes.map(function(n){ return '<li>' + n.replace(\/<\/g,'&lt;').replace(\/>\/g,'&gt;') + '<\/li>'; }).join('') +\r\n        '<\/ul><\/div>';\r\n    }\r\n    const slug = facultySlugMap[r.faculty] || '';\r\n    const displayName = r.faculty === \"Nutrition\" ? \"Nutrition & Food Technology\" : \"Faculty of \" + r.faculty;\r\n    return '<div class=\"result-card\">' +\r\n      '<div class=\"card-header\">' +\r\n        '<div class=\"faculty-icon\" style=\"background:' + fm.bg + ';color:' + fm.color + ';\">' + fm.icon + '<\/div>' +\r\n        '<div class=\"card-header-info\">' +\r\n          '<div class=\"card-faculty\">' + displayName + '<\/div>' +\r\n          '<div class=\"card-cert\">' + r.cert + '<\/div>' +\r\n        '<\/div>' +\r\n        '<span class=\"cert-badge\" style=\"background:' + cm.bg + ';color:' + cm.color + ';\">' + r.cert + '<\/span>' +\r\n      '<\/div>' +\r\n      '<div class=\"card-body\">' +\r\n        (bodyHtml || '<div class=\"section-value\" style=\"color:#9ca3af;font-size:13px;\">Contact Admission Office for details.<\/div>') +\r\n        renderFeesSection(r.faculty) +\r\n        (function(){\r\n          var facUrlMap = {\r\n            'Dentistry':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/dentistry\/',\r\n            'Physical Therapy':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/physical-therapy\/',\r\n            'Pharmacy':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/pharmacy\/',\r\n            'Biotechnology':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/biotechnology\/',\r\n            'Nutrition':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/nutrition-and-food-technology\/',\r\n            'Engineering':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/engineering\/',\r\n            'Computer Science':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/computer-science\/',\r\n            'Arts & Design':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/arts-and-design\/',\r\n            'Management':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/management-sciences\/',\r\n            'Mass Communication':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/mass-communication\/',\r\n            'Languages':'https:\/\/msa.edu.eg\/msauniversity\/faculties\/languages\/'\r\n          };\r\n          var facUrl = facUrlMap[r.faculty] || '';\r\n          return '<div class=\"card-actions\">' +\r\n            '<a class=\"btn-apply\" href=\"http:\/\/newcomers.msa.edu.eg\/faces\/admission?bref=filter-page-card-tail&sem=91\" target=\"_blank\" rel=\"noopener noreferrer\">Apply Now<\/a>' +\r\n            (facUrl ? '<a class=\"btn-faculty\" href=\"' + facUrl + '\" target=\"_blank\" rel=\"noopener noreferrer\">More About Faculty<\/a>' : '') +\r\n          '<\/div>';\r\n        })() +\r\n      '<\/div>' +\r\n    '<\/div>';\r\n  }).join('');\r\n}\r\n\r\nfunction msaResetRequirements() {\r\n  document.getElementById('req-faculty').value = 'all';\r\n  document.getElementById('req-cert').value = 'all';\r\n  msaRenderRequirements();\r\n}\r\n\r\nfunction msaRenderDocs() {\r\n  const cVal = document.getElementById('doc-cert').value;\r\n  const filtered = cVal === 'all' ? DOCUMENTS : DOCUMENTS.filter(function(d){ return d.cert === cVal; });\r\n  const grid = document.getElementById('doc-results');\r\n  if (!filtered.length) {\r\n    grid.innerHTML = '<div class=\"empty-state\" style=\"grid-column:1\/-1\"><p>No documents found.<\/p><\/div>';\r\n    return;\r\n  }\r\n  grid.innerHTML = filtered.map(function(d) {\r\n    return '<div class=\"cert-doc-card\"><h4>' + d.cert + '<\/h4><div class=\"doc-links\">' +\r\n      d.links.map(function(l){ return '<a href=\"' + l.url + '\" target=\"_blank\" rel=\"noopener noreferrer\">' + l.label + '<\/a>'; }).join('') +\r\n      '<\/div><\/div>';\r\n  }).join('');\r\n}\r\n\r\nwindow.msaSwitchPage = function(page, btn) {\r\n  document.querySelectorAll('.msa-filter-wrapper .page-content').forEach(function(p){ p.classList.remove('active'); });\r\n  document.querySelectorAll('.msa-filter-wrapper .page-tab').forEach(function(t){ t.classList.remove('active'); });\r\n  document.getElementById('msa-page-' + page).classList.add('active');\r\n  btn.classList.add('active');\r\n};\r\n\r\nfunction msaRenderFees() {\r\n  var fVal = document.getElementById('fees-faculty').value;\r\n  var faculties = fVal === 'all' ? Object.keys(FEES_2026) : [fVal];\r\n  var container = document.getElementById('fees-results');\r\n  var fmt = function(n) { return new Intl.NumberFormat('en-US').format(n) + ' EGP'; };\r\n  var catCls = { A:'fp-cat fp-cat-a', B:'fp-cat fp-cat-b', C:'fp-cat fp-cat-c', D:'fp-cat fp-cat-d' };\r\n  container.innerHTML = faculties.map(function(fac) {\r\n    var fm = FACULTY_META[fac] || { icon:'', bg:'#f3f4f6' };\r\n    var displayName = fac === 'Nutrition' ? 'Nutrition &amp; Food Technology' : fac;\r\n    var rows = FEES_2026[fac].map(function(r) {\r\n      return '<tr>' +\r\n        '<td><span class=\"' + (catCls[r.cat]||'fp-cat') + '\">' + r.cat + '<\/span><\/td>' +\r\n        '<td><span class=\"fp-pct\">' + r.cat_le + '<\/span><\/td>' +\r\n        '<td class=\"fp-amount\">' + fmt(r.fall) + '<\/td>' +\r\n        '<td class=\"fp-amount\">' + fmt(r.spring) + '<\/td>' +\r\n        '<td class=\"fp-amount fp-total\">' + fmt(r.annual) + '<\/td>' +\r\n      '<\/tr>';\r\n    }).join('');\r\n    return '<div class=\"fees-page-section\">' +\r\n      '<div class=\"fees-page-header\">' +\r\n        '<div class=\"fp-fac-icon\" style=\"background:' + fm.bg + ';\">' + fm.icon + '<\/div>' +\r\n        '<span class=\"fp-fac-name\">Faculty of ' + displayName + '<\/span>' +\r\n      '<\/div>' +\r\n      '<div class=\"table-scroll\"><table class=\"fees-page-table\">' +\r\n        '<thead><tr>' +\r\n          '<th>Category<\/th><th>Category %<\/th>' +\r\n          '<th>Fall Semester<\/th><th>Spring Semester<\/th><th>Total<\/th>' +\r\n        '<\/tr><\/thead>' +\r\n        '<tbody>' + rows + '<\/tbody>' +\r\n      '<\/table><\/div>' +\r\n    '<\/div>';\r\n  }).join('');\r\n}\r\n\r\nwindow.msaRenderRequirements = msaRenderRequirements;\r\nwindow.msaResetRequirements  = msaResetRequirements;\r\nwindow.msaRenderDocs         = msaRenderDocs;\r\nwindow.msaRenderFees         = msaRenderFees;\r\n\r\n\/\/ Init\r\nmsaRenderRequirements();\r\nmsaRenderDocs();\r\nmsaRenderFees();\r\n\r\n})();\r\n<\/script>\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e14f641 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e14f641\" data-element_type=\"section\" data-e-type=\"section\" id=\"apply\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2c4a14b\" data-id=\"2c4a14b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4534d31 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4534d31\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4904ec1\" data-id=\"4904ec1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f27410 elementor-widget thim-ekits-heading elementor-widget-thim-heading\" data-id=\"7f27410\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thim-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sc_heading\"><h3 class=\"title\">Apply Now: <\/h3><div class=\"sub-heading\"><p>Upon graduation, receive two degrees: one accredited by the Egyptian Ministry of Higher Education and the other accredited by the University of Greenwich or the University of Bedfordshire in the UK.  <\/p>\n<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6b8c359\" data-id=\"6b8c359\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8fb7d34 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"8fb7d34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"http:\/\/newcomers.msa.edu.eg\/faces\/admission?bref=web-filter-page&#038;ref=website&#038;sem=91&#038;utm_campaign=organic&#038;utm_content=organic&#038;utm_medium=organic&#038;utm_source=organic\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Apply Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Admissions Hero Start Your Application Journey Find the Faculty That Suits You and Start Your Application Apply Now Explore Admission Details Apply Now: Upon graduation, receive two degrees: one accredited by the Egyptian Ministry of Higher Education and the other &hellip; <\/p>","protected":false},"author":20,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"folder":[],"class_list":["post-50638","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/pages\/50638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/comments?post=50638"}],"version-history":[{"count":83,"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/pages\/50638\/revisions"}],"predecessor-version":[{"id":50807,"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/pages\/50638\/revisions\/50807"}],"wp:attachment":[{"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/media?parent=50638"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/stage.msa.edu.eg\/ar\/wp-json\/wp\/v2\/folder?post=50638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}