.elementor-155 .elementor-element.elementor-element-3fcaf62{--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:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-155 .elementor-element.elementor-element-82a9fb6{--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-155 .elementor-element.elementor-element-37c9652{--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-155 .elementor-element.elementor-element-927c765{--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-155 .elementor-element.elementor-element-aec1715{--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-155 .elementor-element.elementor-element-8a2ede5{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-07d385b */.sf-about-hero,
.sf-about-hero * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-about-hero a {
  text-decoration: none;
}

.sf-about-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 250px 0 100px;
  background:
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=80")
    center center / cover no-repeat;
}

.sf-about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 25, 63, 0.88) 0%, rgba(6, 25, 63, 0.74) 42%, rgba(6, 25, 63, 0.42) 100%);
  z-index: 1;
}

.sf-about-hero-container {
  width: min(1280px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sf-about-hero-content {
  max-width: 820px;
}

.sf-about-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 22px;
}

.sf-about-hero-content h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.sf-about-hero-content h1 span {
  color: #f89b13;
}

.sf-about-hero-content p {
  max-width: 700px;
  font-size: 19px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 34px;
}

.sf-about-hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.sf-about-hero-btn-primary,
.sf-about-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.sf-about-hero-btn-primary {
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(248, 155, 19, 0.26);
  gap: 10px;
}

.sf-about-hero-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f18c00, #e88200);
}

.sf-about-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sf-about-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.20);
  transform: translateY(-2px);
}

.sf-about-hero-chips {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.sf-about-hero-chip {
  min-width: 220px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.sf-about-hero-chip strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #f89b13;
  font-weight: 600;
  margin-bottom: 6px;
}

.sf-about-hero-chip span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-about-hero {
    min-height: 640px;
    padding: 160px 0 85px;
  }

  .sf-about-hero-content h1 {
    font-size: 54px;
    letter-spacing: -1px;
  }

  .sf-about-hero-content p {
    font-size: 17px;
  }

  .sf-about-hero-chip {
    min-width: calc(50% - 9px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-about-hero {
    min-height: auto;
    padding: 190px 0 70px;
    background-position: center center;
  }

  .sf-about-hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 25, 63, 0.90) 0%, rgba(6, 25, 63, 0.78) 55%, rgba(6, 25, 63, 0.76) 100%);
  }

  .sf-about-hero-content h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .sf-about-hero-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .sf-about-hero-btn-primary,
  .sf-about-hero-btn-secondary {
    width: 100%;
  }

  .sf-about-hero-chip {
    width: 100%;
    min-width: 100%;
    border-radius: 18px;
  }

  .sf-about-hero-chips {
    gap: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42b4c0d */.sf-about-story-section,
.sf-about-story-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-about-story-section a {
  text-decoration: none;
}

.sf-about-story-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
}

.sf-about-story-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-about-story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

/* Left side */
.sf-about-story-visual {
  position: relative;
}

.sf-about-story-image-wrap {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(11, 47, 115, 0.14);
}

.sf-about-story-image-wrap img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  display: block;
}

.sf-about-story-floating-card {
  position: absolute;
  max-width: 240px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 47, 115, 0.08);
  box-shadow: 0 18px 40px rgba(11, 47, 115, 0.10);
  backdrop-filter: blur(12px);
}

.sf-about-story-floating-card h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-about-story-floating-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #617593;
  margin: 0;
}

.sf-story-card-one {
  left: -24px;
  bottom: 36px;
}

.sf-story-card-two {
  right: -24px;
  top: 36px;
}

/* Right side */
.sf-about-story-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(248, 155, 19, 0.12);
  color: #f89b13;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sf-about-story-content h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.sf-about-story-content h2 span {
  color: #f89b13;
}

.sf-about-story-text {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin-bottom: 18px;
}

.sf-about-story-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 28px 0 32px;
}

.sf-about-story-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.07);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(11, 47, 115, 0.06);
}

.sf-about-story-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(248,155,19,0.14), rgba(11,47,115,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.sf-about-story-point h5 {
  font-size: 20px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 6px;
}

.sf-about-story-point p {
  font-size: 15px;
  line-height: 1.75;
  color: #617593;
  margin: 0;
}

.sf-about-story-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.sf-about-story-btn-primary,
.sf-about-story-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 18px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sf-about-story-btn-primary {
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(248, 155, 19, 0.22);
}

.sf-about-story-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f18c00, #e88200);
}

.sf-about-story-btn-secondary {
  background: transparent;
  color: #0b2f73;
  border: 2px solid rgba(11, 47, 115, 0.7);
}

.sf-about-story-btn-secondary:hover {
  background: #0b2f73;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-about-story-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sf-about-story-content h2 {
    font-size: 46px;
  }

  .sf-about-story-image-wrap img {
    height: 560px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-about-story-section {
    padding: 80px 0;
  }

  .sf-about-story-visual {
    display: none;
  }

  .sf-about-story-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sf-about-story-content h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-about-story-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .sf-about-story-point {
    padding: 16px;
    border-radius: 20px;
  }

  .sf-about-story-point h5 {
    font-size: 18px;
  }

  .sf-about-story-btn-primary,
  .sf-about-story-btn-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0db166d */.sf-mission-vision-section,
.sf-mission-vision-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-mission-vision-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  overflow: hidden;
}

.sf-mission-vision-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-mission-vision-heading {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

.sf-mission-vision-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(248, 155, 19, 0.12);
  color: #f89b13;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sf-mission-vision-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-mission-vision-heading h2 span {
  color: #f89b13;
}

.sf-mission-vision-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

.sf-mv-card {
  position: relative;
  border-radius: 32px;
  padding: 36px 30px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(11, 47, 115, 0.10);
}

.sf-mission-card {
  background: linear-gradient(135deg, #0b2f73 0%, #123d8d 100%);
}

.sf-vision-card {
  background: linear-gradient(135deg, #f89b13 0%, #ffab2d 100%);
}

.sf-mv-icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.16);
  margin-bottom: 20px;
}

.sf-mv-card h3 {
  font-size: 34px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}

.sf-mv-card p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.90);
  margin: 0;
}

.sf-mv-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sf-mv-value-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.07);
  border-radius: 26px;
  padding: 28px 24px;
  box-shadow: 0 16px 40px rgba(11, 47, 115, 0.07);
  transition: all 0.3s ease;
}

.sf-mv-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(11, 47, 115, 0.10);
}

.sf-mv-value-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: linear-gradient(135deg, rgba(248,155,19,0.14), rgba(11,47,115,0.08));
  margin-bottom: 18px;
}

.sf-mv-value-card h4 {
  font-size: 22px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 10px;
}

.sf-mv-value-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin: 0;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-mission-vision-heading h2 {
    font-size: 46px;
  }

  .sf-mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .sf-mv-values-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-mission-vision-section {
    padding: 80px 0;
  }

  .sf-mission-vision-heading {
    margin-bottom: 35px;
  }

  .sf-mission-vision-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-mission-vision-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-mv-card {
    border-radius: 24px;
    padding: 28px 22px;
  }

  .sf-mv-card h3 {
    font-size: 26px;
  }

  .sf-mv-card p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sf-mv-value-card {
    border-radius: 20px;
    padding: 22px 18px;
  }

  .sf-mv-value-card h4 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f2a9d4 */.sf-why-section,
.sf-why-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-why-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
}

.sf-why-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-why-heading {
  max-width: 860px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-why-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(248, 155, 19, 0.12);
  color: #f89b13;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sf-why-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-why-heading h2 span {
  color: #f89b13;
}

.sf-why-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 34px;
}

.sf-why-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.07);
  border-radius: 28px;
  padding: 30px 26px;
  box-shadow: 0 18px 45px rgba(11, 47, 115, 0.07);
  transition: all 0.3s ease;
}

.sf-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(11, 47, 115, 0.11);
}

.sf-why-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: linear-gradient(135deg, rgba(248,155,19,0.14), rgba(11,47,115,0.08));
  margin-bottom: 20px;
}

.sf-why-card h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 12px;
}

.sf-why-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin: 0;
}

.sf-why-bottom {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.sf-why-bottom-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-why-bottom-card h3 {
  font-size: 34px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}

.sf-why-bottom-card p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.sf-why-mini-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.sf-why-mini-stat {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.06);
  border-radius: 24px;
  padding: 22px 22px;
  box-shadow: 0 16px 40px rgba(11, 47, 115, 0.07);
}

.sf-why-mini-stat strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-why-mini-stat span {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  color: #617593;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-why-heading h2 {
    font-size: 46px;
  }

  .sf-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sf-why-bottom {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-why-section {
    padding: 80px 0;
  }

  .sf-why-heading {
    margin-bottom: 35px;
  }

  .sf-why-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-why-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-why-grid {
    grid-template-columns: 1fr;
  }

  .sf-why-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .sf-why-card h3 {
    font-size: 21px;
  }

  .sf-why-bottom-card {
    border-radius: 24px;
    padding: 26px 22px;
  }

  .sf-why-bottom-card h3 {
    font-size: 26px;
  }

  .sf-why-mini-stat {
    border-radius: 20px;
    padding: 20px;
  }

  .sf-why-mini-stat strong {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbc707d */.sf-core-solutions-section,
.sf-core-solutions-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-core-solutions-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  overflow: hidden;
}

.sf-core-solutions-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-core-solutions-heading {
  max-width: 860px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-core-solutions-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(248, 155, 19, 0.12);
  color: #f89b13;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sf-core-solutions-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-core-solutions-heading h2 span {
  color: #f89b13;
}

.sf-core-solutions-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-core-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 34px;
}

.sf-core-solution-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.07);
  border-radius: 28px;
  padding: 30px 26px;
  box-shadow: 0 18px 45px rgba(11, 47, 115, 0.07);
  transition: all 0.3s ease;
}

.sf-core-solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(11, 47, 115, 0.11);
}

.sf-core-solution-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: linear-gradient(135deg, rgba(248,155,19,0.14), rgba(11,47,115,0.08));
  margin-bottom: 20px;
}

.sf-core-solution-card h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 12px;
}

.sf-core-solution-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin: 0;
}

.sf-core-solutions-bottom {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.sf-core-solutions-bottom-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-core-solutions-bottom-card h3 {
  font-size: 34px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}

.sf-core-solutions-bottom-card p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.sf-core-solutions-mini-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.sf-core-mini-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.06);
  border-radius: 24px;
  padding: 22px 22px;
  box-shadow: 0 16px 40px rgba(11, 47, 115, 0.07);
}

.sf-core-mini-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-core-mini-card span {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  color: #617593;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-core-solutions-heading h2 {
    font-size: 46px;
  }

  .sf-core-solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sf-core-solutions-bottom {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-core-solutions-section {
    padding: 80px 0;
  }

  .sf-core-solutions-heading {
    margin-bottom: 35px;
  }

  .sf-core-solutions-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-core-solutions-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-core-solutions-grid {
    grid-template-columns: 1fr;
  }

  .sf-core-solution-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .sf-core-solution-card h3 {
    font-size: 21px;
  }

  .sf-core-solutions-bottom-card {
    border-radius: 24px;
    padding: 26px 22px;
  }

  .sf-core-solutions-bottom-card h3 {
    font-size: 26px;
  }

  .sf-core-mini-card {
    border-radius: 20px;
    padding: 20px;
  }

  .sf-core-mini-card strong {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd3b979 */.sf-about-cta-strip,
.sf-about-cta-strip * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-about-cta-strip a {
  text-decoration: none;
}

.sf-about-cta-strip {
  position: relative;
  padding: 40px 0 110px;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  overflow: hidden;
}

.sf-about-cta-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-about-cta-box {
  position: relative;
  padding: 54px 52px;
  border-radius: 36px;
  background: linear-gradient(135deg, #0b2f73 0%, #123d8d 60%, #184da8 100%);
  box-shadow: 0 28px 70px rgba(11, 47, 115, 0.18);
  overflow: hidden;
}

.sf-about-cta-box::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  top: -180px;
  right: -120px;
  background: rgba(255, 255, 255, 0.06);
}

.sf-about-cta-box::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  bottom: -120px;
  left: -80px;
  background: rgba(248, 155, 19, 0.14);
}

.sf-about-cta-content,
.sf-about-cta-actions,
.sf-about-cta-meta {
  position: relative;
  z-index: 2;
}

.sf-about-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}

.sf-about-cta-content h2 {
  max-width: 850px;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-about-cta-content h2 span {
  color: #f89b13;
}

.sf-about-cta-content p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 30px;
}

.sf-about-cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sf-about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none  !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.sf-about-cta-btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

.sf-about-cta-btn-whatsapp:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #20c55a, #18b653);
}

.sf-about-cta-btn-quote {
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(248, 155, 19, 0.24);
}

.sf-about-cta-btn-quote:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f18c00, #e88200);
}

.sf-about-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sf-about-cta-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.sf-about-cta-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.sf-about-cta-meta-item {
  min-width: 210px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sf-about-cta-meta-item strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #f89b13;
  font-weight: 600;
  margin-bottom: 6px;
}

.sf-about-cta-meta-item span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-about-cta-box {
    padding: 42px 34px;
    border-radius: 30px;
  }

  .sf-about-cta-content h2 {
    font-size: 44px;
  }

  .sf-about-cta-content p {
    font-size: 17px;
  }

  .sf-about-cta-meta-item {
    min-width: calc(50% - 9px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-about-cta-strip {
    padding: 20px 0 80px;
  }

  .sf-about-cta-box {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .sf-about-cta-content h2 {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .sf-about-cta-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .sf-about-cta-btn {
    width: 100%;
  }

  .sf-about-cta-meta {
    gap: 14px;
  }

  .sf-about-cta-meta-item {
    width: 100%;
    min-width: 100%;
    border-radius: 18px;
  }
}/* End custom CSS */