.elementor-6345 .elementor-element.elementor-element-97dd099:not(.elementor-motion-effects-element-type-background), .elementor-6345 .elementor-element.elementor-element-97dd099 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-6345 .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-6345 .elementor-element.elementor-element-97dd099 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1540px){.elementor-6345 .elementor-element.elementor-element-97dd099 > .elementor-container{max-width:1600px;}.elementor-6345 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 40px 0px 40px;}}@media(max-width:767px){.elementor-6345 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 30px 0px 30px;}}@media(max-width:479px){.elementor-6345 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 20px 0px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-dbf6036 *//* ===== GLOBAL ===== */
.nci-container {
  max-width: 1150px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

section {
  width: 100%;
  box-sizing: border-box;
}

/* ===== HERO SECTION ===== */
.nci-admission-hero-new {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  padding: 90px 20px;
}

.nci-admission-hero-new h1 {
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 800;
  color: #0d47a1;
  margin-bottom: 14px;
}

.nci-hero-desc {
  font-size: clamp(16px, 2.6vw, 19px);
  color: #263238;
  max-width: 750px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

/* ===== WHATSAPP BUTTON ===== */
.nci-whatsapp-btn {
  display: inline-block;
  background: #25d366;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nci-whatsapp-btn:hover {
  background: #1ebe5b;
  transform: translateY(-2px);
}

/* ===== STEPS SECTION ===== */
.nci-steps-section {
  background: #ffffff;
  padding: 80px 20px;
}

.nci-section-title {
  font-size: clamp(26px, 4.5vw, 36px);
  color: #0d47a1;
  font-weight: 800;
  margin-bottom: 10px;
}

.nci-section-subtitle {
  font-size: 16px;
  color: #455a64;
  margin-bottom: 40px;
}

.nci-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.nci-step-card {
  background: #f5faff;
  border-radius: 16px;
  padding: 26px 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.nci-step-icon {
  font-size: 34px;
  display: block;
  margin-bottom: 12px;
}

.nci-step-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 8px;
}

.nci-step-card p {
  font-size: 15px;
  color: #37474f;
  line-height: 1.6;
}

/* ===== WHO CAN APPLY ===== */
.nci-admission-help {
  background: linear-gradient(135deg, #f0f7ff, #e1f5fe);
  padding: 80px 20px;
}

.nci-admission-help h2 {
  font-size: clamp(24px, 4vw, 34px);
  color: #0d47a1;
  font-weight: 800;
  margin-bottom: 24px;
}

.nci-help-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: left;
}

.nci-help-list li {
  font-size: 16px;
  color: #263238;
  margin-bottom: 12px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .nci-admission-hero-new,
  .nci-steps-section,
  .nci-admission-help {
    padding: 60px 16px;
  }
}/* End custom CSS */