.elementor-6352 .elementor-element.elementor-element-97dd099:not(.elementor-motion-effects-element-type-background), .elementor-6352 .elementor-element.elementor-element-97dd099 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-6352 .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-6352 .elementor-element.elementor-element-97dd099 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1540px){.elementor-6352 .elementor-element.elementor-element-97dd099 > .elementor-container{max-width:1600px;}.elementor-6352 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 40px 0px 40px;}}@media(max-width:767px){.elementor-6352 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 30px 0px 30px;}}@media(max-width:479px){.elementor-6352 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 20px 0px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-dbf6036 *//* ======================================================
   NCIONLINEEDU – Eligibility Check
   Light Theme | Mobile Friendly | Elementor Ready
   ====================================================== */

/* RESET */
* {
  box-sizing: border-box;
}

/* CONTAINER */
.nci-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ================= HERO ================= */
.nci-eligibility-hero {
  background: linear-gradient(135deg, #eef6ff, #dbeeff);
  padding: 90px 20px;
  text-align: center;
}

.nci-eligibility-hero h1 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: #0b3c75;
  margin-bottom: 14px;
}

.nci-hero-desc {
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 16.5px;
  line-height: 1.7;
  color: #1f2933;
}

/* ================= WHATSAPP BUTTON ================= */
.nci-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.nci-whatsapp-btn:hover {
  background: #1fb858;
  transform: translateY(-2px);
}

/* ================= INFO SECTION ================= */
.nci-eligibility-info {
  background: #ffffff;
  padding: 80px 20px;
}

.nci-section-title {
  text-align: center;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  color: #0b3c75;
  margin-bottom: 40px;
}

.nci-eligibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.nci-info-card {
  background: #f7fbff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.nci-info-card:hover {
  transform: translateY(-4px);
}

.nci-icon {
  font-size: 34px;
  margin-bottom: 10px;
}

.nci-info-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b3c75;
  margin-bottom: 10px;
}

.nci-info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

/* ================= CRITERIA ================= */
.nci-eligibility-criteria {
  background: #eef6ff;
  padding: 80px 20px;
  text-align: center;
}

.nci-eligibility-criteria h2 {
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 800;
  color: #0b3c75;
  margin-bottom: 26px;
}

.nci-criteria-list {
  list-style: none;
  max-width: 720px;
  margin: 0 auto 32px;
  padding: 0;
  text-align: left;
}

.nci-criteria-list li {
  font-size: 15.5px;
  color: #1f2933;
  padding: 8px 0;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .nci-eligibility-hero,
  .nci-eligibility-info,
  .nci-eligibility-criteria {
    padding: 60px 16px;
  }

  .nci-hero-desc {
    font-size: 15.5px;
  }
}/* End custom CSS */