.elementor-6325 .elementor-element.elementor-element-97dd099:not(.elementor-motion-effects-element-type-background), .elementor-6325 .elementor-element.elementor-element-97dd099 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-6325 .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-6325 .elementor-element.elementor-element-97dd099 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1540px){.elementor-6325 .elementor-element.elementor-element-97dd099 > .elementor-container{max-width:1600px;}.elementor-6325 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 40px 0px 40px;}}@media(max-width:767px){.elementor-6325 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 30px 0px 30px;}}@media(max-width:479px){.elementor-6325 .elementor-element.elementor-element-fd5dd8f > .elementor-element-populated{padding:0px 20px 0px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-dbf6036 *//* ===== BASE ===== */
.nci-page-wrapper {
  font-family: 'Poppins', Arial, sans-serif;
  color: #0f172a;
}

.nci-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* ===== HERO ===== */
.nci-page-hero {
  background: linear-gradient(135deg, #0a4db8, #3b82f6);
  color: #ffffff;
  text-align: center;
  padding: 100px 20px;
}

.nci-page-hero h1 {
  font-size: clamp(30px, 5vw, 48px);
  margin-bottom: 16px;
}

.nci-page-hero p {
  max-width: 800px;
  margin: auto;
  font-size: 18px;
  color: #eaf2ff;
}

/* ===== SECTIONS ===== */
.nci-section {
  padding: 80px 0;
}

.nci-section.light {
  background: #f5f9ff;
}

.nci-section h2 {
  text-align: center;
  color: #0a4db8;
  margin-bottom: 30px;
}

/* ===== CARDS ===== */
.nci-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.nci-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(15,23,42,0.08);
  font-size: 15px;
}

/* ===== LIST ===== */
.nci-list {
  max-width: 800px;
  margin: auto;
  padding-left: 18px;
}

.nci-list li {
  margin-bottom: 10px;
  color: #334155;
}

/* ===== WHATSAPP BUTTON ===== */
.nci-whatsapp-btn {
  display: inline-block;
  margin-top: 30px;
  background: #25d366;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.nci-whatsapp-btn:hover {
  background: #1ebe5d;
}

/* ===== FINAL CTA ===== */
.nci-final-cta {
  background: #0a4db8;
  color: #ffffff;
  text-align: center;
  padding: 90px 20px;
}

.nci-final-cta h2 {
  color: #ffffff;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .nci-section {
    padding: 60px 0;
  }
}/* End custom CSS */