.elementor-7 .elementor-element.elementor-element-fd78f73{--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-7 .elementor-element.elementor-element-fd78f73.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7 .elementor-element.elementor-element-799277c{--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-7 .elementor-element.elementor-element-799277c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7 .elementor-element.elementor-element-511e27a{--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-7 .elementor-element.elementor-element-d57905b{--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-7 .elementor-element.elementor-element-a8b17c2{--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;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-fd78f73{--width:100%;}.elementor-7 .elementor-element.elementor-element-799277c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-55af9f9 */.sf-hero-section,
.sf-hero-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-hero-section a {
  text-decoration: none;
}

.sf-hero-section {
  --sf-navy: #0b2f73;
  --sf-orange: #f89b13;
  --sf-text: #324767;
  position: relative;
  overflow: hidden;
  padding: 160px 0 0;
  color: var(--sf-text);
  background-color: #f3f7fc;
  background-image:
    url("https://powderblue-gnu-242911.hostingersite.com/wp-content/uploads/2026/04/logo-2.png"),
    radial-gradient(circle at top left, #eef5fd 0%, #edf3fa 30%, #f7f9fc 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right -10px bottom 0, center;
  background-size: 58% auto, cover;
}

.sf-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-hero-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.sf-shape-one {
  width: 700px;
  height: 700px;
  background: linear-gradient(135deg, rgba(11, 47, 115, 0.05), rgba(248, 155, 19, 0.03));
  top: -280px;
  left: -250px;
}

.sf-shape-two {
  width: 700px;
  height: 700px;
  background: linear-gradient(135deg, rgba(89, 157, 255, 0.14), rgba(255, 255, 255, 0));
  top: -160px;
  right: -220px;
}

/* HERO GRID */
.sf-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 40px 0 35px;
  position: relative;
  z-index: 2;
}

/* LEFT */
.sf-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(11, 47, 115, 0.14);
  background: rgba(255, 255, 255, 0.85);
  color: var(--sf-navy);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 22px;
  box-shadow: 0 8px 25px rgba(11, 47, 115, 0.05);
}

.sf-badge::before {
  content: "☀";
  color: var(--sf-orange);
  font-size: 15px;
}

.sf-hero-content h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--sf-navy);
  letter-spacing: -1.5px;
  margin-bottom: 22px;
  max-width: 720px;
}

.sf-hero-content h1 span {
  color: var(--sf-orange);
}

.sf-hero-content p {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.8;
  color: #5c6f8f;
  margin-bottom: 32px;
}

.sf-hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.sf-btn-primary,
.sf-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;
  transition: all 0.3s ease;
}

.sf-btn-primary {
  background: var(--sf-orange);
  color: #fff;
  box-shadow: 0 14px 28px rgba(248, 155, 19, 0.22);
}

.sf-btn-primary:hover {
  background: #eb8c01;
  transform: translateY(-2px);
}

.sf-btn-secondary {
  color: var(--sf-navy);
  border: 2px solid rgba(11, 47, 115, 0.7);
  background: transparent;
}

.sf-btn-secondary:hover {
  background: var(--sf-navy);
  color: #fff;
}

/* STATS */
.sf-stats-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sf-stat-card {
  width: 190px;
  min-height: 210px;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(11, 47, 115, 0.10);
  backdrop-filter: blur(10px);
}

.sf-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eef4fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.sf-stat-card h3 {
  font-size: 28px;
  line-height: 1.1;
  color: var(--sf-navy);
  font-weight: 800;
  margin-bottom: 8px;
}

.sf-stat-card h4 {
  font-size: 16px;
  line-height: 1.4;
  color: var(--sf-navy);
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-stat-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #6c7c96;
  margin-bottom: 0;
}

/* RIGHT */
.sf-hero-visual {
  position: relative;
  min-height: 620px;
  width: 100%;
}

.sf-visual-circle {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  right: 20px;
  top: 30px;
  background: rgba(113, 160, 247, 0.10);
  z-index: 1;
}

.sf-small-note {
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 4;
  padding: 20px 22px;
  border-left: 4px solid #f89b13;
  background: linear-gradient(135deg, rgba(11, 47, 115, 0.96), rgba(12, 55, 128, 0.92));
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(11, 47, 115, 0.20);
  max-width: 280px;
}

.sf-small-note h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 700;
}

.sf-small-note p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* TRUST BAR */
.sf-trust-bar {
  margin-top: 10px;
  background: linear-gradient(90deg, #08235a, #0b2f73);
  padding: 26px 0;
}

.sf-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sf-trust-item {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.sf-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 8px;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.2);
}

.sf-trust-item strong {
  font-size: 17px;
  font-weight: 600;
}

.sf-trust-item span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1200px) {
  .sf-hero-section {
    background-size: 52% auto, cover;
    background-position: right 20px bottom 70px, center;
  }

  .sf-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .sf-hero-content h1 {
    font-size: 56px;
  }

  .sf-hero-visual {
    min-height: 340px;
  }

  .sf-small-note {
    right: 30px;
  }
}

@media (max-width: 991px) {
  .sf-hero-section {
    background-size: 62% auto, cover;
    background-position: right 10px bottom 120px, center;
  }

  .sf-hero-content h1 {
    font-size: 46px;
    line-height: 1.12;
  }

  .sf-hero-content p {
    font-size: 17px;
  }

  .sf-stats-wrap {
    justify-content: center;
  }

  .sf-stat-card {
    width: calc(50% - 10px);
  }

  .sf-hero-visual {
    min-height: 300px;
  }

  .sf-visual-circle {
    width: 420px;
    height: 420px;
    right: 0;
    top: 0;
  }

  .sf-small-note {
    right: 20px;
    bottom: 20px;
    max-width: 240px;
  }

  .sf-small-note h4 {
    font-size: 22px;
  }

  .sf-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sf-trust-item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .sf-hero-section {
    padding-top: 160px;
    background-size: 88% auto, cover;
    background-position: center bottom 170px, center;
  }

  .sf-hero-grid {
    padding: 30px 0 20px;
  }

  .sf-hero-content h1 {
    font-size: 36px;
    letter-spacing: -0.8px;
  }

  .sf-hero-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-btn-primary,
  .sf-btn-secondary {
    width: 100%;
  }

  .sf-stat-card {
    width: 100%;
    min-height: auto;
  }

  .sf-hero-visual {
    min-height: 260px;
  }

  .sf-visual-circle {
    width: 300px;
    height: 300px;
    right: 50%;
    transform: translateX(50%);
    top: 10px;
  }

  .sf-small-note {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-360689d */.sf-hero-section,
.sf-hero-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-hero-section a {
  text-decoration: none;
}

.sf-hero-section {
  --sf-navy: #0b2f73;
  --sf-navy-dark: #07193f;
  --sf-orange: #f89b13;
  --sf-white: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 170px 0 0;
  background: #0b2f73;
  isolation: isolate;
}

/* Background Video */
.sf-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0b2f73;
}

.sf-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.02);
}

/* Overlay */
.sf-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 25, 63, 0.90) 0%,
      rgba(7, 25, 63, 0.78) 42%,
      rgba(7, 25, 63, 0.58) 100%
    );
}

/* Decorative shapes */
.sf-hero-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}

.sf-shape-one {
  width: 650px;
  height: 650px;
  top: -250px;
  left: -230px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(248,155,19,0.04));
}

.sf-shape-two {
  width: 650px;
  height: 650px;
  top: -180px;
  right: -220px;
  background: linear-gradient(135deg, rgba(89,157,255,0.12), rgba(255,255,255,0));
}

.sf-container {
  width: min(1280px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* Content layout */
.sf-hero-grid {
  display: block;
  padding: 40px 0 70px;
}

.sf-hero-content {
  max-width: 860px;
}

.sf-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sf-badge::before {
  content: "☀";
  color: var(--sf-orange);
  font-size: 15px;
}

.sf-hero-content h1 {
  max-width: 780px;
  font-size: 72px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.4px;
  color: #ffffff;
  margin-bottom: 22px;
}

.sf-hero-content h1 span {
  color: var(--sf-orange);
}

.sf-hero-content p {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 32px;
}

.sf-hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.sf-btn-primary,
.sf-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;
  transition: all 0.3s ease;
}

.sf-btn-primary {
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(248, 155, 19, 0.24);
}

.sf-btn-primary:hover {
  background: linear-gradient(135deg, #f18c00, #e88200);
  transform: translateY(-2px);
}

.sf-btn-secondary {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}

.sf-btn-secondary:hover {
  background: #ffffff;
  color: var(--sf-navy);
}

/* Feature tags */
.sf-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sf-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.10);
}

.sf-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(248, 155, 19, 0.18);
  font-size: 16px;
  flex-shrink: 0;
}

.sf-feature-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
/* TRUST BAR */
.sf-trust-bar {
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #08235a, #0b2f73);
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sf-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sf-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  position: relative;
}

.sf-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.18);
}

.sf-trust-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f89b13;
}

.sf-trust-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.sf-trust-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sf-trust-text strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.sf-trust-text span {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {
  .sf-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sf-trust-item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .sf-trust-item {
    align-items: flex-start;
  }

  .sf-trust-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
  }

  .sf-trust-icon svg {
    width: 22px;
    height: 22px;
  }

  .sf-trust-text strong {
    font-size: 16px;
  }

  .sf-trust-text span {
    font-size: 13px;
  }
}
/* Tablet */
@media (max-width: 1200px) {
  .sf-hero-content h1 {
    font-size: 58px;
  }
}

@media (max-width: 991px) {
  .sf-hero-section {
    padding-top: 150px;
  }

  .sf-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(7, 25, 63, 0.90) 0%,
        rgba(7, 25, 63, 0.78) 52%,
        rgba(7, 25, 63, 0.68) 100%
      );
  }

  .sf-hero-grid {
    padding: 28px 0 55px;
  }

  .sf-hero-content h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  .sf-hero-content p {
    font-size: 17px;
  }

  .sf-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sf-trust-item:not(:last-child)::after {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-hero-section {
    padding-top: 145px;
  }

  .sf-hero-content h1 {
    font-size: 36px;
    letter-spacing: -0.7px;
  }

  .sf-hero-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-btn-primary,
  .sf-btn-secondary {
    width: 100%;
  }

  .sf-feature-tags {
    gap: 12px;
  }

  .sf-feature-tag {
    width: 100%;
    justify-content: flex-start;
    border-radius: 18px;
    padding: 12px 16px;
    min-height: auto;
  }

  .sf-feature-text {
    white-space: normal;
    line-height: 1.4;
  }

  .sf-trust-item {
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-899d246 */.sf-about-section,
.sf-about-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-about-section a {
  text-decoration: none;
}

.sf-about-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  overflow: hidden;
}

.sf-about-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 60px;
}

/* LEFT SIDE */
.sf-about-visual {
  position: relative;
}

.sf-about-image-wrap {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(11, 47, 115, 0.14);
}

.sf-about-image-wrap img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.sf-about-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 18px 40px rgba(11, 47, 115, 0.12);
  backdrop-filter: blur(10px);
}

.sf-about-floating-card h4 {
  font-size: 24px;
  line-height: 1.1;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 6px;
}

.sf-about-floating-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #5f7290;
  margin: 0;
}

.sf-about-card-one {
  left: -20px;
  bottom: 35px;
  max-width: 200px;
}

.sf-about-card-two {
  right: -20px;
  top: 35px;
  max-width: 230px;
}

/* RIGHT SIDE */
.sf-about-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(248, 155, 19, 0.10);
  color: #f89b13;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sf-about-content h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.sf-about-content h2 span {
  color: #f89b13;
}

.sf-about-text {
  font-size: 18px;
  line-height: 1.85;
  color: #5c6f8f;
  margin-bottom: 18px;
}

.sf-about-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 28px 0 34px;
}

.sf-about-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(11, 47, 115, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(11, 47, 115, 0.06);
}

.sf-about-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #eef4fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.sf-about-point h5 {
  font-size: 20px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 6px;
}

.sf-about-point p {
  font-size: 15px;
  line-height: 1.7;
  color: #677a97;
  margin: 0;
}

.sf-about-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.sf-about-btn-primary,
.sf-about-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sf-about-btn-primary {
  background: #f89b13;
  color: #fff;
  box-shadow: 0 14px 28px rgba(248, 155, 19, 0.22);
}

.sf-about-btn-primary:hover {
  background: #ea8d04;
  transform: translateY(-2px);
}

.sf-about-btn-secondary {
  background: transparent;
  color: #0b2f73;
  border: 2px solid rgba(11, 47, 115, 0.7);
}

.sf-about-btn-secondary:hover {
  background: #0b2f73;
  color: #fff;
}

/* BOTTOM CARDS */
.sf-about-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sf-about-benefit-card {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(11, 47, 115, 0.08);
  border: 1px solid rgba(11, 47, 115, 0.06);
}

.sf-about-benefit-card h4 {
  font-size: 22px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 10px;
}

.sf-about-benefit-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #677a97;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .sf-about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .sf-about-content h2 {
    font-size: 46px;
  }

  .sf-about-image-wrap img {
    height: 540px;
  }
}

@media (max-width: 991px) {
  .sf-about-section {
    padding: 85px 0;
  }

  .sf-about-content h2 {
    font-size: 40px;
  }

  .sf-about-text {
    font-size: 17px;
  }

  .sf-about-benefits {
    grid-template-columns: 1fr;
  }

  .sf-about-card-one,
  .sf-about-card-two {
    position: static;
    margin-top: 16px;
    max-width: 100%;
  }

  .sf-about-visual {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sf-about-section {
    padding: 70px 0;
  }

  .sf-about-content h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }

  .sf-about-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .sf-about-image-wrap img {
    height: 380px;
  }

  .sf-about-point {
    padding: 16px;
  }

  .sf-about-point h5 {
    font-size: 18px;
  }

  .sf-about-btn-primary,
  .sf-about-btn-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58f6b25 */.sf-solutions-section,
.sf-solutions-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-solutions-section a {
  text-decoration: none;
}

.sf-solutions-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
  overflow: hidden;
}

.sf-solutions-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-solutions-heading {
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-solutions-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-solutions-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-solutions-heading h2 span {
  color: #f89b13;
}

.sf-solutions-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sf-solution-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  padding: 30px 26px;
  box-shadow: 0 18px 45px rgba(11, 47, 115, 0.08);
  border: 1px solid rgba(11, 47, 115, 0.06);
  transition: all 0.3s ease;
}

.sf-solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 55px rgba(11, 47, 115, 0.12);
}

.sf-solution-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  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: 28px;
  margin-bottom: 20px;
}

.sf-solution-card h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #0b2f73;
  margin-bottom: 12px;
}

.sf-solution-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin-bottom: 18px;
}

.sf-solution-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sf-solution-card ul li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #536884;
}

.sf-solution-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f89b13;
  box-shadow: 0 0 0 4px rgba(248, 155, 19, 0.15);
}

.sf-solution-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b2f73;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.sf-solution-card a::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}

.sf-solution-card a:hover {
  color: #f89b13;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sf-solutions-heading h2 {
    font-size: 46px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-solutions-section {
    padding: 80px 0;
  }

  .sf-solutions-heading {
    margin-bottom: 35px;
  }

  .sf-solutions-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-solutions-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-solutions-grid {
    grid-template-columns: 1fr;
  }

  .sf-solution-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .sf-solution-card h3 {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5422f31 */.sf-portfolio-section,
.sf-portfolio-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-portfolio-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  overflow: hidden;
}

.sf-portfolio-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-portfolio-heading {
  max-width: 840px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-portfolio-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(11, 47, 115, 0.08);
  color: #0b2f73;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sf-portfolio-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-portfolio-heading h2 span {
  color: #f89b13;
}

.sf-portfolio-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

.sf-portfolio-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.06);
  border-radius: 28px;
  padding: 30px 26px;
  box-shadow: 0 18px 45px rgba(11, 47, 115, 0.07);
  transition: all 0.3s ease;
}

.sf-portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(11, 47, 115, 0.11);
}

.sf-portfolio-icon {
  width: 64px;
  height: 64px;
  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-portfolio-card h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #0b2f73;
  margin-bottom: 12px;
}

.sf-portfolio-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin: 0;
}

.sf-portfolio-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.sf-portfolio-bottom-left {
  position: relative;
  background:
    linear-gradient(135deg, rgba(11, 47, 115, 0.88), rgba(18, 61, 141, 0.82)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1400&q=80")
    center center / cover no-repeat;
  border-radius: 30px;
  padding: 34px 32px;
  color: #fff;
  box-shadow: 0 22px 55px rgba(11, 47, 115, 0.16);
  overflow: hidden;
}

.sf-portfolio-bottom-left h3,
.sf-portfolio-bottom-left p {
  position: relative;
  z-index: 3;
}

.sf-portfolio-bottom-left h3 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 14px;
  color: #f89b12;
}

.sf-portfolio-bottom-left p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.sf-portfolio-svg-bg {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 240px;
  height: 240px;
  opacity: 0.28;
  z-index: 2;
  pointer-events: none;
}

.sf-portfolio-svg-bg svg {
  width: 100%;
  height: 100%;
}

.sf-svg-circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 2;
}

.sf-svg-circle-1 {
  animation: sfPulseOne 4s ease-in-out infinite;
}

.sf-svg-circle-2 {
  animation: sfPulseTwo 4s ease-in-out infinite;
}

.sf-svg-wave {
  fill: none;
  stroke: rgba(248, 155, 19, 0.9);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 12 10;
  animation: sfWaveMove 6s linear infinite;
}

.sf-portfolio-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.sf-portfolio-stat {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.06);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(11, 47, 115, 0.07);
}

.sf-portfolio-stat h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-portfolio-stat p {
  font-size: 15px;
  line-height: 1.7;
  color: #617593;
  margin: 0;
}

@keyframes sfPulseOne {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes sfPulseTwo {
  0%, 100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(0.94);
    opacity: 0.8;
  }
}

@keyframes sfWaveMove {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -44;
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sf-portfolio-heading h2 {
    font-size: 46px;
  }

  .sf-portfolio-bottom {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-portfolio-section {
    padding: 80px 0;
  }

  .sf-portfolio-heading {
    margin-bottom: 35px;
  }

  .sf-portfolio-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-portfolio-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .sf-portfolio-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .sf-portfolio-card h3 {
    font-size: 21px;
  }

  .sf-portfolio-bottom-left {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .sf-portfolio-bottom-left h3 {
    font-size: 26px;
  }

  .sf-portfolio-stat {
    padding: 20px;
    border-radius: 20px;
  }

  .sf-portfolio-stat h4 {
    font-size: 21px;
  }
}/* End custom CSS */