@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap');

/* RESET */
.cec-home *, .cec-page * { margin:0; padding:0; box-sizing:border-box; font-family:'Cairo',sans-serif; }
.cec-home img, .cec-page img { max-width:100%; height:auto; }
.cec-home a, .cec-page a { text-decoration:none; }

/* FULL WIDTH OVERRIDE */
.page-id-1142 .entry-content,
.page-id-969 .entry-content,
.page-id-777 .entry-content,
.page-id-1347 .entry-content {
  max-width:100% !important; padding:0 !important; margin:0 !important;
}
.page-id-1142 .ct-container,
.page-id-969 .ct-container,
.page-id-777 .ct-container,
.page-id-1347 .ct-container,
.page-id-1142 [class*='ct-container'],
.page-id-969 [class*='ct-container'],
.page-id-777 [class*='ct-container'],
.page-id-1347 [class*='ct-container'] {
  max-width:100% !important; padding:0 !important;
}
.page-id-1142 article, .page-id-969 article,
.page-id-777 article, .page-id-1347 article {
  max-width:100% !important; padding:0 !important; margin:0 !important;
}
.page-id-1142 .content-area, .page-id-969 .content-area,
.page-id-777 .content-area, .page-id-1347 .content-area {
  padding:0 !important;
}
.page-id-1142 [data-prefix], .page-id-969 [data-prefix],
.page-id-777 [data-prefix], .page-id-1347 [data-prefix] {
  --theme-content-vertical-spacing:0 !important;
}
.entry-content.is-layout-constrained > .cec-home,
.entry-content.is-layout-constrained > .cec-page {
  max-width:none !important;
}

/* ==================== HERO ==================== */
.cec-hero {
  position:relative; min-height:92vh; display:flex; align-items:center; justify-content:center;
  background:url('https://cec.uoturath.edu.iq/wp-content/uploads/2026/04/hero-graduation.jpg') center/cover no-repeat;
  overflow:hidden;
}
.cec-hero::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(27,58,92,0.92) 0%, rgba(27,58,92,0.7) 50%, rgba(197,165,90,0.4) 100%);
}
.cec-hero-content { position:relative; z-index:2; text-align:center; color:#fff; max-width:900px; padding:40px 20px; }
.cec-hero-badge {
  display:inline-block; padding:8px 28px; border:2px solid rgba(197,165,90,0.7);
  border-radius:50px; font-size:14px; font-weight:600; letter-spacing:1px; color:#C5A55A; margin-bottom:24px;
}
.cec-hero h1 { font-size:52px; font-weight:800; line-height:1.3; margin-bottom:20px; }
.cec-hero h1 span { color:#C5A55A; }
.cec-hero p { font-size:19px; line-height:1.8; opacity:0.92; margin-bottom:36px; max-width:700px; margin-left:auto; margin-right:auto; }
.cec-hero-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* BUTTONS */
.cec-btn {
  display:inline-flex; align-items:center; gap:8px; padding:14px 36px; border-radius:8px;
  font-size:16px; font-weight:700; transition:all 0.3s ease; cursor:pointer; border:none;
}
.cec-btn-primary { background:#C5A55A; color:#fff !important; }
.cec-btn-primary:hover { background:#b8953d; transform:translateY(-2px); box-shadow:0 8px 25px rgba(197,165,90,0.4); color:#fff !important; }
.cec-btn-outline { background:transparent; color:#fff !important; border:2px solid rgba(255,255,255,0.5); }
.cec-btn-outline:hover { border-color:#fff; background:rgba(255,255,255,0.1); color:#fff !important; }

/* STATS */
.cec-stats {
  display:grid; grid-template-columns:repeat(4,1fr);
  background:linear-gradient(135deg,#1B3A5C,#24496e); padding:0;
  position:relative; z-index:3; margin-top:-60px; border-radius:16px;
  max-width:1100px; margin-left:auto; margin-right:auto;
  box-shadow:0 20px 60px rgba(27,58,92,0.3);
}
.cec-stat { text-align:center; padding:40px 20px; color:#fff; border-left:1px solid rgba(255,255,255,0.1); }
.cec-stat:first-child { border-left:none; }
.cec-stat-num { font-size:42px; font-weight:800; color:#C5A55A; display:block; }
.cec-stat-label { font-size:15px; opacity:0.85; margin-top:4px; }

/* SECTIONS */
.cec-section { padding:80px 20px; }
.cec-container { max-width:1200px; margin:0 auto; }
.cec-section-header { text-align:center; margin-bottom:50px; }
.cec-section-tag {
  display:inline-block; padding:6px 20px; background:rgba(27,58,92,0.08);
  border-radius:50px; color:#1B3A5C; font-size:13px; font-weight:700; margin-bottom:12px;
}
.cec-section-header h2 { font-size:36px; font-weight:800; color:#1A202C; margin-bottom:14px; }
.cec-section-header p { font-size:17px; color:#4A5568; max-width:650px; margin:0 auto; line-height:1.7; }

/* ABOUT GRID */
.cec-about-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.cec-about-img { position:relative; }
.cec-about-img img { border-radius:16px; box-shadow:0 20px 50px rgba(0,0,0,0.12); }
.cec-about-img::after {
  content:''; position:absolute; bottom:-20px; right:-20px; width:200px; height:200px;
  border:4px solid #C5A55A; border-radius:16px; z-index:-1;
}
.cec-about-text h2 { font-size:34px; font-weight:800; color:#1A202C; margin-bottom:16px; line-height:1.4; }
.cec-about-text h2 span { color:#1B3A5C; }
.cec-about-text p { font-size:16px; color:#4A5568; line-height:1.8; margin-bottom:20px; }
.cec-values { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:24px; }
.cec-value-item {
  display:flex; align-items:center; gap:10px; padding:12px 16px;
  background:#f7fafc; border-radius:10px; font-weight:600; color:#1B3A5C; font-size:15px;
}
.cec-value-icon { width:36px; height:36px; background:#1B3A5C; border-radius:8px; display:flex; align-items:center; justify-content:center; color:#C5A55A; font-size:18px; flex-shrink:0; }

/* PROGRAMS */
.cec-programs-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.cec-program-card {
  background:#fff; border-radius:16px; padding:36px 28px; text-align:center;
  box-shadow:0 4px 20px rgba(0,0,0,0.06); transition:all 0.3s ease;
  border:1px solid #edf2f7; position:relative; overflow:hidden;
}
.cec-program-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background:linear-gradient(90deg,#1B3A5C,#C5A55A); transform:scaleX(0);
  transition:transform 0.3s ease; transform-origin:right;
}
.cec-program-card:hover::before { transform:scaleX(1); transform-origin:left; }
.cec-program-card:hover { transform:translateY(-8px); box-shadow:0 16px 40px rgba(27,58,92,0.12); }
.cec-program-icon {
  width:70px; height:70px; background:linear-gradient(135deg,#1B3A5C,#24496e); border-radius:16px;
  display:flex; align-items:center; justify-content:center; margin:0 auto 20px; font-size:28px; color:#C5A55A;
}
.cec-program-card h3 { font-size:18px; font-weight:700; color:#1A202C; margin-bottom:10px; }
.cec-program-card p { font-size:14px; color:#718096; line-height:1.7; }

/* NEWS */
.cec-bg-light { background:#f7fafc; }
.cec-news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.cec-news-card {
  background:#fff; border-radius:16px; overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,0.06); transition:all 0.3s ease;
}
.cec-news-card:hover { transform:translateY(-6px); box-shadow:0 12px 30px rgba(0,0,0,0.1); }
.cec-news-card img { width:100%; height:220px; object-fit:cover; }
.cec-news-body { padding:24px; }
.cec-news-date { font-size:13px; color:#C5A55A; font-weight:600; margin-bottom:8px; }
.cec-news-card h3 { font-size:17px; font-weight:700; color:#1A202C; margin-bottom:10px; line-height:1.5; }
.cec-news-card h3 a { color:#1A202C; }
.cec-news-card h3 a:hover { color:#1B3A5C; }
.cec-news-card p { font-size:14px; color:#718096; line-height:1.7; }

/* CTA */
.cec-cta {
  background:linear-gradient(135deg,#1B3A5C 0%,#24496e 100%);
  padding:80px 20px; text-align:center; color:#fff; position:relative; overflow:hidden;
}
.cec-cta::before {
  content:''; position:absolute; top:-50%; right:-20%; width:500px; height:500px;
  border-radius:50%; background:rgba(197,165,90,0.08);
}
.cec-cta h2 { font-size:36px; font-weight:800; margin-bottom:16px; position:relative; z-index:2; color:#fff; }
.cec-cta p { font-size:18px; opacity:0.85; margin-bottom:32px; max-width:600px; margin-left:auto; margin-right:auto; position:relative; z-index:2; }
.cec-cta .cec-btn { position:relative; z-index:2; }

/* PAGE HERO */
.cec-page-hero {
  background:linear-gradient(135deg,rgba(27,58,92,0.92),rgba(27,58,92,0.75));
  padding:80px 20px 60px; text-align:center; color:#fff;
}
.cec-page-hero h1 { font-size:42px; font-weight:800; margin-bottom:12px; }
.cec-page-hero p { font-size:17px; opacity:0.85; max-width:600px; margin:0 auto; }

/* PAGE SECTIONS */
.cec-s { padding:70px 20px; max-width:1100px; margin:0 auto; }
.cec-s h2 { font-size:32px; font-weight:800; color:#1A202C; margin-bottom:16px; }
.cec-s h2 span { color:#1B3A5C; }
.cec-s h3 { font-size:22px; font-weight:700; color:#1B3A5C; margin-bottom:10px; }
.cec-s p { font-size:16px; color:#4A5568; line-height:1.85; margin-bottom:14px; }
.cec-s strong { color:#1A202C; }
.cec-divider { height:3px; width:60px; background:linear-gradient(90deg,#1B3A5C,#C5A55A); border-radius:2px; margin:20px 0 30px; }

/* GRID/CARDS */
.cec-grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-top:30px; }
.cec-card { background:#fff; border-radius:14px; padding:28px; border:1px solid #edf2f7; box-shadow:0 2px 12px rgba(0,0,0,0.04); }
.cec-card h3 { font-size:18px; color:#1B3A5C; margin-bottom:8px; }
.cec-card p { font-size:14px; margin-bottom:0; }

/* GOALS */
.cec-goals { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; margin-top:30px; }
.cec-goal { text-align:center; padding:24px 14px; background:#f7fafc; border-radius:12px; border:1px solid #edf2f7; }
.cec-goal-num { font-size:28px; font-weight:800; color:#C5A55A; margin-bottom:6px; }
.cec-goal h4 { font-size:15px; font-weight:700; color:#1A202C; margin-bottom:6px; }
.cec-goal p { font-size:13px; color:#718096; margin-bottom:0; line-height:1.6; }

/* ORG CHART */
.cec-org-chart { display:flex; flex-direction:column; align-items:center; gap:20px; margin-top:30px; }
.cec-org-top { background:linear-gradient(135deg,#1B3A5C,#24496e); color:#fff; padding:20px 40px; border-radius:12px; text-align:center; }
.cec-org-top h4 { font-size:18px; font-weight:700; margin-bottom:4px; }
.cec-org-top p { font-size:14px; opacity:0.8; margin-bottom:0; }
.cec-org-mid { display:flex; gap:20px; flex-wrap:wrap; justify-content:center; }
.cec-org-item { background:#fff; border:2px solid #1B3A5C; border-radius:10px; padding:16px 24px; text-align:center; min-width:200px; }
.cec-org-item h4 { font-size:15px; font-weight:700; color:#1B3A5C; margin-bottom:2px; }
.cec-org-item p { font-size:13px; color:#718096; margin-bottom:0; }

/* PARTNERS */
.cec-partners-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:24px; }
.cec-partner { display:flex; align-items:center; gap:10px; padding:14px 18px; background:#fff; border-radius:10px; border:1px solid #edf2f7; font-size:14px; font-weight:600; color:#1A202C; }
.cec-partner-icon { font-size:22px; }

/* CONTACT */
.cec-contact-wrap { max-width:1100px; margin:0 auto; padding:60px 20px; display:grid; grid-template-columns:1fr 1fr; gap:50px; }
.cec-contact-info h2 { font-size:28px; font-weight:800; color:#1A202C; margin-bottom:20px; }
.cec-contact-item { display:flex; gap:16px; margin-bottom:24px; align-items:flex-start; }
.cec-contact-icon { width:50px; height:50px; background:linear-gradient(135deg,#1B3A5C,#24496e); border-radius:12px; display:flex; align-items:center; justify-content:center; color:#C5A55A; font-size:22px; flex-shrink:0; }
.cec-contact-item h3 { font-size:16px; font-weight:700; color:#1A202C; margin-bottom:4px; }
.cec-contact-item p { font-size:15px; color:#4A5568; line-height:1.6; }
.cec-map { background:#f7fafc; border-radius:14px; overflow:hidden; border:1px solid #edf2f7; box-shadow:0 4px 20px rgba(0,0,0,0.06); }
.cec-map iframe { width:100%; height:100%; min-height:400px; border:0; }
.cec-hours { max-width:1100px; margin:0 auto; padding:0 20px 60px; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.cec-hour-card { text-align:center; padding:30px 20px; background:#f7fafc; border-radius:12px; border:1px solid #edf2f7; }
.cec-hour-card h3 { font-size:16px; font-weight:700; color:#1B3A5C; margin-bottom:8px; }
.cec-hour-card p { font-size:14px; color:#4A5568; }

/* SERVICES */
.cec-programs { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:30px; }
.cec-prog-card { background:#fff; border-radius:16px; padding:32px; border:1px solid #edf2f7; box-shadow:0 2px 12px rgba(0,0,0,0.04); transition:all 0.3s ease; }
.cec-prog-card:hover { transform:translateY(-4px); box-shadow:0 8px 30px rgba(27,58,92,0.1); }
.cec-prog-icon { width:56px; height:56px; background:linear-gradient(135deg,#1B3A5C,#24496e); border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#C5A55A; margin-bottom:16px; }
.cec-prog-card h3 { font-size:20px; font-weight:700; color:#1A202C; margin-bottom:10px; }
.cec-prog-card p { font-size:14px; color:#718096; margin-bottom:0; }
.cec-prog-card ul { list-style:none; margin-top:12px; padding:0; }
.cec-prog-card li { padding:6px 0; font-size:14px; color:#4A5568; border-bottom:1px solid #f0f0f0; }
.cec-prog-card li:last-child { border-bottom:none; }
.cec-features { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:30px; }
.cec-feature { text-align:center; padding:30px 20px; }
.cec-feature-icon { font-size:36px; margin-bottom:12px; }
.cec-feature h3 { font-size:17px; font-weight:700; color:#1A202C; margin-bottom:8px; }
.cec-feature p { font-size:14px; color:#718096; margin-bottom:0; }
.cec-cta-box { background:linear-gradient(135deg,#1B3A5C,#24496e); border-radius:16px; padding:50px 40px; text-align:center; color:#fff; margin-top:40px; }
.cec-cta-box h2 { font-size:28px; margin-bottom:12px; color:#fff; }
.cec-cta-box p { color:rgba(255,255,255,0.85); margin-bottom:24px; }
.cec-cta-box a { display:inline-block; padding:14px 36px; background:#C5A55A; color:#fff !important; border-radius:8px; font-weight:700; font-size:16px; transition:all 0.3s; }
.cec-cta-box a:hover { background:#b8953d; }

/* FOOTER INFO */
.cec-partners { text-align:center; padding:50px 20px; }
.cec-partners-text { font-size:14px; color:#a0aec0; font-weight:600; margin-bottom:16px; letter-spacing:1px; }

/* RESPONSIVE */
@media(max-width:992px) {
  .cec-hero h1 { font-size:36px; }
  .cec-stats { grid-template-columns:repeat(2,1fr); margin-top:-40px; }
  .cec-about-grid { grid-template-columns:1fr; gap:30px; }
  .cec-about-img::after { display:none; }
  .cec-programs-grid { grid-template-columns:repeat(2,1fr); }
  .cec-news-grid { grid-template-columns:repeat(2,1fr); }
  .cec-grid-2 { grid-template-columns:1fr; }
  .cec-goals { grid-template-columns:repeat(2,1fr); }
  .cec-partners-grid { grid-template-columns:1fr; }
  .cec-contact-wrap { grid-template-columns:1fr; }
  .cec-programs { grid-template-columns:1fr; }
  .cec-features { grid-template-columns:repeat(2,1fr); }
}
@media(max-width:600px) {
  .cec-hero { min-height:80vh; }
  .cec-hero h1 { font-size:28px; }
  .cec-hero p { font-size:16px; }
  .cec-stats { grid-template-columns:1fr 1fr; border-radius:12px; }
  .cec-stat { padding:24px 12px; }
  .cec-stat-num { font-size:30px; }
  .cec-programs-grid { grid-template-columns:1fr; }
  .cec-news-grid { grid-template-columns:1fr; }
  .cec-section { padding:50px 16px; }
  .cec-section-header h2 { font-size:26px; }
  .cec-values { grid-template-columns:1fr; }
  .cec-page-hero h1 { font-size:28px; }
  .cec-hours { grid-template-columns:1fr; }
  .cec-goals { grid-template-columns:1fr; }
  .cec-features { grid-template-columns:1fr; }
  .cec-org-mid { flex-direction:column; align-items:center; }
}
