.elementor-23 .elementor-element.elementor-element-ff77810{--display:flex;}.elementor-23 .elementor-element.elementor-element-90e7203 > .elementor-widget-container{margin:-70px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-90e7203 *//* ===============================
   NCI CONTACT PAGE – GLOBAL
================================ */
.nci-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  font-family: Inter, Arial, sans-serif;
}

/* ===============================
   HERO SECTION
================================ */
.nci-contact-hero {
  background: linear-gradient(135deg, #0b3c8c, #0f172a);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.nci-contact-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 15px;
}

.nci-contact-hero p {
  max-width: 800px;
  margin: auto;
  font-size: 1.1rem;
  opacity: 0.95;
}

.nci-cta-row {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* ===============================
   BUTTONS
================================ */
.nci-whatsapp-btn,
.nci-call-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.nci-whatsapp-btn {
  background: #25d366;
  color: #ffffff;
}

.nci-whatsapp-btn:hover {
  background: #1ebe5d;
}

.nci-call-btn {
  background: #ffffff;
  color: #0b3c8c;
}

.nci-call-btn:hover {
  background: #e5e7eb;
}

.nci-whatsapp-btn.large {
  font-size: 1.1rem;
  padding: 16px 36px;
}

/* ===============================
   MAIN CONTENT
================================ */
.nci-contact-content {
  background: #ffffff;
  padding: 70px 0;
}

.nci-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.nci-contact-info h2,
.nci-contact-form h2 {
  color: #0b3c8c;
  margin-bottom: 15px;
}

.nci-contact-info p {
  color: #333;
  line-height: 1.7;
}

.nci-info-list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.nci-info-list li {
  margin-bottom: 10px;
  color: #111;
}

/* ===============================
   FORM BOX
================================ */
.nci-contact-form {
  background: #f8fafc;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.nci-contact-form p {
  margin-bottom: 20px;
  color: #444;
}

/* ===============================
   FOOTER CTA
================================ */
.nci-contact-footer {
  background: #0f172a;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}

.nci-contact-footer h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.nci-contact-footer p {
  margin-bottom: 25px;
  opacity: 0.9;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .nci-grid {
    grid-template-columns: 1fr;
  }

  .nci-contact-hero {
    padding: 60px 20px;
  }
}/* End custom CSS */