.elementor-516 .elementor-element.elementor-element-cbd87ad{--display:flex;}.elementor-516 .elementor-element.elementor-element-2b51a35{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39b9a02 *//* --- TWO COLUMN EXPLAINER GRID --- */
.live-explainer-grid {
  display: flex;
  gap: 40px;
  background: #0A3E8C; /* Trade Hub blue */
  padding: 40px;
  border-radius: 12px;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.explainer-left,
.explainer-right {
  flex: 1;
}

.live-explainer-grid h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.live-explainer-grid h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 25px 0 12px;
}

.live-explainer-grid h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 8px;
}

.live-explainer-grid p,
.live-explainer-grid ul li {
  font-size: 17px;
  line-height: 1.6;
  color: #E7ECF4; /* lighter white-blue */
}

.live-explainer-grid ul {
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .live-explainer-grid {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e14f74 *//* ===== BLOCK 2 – LIVE LOGISTICS MODULES (3x2 GRID) ===== */

.live-modules {
  background: transparent;              /* keep page light */
  padding: 30px 0 40px;
  max-width: 1300px;
  margin: 0 auto;
}

.lm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* Blue cards */
.lm-card {
  background: #0A2E6F;                  /* same family as Trade Intelligence Hub blue */
  padding: 24px 22px 26px;
  border-radius: 12px;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

/* Titles */
.lm-card h3 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

/* Body text */
.lm-card p {
  margin: 0 0 16px;
  line-height: 1.55;
  font-size: 16px;
  color: #f5f7ff;
}

/* Orange CTA buttons */
.lm-btn {
  display: inline-block;
  margin-top: 4px;
  background: #F36F21;
  padding: 9px 18px;
  border-radius: 999px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.lm-btn:hover {
  background: #d95f13;
}

/* Mobile – stack cards in one column */
@media (max-width: 900px) {
  .lm-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-cbd87ad *//* EXPLAINER BLOCK – LIVE LOGISTICS ENGINE */

.live-explainer {
  background: #0A2148;      /* Export Unlocked dark blue */
  color: #f0f4ff;
  padding: 40px 24px 30px;
  border-radius: 0;         /* keep flat – header strip style */
  max-width: 1100px;
  margin: 0 auto;
}

.live-explainer h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #ffffff;
}

.live-explainer h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 22px 0 8px 0;
  color: #ffffff;
}

.live-explainer p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px 0;
  color: #f0f4ff;
}

.live-explainer ul {
  margin: 0 0 12px 22px;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #f0f4ff;
}

.live-explainer li strong {
  color: #ffffff;
}

@media (max-width: 767px) {
  .live-explainer {
    padding: 28px 16px 22px;
  }

  .live-explainer h2 {
    font-size: 24px;
  }
}/* End custom CSS */