.elementor-21 .elementor-element.elementor-element-97dd099:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-97dd099 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-21 .elementor-element.elementor-element-97dd099{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-100px;margin-bottom:0px;z-index:1;}.elementor-21 .elementor-element.elementor-element-97dd099 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-21 .elementor-element.elementor-element-dbf6036 > .elementor-widget-container{margin:-200px 0px 0px 0px;}@media(max-width:1540px){.elementor-21 .elementor-element.elementor-element-97dd099 > .elementor-container{max-width:1600px;}.elementor-21 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 40px 0px 40px;}}@media(max-width:1280px){.elementor-21 .elementor-element.elementor-element-dbf6036 > .elementor-widget-container{margin:-200px 0px 0px 0px;}}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 30px 0px 30px;}}@media(max-width:479px){.elementor-21 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 20px 0px 20px;}.elementor-21 .elementor-element.elementor-element-dbf6036 > .elementor-widget-container{margin:-200px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-dbf6036 *//* ===== COLOR VARIABLES ===== */
:root {
  --primary-blue:   #0a4db8;
  --soft-blue:      #eaf2ff;
  --light-blue:     #f5f9ff;
  --text-dark:      #0f172a;
  --text-muted:     #475569;
  --white:          #ffffff;
}

/* ===== HERO ===== */
.edu-about-hero {
  background: linear-gradient(135deg, #0a4db8, #3b82f6);
  color: white;
  text-align: center;
  padding: clamp(80px, 12vw, 140px) 20px;
}

.edu-about-hero h1 {
  font-size: clamp(36px, 7vw, 54px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.edu-about-hero p {
  font-size: clamp(17px, 2.2vw, 19px);
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.95;
}

/* ===== SECTION BACKGROUNDS ===== */
.edu-section.white       { background: var(--white);       }
.edu-section.light-blue  { background: var(--light-blue);  }
.edu-section.soft-blue   { background: var(--soft-blue);   }

/* ===== CARDS / BOXES ===== */
.edu-card,
.edu-mv-box,
.edu-highlight-box {
  background: var(--white);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  transition: all 0.28s ease;
}

.edu-card:hover,
.edu-mv-box:hover,
.edu-highlight-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}

.edu-card h3,
.edu-highlight-box h4,
.edu-mv-box h2 {
  color: var(--primary-blue);
  margin-bottom: 16px;
}

.edu-card p,
.edu-highlight-box p,
.edu-mv-box p {
  color: var(--text-muted);
  line-height: 1.68;
  font-size: 16px;
}

/* ===== INFO / HIGHLIGHT BOX ===== */
.edu-highlight-box {
  background: linear-gradient(135deg, #f0f6ff, #ffffff);
  border: 1px solid #dbeafe;
  color: var(--text-dark);
}

.edu-highlight-box li {
  margin-bottom: 12px;
  color: #334155;
}

/* ===== TWO-COLUMN GRID ===== */
.edu-two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
}

/* ===== MISSION & VISION ===== */
.edu-mission-vision {
  background: #f8fbff;
  padding: 90px 0;
}

.edu-mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 32px;
}

.edu-mv-box h2 {
  font-size: clamp(24px, 4.5vw, 30px);
  font-weight: 700;
  line-height: 1.3;
}

.edu-mv-box ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0;
}

.edu-mv-box li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #334155;
  font-size: 15.5px;
}

.edu-mv-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-blue);
  font-weight: bold;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .edu-about-hero {
    padding: 80px 16px;
  }

  .edu-mission-vision {
    padding: 70px 0;
  }

  .edu-card,
  .edu-mv-box,
  .edu-highlight-box {
    padding: 28px 24px;
  }
}

@media (max-width: 480px) {
  .edu-about-hero h1 {
    font-size: clamp(32px, 8vw, 42px);
  }

  .edu-about-hero p {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ===============================
   NCI ABOUT PAGE – FINAL CSS
   =============================== */

.nci-about-wrapper,
.nci-about-wrapper * {
  font-family: 'Inter', Arial, sans-serif !important;
  box-sizing: border-box;
}

/* Container */
.nci-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.nci-about-hero {
  background: linear-gradient(135deg, #0f3c91, #0a2540);
  color: #ffffff;
  text-align: center;
  padding: 100px 20px;
}

.nci-about-hero h1 {
  font-size: clamp(32px, 6vw, 48px);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.nci-about-hero p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.95;
  line-height: 1.6;
}

/* General Sections */
.nci-section {
  padding: 80px 0;
}

.nci-section.light {
  background: #f5f8fc;
}

.nci-section h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #0a2540;
}

.nci-section h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0f3c91;
}

/* Text Styles */
.nci-section p,
.nci-card li {
  font-size: 16.5px;
  line-height: 1.7;
  color: #333333;
}

/* Grid Layout */
.nci-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Cards */
.nci-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nci-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.nci-card ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0;
}

.nci-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}

.nci-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0f3c91;
  font-weight: bold;
  font-size: 18px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .nci-section h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .nci-grid-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nci-about-hero {
    padding: 80px 15px;
  }

  .nci-about-hero h1 {
    font-size: clamp(28px, 7vw, 40px);
  }

  .nci-section {
    padding: 60px 0;
  }

  .nci-section h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .nci-card {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .nci-container {
    padding: 0 15px;
  }

  .nci-about-hero p {
    font-size: 17px;
  }
}/* End custom CSS */