.elementor-73 .elementor-element.elementor-element-a6260c3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-2031498{width:100%;max-width:100%;}.elementor-73 .elementor-element.elementor-element-c9b2bb0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-92952b1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-30dcd81{--display:flex;}.elementor-73 .elementor-element.elementor-element-252f1e2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-f386846{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-e71560f{width:100%;max-width:100%;}.elementor-73 .elementor-element.elementor-element-23cfb8c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-29885ba *//* ============================================================
   🌟 BEL-C ECOSYSTEM — FINAL CLEAN & SAFE PREMIUM VERSION
=========================================================== */

/* Section Layout */
.belc-ecosystem {
  padding: 90px 20px;
}

/* Intro */
.eco-intro {
  max-width: 880px;
  margin: 0 auto 60px;
  text-align: center;
}

.eco-intro h2 {
  font-size: 2.4rem;
  color: #003c7c;
  margin-bottom: 15px;
  font-weight: 700;
}

.eco-intro p {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
}

/* Responsive Grid */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 35px;
}

/* Card Base */
.eco-card {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  transition: all .45s ease;
  position: relative;

  /* SAFE DEFAULTS — always visible */
  opacity: 1;
  transform: translateY(0);
}

/* Fade-in class for animation (optional) */
.eco-card.fade-in {
  opacity: 0;
  transform: translateY(22px);
}

/* When visible (JS adds this class) */
.eco-card.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hover Depth */
.eco-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 32px rgba(0,0,0,0.12);
}

/* Image Wrapper */
.eco-img {
  width: 100%;
  height: clamp(200px, 28vw, 280px); /* consistent image size */
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  position: relative;
}

/* Image Formatting */
.eco-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  object-position: center;
  display: block;
  filter: brightness(0.94) saturate(1.05);
  transition: transform .6s ease, filter .6s ease;
}

/* Image Hover Effect */
.eco-card:hover .eco-img img {
  transform: scale(1.06) translateY(-3px);
  filter: brightness(1) saturate(1.15);
}

/* Text Area */
.eco-content {
  padding: 24px;
}

.eco-content h3 {
  font-size: 1.35rem;
  color: #003c7c;
  font-weight: 700;
  margin-bottom: 10px;
}

.eco-content p {
  color: #555;
  margin-bottom: 18px;
  line-height: 1.55;
}

/* Buttons */
.belc-btn.small {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all .3s ease;
}

.eco-card:hover .belc-btn.small {
  transform: translateY(-2px);
}

/* BEL-C Brand Colour Strips */
.eco-card.peach   { border-top: 6px solid #FFB59E; }
.eco-card.teal    { border-top: 6px solid #14B8A6; }
.eco-card.lavender{ border-top: 6px solid #C084FC; }
.eco-card.mint    { border-top: 6px solid #9AE6B4; }
.eco-card.yellow  { border-top: 6px solid #F9C80E; }
.eco-card.blue    { border-top: 6px solid #3B82F6; }

/* CTA Row */
.eco-cta {
  margin-top: 60px;
}

/* CTA Buttons can inherit site styles *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36137a8 *//* =========================================================
 🌟 PHILOSOPHY IN ACTION
========================================================= */

.belc-philosophy {
  padding: 100px 20px;
  background: #fdfefe;
}

.belc-philosophy .container {
  max-width: 1200px;
  margin: 0 auto;
}

.philo-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.philo-intro h2 {
  font-size: 2.4rem;
  color: #003c7c;
  margin-bottom: 20px;
}

.philo-intro p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.philo-interlace {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.philo-layer {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.philo-layer h3 {
  font-size: 1.6rem;
  color: #003c7c;
  margin-bottom: 20px;
}

.philo-layer p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

.philo-list {
  margin-top: 20px;
  padding-left: 20px;
}

.philo-list li {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ee3a95 *//* =========================================================
 🌟 OUR GUIDES IN LEARNING
========================================================= */

.belc-guides-learning {
  padding: 90px 20px;
  background: #ffffff;
}

.belc-guides-learning-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.belc-guides-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.belc-guides-header h2 {
  font-size: 2.4rem;
  color: #003c7c;
  margin-bottom: 20px;
}

.belc-guides-header p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.belc-guides-group {
  margin-bottom: 80px;
}

.belc-guides-group h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #003c7c;
}

.belc-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.belc-guide-card {
  background: #f9fafc;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.belc-guide-card:hover {
  transform: translateY(-4px);
}

.belc-guide-card img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 15px;
}

.belc-guide-card h4 {
  font-size: 1.1rem;
  color: #003c7c;
  margin-bottom: 8px;
}

.belc-guide-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e71560f *//* =========================================================
 🌱 HOW WE TEACH & GUIDE
========================================================= */

.belc-how-we-teach {
  padding: 90px 20px;
  background: #f8f9fb;
}

.belc-how-we-teach-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.how-we-teach-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.how-we-teach-header h2 {
  font-size: 2.4rem;
  color: #003c7c;
  margin-bottom: 20px;
}

.how-we-teach-header p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.how-we-teach-principles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.teach-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 25px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.teach-card h3 {
  font-size: 1.25rem;
  color: #003c7c;
  margin-bottom: 12px;
}

.teach-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.how-we-teach-outcome {
  margin-top: 60px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.how-we-teach-outcome p {
  font-size: 1.05rem;
  color: #333;
}/* End custom CSS */