.elementor-22 .elementor-element.elementor-element-1196188{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-4208083{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-344efa4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-aa855e8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-0b96218{padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-1b87c78{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-1196188 *//* =====================================================
   SV TRADELINK - HERO CAROUSEL CSS
   Light Overlay + Drag Slider + Hidden Dots/Arrows
===================================================== */

.svchem-hero,
.svchem-hero * {
  box-sizing: border-box;
}

.svchem-hero {
  position: relative;
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  background: #071827;
  isolation: isolate;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.svchem-hero.is-dragging {
  cursor: grabbing;
}

.svchem-hero__track {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 720px;
  transform: translateX(0);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.svchem-hero.is-dragging .svchem-hero__track {
  transition: none;
}

.svchem-hero__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  background-image: var(--bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.svchem-hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: transform 6500ms ease;
}

.svchem-hero__slide.is-active::before {
  transform: scale(1.08);
}

/* Reduced overlay */
.svchem-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(5, 18, 30, 0.42) 0%,
      rgba(5, 18, 30, 0.28) 45%,
      rgba(5, 18, 30, 0.46) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 18, 30, 0.18) 0%,
      rgba(5, 18, 30, 0.42) 100%
    );
}

/* Center content */
.svchem-hero__content {
  position: relative;
  z-index: 5;
  width: min(850px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  padding: 140px 20px 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto;
}

.svchem-hero__slide.is-active .svchem-hero__content {
  animation: svchemHeroContentUp 850ms ease both;
}

@keyframes svchemHeroContentUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Small label */
.svchem-hero__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.2px;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

/* Reduced heading size */
.svchem-hero__title {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -1.8px;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
}

.svchem-hero__text {
  max-width: 600px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.2px;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.svchem-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 36px;
  padding: 0 32px;
  border-radius: 999px;
  background: #05aeea;
  border: 1px solid rgba(5, 174, 234, 0.95);
  color: #ffffff !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  letter-spacing: -0.2px;
  box-shadow: 0 16px 34px rgba(5, 174, 234, 0.26);
  transition: all 280ms ease;
}

.svchem-hero__btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #071827 !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

/* Hide browser drag ghost */
.svchem-hero img,
.svchem-hero a {
  -webkit-user-drag: none;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1366px) {
  .svchem-hero,
  .svchem-hero__track,
  .svchem-hero__slide,
  .svchem-hero__content {
    min-height: 660px;
  }

  .svchem-hero__content {
    padding: 125px 20px 90px;
  }

  .svchem-hero__title {
    max-width: 790px;
  }
}

@media (max-width: 1024px) {
  .svchem-hero,
  .svchem-hero__track,
  .svchem-hero__slide,
  .svchem-hero__content {
    min-height: 610px;
  }

  .svchem-hero__content {
    width: min(740px, calc(100% - 36px));
    padding: 115px 18px 82px;
  }

  .svchem-hero__title {
    font-size: clamp(34px, 5.5vw, 52px);
    line-height: 1.13;
    letter-spacing: -1.3px;
  }

  .svchem-hero__tag {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .svchem-hero__text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .svchem-hero,
  .svchem-hero__track,
  .svchem-hero__slide,
  .svchem-hero__content {
    min-height: 540px;
  }

  .svchem-hero__slide,
  .svchem-hero__slide::before {
    background-position: center center;
  }

  .svchem-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 18, 30, 0.52) 0%,
        rgba(5, 18, 30, 0.42) 45%,
        rgba(5, 18, 30, 0.68) 100%
      );
  }

  .svchem-hero__content {
    width: 100%;
    padding: 100px 18px 72px;
  }

  .svchem-hero__tag {
    font-size: 12.5px;
    margin-bottom: 12px;
  }

  .svchem-hero__title {
    max-width: 370px;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .svchem-hero__text {
    max-width: 330px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .svchem-hero__btn {
    min-height: 46px;
    margin-top: 28px;
    padding: 0 26px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .svchem-hero,
  .svchem-hero__track,
  .svchem-hero__slide,
  .svchem-hero__content {
    min-height: 510px;
  }

  .svchem-hero__content {
    padding: 92px 16px 66px;
  }

  .svchem-hero__title {
    max-width: 320px;
    font-size: 27px;
  }

  .svchem-hero__tag {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4208083 *//* =====================================================
   SIDDHIVINAYAK TRADELINK - MODERN ABOUT SECTION
   Single Image Version
===================================================== */

.sv-about-modern-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 82px 20px;
  font-family: "Inter", Arial, sans-serif;
}

.sv-about-modern-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
  background: #f7f9fb;
  border: 1px solid rgba(0, 26, 72, 0.08);
  border-radius: 34px;
  padding: 52px;
  box-shadow: 0 24px 70px rgba(0, 26, 72, 0.08);
}

/* Soft dotted background */
.sv-about-modern-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(rgba(16, 47, 95, 0.15) 1px, transparent 1px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 48%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 48%);
}

/* Left Content */
.sv-about-modern-content {
  position: relative;
  z-index: 2;
  max-width: 585px;
}

.sv-about-modern-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(47, 155, 216, 0.12);
  color: #102f5f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sv-about-modern-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #2f9bd8;
}

.sv-about-modern-content h2 {
  margin: 18px 0 16px;
  color: #001a48;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.sv-about-modern-content p {
  margin: 0;
  color: rgba(0, 26, 72, 0.72);
  font-size: 16px;
  line-height: 1.78;
  font-weight: 500;
}

/* Points */
.sv-about-modern-points {
  margin-top: 26px;
  display: grid;
  gap: 13px;
}

.sv-about-modern-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #001a48;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
}

.sv-about-modern-check {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #102f5f;
  color: #ffffff;
  margin-top: 1px;
}

.sv-about-modern-check svg {
  width: 15px;
  height: 15px;
  display: block;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Actions */
.sv-about-modern-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.sv-about-modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  background: #2f9bd8;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  box-shadow: 0 14px 30px rgba(47, 155, 216, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.sv-about-modern-btn:hover {
  background: #102f5f;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 26, 72, 0.22);
}

.sv-about-modern-exp {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 26, 72, 0.16);
}

.sv-about-modern-exp strong {
  color: #001a48;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.sv-about-modern-exp span {
  max-width: 110px;
  color: rgba(0, 26, 72, 0.65);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

/* Right Image Area */
.sv-about-modern-image-area {
  position: relative;
  z-index: 2;
}

.sv-about-modern-image-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: linear-gradient(135deg, #102f5f 0%, #16386f 100%);
  padding: 34px;
  box-shadow: 0 24px 55px rgba(0, 26, 72, 0.18);
  overflow: hidden;
}

.sv-about-modern-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: radial-gradient(rgba(255, 255, 255, 0.30) 1px, transparent 1px);
  background-size: 17px 17px;
}

.sv-about-modern-image-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(47, 155, 216, 0.28);
  filter: blur(10px);
}

/* Single Image */
.sv-about-modern-image-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.28));
}

/* Floating Year Badge */
.sv-about-modern-year {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 3;
  width: 126px;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.20);
}

.sv-about-modern-year span {
  color: rgba(0, 26, 72, 0.62);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.sv-about-modern-year strong {
  margin-top: 8px;
  color: #001a48;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

/* Floating Trust Badge */
.sv-about-modern-tag {
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 3;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.sv-about-modern-tag strong {
  display: block;
  color: #001a48;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.sv-about-modern-tag span {
  display: block;
  margin-top: 5px;
  color: rgba(0, 26, 72, 0.65);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 700;
}

/* Animation */
.sv-about-modern-content,
.sv-about-modern-image-area {
  animation: svAboutModernFadeUp 0.8s ease both;
}

.sv-about-modern-image-area {
  animation-delay: 0.12s;
}

@keyframes svAboutModernFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .sv-about-modern-section {
    padding: 66px 20px;
  }

  .sv-about-modern-container {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 40px;
  }

  .sv-about-modern-content {
    max-width: 100%;
  }

  .sv-about-modern-image-card {
    min-height: 480px;
  }

  .sv-about-modern-image-card img {
    max-width: 560px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sv-about-modern-section {
    padding: 48px 14px;
  }

  .sv-about-modern-container {
    padding: 22px;
    border-radius: 26px;
    gap: 30px;
  }

  .sv-about-modern-container::before {
    opacity: 0.20;
  }

  .sv-about-modern-kicker {
    font-size: 10.5px;
    letter-spacing: 0.7px;
    padding: 8px 12px;
  }

  .sv-about-modern-content h2 {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.7px;
  }

  .sv-about-modern-content p {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .sv-about-modern-points {
    margin-top: 22px;
    gap: 12px;
  }

  .sv-about-modern-point {
    font-size: 14px;
  }

  .sv-about-modern-check {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .sv-about-modern-actions {
    margin-top: 28px;
    gap: 16px;
  }

  .sv-about-modern-btn {
    width: 100%;
    min-height: 48px;
  }

  .sv-about-modern-exp {
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
    border-left: 0;
    border-top: 1px solid rgba(0, 26, 72, 0.14);
  }

  .sv-about-modern-exp strong {
    font-size: 30px;
  }

  .sv-about-modern-exp span {
    max-width: 150px;
  }

  .sv-about-modern-image-card {
    min-height: 350px;
    padding: 22px;
    border-radius: 24px;
  }

  .sv-about-modern-image-card img {
    max-width: 100%;
  }

  .sv-about-modern-year {
    left: 14px;
    bottom: 14px;
    width: 104px;
    min-height: 82px;
    padding: 14px;
    border-radius: 16px;
  }

  .sv-about-modern-year span {
    font-size: 10px;
  }

  .sv-about-modern-year strong {
    font-size: 28px;
  }

  .sv-about-modern-tag {
    right: 14px;
    top: 14px;
    max-width: 170px;
    padding: 12px 14px;
    border-radius: 15px;
  }

  .sv-about-modern-tag strong {
    font-size: 13px;
  }

  .sv-about-modern-tag span {
    font-size: 11px;
  }
}

/* Extra Small Mobile */
@media (max-width: 420px) {
  .sv-about-modern-container {
    padding: 18px;
  }

  .sv-about-modern-content h2 {
    font-size: 27px;
  }

  .sv-about-modern-image-card {
    min-height: 310px;
    padding: 16px;
  }

  .sv-about-modern-year {
    width: 96px;
    min-height: 76px;
  }

  .sv-about-modern-year strong {
    font-size: 25px;
  }

  .sv-about-modern-tag {
    max-width: 145px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-344efa4 *//* =====================================================
   SV TRADELINK - MINIMAL INDUSTRY SUPPLY NETWORK
   Icons are inline SVG, no Font Awesome required
===================================================== */

.sv-industry-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eef6fb;
  padding: 0 0 76px;
  font-family: "Inter", Arial, sans-serif;
}

/* Top Heading Area */
.sv-industry-head {
  width: 100%;
  background: #102f5f;
  padding: 34px 20px 30px;
  text-align: center;
  color: #ffffff;
}

.sv-section-kicker {
  display: inline-block;
  margin-bottom: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7ed3ff;
}

.sv-industry-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.sv-industry-head p {
  max-width: 820px;
  margin: 13px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

/* Main White Container */
.sv-industry-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 48px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 36px;
  background: #ffffff;
  border: 1px solid rgba(0, 26, 72, 0.08);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 24px 70px rgba(0, 26, 72, 0.10);
}

/* Soft Dotted Texture */
.sv-industry-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.35;
  background-image: radial-gradient(rgba(16, 47, 95, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 46%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 46%);
}

/* Left Content */
.sv-industry-intro {
  position: relative;
  z-index: 2;
  align-self: center;
}

.sv-mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(47, 155, 216, 0.10);
  color: #102f5f;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.sv-mini-label::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #2f9bd8;
}

.sv-industry-intro h3 {
  margin: 18px 0 14px;
  color: #001a48;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
}

.sv-industry-intro p {
  margin: 0;
  max-width: 465px;
  color: rgba(0, 26, 72, 0.72);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

/* Hub Box */
.sv-hub-box {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border-radius: 20px;
  background: #102f5f;
  box-shadow: 0 18px 38px rgba(0, 26, 72, 0.18);
}

.sv-hub-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #2f9bd8;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -1px;
}

.sv-hub-content strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.sv-hub-content span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 500;
}

/* Right Grid */
.sv-industry-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* Light Connection Lines */
.sv-industry-grid::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(47, 155, 216, 0.34),
    transparent
  );
  z-index: -1;
}

.sv-industry-grid::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(
    to right,
    transparent,
    rgba(47, 155, 216, 0.30),
    transparent
  );
  z-index: -1;
}

/* Cards */
.sv-industry-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 126px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 26, 72, 0.10);
  box-shadow: 0 10px 28px rgba(0, 26, 72, 0.06);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

/* Small Connection Dot */
.sv-industry-card::before {
  content: "";
  position: absolute;
  top: 31px;
  left: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #2f9bd8;
  box-shadow: 0 0 0 5px rgba(47, 155, 216, 0.10);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.sv-industry-card:nth-child(even)::before {
  left: auto;
  right: -8px;
}

.sv-industry-card:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 155, 216, 0.45);
  box-shadow: 0 18px 42px rgba(0, 26, 72, 0.13);
}

.sv-industry-card:hover::before {
  border-color: #102f5f;
  box-shadow: 0 0 0 7px rgba(47, 155, 216, 0.13);
  transform: scale(1.05);
}

/* SVG Icon Box */
.sv-card-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(47, 155, 216, 0.11);
  color: #102f5f;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}

.sv-card-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  stroke: currentColor;
}

.sv-industry-card:hover .sv-card-icon {
  background: #2f9bd8;
  color: #ffffff;
  transform: scale(1.05);
}

/* Card Text */
.sv-card-content h4 {
  margin: 0 0 7px;
  color: #001a48;
  font-size: 15.5px;
  line-height: 1.25;
  font-weight: 900;
}

.sv-card-content p {
  margin: 0;
  color: rgba(0, 26, 72, 0.66);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.sv-industry-card-wide {
  grid-column: 1 / -1;
  min-height: 110px;
}

/* Smooth Entrance */
.sv-industry-wrap {
  animation: svIndustryWrapIn 0.8s ease both;
}

.sv-industry-card {
  animation: svIndustryCardIn 0.75s ease both;
}

.sv-industry-card:nth-child(1) {
  animation-delay: 0.06s;
}

.sv-industry-card:nth-child(2) {
  animation-delay: 0.10s;
}

.sv-industry-card:nth-child(3) {
  animation-delay: 0.14s;
}

.sv-industry-card:nth-child(4) {
  animation-delay: 0.18s;
}

.sv-industry-card:nth-child(5) {
  animation-delay: 0.22s;
}

.sv-industry-card:nth-child(6) {
  animation-delay: 0.26s;
}

.sv-industry-card:nth-child(7) {
  animation-delay: 0.30s;
}

.sv-industry-card {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer;
  display: flex;
}

.sv-industry-card:hover,
.sv-industry-card:focus,
.sv-industry-card:visited {
  text-decoration: none !important;
  color: inherit !important;
}

.sv-industry-card:focus-visible {
  outline: 3px solid rgba(25, 69, 150, 0.28);
  outline-offset: 4px;
}

@keyframes svIndustryWrapIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes svIndustryCardIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .sv-industry-section {
    padding-bottom: 60px;
  }

  .sv-industry-wrap {
    width: min(92%, 760px);
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  .sv-industry-intro h3 {
    max-width: 650px;
    font-size: clamp(28px, 5vw, 42px);
  }

  .sv-industry-intro p {
    max-width: 680px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sv-industry-section {
    padding-bottom: 48px;
  }

  .sv-industry-head {
    padding: 30px 18px 26px;
  }

  .sv-section-kicker {
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .sv-industry-head h2 {
    font-size: 27px;
  }

  .sv-industry-head p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .sv-industry-wrap {
    width: calc(100% - 28px);
    margin-top: 28px;
    padding: 22px;
    border-radius: 22px;
    gap: 24px;
  }

  .sv-industry-wrap::before {
    opacity: 0.18;
  }

  .sv-mini-label {
    font-size: 10.5px;
    letter-spacing: 0.7px;
    padding: 8px 12px;
  }

  .sv-industry-intro h3 {
    margin-top: 16px;
    font-size: 27px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .sv-industry-intro p {
    font-size: 14px;
    line-height: 1.65;
  }

  .sv-hub-box {
    align-items: flex-start;
    padding: 15px;
    border-radius: 18px;
  }

  .sv-hub-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
    font-size: 16px;
  }

  .sv-hub-content strong {
    font-size: 16px;
  }

  .sv-hub-content span {
    font-size: 12px;
  }

  .sv-industry-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sv-industry-grid::before {
    left: 24px;
    top: 18px;
    bottom: 18px;
    transform: none;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(47, 155, 216, 0.34),
      transparent
    );
  }

  .sv-industry-grid::after {
    display: none;
  }

  .sv-industry-card {
    min-height: auto;
    padding: 17px;
    border-radius: 18px;
  }

  .sv-industry-card::before,
  .sv-industry-card:nth-child(even)::before {
    left: 18px;
    right: auto;
    top: -7px;
    width: 10px;
    height: 10px;
    border-width: 2px;
    box-shadow: 0 0 0 4px rgba(47, 155, 216, 0.10);
  }

  .sv-card-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
  }

  .sv-card-icon svg {
    width: 23px;
    height: 23px;
  }

  .sv-card-content h4 {
    font-size: 14.5px;
  }

  .sv-card-content p {
    font-size: 12.8px;
  }
}

/* Extra Small Mobile */
@media (max-width: 420px) {
  .sv-industry-wrap {
    width: calc(100% - 22px);
    padding: 18px;
  }

  .sv-industry-intro h3 {
    font-size: 24px;
  }

  .sv-hub-box {
    gap: 12px;
  }

  .sv-industry-card {
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-aa855e8 *//* =====================================================
   SV TRADELINK - FULL SCREEN CUSTOMER LOGO MARQUEE
===================================================== */

.sv-logo-marquee-section,
.sv-logo-marquee-section * {
  box-sizing: border-box;
}

.sv-logo-marquee-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 95px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(3, 173, 239, 0.08), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(143, 215, 247, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  isolation: isolate;
}

.sv-logo-marquee-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(31, 37, 98, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 37, 98, 0.05) 1px, transparent 1px);
  background-size: 78px 78px;
  pointer-events: none;
}

.sv-logo-marquee-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

/* =====================================================
   HEADING
===================================================== */

.sv-logo-marquee-head {
  max-width: 780px;
  margin: 0 auto 44px;
  padding: 0 20px;
  text-align: center;
}

.sv-logo-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #03ADEF;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sv-logo-kicker::before,
.sv-logo-kicker::after {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 30px;
  background: linear-gradient(90deg, #1F2562, #03ADEF);
}

.sv-logo-marquee-head h2 {
  margin: 0;
  color: #1F2562;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 900;
}

.sv-logo-marquee-head p {
  max-width: 650px;
  margin: 18px auto 0;
  color: #53617b;
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 500;
}

/* =====================================================
   FULL WIDTH MARQUEE WRAPPER
===================================================== */

.sv-logo-marquee-wrap {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding: 20px 0;
}

.sv-logo-marquee-wrap::before,
.sv-logo-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 170px;
  height: 100%;
  z-index: 6;
  pointer-events: none;
}

.sv-logo-marquee-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #f5fbff 0%, rgba(245, 251, 255, 0) 100%);
}

.sv-logo-marquee-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #f5fbff 0%, rgba(245, 251, 255, 0) 100%);
}

/* =====================================================
   MARQUEE TRACK
===================================================== */

.sv-logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 26px;
  width: max-content;
  padding-left: 26px;
  animation: svLogoMarqueeMove 46s linear infinite;
  will-change: transform;
}

.sv-logo-marquee-wrap:hover .sv-logo-marquee-track {
  animation-play-state: paused;
}

/* =====================================================
   LOGO ITEM
===================================================== */

.sv-logo-item {
  width: 260px;
  height: 138px;
  flex: 0 0 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 37, 98, 0.10);
  box-shadow: 0 18px 45px rgba(31, 37, 98, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.sv-logo-item:hover {
  transform: translateY(-7px);
  border-color: rgba(3, 173, 239, 0.32);
  box-shadow: 0 28px 68px rgba(31, 37, 98, 0.14);
  background: #ffffff;
}

/* =====================================================
   LOGO IMAGE NORMALIZATION
===================================================== */

.sv-logo-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 80px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: none !important;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.sv-logo-item:hover img {
  transform: scale(1.04);
}

/* Normal logos */
.sv-logo-item.sv-logo-normal img {
  max-width: 188px;
  max-height: 80px;
}

/* Wide logos */
.sv-logo-item.sv-logo-wide img {
  max-width: 220px;
  max-height: 72px;
}

/* Extra wide logos */
.sv-logo-item.sv-logo-extra-wide {
  width: 310px;
  flex-basis: 310px;
}

.sv-logo-item.sv-logo-extra-wide img {
  max-width: 265px;
  max-height: 70px;
}

/* Tall / square logos */
.sv-logo-item.sv-logo-tall img {
  max-width: 130px;
  max-height: 90px;
}

/* =====================================================
   ANIMATION
===================================================== */

@keyframes svLogoMarqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 13px));
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {
  .sv-logo-marquee-section {
    padding: 82px 0;
  }

  .sv-logo-marquee-head {
    padding: 0 18px;
  }

  .sv-logo-item {
    width: 230px;
    height: 122px;
    flex-basis: 230px;
    padding: 20px 24px;
  }

  .sv-logo-item img {
    max-width: 176px;
    max-height: 68px;
  }

  .sv-logo-item.sv-logo-normal img {
    max-width: 166px;
    max-height: 70px;
  }

  .sv-logo-item.sv-logo-wide img {
    max-width: 192px;
    max-height: 64px;
  }

  .sv-logo-item.sv-logo-extra-wide {
    width: 270px;
    flex-basis: 270px;
  }

  .sv-logo-item.sv-logo-extra-wide img {
    max-width: 230px;
    max-height: 62px;
  }

  .sv-logo-marquee-track {
    gap: 20px;
    padding-left: 20px;
    animation-duration: 40s;
  }

  .sv-logo-marquee-wrap::before,
  .sv-logo-marquee-wrap::after {
    width: 100px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-logo-marquee-section {
    padding: 68px 0;
  }

  .sv-logo-marquee-head {
    margin-bottom: 32px;
    padding: 0 16px;
  }

  .sv-logo-kicker::before,
  .sv-logo-kicker::after {
    width: 22px;
  }

  .sv-logo-marquee-head h2 {
    font-size: clamp(28px, 9vw, 40px);
    letter-spacing: -1px;
  }

  .sv-logo-marquee-head p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .sv-logo-marquee-wrap {
    padding: 12px 0;
  }

  .sv-logo-marquee-wrap::before,
  .sv-logo-marquee-wrap::after {
    width: 55px;
  }

  .sv-logo-marquee-track {
    gap: 14px;
    padding-left: 14px;
    animation-duration: 34s;
  }

  .sv-logo-item {
    width: 178px;
    height: 98px;
    flex-basis: 178px;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .sv-logo-item img {
    max-width: 138px;
    max-height: 54px;
  }

  .sv-logo-item.sv-logo-normal img {
    max-width: 132px;
    max-height: 56px;
  }

  .sv-logo-item.sv-logo-wide img {
    max-width: 148px;
    max-height: 50px;
  }

  .sv-logo-item.sv-logo-extra-wide {
    width: 210px;
    flex-basis: 210px;
  }

  .sv-logo-item.sv-logo-extra-wide img {
    max-width: 176px;
    max-height: 48px;
  }

  @keyframes svLogoMarqueeMove {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-50% - 7px));
    }
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
  .sv-logo-marquee-head {
    padding: 0 14px;
  }

  .sv-logo-item {
    width: 162px;
    height: 92px;
    flex-basis: 162px;
    padding: 14px 16px;
  }

  .sv-logo-item img {
    max-width: 126px;
    max-height: 48px;
  }

  .sv-logo-item.sv-logo-wide img {
    max-width: 134px;
    max-height: 45px;
  }

  .sv-logo-item.sv-logo-extra-wide {
    width: 194px;
    flex-basis: 194px;
  }

  .sv-logo-item.sv-logo-extra-wide img {
    max-width: 162px;
    max-height: 44px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1b87c78 *//* =====================================================
   SV TRADELINK - GLOBAL IMPACT SECTION
   SAME DESIGN WITH COUNTER EFFECT ONLY
===================================================== */

.sv-impact-section,
.sv-impact-section * {
  box-sizing: border-box;
}

.sv-impact-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(3, 173, 239, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 18%,
      rgba(143, 215, 247, 0.22),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #f4fbff 0%,
      #ffffff 100%
    );
  isolation: isolate;

  /* Keeps the section visible even if old animation CSS is cached */
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.sv-impact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.5;
  background-image:
    linear-gradient(
      rgba(31, 37, 98, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(31, 37, 98, 0.055) 1px,
      transparent 1px
    );
  background-size: 78px 78px;
  pointer-events: none;
}

.sv-impact-section::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -290px;
  top: 20px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(3, 173, 239, 0.08);
  filter: blur(2px);
  pointer-events: none;
}

.sv-impact-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =====================================================
   HEADING
===================================================== */

.sv-impact-head {
  max-width: 860px;
  margin: 0 0 48px;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.sv-impact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #03adef;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sv-impact-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 30px;
  background: linear-gradient(
    90deg,
    #03adef,
    #8fd7f7
  );
}

.sv-impact-head h2 {
  max-width: 860px;
  margin: 0;
  color: #1f2562;
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.07;
  letter-spacing: -1.8px;
  font-weight: 900;
}

.sv-impact-head p {
  max-width: 750px;
  margin: 22px 0 0;
  color: #46516f;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

/* =====================================================
   MAIN BOARD
===================================================== */

.sv-impact-board {
  position: relative;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 22px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(31, 37, 98, 0.12);
  border-radius: 34px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(235, 249, 255, 0.96)
  );
  box-shadow: 0 34px 95px rgba(31, 37, 98, 0.14);
}

.sv-impact-board::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -190px;
  top: -180px;
  border-radius: 50%;
  background: rgba(3, 173, 239, 0.12);
  pointer-events: none;
}

.sv-impact-board::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px dashed rgba(31, 37, 98, 0.14);
  border-radius: 26px;
  pointer-events: none;
}

/* =====================================================
   LEFT CORE CARD
===================================================== */

.sv-impact-core {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  padding: 36px 30px;
  overflow: hidden;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(143, 215, 247, 0.20),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #1f2562 0%,
      #222c73 52%,
      #03adef 145%
    );
  box-shadow: 0 26px 70px rgba(31, 37, 98, 0.28);

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.sv-impact-core::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  pointer-events: none;
}

.sv-impact-core::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -95px;
  bottom: -90px;
  border: 34px solid rgba(143, 215, 247, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.sv-core-mark {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  color: #1f2562;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.sv-impact-core h3 {
  position: relative;
  z-index: 2;
  margin: 34px 0 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -1.1px;
  font-weight: 900;
}

.sv-impact-core p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.5px;
  line-height: 1.65;
}

.sv-core-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.sv-core-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 13px;
  border: 1px solid rgba(143, 215, 247, 0.22);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(143, 215, 247, 0.16);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

/* =====================================================
   METRIC CARDS
===================================================== */

.sv-impact-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sv-impact-card {
  position: relative;
  min-height: 226px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(31, 37, 98, 0.12);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(31, 37, 98, 0.09);

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.sv-impact-card::before {
  content: "";
  position: absolute;
  width: 145px;
  height: 145px;
  right: -58px;
  bottom: -58px;
  border-radius: 50%;
  background: rgba(3, 173, 239, 0.08);
  pointer-events: none;
}

.sv-impact-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  height: 5px;
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    #1f2562,
    #03adef,
    #8fd7f7
  );
  opacity: 0.25;
  pointer-events: none;
}

.sv-impact-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: #1f2562;
  background: rgba(3, 173, 239, 0.10);

  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.sv-impact-icon svg {
  display: block;
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-impact-card > span {
  position: relative;
  z-index: 2;
  display: block;
  color: #33405f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.sv-impact-card strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 10px;
  color: #1f2562;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 900;

  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.sv-impact-card p {
  position: relative;
  z-index: 2;
  max-width: 260px;
  margin: 18px 0 0;
  color: #53617b;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 600;
}

/* =====================================================
   COLORED METRIC CARDS
===================================================== */

.sv-impact-card-blue {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(143, 215, 247, 0.17),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #1f2562,
      #242b71
    );
}

.sv-impact-card-teal {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 255, 255, 0.18),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #03adef,
      #2f8bc7
    );
}

.sv-impact-card-blue::before,
.sv-impact-card-teal::before {
  background: rgba(255, 255, 255, 0.11);
}

.sv-impact-card-blue::after,
.sv-impact-card-teal::after {
  opacity: 1;
  background: rgba(255, 255, 255, 0.38);
}

.sv-impact-card-blue .sv-impact-icon,
.sv-impact-card-teal .sv-impact-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

.sv-impact-card-blue > span,
.sv-impact-card-blue strong,
.sv-impact-card-blue p,
.sv-impact-card-teal > span,
.sv-impact-card-teal strong,
.sv-impact-card-teal p {
  color: #ffffff;
}

/* =====================================================
   PROCESS BAR
===================================================== */

.sv-impact-process {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 2px;
}

.sv-impact-process > div {
  position: relative;
  min-height: 86px;
  padding: 18px 18px 18px 84px;
  border: 1px solid rgba(31, 37, 98, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 40px rgba(31, 37, 98, 0.07);

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.sv-impact-process > div::before {
  display: none !important;
}

.sv-process-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid !important;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 !important;
  border-radius: 16px;
  color: #ffffff !important;
  background: linear-gradient(
    145deg,
    #1f2562,
    #03adef
  );
  box-shadow: 0 14px 28px rgba(31, 37, 98, 0.16);

  transform: translateY(-50%) !important;
  transition: none !important;
  animation: none !important;
}

.sv-process-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-process-count {
  display: block;
  margin: 0 0 7px !important;
  color: #03adef !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.sv-impact-process strong {
  display: block;
  margin: 0 !important;
  color: #1f2562;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

/* =====================================================
   REMOVE ALL PREVIOUS FOCUS AND TRANSITION EFFECTS
===================================================== */

.sv-impact-section.is-focused .sv-impact-head,
.sv-impact-section.is-focused .sv-impact-core,
.sv-impact-section.is-focused .sv-impact-card,
.sv-impact-section.is-focused .sv-impact-process > div {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.sv-impact-section .sv-impact-head,
.sv-impact-section .sv-impact-core,
.sv-impact-section .sv-impact-card,
.sv-impact-section .sv-impact-process > div {
  opacity: 1 !important;
  visibility: visible !important;
  transition-delay: 0s !important;
  animation-delay: 0s !important;
}

/* Disable old card hover movement */

.sv-impact-card:hover {
  transform: none !important;
}

.sv-impact-card:hover .sv-impact-icon {
  transform: none !important;
}

.sv-impact-process > div:hover {
  transform: none !important;
}

.sv-impact-process > div:hover .sv-process-icon {
  transform: translateY(-50%) !important;
}

/* Elementor editor and published page safety */

.elementor-editor-active .sv-impact-head,
.elementor-editor-active .sv-impact-core,
.elementor-editor-active .sv-impact-card,
.elementor-editor-active .sv-impact-process > div,
.elementor-location-single .sv-impact-head,
.elementor-location-single .sv-impact-core,
.elementor-location-single .sv-impact-card,
.elementor-location-single .sv-impact-process > div {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {
  .sv-impact-section {
    padding: 88px 18px;
  }

  .sv-impact-head {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .sv-impact-kicker {
    justify-content: center;
  }

  .sv-impact-kicker::before {
    display: none;
  }

  .sv-impact-head p {
    margin-right: auto;
    margin-left: auto;
  }

  .sv-impact-board {
    grid-template-columns: 1fr;
  }

  .sv-impact-core {
    min-height: auto;
  }

  .sv-impact-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-impact-section {
    padding: 70px 16px;
  }

  .sv-impact-head {
    margin-bottom: 34px;
  }

  .sv-impact-head h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.1;
    letter-spacing: -1px;
  }

  .sv-impact-head p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .sv-impact-board {
    padding: 18px;
    border-radius: 28px;
  }

  .sv-impact-board::after {
    display: none;
  }

  .sv-impact-core {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .sv-impact-core h3 {
    font-size: 32px;
  }

  .sv-impact-metrics {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sv-impact-card {
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .sv-impact-card strong {
    font-size: 48px;
  }

  .sv-impact-process {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sv-impact-process > div {
    min-height: 78px;
    padding: 16px 16px 16px 76px;
  }

  .sv-process-icon {
    left: 16px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .sv-process-icon svg {
    width: 22px;
    height: 22px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
  .sv-impact-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sv-impact-board {
    padding: 14px;
  }

  .sv-impact-core {
    padding: 28px 22px;
  }

  .sv-impact-card {
    padding: 22px;
  }

  .sv-impact-card strong {
    font-size: 44px;
  }

  .sv-impact-process > div {
    padding-left: 72px;
  }

  .sv-process-icon {
    width: 42px;
    height: 42px;
  }
}/* End custom CSS */