.elementor-6357 .elementor-element.elementor-element-97dd099:not(.elementor-motion-effects-element-type-background), .elementor-6357 .elementor-element.elementor-element-97dd099 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-6357 .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-6357 .elementor-element.elementor-element-97dd099 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1540px){.elementor-6357 .elementor-element.elementor-element-97dd099 > .elementor-container{max-width:1600px;}.elementor-6357 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 40px 0px 40px;}}@media(max-width:767px){.elementor-6357 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 30px 0px 30px;}}@media(max-width:479px){.elementor-6357 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 20px 0px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-dbf6036 *//* ================= DOCUMENTATION SUPPORT ================= */

.nci-doc-hero {
  background: linear-gradient(135deg, #eef6ff, #dbeeff);
  padding: 90px 20px;
  text-align: center;
}

.nci-doc-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 28px;
  font-size: 16.5px;
  color: #1f2933;
  line-height: 1.7;
}

.nci-doc-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: 42px;
}

.nci-doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.nci-doc-card {
  background: #f7fbff;
  padding: 28px 22px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.nci-doc-card:hover {
  transform: translateY(-4px);
}

.nci-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.nci-doc-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b3c75;
  margin-bottom: 10px;
}

.nci-doc-card p {
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}

.nci-doc-criteria {
  background: #eef6ff;
  padding: 80px 20px;
  text-align: center;
}

.nci-doc-criteria h2 {
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 800;
  color: #0b3c75;
  margin-bottom: 26px;
}

.nci-doc-list {
  max-width: 680px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.nci-doc-list li {
  font-size: 15.5px;
  color: #1f2933;
  padding: 8px 0;
}

/* WhatsApp Button (reused) */
.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);
}

/* Mobile */
@media (max-width: 768px) {
  .nci-doc-hero,
  .nci-doc-info,
  .nci-doc-criteria {
    padding: 60px 16px;
  }
}/* End custom CSS */