.elementor-234 .elementor-element.elementor-element-3dafde7{--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:-140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-234 .elementor-element.elementor-element-9dc98e1{--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-234 .elementor-element.elementor-element-33bc585{--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-234 .elementor-element.elementor-element-eeaec83{--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-234 .elementor-element.elementor-element-0d5c771{--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-234 .elementor-element.elementor-element-a0ad79e{--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-234 .elementor-element.elementor-element-e9216e2{--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-faf7692 */.sf-solution-hero,
.sf-solution-hero * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-solution-hero a {
  text-decoration: none;
}

.sf-solution-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 230px 0 100px;
  background:
  url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=80")
  center center / cover no-repeat;
}

.sf-solution-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-solution-hero-container {
  width: min(1280px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sf-solution-hero-content {
  max-width: 820px;
}

.sf-solution-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-solution-hero-content h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.sf-solution-hero-content h1 span {
  color: #f89b13;
}

.sf-solution-hero-content p {
  max-width: 700px;
  font-size: 19px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 34px;
}

.sf-solution-hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.sf-solution-btn-primary,
.sf-solution-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sf-solution-btn-primary {
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(248, 155, 19, 0.26);
  gap: 10px;
}

.sf-solution-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f18c00, #e88200);
}

.sf-solution-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-solution-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.20);
  transform: translateY(-2px);
}

.sf-solution-hero-chips {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.sf-solution-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-solution-hero-chip strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #f89b13;
  font-weight: 600;
  margin-bottom: 6px;
}

.sf-solution-hero-chip span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-solution-hero {
    min-height: 640px;
    padding: 160px 0 85px;
  }

  .sf-solution-hero-content h1 {
    font-size: 54px;
    letter-spacing: -1px;
  }

  .sf-solution-hero-content p {
    font-size: 17px;
  }

  .sf-solution-hero-chip {
    min-width: calc(50% - 9px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-solution-hero {
    min-height: auto;
    padding: 140px 0 70px;
    background-position: center center;
  }

  .sf-solution-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-solution-hero-content h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .sf-solution-hero-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .sf-solution-btn-primary,
  .sf-solution-btn-secondary {
    width: 100%;
  }

  .sf-solution-hero-chip {
    width: 100%;
    min-width: 100%;
    border-radius: 18px;
  }

  .sf-solution-hero-chips {
    gap: 14px;
  }
}
.sf-solution-btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: #ffffff;
  border: none;
  gap: 10px;
}

.sf-solution-btn-whatsapp:hover {
  background: linear-gradient(135deg, #20c55a, #18b653);
  transform: translateY(-2px);
}

.sf-solution-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sf-solution-whatsapp-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b70081f */.sf-nano-overview-section,
.sf-nano-overview-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-nano-overview-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
}

.sf-nano-overview-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-nano-overview-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

/* Left content */
.sf-nano-overview-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-nano-overview-content h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.sf-nano-overview-content h2 span {
  color: #f89b13;
}

.sf-nano-overview-text {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin-bottom: 18px;
}

.sf-nano-overview-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}

.sf-nano-overview-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 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-nano-point-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-nano-overview-point h4 {
  font-size: 20px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 6px;
}

.sf-nano-overview-point p {
  font-size: 15px;
  line-height: 1.75;
  color: #617593;
  margin: 0;
}

/* Right visual */
.sf-nano-overview-visual {
  position: relative;
}

.sf-nano-overview-image-wrap {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(11, 47, 115, 0.14);
}

.sf-nano-overview-image-wrap img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.sf-nano-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-nano-floating-card h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-nano-floating-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #617593;
  margin: 0;
}

.sf-nano-card-one {
  left: -24px;
  bottom: 36px;
}

.sf-nano-card-two {
  right: -24px;
  top: 36px;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-nano-overview-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sf-nano-overview-content h2 {
    font-size: 46px;
  }

  .sf-nano-overview-image-wrap img {
    height: 560px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-nano-overview-section {
    padding: 80px 0;
  }

  .sf-nano-overview-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .sf-nano-overview-content {
    display: contents;
  }

  .sf-nano-overview-badge {
    order: 1;
  }

  .sf-nano-overview-content h2 {
    order: 2;
    font-size: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }

  .sf-nano-overview-visual {
    order: 3;
  }

  .sf-nano-overview-image-wrap img {
    height: 380px;
  }

  .sf-nano-overview-text {
    order: 4;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .sf-nano-overview-points {
    order: 5;
    margin-top: 10px;
  }

  .sf-nano-floating-card {
    display: none;
  }

  .sf-nano-overview-point {
    padding: 16px;
    border-radius: 20px;
  }

  .sf-nano-overview-point h4 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7649f7a */.sf-nano-benefits-section,
.sf-nano-benefits-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-nano-benefits-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  overflow: hidden;
}

.sf-nano-benefits-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-nano-benefits-heading {
  max-width: 860px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-nano-benefits-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-nano-benefits-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-nano-benefits-heading h2 span {
  color: #f89b13;
}

.sf-nano-benefits-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-nano-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sf-nano-benefit-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-nano-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(11, 47, 115, 0.11);
}

.sf-nano-benefit-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-nano-benefit-card h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 12px;
}

.sf-nano-benefit-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin: 0;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-nano-benefits-heading h2 {
    font-size: 46px;
  }

  .sf-nano-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-nano-benefits-section {
    padding: 80px 0;
  }

  .sf-nano-benefits-heading {
    margin-bottom: 35px;
  }

  .sf-nano-benefits-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-nano-benefits-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-nano-benefits-grid {
    grid-template-columns: 1fr;
  }

  .sf-nano-benefit-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .sf-nano-benefit-card h3 {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-920df19 */.sf-nano-performance-section,
.sf-nano-performance-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-nano-performance-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
}

.sf-nano-performance-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-nano-performance-heading {
  max-width: 860px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-nano-performance-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-nano-performance-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-nano-performance-heading h2 span {
  color: #f89b13;
}

.sf-nano-performance-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-nano-performance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

.sf-nano-performance-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.07);
  border-radius: 28px;
  padding: 32px 26px;
  box-shadow: 0 18px 45px rgba(11, 47, 115, 0.07);
  transition: all 0.3s ease;
}

.sf-nano-performance-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(11, 47, 115, 0.11);
}

.sf-nano-performance-featured {
  background: linear-gradient(135deg, #0b2f73, #123d8d);
  border-color: transparent;
}

.sf-nano-performance-number {
  font-size: 44px;
  line-height: 1.05;
  font-weight: 800;
  color: #f89b13;
  margin-bottom: 16px;
}

.sf-nano-performance-card h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 12px;
}

.sf-nano-performance-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin: 0;
}

.sf-nano-performance-featured h3 {
  color: #ffffff;
}

.sf-nano-performance-featured p {
  color: rgba(255, 255, 255, 0.88);
}

.sf-nano-performance-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(248, 155, 19, 0.08);
  border: 1px solid rgba(248, 155, 19, 0.16);
}

.sf-nano-performance-note-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background: rgba(248, 155, 19, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.sf-nano-performance-note-text h4 {
  font-size: 22px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 8px;
}

.sf-nano-performance-note-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #617593;
  margin: 0;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-nano-performance-heading h2 {
    font-size: 46px;
  }

  .sf-nano-performance-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-nano-performance-section {
    padding: 80px 0;
  }

  .sf-nano-performance-heading {
    margin-bottom: 35px;
  }

  .sf-nano-performance-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-nano-performance-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-nano-performance-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .sf-nano-performance-number {
    font-size: 34px;
  }

  .sf-nano-performance-card h3 {
    font-size: 21px;
  }

  .sf-nano-performance-note {
    flex-direction: column;
    border-radius: 20px;
    padding: 18px;
  }

  .sf-nano-performance-note-text h4 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1478a0 */.sf-nano-applications-section,
.sf-nano-applications-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-nano-applications-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
}

.sf-nano-applications-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-nano-applications-heading {
  max-width: 860px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-nano-applications-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-nano-applications-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-nano-applications-heading h2 span {
  color: #f89b13;
}

.sf-nano-applications-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-nano-applications-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.sf-nano-app-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(11, 47, 115, 0.08);
  box-shadow: 0 18px 48px rgba(11, 47, 115, 0.08);
}

.sf-nano-app-card-reverse .sf-nano-app-media {
  order: 2;
}

.sf-nano-app-card-reverse .sf-nano-app-content {
  order: 1;
}

.sf-nano-app-media {
  position: relative;
  overflow: hidden;
}

.sf-nano-app-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 47, 115, 0.10), rgba(248, 155, 19, 0.04));
  pointer-events: none;
}

.sf-nano-app-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.sf-nano-app-content {
  padding: 42px 38px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.sf-nano-app-number {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(248,155,19,0.14), rgba(11,47,115,0.08));
  color: #f89b13;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sf-nano-app-content h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 14px;
}

.sf-nano-app-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #617593;
  margin: 0 0 18px;
}

.sf-nano-app-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-nano-app-content ul li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.8;
  color: #516883;
  margin-bottom: 8px;
}

.sf-nano-app-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f89b13;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-nano-applications-heading h2 {
    font-size: 46px;
  }

  .sf-nano-app-card {
    min-height: 320px;
  }

  .sf-nano-app-content {
    padding: 30px 26px;
  }

  .sf-nano-app-content h3 {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-nano-applications-section {
    padding: 80px 0;
  }

  .sf-nano-applications-heading {
    margin-bottom: 35px;
  }

  .sf-nano-applications-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-nano-applications-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-nano-app-card {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .sf-nano-app-card-reverse .sf-nano-app-media,
  .sf-nano-app-card-reverse .sf-nano-app-content {
    order: unset;
  }

  .sf-nano-app-media img {
    min-height: 250px;
    height: 250px;
  }

  .sf-nano-app-content {
    padding: 24px 20px;
  }

  .sf-nano-app-content h3 {
    font-size: 24px;
  }

  .sf-nano-app-number {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12c4b44 */.sf-nano-related-section,
.sf-nano-related-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-nano-related-section a,
.sf-nano-related-card,
.sf-nano-related-card * {
  text-decoration: none !important;
}

.sf-nano-related-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
}

.sf-nano-related-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sf-nano-related-heading {
  max-width: 860px;
  margin: 0 auto 55px;
  text-align: center;
}

.sf-nano-related-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-nano-related-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-nano-related-heading h2 span {
  color: #f89b13;
}

.sf-nano-related-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-nano-related-mobile-wrap {
  position: relative;
}

.sf-nano-related-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.sf-nano-related-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.07);
  border-radius: 26px;
  padding: 26px 22px;
  box-shadow: 0 18px 45px rgba(11, 47, 115, 0.07);
  transition: all 0.3s ease;
}

.sf-nano-related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(11, 47, 115, 0.11);
}

.sf-nano-related-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  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-nano-related-card h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #0b2f73;
  font-weight: 700;
  margin-bottom: 10px;
}

.sf-nano-related-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #617593;
  margin: 0 0 18px;
  flex-grow: 1;
}

.sf-nano-related-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #f89b13;
  transition: all 0.25s ease;
}

.sf-nano-related-card:hover .sf-nano-related-link {
  color: #0b2f73;
}

.sf-nano-related-scroll-btn {
  display: none;
}

/* Large tablet */
@media (max-width: 1200px) {
  .sf-nano-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-nano-related-heading h2 {
    font-size: 46px;
  }

  .sf-nano-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-nano-related-section {
    padding: 80px 0;
  }

  .sf-nano-related-heading {
    margin-bottom: 35px;
  }

  .sf-nano-related-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-nano-related-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-nano-related-mobile-wrap {
    padding: 0 44px;
  }

  .sf-nano-related-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .sf-nano-related-grid::-webkit-scrollbar {
    display: none;
  }

  .sf-nano-related-card {
    min-width: 84%;
    flex: 0 0 84%;
    scroll-snap-align: start;
    border-radius: 22px;
    padding: 22px 18px;
  }

  .sf-nano-related-card h3 {
    font-size: 20px;
  }

  .sf-nano-related-scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #0b2f73;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 10px 22px rgba(11, 47, 115, 0.18);
  }

  .sf-nano-related-scroll-prev {
    left: 0;
  }

  .sf-nano-related-scroll-next {
    right: 0;
  }
}/* End custom CSS */