.elementor-15 .elementor-element.elementor-element-2811710{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-8f89d61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-65e2092{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7c7e929 */.program-hero-section {
  min-height: 560px;
  background:
    linear-gradient(rgba(27, 77, 46, 0.84), rgba(27, 77, 46, 0.84)),
    url('https://mbacudanorthamerica.org/wp-content/uploads/2026/05/466729058_1102727188520865_4568684733854496262_n.jpg');
  background-size: cover;
  background-position: center;
  padding: 90px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.program-hero-overlay {
  max-width: 980px;
}

.program-eyebrow {
  display: inline-block;
  color: #D4A017;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.program-hero-section h1 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 24px;
}

.program-hero-section p {
  max-width: 760px;
  margin: 0 auto 36px;
  color: #FAF6EF;
  font-size: 18px;
  line-height: 1.8;
}

.program-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.program-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.program-btn.primary {
  background: #27AE60;
  color: #ffffff;
}

.program-btn.secondary {
  background: transparent;
  color: #D4A017;
  border: 2px solid #D4A017;
}

.program-btn:hover {
  transform: translateY(-3px);
}

.program-btn.primary:hover {
  background: #D4A017;
  color: #1B4D2E;
}

.program-btn.secondary:hover {
  background: #D4A017;
  color: #1B4D2E;
}

@media (max-width: 768px) {
  .program-hero-section {
    min-height: 500px;
    padding: 75px 18px;
  }

  .program-hero-section p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .program-hero-section {
    min-height: 460px;
  }

  .program-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0243e61 */.programs-overview-section {
  background: #FAF6EF;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}

.programs-container {
  max-width: 1180px;
  margin: 0 auto;
}

.programs-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 55px;
}

.program-section-label {
  display: inline-block;
  color: #D4A017;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.programs-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1B4D2E;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 600;
}

.programs-header p {
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.program-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 34px 28px;
  border: 1px solid rgba(212, 160, 23, 0.28);
  box-shadow: 0 18px 45px rgba(27, 77, 46, 0.08);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.program-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #1B4D2E, #D4A017, #C0392B);
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(27, 77, 46, 0.14);
}

.program-icon {
  width: 62px;
  height: 62px;
  background: #FAF6EF;
  border: 1px solid rgba(212, 160, 23, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 22px;
}

.program-card h3 {
  color: #1B4D2E;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 800;
}

.program-card p {
  color: #444;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0 0 24px;
}

.program-card-link {
  color: #C0392B;
  font-weight: 800;
  text-decoration: none;
}

.program-card-link:hover {
  color: #D4A017;
}

@media (max-width: 1024px) {
  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .programs-overview-section {
    padding: 75px 16px;
  }

  .programs-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    padding: 30px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71ae58e */.cares-program-section {
  background: #ffffff;
  padding: 110px 20px;
  font-family: 'Inter', sans-serif;
}

.cares-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}

.cares-image {
  position: relative;
}

.cares-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
  box-shadow: 0 25px 60px rgba(27, 77, 46, 0.14);
}

.cares-content {
  max-width: 560px;
}

.cares-label {
  display: inline-block;
  color: #D4A017;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 18px;
}

.cares-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1B4D2E;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
  margin: 0 0 24px;
  font-weight: 600;
}

.cares-text {
  color: #444;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 34px;
}

.cares-features {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.care-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #FAF6EF;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(212, 160, 23, 0.18);
}

.care-icon {
  width: 58px;
  height: 58px;
  background: #1B4D2E;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.care-item h4 {
  color: #1B4D2E;
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 800;
}

.care-item p {
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

.cares-buttons {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.cares-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.cares-btn.primary {
  background: #27AE60;
  color: #ffffff;
}

.cares-btn.secondary {
  border: 2px solid #1B4D2E;
  color: #1B4D2E;
  background: transparent;
}

.cares-btn:hover {
  transform: translateY(-3px);
}

.cares-btn.primary:hover {
  background: #D4A017;
  color: #1B4D2E;
}

.cares-btn.secondary:hover {
  background: #1B4D2E;
  color: #ffffff;
}

@media (max-width: 1024px) {

  .cares-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .cares-content {
    max-width: 100%;
  }

}

@media (max-width: 768px) {

  .cares-program-section {
    padding: 80px 18px;
  }

  .cares-image img {
    height: 450px;
  }

  .cares-buttons {
    flex-direction: column;
  }

  .cares-btn {
    width: 100%;
  }

}

@media (max-width: 480px) {

  .cares-image img {
    height: 340px;
  }

  .care-item {
    padding: 18px;
  }

}/* End custom CSS */