.elementor-405 .elementor-element.elementor-element-efeb265{--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:-170px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-72b4e19 */.sf-highlights-section,
.sf-highlights-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-highlights-section {
  position: relative;
  padding: 260px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  overflow: hidden;
}

.sf-highlights-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-highlights-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: start;
}

.sf-highlights-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(248, 155, 19, 0.12);
  color: #f89b13;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sf-highlights-content h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.sf-highlights-content h2 span {
  color: #f89b13;
}

.sf-highlights-text {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin-bottom: 28px;
}

.sf-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sf-highlights-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.06);
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(11, 47, 115, 0.06);
}

.sf-highlights-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: linear-gradient(135deg, rgba(248,155,19,0.14), rgba(11,47,115,0.08));
}

.sf-highlights-item h4 {
  font-size: 20px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 6px;
}

.sf-highlights-item p {
  font-size: 15px;
  line-height: 1.75;
  color: #617593;
  margin: 0;
}

.sf-highlights-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sf-highlight-main-card {
  background: linear-gradient(135deg, #0b2f73, #123d8d);
  border-radius: 30px;
  padding: 34px 30px;
  box-shadow: 0 22px 55px rgba(11, 47, 115, 0.16);
}

.sf-highlight-main-card h3 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.sf-highlight-main-card p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.sf-highlight-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sf-highlight-stat-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.06);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 16px 40px rgba(11, 47, 115, 0.07);
}

.sf-highlight-stat-card h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-highlight-stat-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #617593;
  margin: 0;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-highlights-grid {
    grid-template-columns: 1fr;
  }

  .sf-highlights-content h2 {
    font-size: 46px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-highlights-section {
    padding: 80px 0;
  }

  .sf-highlights-content h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-highlights-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-highlights-item {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .sf-highlights-item h4 {
    font-size: 18px;
  }

  .sf-highlight-main-card {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sf-highlight-main-card h3 {
    font-size: 26px;
  }

  .sf-highlight-stats-grid {
    grid-template-columns: 1fr;
  }

  .sf-highlight-stat-card {
    border-radius: 20px;
    padding: 20px;
  }

  .sf-highlight-stat-card h4 {
    font-size: 21px;
  }
}/* End custom CSS */