.elementor-79 .elementor-element.elementor-element-b30b04d{--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-79 .elementor-element.elementor-element-6a3e369{width:100%;max-width:100%;}.elementor-79 .elementor-element.elementor-element-671d6ea{--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-79 .elementor-element.elementor-element-d5c834b{--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-79 .elementor-element.elementor-element-9c1a56e{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-24feee5 *//* -----------------------------
   BEY TALENT SECTION STYLES
------------------------------ */
.bey-talent-section {
  padding: 4rem 1rem;
}

/* Grid Fix */
.bey-hero.grid-2,
.bey-cards.grid-3 {
  display: grid;
  gap: 2rem;
}
.bey-hero.grid-2 {
  grid-template-columns: 1fr 1fr;
}
.bey-cards.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Intro */
.bey-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #002b5c;
}
.highlight {
  color: #ff8243;
}
.bey-sub {
  margin: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Checklist */
.bey-checklist li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* Button */
.bey-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1.6rem;
  background: #002b5c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.bey-button:hover {
  background: #004f98;
}

/* Image */
.bey-hero-visual img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Cards */
.bey-card {
  background: #fff;
  padding: 1.4rem;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform .25s ease;
}
.bey-card:hover {
  transform: translateY(-6px);
}

/* Colour Themes */
.teal { background: #e0fdf8; }
.peach { background: #ffe9db; }
.lavender { background: #f1e8ff; }
.yellow { background: #fff8c5; }
.green { background: #e8fce8; }
.blue { background: #e3f0ff; }

/* CTA */
.bey-cta {
  margin-top: 3rem;
}

/* FAQ */
.bey-faq details {
  background: #fff;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.bey-faq summary {
  cursor: pointer;
  font-size: 1rem;
  color: #002b5c;
}
.bey-faq p {
  margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .bey-hero.grid-2 {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c1a56e */.belc-explainer-badge {
  display: inline-block;
  background: #F4F7FA;
  border-left: 4px solid #2FB9B9; /* teal */
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  max-width: 500px;
}
/* ==============================================
   BEL-C Explainer (BEY Talent Professional Tone)
   ============================================== */

.belc-explainer-talent {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #0C1D36; /* BEL-C navy */
  background: #F9FAFB;
  padding: 1.5rem 1.75rem;
  border-left: 6px solid #F29D52; /* BEL-C orange (professional, warm) */
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  max-width: 850px;
  margin: 2rem auto;
  transition: all 0.3s ease;
}

/* Optional subtle hover effect (professional, not playful) */
.belc-explainer-talent:hover {
  background: #FFFFFF;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  border-left-color: #2FB9B9; /* shifts to BEL-C teal on hover */
}/* End custom CSS */