.elementor-302 .elementor-element.elementor-element-e3eed34{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-5604bbe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-6c7ff1b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-f4844c1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-f083e25{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-994bb6b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-913f2f7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-302 .elementor-element.elementor-element-14020fb{--display:flex;}.elementor-302 .elementor-element.elementor-element-18833bb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-302 .elementor-element.elementor-element-b0c7ed7{--display:flex;}.elementor-302 .elementor-element.elementor-element-efb6324{--display:flex;}/* Start custom CSS for container, class: .elementor-element-e3eed34 *//* =====================================================
   SV TRADELINK
   INDUSTRIAL CHEMICAL CONSULTANCY HERO
===================================================== */

.sv-consultancy-hero,
.sv-consultancy-hero * {
  box-sizing: border-box;
}

.sv-consultancy-hero {
  --sv-navy: #061d42;
  --sv-dark-navy: #031630;
  --sv-blue: #1264d8;
  --sv-light-blue: #16ade3;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: var(--sv-dark-navy);
  font-family: "Inter", Arial, sans-serif;
}

/* =====================================================
   HERO BACKGROUND
===================================================== */

.sv-consultancy-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 64%;
  height: calc(100% - 150px);
  background-image: var(--sv-consultancy-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sv-consultancy-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #061d42 0%,
      #061d42 29%,
      rgba(6, 29, 66, 0.97) 39%,
      rgba(6, 29, 66, 0.76) 59%,
      rgba(6, 29, 66, 0.32) 78%,
      rgba(6, 29, 66, 0.24) 100%
    ),
    linear-gradient(
      0deg,
      rgba(3, 22, 48, 0.93) 0%,
      rgba(3, 22, 48, 0.12) 49%,
      rgba(3, 22, 48, 0.24) 100%
    );
}

.sv-consultancy-hero-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 46%;
  height: calc(100% - 150px);
  pointer-events: none;
  opacity: 0.32;
  background:
    radial-gradient(
      circle at 28% 24%,
      rgba(25, 164, 224, 0.17),
      transparent 32%
    );
}

/* =====================================================
   HERO CONTENT
===================================================== */

.sv-consultancy-hero-container {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  min-height: 590px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.sv-consultancy-hero-content {
  position: relative;
  width: min(760px, 67%);
  padding: 72px 0 55px;
}

/* Kicker */

.sv-consultancy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 9px 16px 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.sv-consultancy-kicker-dot {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 50%;
  background: rgba(22, 173, 227, 0.22);
}

.sv-consultancy-kicker-dot::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16ade3;
  box-shadow: 0 0 12px rgba(22, 173, 227, 0.75);
}

/* Heading */

.sv-consultancy-hero-content h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -2.4px;
}

.sv-consultancy-hero-content h1 span {
  display: block;
  margin-top: 7px;
  color: #2bb4eb;
}

.sv-consultancy-hero-content h2 {
  width: fit-content;
  max-width: 720px;
  margin: 22px 0 0;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(43, 180, 235, 0.7);
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.sv-consultancy-hero-content > p {
  max-width: 735px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

/* =====================================================
   BUTTONS
===================================================== */

.sv-consultancy-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.sv-consultancy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.sv-consultancy-btn-primary {
  background: linear-gradient(135deg, #08a9e7, #168bd8);
  border-color: #16ade3;
  box-shadow: 0 13px 28px rgba(4, 154, 219, 0.2);
}

.sv-consultancy-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  background: linear-gradient(135deg, #168bd8, #086fc6);
  box-shadow: 0 17px 34px rgba(4, 154, 219, 0.3);
}

.sv-consultancy-btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.sv-consultancy-btn-outline:hover {
  color: #ffffff;
  border-color: #16ade3;
  background: #16ade3;
  transform: translateY(-3px);
}

.sv-consultancy-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.sv-consultancy-btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-consultancy-btn-icon-whatsapp {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.sv-consultancy-btn-icon-whatsapp svg {
  fill: currentColor;
  stroke: none;
}
/* =====================================================
   SMALL TRUST FEATURES
===================================================== */

.sv-consultancy-features {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  align-items: center;
  gap: 0;
  margin-top: 34px;
}

.sv-consultancy-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 15px;
}

.sv-consultancy-feature:first-child {
  padding-left: 0;
}

.sv-consultancy-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.25);
}

.sv-consultancy-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  color: #2bb4eb;
  border: 1.5px solid rgba(43, 180, 235, 0.9);
  border-radius: 50%;
}

.sv-consultancy-check svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-consultancy-feature strong,
.sv-consultancy-feature span {
  display: block;
}

.sv-consultancy-feature strong {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
}

.sv-consultancy-feature span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
}

.sv-consultancy-bottom-line {
  display: block;
  width: 90px;
  height: 4px;
  margin-top: 34px;
  border-radius: 99px;
  background: #16ade3;
}

.sv-consultancy-btn-icon-whatsapp {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
}

/* =====================================================
   BOTTOM STATISTICS STRIP
===================================================== */

.sv-consultancy-stats {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 150px;
  background:
    radial-gradient(
      circle at 15% 50%,
      rgba(30, 117, 215, 0.14),
      transparent 28%
    ),
    linear-gradient(90deg, #031735 0%, #062351 50%, #031735 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sv-consultancy-stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1380px, calc(100% - 60px));
  min-height: 150px;
  margin: 0 auto;
}

.sv-consultancy-stat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
  padding: 24px 32px;
}

.sv-consultancy-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: 94px;
  background: rgba(255, 255, 255, 0.23);
}

.sv-consultancy-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  color: #ffffff;
  border: 1px solid rgba(57, 139, 243, 0.75);
  border-radius: 50%;
  background: rgba(10, 77, 162, 0.08);
  box-shadow:
    inset 0 0 20px rgba(28, 124, 233, 0.08),
    0 0 18px rgba(28, 124, 233, 0.08);
}

.sv-consultancy-stat-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-consultancy-stat-text strong,
.sv-consultancy-stat-text span {
  display: block;
}

.sv-consultancy-stat-text strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.sv-consultancy-stat-text .sv-consultancy-stat-label {
  font-size: 22px;
  line-height: 1.08;
  text-transform: uppercase;
}

.sv-consultancy-stat-text span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1250px) {
  .sv-consultancy-hero-container {
    width: min(1120px, calc(100% - 48px));
  }

  .sv-consultancy-hero-content {
    width: 72%;
  }

  .sv-consultancy-hero-content h1 {
    font-size: 58px;
  }

  .sv-consultancy-features {
    grid-template-columns: repeat(2, max-content);
    row-gap: 18px;
  }

  .sv-consultancy-feature:nth-child(2)::after {
    display: none;
  }

  .sv-consultancy-stat {
    gap: 14px;
    padding: 24px 19px;
  }

  .sv-consultancy-stat-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .sv-consultancy-stat-icon svg {
    width: 31px;
    height: 31px;
  }

  .sv-consultancy-stat-text strong {
    font-size: 30px;
  }

  .sv-consultancy-stat-text span {
    font-size: 11px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .sv-consultancy-hero::before {
    width: 100%;
    height: 100%;
    opacity: 0.52;
    background-position: 67% center;
  }

  .sv-consultancy-hero::after {
    height: 100%;
    background:
      linear-gradient(
        90deg,
        rgba(3, 22, 48, 0.97) 0%,
        rgba(3, 22, 48, 0.93) 48%,
        rgba(3, 22, 48, 0.69) 100%
      ),
      linear-gradient(
        0deg,
        rgba(3, 22, 48, 0.9) 0%,
        rgba(3, 22, 48, 0.15) 100%
      );
  }

  .sv-consultancy-hero-overlay {
    width: 100%;
    height: 100%;
  }

  .sv-consultancy-hero-container {
    min-height: 620px;
  }

  .sv-consultancy-hero-content {
    width: 100%;
    max-width: 760px;
  }

  .sv-consultancy-hero-content h1 {
    font-size: 58px;
  }

  .sv-consultancy-features {
    grid-template-columns: repeat(4, 1fr);
  }

  .sv-consultancy-feature {
    padding: 0 11px;
  }

  .sv-consultancy-feature:nth-child(2)::after {
    display: block;
  }

  .sv-consultancy-stats-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .sv-consultancy-stat:nth-child(2)::after {
    display: none;
  }

  .sv-consultancy-stat:nth-child(1),
  .sv-consultancy-stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-consultancy-hero::before {
    background-position: 68% center;
  }

  .sv-consultancy-hero::after {
    background:
      linear-gradient(
        90deg,
        rgba(3, 22, 48, 0.98),
        rgba(3, 22, 48, 0.84)
      ),
      linear-gradient(
        0deg,
        rgba(3, 22, 48, 0.97),
        rgba(3, 22, 48, 0.3)
      );
  }

  .sv-consultancy-hero-container {
    width: min(100% - 34px, 1180px);
    min-height: auto;
  }

  .sv-consultancy-hero-content {
    padding: 62px 0 45px;
  }

  .sv-consultancy-kicker {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .sv-consultancy-hero-content h1 {
    font-size: 43px;
    line-height: 1;
    letter-spacing: -1.4px;
  }

  .sv-consultancy-hero-content h2 {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.5;
  }

  .sv-consultancy-hero-content > p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.65;
  }

  .sv-consultancy-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    margin-top: 25px;
  }

  .sv-consultancy-btn {
    width: 100%;
    min-height: 52px;
  }

  .sv-consultancy-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    margin-top: 29px;
  }

  .sv-consultancy-feature {
    min-width: 0;
    padding: 0 10px;
  }

  .sv-consultancy-feature:first-child,
  .sv-consultancy-feature:nth-child(3) {
    padding-left: 0;
  }

  .sv-consultancy-feature:nth-child(2)::after {
    display: none;
  }

  .sv-consultancy-feature strong {
    font-size: 11px;
  }

  .sv-consultancy-feature span {
    font-size: 9px;
  }

  .sv-consultancy-bottom-line {
    margin-top: 28px;
  }

  .sv-consultancy-stats-container {
    grid-template-columns: 1fr;
  }

  .sv-consultancy-stat {
    justify-content: flex-start;
    min-height: 120px;
    padding: 23px 30px;
  }

  .sv-consultancy-stat:not(:last-child)::after {
    top: auto;
    right: 24px;
    bottom: 0;
    left: 24px;
    width: auto;
    height: 1px;
  }

  .sv-consultancy-stat:nth-child(2)::after {
    display: block;
  }

  .sv-consultancy-stat:nth-child(1),
  .sv-consultancy-stat:nth-child(2) {
    border-bottom: 0;
  }

  .sv-consultancy-stat-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .sv-consultancy-stat-text strong {
    font-size: 30px;
  }

  .sv-consultancy-stat-text span {
    font-size: 12px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-consultancy-hero-content h1 {
    font-size: 36px;
  }

  .sv-consultancy-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sv-consultancy-feature {
    padding: 0;
  }

  .sv-consultancy-feature::after {
    display: none !important;
  }

  .sv-consultancy-check {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5604bbe *//* =====================================================
   SV TRADELINK – MEET YOUR CONSULTANT
===================================================== */

.sv-consultant-section,
.sv-consultant-section * {
  box-sizing: border-box;
}

.sv-consultant-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(52, 113, 208, 0.08),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #f8faff 0%,
      #ffffff 48%,
      #f3f7fd 100%
    );
  font-family: "Inter", Arial, sans-serif;
}

.sv-consultant-container {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(400px, 500px) minmax(0, 1fr);
  align-items: center;
  gap: 88px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* =====================================================
   BACKGROUND ELEMENTS
===================================================== */

.sv-consultant-shape {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.sv-consultant-shape-one {
  top: -230px;
  right: -190px;
  width: 540px;
  height: 540px;
  background:
    radial-gradient(
      circle,
      rgba(38, 106, 207, 0.09),
      transparent 70%
    );
}

.sv-consultant-shape-two {
  bottom: -280px;
  left: -230px;
  width: 600px;
  height: 600px;
  background:
    radial-gradient(
      circle,
      rgba(17, 168, 224, 0.07),
      transparent 72%
    );
}

.sv-consultant-section::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 4%;
  width: 190px;
  height: 165px;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20px 20px, #5581c2 0 4px, transparent 5px),
    radial-gradient(circle at 95px 70px, #5581c2 0 4px, transparent 5px),
    radial-gradient(circle at 170px 15px, #5581c2 0 4px, transparent 5px),
    radial-gradient(circle at 165px 145px, #5581c2 0 4px, transparent 5px);
}

/* =====================================================
   LEFT PHOTO
===================================================== */

.sv-consultant-visual {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.sv-consultant-photo {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 595px;
  overflow: hidden;
  border-radius: 34px 34px 105px 34px;
  background: #dce8f7;
  box-shadow:
    0 30px 65px rgba(11, 39, 86, 0.16),
    0 8px 22px rgba(11, 39, 86, 0.07);
}

.sv-consultant-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.sv-consultant-photo-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(4, 25, 59, 0) 46%,
      rgba(4, 25, 59, 0.16) 68%,
      rgba(4, 25, 59, 0.9) 100%
    );
}

/* =====================================================
   EXPERIENCE BADGE
===================================================== */

.sv-consultant-experience {
  position: absolute;
  z-index: 6;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - 48px);
  min-width: 205px;
  padding: 13px 16px;
  border: 1px solid rgba(25, 69, 150, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 15px 34px rgba(8, 35, 79, 0.16),
    0 4px 10px rgba(8, 35, 79, 0.07);
  backdrop-filter: blur(10px);
}

.sv-consultant-experience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  color: #ffffff !important;
  border-radius: 13px;
  background:
    linear-gradient(
      135deg,
      #164a9d,
      #1388ce
    );
  box-shadow: 0 8px 19px rgba(21, 103, 184, 0.25);
}

.sv-consultant-experience-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.sv-consultant-experience-icon svg *,
.sv-consultant-experience-icon svg path,
.sv-consultant-experience-icon svg rect {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.sv-consultant-experience-text strong,
.sv-consultant-experience-text span {
  display: block;
}

.sv-consultant-experience-text strong {
  margin-bottom: 4px;
  color: #102858;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 800;
  white-space: nowrap;
}

.sv-consultant-experience-text span {
  color: #60718d;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 650;
  white-space: nowrap;
}

/* =====================================================
   PHOTO CAPTION
===================================================== */

.sv-consultant-photo-caption {
  position: absolute;
  z-index: 5;
  right: 104px;
  bottom: 28px;
  left: 27px;
}

.sv-consultant-photo-caption span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.sv-consultant-photo-caption strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 800;
}

/* =====================================================
   MOLECULE DECORATION
===================================================== */

.sv-consultant-molecule {
  position: absolute;
  z-index: 5;
  right: 22px;
  bottom: 23px;
  width: 68px;
  height: 78px;
  pointer-events: none;
}

.sv-molecule-node {
  position: absolute;
  z-index: 3;
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #1688cf;
  box-shadow:
    0 3px 10px rgba(8, 72, 146, 0.35),
    0 0 0 1px rgba(22, 136, 207, 0.2);
}

.sv-node-one {
  top: 1px;
  left: 28px;
}

.sv-node-two {
  top: 30px;
  left: 1px;
}

.sv-node-three {
  top: 31px;
  right: 0;
}

.sv-node-four {
  bottom: 0;
  left: 29px;
}

.sv-molecule-connection {
  position: absolute;
  z-index: 1;
  display: block;
  width: 39px;
  height: 2px;
  background: #3a89d1;
  transform-origin: left center;
}

.sv-connection-one {
  top: 13px;
  left: 13px;
  transform: rotate(44deg);
}

.sv-connection-two {
  top: 39px;
  left: 13px;
  transform: rotate(-42deg);
}

.sv-connection-three {
  top: 39px;
  left: 30px;
  transform: rotate(45deg);
}

/* =====================================================
   RIGHT CONTENT
===================================================== */

.sv-consultant-content {
  position: relative;
  width: 100%;
  max-width: 700px;
}

.sv-consultant-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 21px;
  padding: 8px 15px 8px 11px;
  border: 1px solid rgba(25, 69, 150, 0.15);
  border-radius: 999px;
  color: #194596;
  background: rgba(25, 69, 150, 0.055);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

.sv-consultant-kicker > span {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #18a8df;
  box-shadow: 0 0 0 5px rgba(24, 168, 223, 0.13);
}

/* Heading */

.sv-consultant-heading {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sv-consultant-heading h2 {
  flex: 0 0 auto;
  margin: 0;
  color: #102858;
  font-size: clamp(47px, 4.4vw, 65px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2.3px;
}

.sv-consultant-heading-line {
  display: block;
  width: 94px;
  height: 4px;
  flex: 0 0 94px;
  border-radius: 99px;
  background:
    linear-gradient(
      90deg,
      #194596,
      #18a8df
    );
}

.sv-consultant-content h3 {
  margin: 17px 0 0;
  color: #194596;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* Role */

.sv-consultant-role {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  color: #52698d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.sv-consultant-role i {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #18a8df;
}

/* Description */

.sv-consultant-description {
  margin-top: 28px;
}

.sv-consultant-description p {
  margin: 0;
  color: #405578;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.sv-consultant-description p + p {
  margin-top: 13px;
}

/* =====================================================
   EXPERTISE CARDS
===================================================== */

.sv-consultant-expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.sv-consultant-expertise {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 57px;
  padding: 12px 15px;
  border: 1px solid rgba(25, 69, 150, 0.13);
  border-radius: 13px;
  color: #102858;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(19, 52, 105, 0.05);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.sv-consultant-expertise:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 168, 223, 0.4);
  box-shadow: 0 14px 30px rgba(19, 52, 105, 0.1);
}

.sv-consultant-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  color: #ffffff !important;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #194596,
      #18a8df
    );
  box-shadow: 0 7px 16px rgba(24, 168, 223, 0.22);
}

.sv-consultant-check svg {
  display: block;
  width: 15px;
  height: 15px;
  overflow: visible;
}

.sv-consultant-check svg *,
.sv-consultant-check svg path {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 3 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* =====================================================
   SUPPORT STRIP
===================================================== */

.sv-consultant-support {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
  padding: 18px 20px;
  border-left: 4px solid #18a8df;
  border-radius: 0 14px 14px 0;
  background:
    linear-gradient(
      90deg,
      rgba(25, 69, 150, 0.09),
      rgba(24, 168, 223, 0.035)
    );
}

.sv-consultant-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: #194596 !important;
  border: 1px solid rgba(25, 69, 150, 0.11);
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 9px 22px rgba(19, 52, 105, 0.1);
}

.sv-consultant-support-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  overflow: visible;
}

.sv-consultant-support-icon svg *,
.sv-consultant-support-icon svg path {
  fill: none !important;
  stroke: #194596 !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.sv-consultant-support p {
  margin: 0;
  color: #3f5477;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 650;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1250px) {
  .sv-consultant-container {
    grid-template-columns: minmax(360px, 460px) minmax(0, 1fr);
    gap: 65px;
  }

  .sv-consultant-photo {
    height: 555px;
  }

  .sv-consultant-heading h2 {
    font-size: 53px;
  }

  .sv-consultant-heading-line {
    width: 70px;
    flex-basis: 70px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .sv-consultant-section {
    padding: 76px 0;
  }

  .sv-consultant-container {
    grid-template-columns: 1fr;
    gap: 58px;
    width: min(820px, calc(100% - 40px));
  }

  .sv-consultant-visual {
    max-width: 540px;
  }

  .sv-consultant-photo {
    height: 610px;
  }

  .sv-consultant-content {
    max-width: 100%;
  }

  .sv-consultant-heading h2 {
    font-size: 58px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-consultant-section {
    padding: 60px 0;
  }

  .sv-consultant-container {
    width: min(100% - 28px, 1280px);
    gap: 45px;
  }

  .sv-consultant-photo {
    height: 500px;
    border-radius: 26px 26px 78px 26px;
  }

  .sv-consultant-experience {
    top: 16px;
    right: 16px;
    min-width: 0;
    max-width: calc(100% - 32px);
    padding: 11px 13px;
  }

  .sv-consultant-experience-icon {
    width: 41px;
    height: 41px;
    flex-basis: 41px;
  }

  .sv-consultant-experience-icon svg {
    width: 21px;
    height: 21px;
  }

  .sv-consultant-experience-text strong {
    font-size: 15px;
  }

  .sv-consultant-photo-caption {
    right: 85px;
    bottom: 23px;
    left: 21px;
  }

  .sv-consultant-photo-caption strong {
    font-size: 19px;
  }

  .sv-consultant-molecule {
    right: 15px;
    bottom: 18px;
    transform: scale(0.88);
    transform-origin: bottom right;
  }

  .sv-consultant-heading {
    align-items: flex-end;
    gap: 15px;
  }

  .sv-consultant-heading h2 {
    font-size: 42px;
    letter-spacing: -1.4px;
  }

  .sv-consultant-heading-line {
    width: 52px;
    flex-basis: 52px;
    margin-bottom: 6px;
  }

  .sv-consultant-content h3 {
    font-size: 16px;
  }

  .sv-consultant-description p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sv-consultant-expertise-grid {
    grid-template-columns: 1fr;
  }

  .sv-consultant-support {
    align-items: flex-start;
    padding: 16px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-consultant-photo {
    height: 425px;
  }

  .sv-consultant-experience {
    top: 13px;
    right: 13px;
    left: 13px;
    width: auto;
    max-width: none;
  }

  .sv-consultant-experience-text strong,
  .sv-consultant-experience-text span {
    white-space: normal;
  }

  .sv-consultant-photo-caption {
    right: 20px;
    left: 20px;
  }

  .sv-consultant-molecule {
    display: none;
  }

  .sv-consultant-heading {
    display: block;
  }

  .sv-consultant-heading h2 {
    font-size: 36px;
  }

  .sv-consultant-heading-line {
    width: 72px;
    margin-top: 14px;
  }

  .sv-consultant-role {
    display: block;
  }

  .sv-consultant-role i {
    display: none;
  }

  .sv-consultant-role span {
    display: block;
  }

  .sv-consultant-role span + span {
    margin-top: 3px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6c7ff1b *//* =====================================================
   SV TRADELINK
   CONSULTANCY SERVICES SECTION
===================================================== */

.sv-chemical-services-section,
.sv-chemical-services-section * {
  box-sizing: border-box;
}

.sv-chemical-services-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(32, 108, 211, 0.08),
      transparent 29%
    ),
    radial-gradient(
      circle at 95% 90%,
      rgba(22, 171, 224, 0.07),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #f4f8fe 0%,
      #ffffff 50%,
      #f1f6fd 100%
    );
  font-family: "Inter", Arial, sans-serif;
}

.sv-chemical-services-container {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* =====================================================
   DECORATIVE BACKGROUND
===================================================== */

.sv-chemical-services-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sv-chemical-services-shape-one {
  top: -220px;
  left: -190px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(25, 69, 150, 0.08);
  box-shadow:
    0 0 0 60px rgba(25, 69, 150, 0.025),
    0 0 0 120px rgba(25, 69, 150, 0.018);
}

.sv-chemical-services-shape-two {
  right: -210px;
  bottom: -250px;
  width: 570px;
  height: 570px;
  background:
    radial-gradient(
      circle,
      rgba(24, 168, 223, 0.09),
      rgba(24, 168, 223, 0) 70%
    );
}

.sv-chemical-services-section::before {
  content: "";
  position: absolute;
  top: 105px;
  right: 5%;
  width: 230px;
  height: 160px;
  opacity: 0.11;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18px 20px, #386fb9 0 4px, transparent 5px),
    radial-gradient(circle at 92px 65px, #386fb9 0 4px, transparent 5px),
    radial-gradient(circle at 170px 18px, #386fb9 0 4px, transparent 5px),
    radial-gradient(circle at 215px 102px, #386fb9 0 4px, transparent 5px);
}

/* =====================================================
   SECTION HEADING
===================================================== */

.sv-chemical-services-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.sv-chemical-services-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 15px 8px 11px;
  border: 1px solid rgba(25, 69, 150, 0.14);
  border-radius: 999px;
  color: #194596;
  background: rgba(25, 69, 150, 0.055);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

.sv-chemical-services-kicker > span {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #18a8df;
  box-shadow: 0 0 0 5px rgba(24, 168, 223, 0.13);
}

.sv-chemical-services-heading h2 {
  margin: 0;
  color: #102858;
  font-size: clamp(43px, 4.5vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -2px;
}

.sv-chemical-services-heading p {
  max-width: 680px;
  margin: 19px auto 0;
  color: #526783;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

/* =====================================================
   SERVICES GRID
===================================================== */

.sv-chemical-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 20px;
}

/* =====================================================
   SERVICE CARD
===================================================== */

.sv-chemical-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 405px;
  overflow: hidden;
  padding: 27px 27px 29px;
  border: 1px solid rgba(25, 69, 150, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow:
    0 16px 38px rgba(20, 54, 108, 0.07),
    0 4px 12px rgba(20, 54, 108, 0.035);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.sv-chemical-service-card::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(
      circle,
      rgba(25, 105, 203, 0.08),
      rgba(25, 105, 203, 0) 70%
    );
  transition: transform 0.45s ease;
}

.sv-chemical-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(24, 168, 223, 0.32);
  box-shadow:
    0 25px 55px rgba(20, 54, 108, 0.12),
    0 7px 18px rgba(20, 54, 108, 0.06);
}

.sv-chemical-service-card:hover::before {
  transform: scale(1.18);
}

/* Featured product development card */

.sv-chemical-service-featured {
  grid-column: span 2;
  min-height: 405px;
  background:
    linear-gradient(
      135deg,
      rgba(242, 248, 255, 0.98),
      rgba(255, 255, 255, 0.97)
    );
}

/* =====================================================
   CARD TOP
===================================================== */

.sv-chemical-service-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sv-chemical-service-number {
  color: rgba(25, 69, 150, 0.35);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.sv-chemical-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  color: #ffffff !important;
  border-radius: 16px;
  background:
    linear-gradient(
      135deg,
      #194596 0%,
      #168bd0 100%
    );
  box-shadow:
    0 12px 24px rgba(25, 84, 166, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.sv-chemical-service-icon svg {
  display: block;
  width: 27px;
  height: 27px;
  overflow: visible;
}

.sv-chemical-service-icon svg *,
.sv-chemical-service-icon svg path,
.sv-chemical-service-icon svg rect,
.sv-chemical-service-icon svg circle {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* =====================================================
   CARD CONTENT
===================================================== */

.sv-chemical-service-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sv-chemical-service-content h3 {
  margin: 0;
  color: #102858;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.sv-chemical-service-content > p {
  margin: 11px 0 0;
  color: #60718c;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

/* =====================================================
   STANDARD LIST
===================================================== */

.sv-chemical-service-list {
  display: grid;
  gap: 11px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.sv-chemical-service-list li {
  position: relative;
  margin: 0;
  padding-left: 25px;
  color: #243b64;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.sv-chemical-service-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #194596,
      #18a8df
    );
  box-shadow: 0 4px 10px rgba(24, 168, 223, 0.18);
}

.sv-chemical-service-list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 3px;
  border-left: 1.7px solid #ffffff;
  border-bottom: 1.7px solid #ffffff;
  transform: rotate(-45deg);
}

/* =====================================================
   PRODUCT DEVELOPMENT LIST
===================================================== */

.sv-chemical-product-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 23px;
}

.sv-chemical-product-list span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px 9px 32px;
  border: 1px solid rgba(25, 69, 150, 0.1);
  border-radius: 10px;
  color: #243b64;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.sv-chemical-product-list span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 11px;
  height: 11px;
  border: 2px solid #168bd0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.sv-chemical-product-list span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #194596;
  transform: translateY(-50%);
}

.sv-chemical-product-list span:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 168, 223, 0.32);
  background: #ffffff;
}

/* =====================================================
   BOTTOM ACCENT
===================================================== */

.sv-chemical-service-line {
  position: absolute;
  right: 27px;
  bottom: 0;
  left: 27px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background:
    linear-gradient(
      90deg,
      #194596 0%,
      #18a8df 45%,
      rgba(24, 168, 223, 0) 100%
    );
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: left;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.sv-chemical-service-card:hover .sv-chemical-service-line {
  opacity: 1;
  transform: scaleX(1);
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1200px) {
  .sv-chemical-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-chemical-service-featured {
    grid-column: span 2;
  }

  .sv-chemical-service-card {
    min-height: 390px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .sv-chemical-services-section {
    padding: 82px 0;
  }

  .sv-chemical-services-container {
    width: min(880px, calc(100% - 40px));
  }

  .sv-chemical-services-heading {
    margin-bottom: 45px;
  }

  .sv-chemical-services-heading h2 {
    font-size: 52px;
  }

  .sv-chemical-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-chemical-services-section {
    padding: 65px 0;
  }

  .sv-chemical-services-container {
    width: min(100% - 28px, 1280px);
  }

  .sv-chemical-services-heading {
    margin-bottom: 36px;
  }

  .sv-chemical-services-heading h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .sv-chemical-services-heading p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .sv-chemical-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sv-chemical-service-featured {
    grid-column: auto;
  }

  .sv-chemical-service-card {
    min-height: 0;
    padding: 23px 21px 26px;
    border-radius: 18px;
  }

  .sv-chemical-service-top {
    margin-bottom: 20px;
  }

  .sv-chemical-service-icon {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
    border-radius: 14px;
  }

  .sv-chemical-service-icon svg {
    width: 24px;
    height: 24px;
  }

  .sv-chemical-service-content h3 {
    font-size: 21px;
  }

  .sv-chemical-product-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .sv-chemical-product-list span {
    min-height: 40px;
    padding: 8px 9px 8px 29px;
    font-size: 11px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-chemical-services-heading h2 {
    font-size: 35px;
  }

  .sv-chemical-product-list {
    grid-template-columns: 1fr;
  }

  .sv-chemical-service-content > p {
    font-size: 13px;
  }

  .sv-chemical-service-list li {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f4844c1 *//* =====================================================
   SV TRADELINK
   CLICKABLE PRODUCT INDUSTRY CARDS
===================================================== */

.sv-product-industries-section,
.sv-product-industries-section * {
  box-sizing: border-box;
}

.sv-product-industries-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 7% 14%,
      rgba(19, 173, 229, 0.15),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(42, 103, 207, 0.18),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #03152f 0%,
      #062653 50%,
      #031936 100%
    );
  font-family: "Inter", Arial, sans-serif;
}

/* =====================================================
   BACKGROUND DECORATION
===================================================== */

.sv-product-industries-section::before {
  content: "";
  position: absolute;
  top: 55px;
  right: 5%;
  width: 270px;
  height: 220px;
  opacity: 0.15;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 26px 26px, #55bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 105px 76px, #55bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 195px 28px, #55bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 245px 120px, #55bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 142px 180px, #55bfe8 0 4px, transparent 5px);
}

.sv-product-industries-section::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 80px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(71, 155, 224, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(41, 119, 199, 0.03),
    0 0 0 110px rgba(41, 119, 199, 0.018);
  pointer-events: none;
}

.sv-product-industries-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.sv-product-industries-glow-one {
  top: -230px;
  left: 18%;
  width: 520px;
  height: 520px;
  background:
    radial-gradient(
      circle,
      rgba(25, 151, 218, 0.1),
      transparent 70%
    );
}

.sv-product-industries-glow-two {
  right: -230px;
  bottom: -270px;
  width: 610px;
  height: 610px;
  background:
    radial-gradient(
      circle,
      rgba(48, 111, 209, 0.13),
      transparent 70%
    );
}

/* =====================================================
   CONTAINER
===================================================== */

.sv-product-industries-container {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* =====================================================
   SECTION HEADING
===================================================== */

.sv-product-industries-head {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.sv-product-industries-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 15px 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.sv-product-industries-kicker > span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 50%;
  background: rgba(25, 175, 229, 0.18);
}

.sv-product-industries-kicker > span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1db2e7;
  box-shadow: 0 0 12px rgba(29, 178, 231, 0.65);
}

.sv-product-industries-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -2px;
}

.sv-product-industries-head p {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

/* =====================================================
   GRID
===================================================== */

.sv-product-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* Center seventh card on desktop */

.sv-product-industry-card:nth-child(7) {
  grid-column: 2;
}

/* =====================================================
   CLICKABLE CARD
===================================================== */

.sv-product-industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 310px;
  overflow: hidden;
  padding: 27px;
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.078),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    0 18px 40px rgba(0, 10, 30, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(9px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.sv-product-industry-card:hover,
.sv-product-industry-card:focus,
.sv-product-industry-card:active,
.sv-product-industry-card:visited {
  color: inherit;
  text-decoration: none !important;
}

.sv-product-industry-card::before {
  content: "";
  position: absolute;
  top: -95px;
  right: -95px;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(31, 177, 231, 0.15),
      rgba(31, 177, 231, 0) 70%
    );
  pointer-events: none;
  transition: transform 0.45s ease;
}

.sv-product-industry-card::after {
  content: "";
  position: absolute;
  right: 27px;
  bottom: 0;
  left: 27px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background:
    linear-gradient(
      90deg,
      #1db2e7 0%,
      #2e6fd2 65%,
      rgba(46, 111, 210, 0) 100%
    );
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.sv-product-industry-card:hover {
  transform: translateY(-7px);
  border-color: rgba(38, 183, 235, 0.4);
  background:
    linear-gradient(
      145deg,
      rgba(22, 111, 197, 0.21),
      rgba(255, 255, 255, 0.046)
    );
  box-shadow:
    0 27px 54px rgba(0, 10, 30, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.sv-product-industry-card:hover::before {
  transform: scale(1.2);
}

.sv-product-industry-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.sv-product-industry-card:focus-visible {
  border-color: #1db2e7;
  box-shadow:
    0 0 0 3px rgba(29, 178, 231, 0.24),
    0 26px 52px rgba(0, 10, 30, 0.23);
}

/* =====================================================
   CARD NUMBER
===================================================== */

.sv-product-industry-number {
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(255, 255, 255, 0.27);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.4px;
}

/* =====================================================
   CARD ICON
===================================================== */

.sv-product-industry-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-bottom: 25px;
  color: #ffffff !important;
  border: 1px solid rgba(69, 178, 235, 0.42);
  border-radius: 17px;
  background:
    linear-gradient(
      135deg,
      rgba(29, 178, 231, 0.96),
      rgba(27, 82, 179, 0.97)
    );
  box-shadow:
    0 12px 26px rgba(4, 83, 170, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.sv-product-industry-card:hover .sv-product-industry-icon {
  transform: translateY(-3px) rotate(-2deg);
  box-shadow:
    0 17px 32px rgba(4, 83, 170, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sv-product-industry-icon svg {
  display: block;
  width: 29px;
  height: 29px;
  overflow: visible;
}

.sv-product-industry-icon svg *,
.sv-product-industry-icon svg path,
.sv-product-industry-icon svg rect,
.sv-product-industry-icon svg circle {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* =====================================================
   CARD CONTENT
===================================================== */

.sv-product-industry-content {
  position: relative;
  z-index: 2;
  display: block;
  flex: 1;
}

.sv-product-industry-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: -0.35px;
}

.sv-product-industry-content p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}

/* =====================================================
   VIEW PRODUCTS
===================================================== */

.sv-product-industry-link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 21px;
  color: #63c9ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
}

.sv-product-industry-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  color: #63c9ed;
  border: 1px solid rgba(98, 201, 237, 0.27);
  border-radius: 50%;
  background: rgba(98, 201, 237, 0.07);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.sv-product-industry-arrow svg {
  display: block;
  width: 17px;
  height: 17px;
  overflow: visible;
}

.sv-product-industry-arrow svg *,
.sv-product-industry-arrow svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.sv-product-industry-card:hover .sv-product-industry-link {
  color: #ffffff;
}

.sv-product-industry-card:hover .sv-product-industry-arrow {
  color: #ffffff;
  border-color: #1db2e7;
  background: #1db2e7;
  transform: translateX(4px);
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1150px) {
  .sv-product-industry-card {
    min-height: 325px;
    padding: 24px;
  }

  .sv-product-industry-number {
    top: 23px;
    right: 23px;
  }

  .sv-product-industry-content h3 {
    font-size: 19px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .sv-product-industries-section {
    padding: 82px 0;
  }

  .sv-product-industries-container {
    width: min(880px, calc(100% - 40px));
  }

  .sv-product-industries-head {
    margin-bottom: 44px;
  }

  .sv-product-industries-head h2 {
    font-size: 52px;
  }

  .sv-product-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-product-industry-card {
    min-height: 300px;
  }

  .sv-product-industry-card:nth-child(7) {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-product-industries-section {
    padding: 65px 0;
  }

  .sv-product-industries-container {
    width: min(100% - 28px, 1280px);
  }

  .sv-product-industries-head {
    margin-bottom: 35px;
  }

  .sv-product-industries-head h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .sv-product-industries-head p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .sv-product-industries-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sv-product-industry-card,
  .sv-product-industry-card:nth-child(7) {
    grid-column: auto;
    width: 100%;
    min-height: 0;
    padding: 23px;
    border-radius: 18px;
  }

  .sv-product-industry-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .sv-product-industry-icon svg {
    width: 26px;
    height: 26px;
  }

  .sv-product-industry-content h3 {
    font-size: 20px;
  }

  .sv-product-industry-link {
    margin-top: 18px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-product-industries-head h2 {
    font-size: 35px;
  }

  .sv-product-industry-card {
    padding: 21px;
  }

  .sv-product-industry-content p {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f083e25 *//* =====================================================
   SV TRADELINK
   CONSULTANCY PROCESS
===================================================== */

.sv-process-section,
.sv-process-section * {
  box-sizing: border-box;
}

.sv-process-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(27, 110, 210, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(22, 171, 224, 0.07),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #f5f8fd 0%,
      #ffffff 48%,
      #f1f6fc 100%
    );
  font-family: "Inter", Arial, sans-serif;
}

/* =====================================================
   BACKGROUND ELEMENTS
===================================================== */

.sv-process-section::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 5%;
  width: 230px;
  height: 180px;
  opacity: 0.12;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 22px 25px, #3e74bd 0 4px, transparent 5px),
    radial-gradient(circle at 100px 72px, #3e74bd 0 4px, transparent 5px),
    radial-gradient(circle at 185px 24px, #3e74bd 0 4px, transparent 5px),
    radial-gradient(circle at 215px 130px, #3e74bd 0 4px, transparent 5px),
    radial-gradient(circle at 110px 155px, #3e74bd 0 4px, transparent 5px);
}

.sv-process-shape {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.sv-process-shape-one {
  top: -230px;
  left: -190px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(25, 69, 150, 0.07);
  box-shadow:
    0 0 0 60px rgba(25, 69, 150, 0.022),
    0 0 0 120px rgba(25, 69, 150, 0.014);
}

.sv-process-shape-two {
  right: -250px;
  bottom: -280px;
  width: 620px;
  height: 620px;
  background:
    radial-gradient(
      circle,
      rgba(24, 168, 223, 0.09),
      rgba(24, 168, 223, 0) 70%
    );
}

/* =====================================================
   CONTAINER
===================================================== */

.sv-process-container {
  position: relative;
  z-index: 3;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
}

/* =====================================================
   SECTION HEADING
===================================================== */

.sv-process-heading {
  max-width: 780px;
  margin: 0 auto 70px;
  text-align: center;
}

.sv-process-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 15px 8px 11px;
  border: 1px solid rgba(25, 69, 150, 0.14);
  border-radius: 999px;
  color: #194596;
  background: rgba(25, 69, 150, 0.055);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.sv-process-kicker-dot {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 50%;
  background: rgba(24, 168, 223, 0.16);
}

.sv-process-kicker-dot::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18a8df;
  box-shadow: 0 0 12px rgba(24, 168, 223, 0.6);
}

.sv-process-heading h2 {
  margin: 0;
  color: #102858;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -2px;
}

.sv-process-heading p {
  max-width: 700px;
  margin: 18px auto 0;
  color: #526783;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

/* =====================================================
   HORIZONTAL TIMELINE
===================================================== */

.sv-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

/* Connecting line */

.sv-process-progress-line {
  position: absolute;
  z-index: 0;
  top: 31px;
  left: 8.3%;
  width: 83.4%;
  height: 3px;
  border-radius: 99px;
  background:
    linear-gradient(
      90deg,
      #194596 0%,
      #18a8df 50%,
      #194596 100%
    );
  box-shadow: 0 3px 12px rgba(24, 127, 202, 0.2);
}

/* =====================================================
   STEP
===================================================== */

.sv-process-step {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-top: 70px;
}

/* Timeline node */

.sv-process-node {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #ffffff;
  border: 7px solid #f5f8fd;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #194596 0%,
      #18a8df 100%
    );
  box-shadow:
    0 11px 24px rgba(25, 87, 171, 0.23),
    0 0 0 1px rgba(25, 69, 150, 0.1);
  transform: translateX(-50%);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.sv-process-node span {
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.sv-process-step:hover .sv-process-node {
  transform: translateX(-50%) scale(1.08);
  box-shadow:
    0 16px 30px rgba(25, 87, 171, 0.3),
    0 0 0 4px rgba(24, 168, 223, 0.1);
}

/* =====================================================
   PROCESS CARD
===================================================== */

.sv-process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  overflow: hidden;
  padding: 27px 22px 25px;
  border: 1px solid rgba(25, 69, 150, 0.12);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 16px 38px rgba(20, 54, 108, 0.07),
    0 4px 12px rgba(20, 54, 108, 0.035);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.sv-process-card::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(
      circle,
      rgba(24, 168, 223, 0.1),
      rgba(24, 168, 223, 0) 70%
    );
  transition: transform 0.4s ease;
}

.sv-process-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background:
    linear-gradient(
      90deg,
      #194596,
      #18a8df,
      rgba(24, 168, 223, 0)
    );
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.sv-process-step:hover .sv-process-card {
  transform: translateY(-7px);
  border-color: rgba(24, 168, 223, 0.34);
  box-shadow:
    0 25px 52px rgba(20, 54, 108, 0.13),
    0 7px 18px rgba(20, 54, 108, 0.05);
}

.sv-process-step:hover .sv-process-card::before {
  transform: scale(1.18);
}

.sv-process-step:hover .sv-process-card::after {
  opacity: 1;
  transform: scaleX(1);
}

/* =====================================================
   STEP ICON
===================================================== */

.sv-process-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  margin-bottom: 23px;
  color: #ffffff !important;
  border-radius: 15px;
  background:
    linear-gradient(
      135deg,
      #194596 0%,
      #168bd0 100%
    );
  box-shadow:
    0 11px 24px rgba(25, 84, 166, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.sv-process-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  overflow: visible;
}

.sv-process-icon svg *,
.sv-process-icon svg path,
.sv-process-icon svg rect,
.sv-process-icon svg circle {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* =====================================================
   CARD CONTENT
===================================================== */

.sv-process-step-label {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: #168bd0;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sv-process-card h3 {
  position: relative;
  z-index: 2;
  min-height: 54px;
  margin: 0;
  color: #102858;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.sv-process-card p {
  position: relative;
  z-index: 2;
  margin: 13px 0 0;
  color: #60718c;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}

/* =====================================================
   SUPPORT STRIP
===================================================== */

.sv-process-support {
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 850px;
  margin: 45px auto 0;
  padding: 20px 23px;
  border: 1px solid rgba(25, 69, 150, 0.11);
  border-left: 4px solid #18a8df;
  border-radius: 0 15px 15px 0;
  background:
    linear-gradient(
      90deg,
      rgba(25, 69, 150, 0.08),
      rgba(24, 168, 223, 0.025)
    );
}

.sv-process-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
  color: #ffffff !important;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      #194596,
      #18a8df
    );
  box-shadow: 0 10px 22px rgba(25, 84, 166, 0.2);
}

.sv-process-support-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  overflow: visible;
}

.sv-process-support-icon svg *,
.sv-process-support-icon svg path {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 2.1 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.sv-process-support strong {
  display: block;
  margin-bottom: 4px;
  color: #102858;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.sv-process-support p {
  margin: 0;
  color: #526783;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

/* =====================================================
   SMALL DESKTOP
===================================================== */

@media (max-width: 1300px) {
  .sv-process-container {
    width: min(1180px, calc(100% - 48px));
  }

  .sv-process-timeline {
    gap: 12px;
  }

  .sv-process-card {
    min-height: 350px;
    padding: 24px 18px;
  }

  .sv-process-card h3 {
    font-size: 18px;
  }

  .sv-process-card p {
    font-size: 12px;
  }
}
/* =====================================================
   TABLET – VERTICAL TIMELINE
===================================================== */

@media (max-width: 1050px) {
  .sv-process-section {
    padding: 82px 0;
  }

  .sv-process-container {
    width: min(880px, calc(100% - 40px));
  }

  .sv-process-heading {
    margin-bottom: 50px;
  }

  .sv-process-heading h2 {
    font-size: 52px;
  }

  /* Change horizontal grid into vertical timeline */
  .sv-process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-left: 72px;
  }

  /* Hide desktop horizontal line */
  .sv-process-progress-line {
    display: none;
  }

  /* Vertical connecting line */
  .sv-process-timeline::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 28px;
    bottom: 28px;
    left: 29px;
    width: 3px;
    border-radius: 99px;
    background: linear-gradient(
      180deg,
      #194596 0%,
      #18a8df 50%,
      #194596 100%
    );
    box-shadow: 0 3px 12px rgba(24, 127, 202, 0.2);
  }

  .sv-process-step {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
  }

  /* Timeline number node */
  .sv-process-node {
    top: 24px;
    right: auto;
    left: -69px;
    width: 52px;
    height: 52px;
    border: 6px solid #f5f8fd;
    transform: none;
  }

  .sv-process-step:hover .sv-process-node {
    transform: scale(1.08);
  }

  .sv-process-node span {
    font-size: 11px;
  }

  /* Horizontal-style content inside vertical cards */
  .sv-process-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 19px;
    min-height: 0;
    padding: 25px 28px;
  }

  .sv-process-card::before {
    top: -75px;
    right: -75px;
  }

  .sv-process-icon {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    margin: 0;
    align-self: start;
  }

  .sv-process-step-label {
    grid-column: 2;
    margin: 2px 0 8px;
  }

  .sv-process-card h3 {
    grid-column: 2;
    min-height: 0;
    margin: 0;
    font-size: 22px;
  }

  .sv-process-card p {
    grid-column: 2;
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.7;
  }

  .sv-process-support {
    margin-top: 42px;
  }
}

/* =====================================================
   MOBILE – VERTICAL TIMELINE
===================================================== */

@media (max-width: 767px) {
  .sv-process-section {
    padding: 65px 0;
  }

  .sv-process-container {
    width: min(100% - 28px, 1380px);
  }

  .sv-process-heading {
    margin-bottom: 38px;
  }

  .sv-process-heading h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .sv-process-heading p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .sv-process-timeline {
    gap: 18px;
    padding-left: 48px;
  }

  .sv-process-timeline::before {
    top: 23px;
    bottom: 23px;
    left: 18px;
    width: 3px;
  }

  .sv-process-node {
    top: 23px;
    left: -50px;
    width: 40px;
    height: 40px;
    border-width: 5px;
  }

  .sv-process-node span {
    font-size: 9px;
  }

  .sv-process-card {
    display: block;
    padding: 22px 20px 24px;
    border-radius: 17px;
  }

  .sv-process-icon {
    display: inline-flex;
    width: 49px;
    height: 49px;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  .sv-process-icon svg {
    width: 24px;
    height: 24px;
  }

  .sv-process-step-label {
    display: block;
    margin-bottom: 8px;
  }

  .sv-process-card h3 {
    font-size: 20px;
  }

  .sv-process-card p {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.7;
  }

  .sv-process-support {
    align-items: flex-start;
    margin-top: 35px;
    padding: 17px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-process-heading h2 {
    font-size: 35px;
  }

  .sv-process-timeline {
    gap: 16px;
    padding-left: 42px;
  }

  .sv-process-timeline::before {
    left: 15px;
  }

  .sv-process-node {
    top: 21px;
    left: -43px;
    width: 36px;
    height: 36px;
    border-width: 4px;
  }

  .sv-process-node span {
    font-size: 8px;
  }

  .sv-process-card {
    padding: 20px 18px 22px;
  }

  .sv-process-icon {
    width: 46px;
    height: 46px;
  }

  .sv-process-card h3 {
    font-size: 19px;
  }

  .sv-process-support {
    gap: 13px;
  }

  .sv-process-support-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-994bb6b *//* =====================================================
   SV TRADELINK
   WHY CHOOSE US – CONSULTANCY PAGE
===================================================== */

.sv-why-consultancy-section,
.sv-why-consultancy-section * {
  box-sizing: border-box;
}

.sv-why-consultancy-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 7% 15%,
      rgba(19, 173, 229, 0.15),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(42, 103, 207, 0.18),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #03152f 0%,
      #062653 52%,
      #031936 100%
    );
  font-family: "Inter", Arial, sans-serif;
}

/* =====================================================
   BACKGROUND ELEMENTS
===================================================== */

.sv-why-consultancy-section::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 5%;
  width: 250px;
  height: 205px;
  opacity: 0.15;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 25px 25px, #54bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 105px 74px, #54bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 190px 25px, #54bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 225px 120px, #54bfe8 0 4px, transparent 5px),
    radial-gradient(circle at 130px 175px, #54bfe8 0 4px, transparent 5px);
}

.sv-why-consultancy-section::after {
  content: "";
  position: absolute;
  left: -95px;
  bottom: 65px;
  width: 275px;
  height: 275px;
  border: 1px solid rgba(71, 155, 224, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(41, 119, 199, 0.03),
    0 0 0 110px rgba(41, 119, 199, 0.018);
  pointer-events: none;
}

.sv-why-consultancy-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.sv-why-glow-one {
  top: -240px;
  left: 18%;
  width: 530px;
  height: 530px;
  background:
    radial-gradient(
      circle,
      rgba(25, 151, 218, 0.11),
      transparent 70%
    );
}

.sv-why-glow-two {
  right: -240px;
  bottom: -280px;
  width: 620px;
  height: 620px;
  background:
    radial-gradient(
      circle,
      rgba(48, 111, 209, 0.14),
      transparent 70%
    );
}

/* =====================================================
   CONTAINER
===================================================== */

.sv-why-consultancy-container {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* =====================================================
   SECTION HEADING
===================================================== */

.sv-why-consultancy-head {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.sv-why-consultancy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 15px 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.sv-why-kicker-dot {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 50%;
  background: rgba(25, 175, 229, 0.18);
}

.sv-why-kicker-dot::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1db2e7;
  box-shadow: 0 0 12px rgba(29, 178, 231, 0.65);
}

.sv-why-consultancy-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -2px;
}

.sv-why-consultancy-head p {
  max-width: 720px;
  margin: 19px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

/* =====================================================
   CARD GRID
===================================================== */

.sv-why-consultancy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* =====================================================
   PREMIUM CARD
===================================================== */

.sv-why-consultancy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.082),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    0 18px 42px rgba(0, 10, 30, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.sv-why-consultancy-card::before {
  content: "";
  position: absolute;
  top: -105px;
  right: -105px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(
      circle,
      rgba(31, 177, 231, 0.16),
      rgba(31, 177, 231, 0) 70%
    );
  transition: transform 0.45s ease;
}

.sv-why-consultancy-card::after {
  content: "";
  position: absolute;
  right: 27px;
  bottom: 0;
  left: 27px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background:
    linear-gradient(
      90deg,
      #1db2e7 0%,
      #2e6fd2 65%,
      rgba(46, 111, 210, 0) 100%
    );
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.sv-why-consultancy-card:hover {
  transform: translateY(-8px);
  border-color: rgba(38, 183, 235, 0.4);
  background:
    linear-gradient(
      145deg,
      rgba(22, 111, 197, 0.22),
      rgba(255, 255, 255, 0.045)
    );
  box-shadow:
    0 28px 58px rgba(0, 10, 30, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.sv-why-consultancy-card:hover::before {
  transform: scale(1.2);
}

.sv-why-consultancy-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* =====================================================
   CARD TOP
===================================================== */

.sv-why-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 27px;
}

.sv-why-card-number {
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.sv-why-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  color: #ffffff !important;
  border: 1px solid rgba(69, 178, 235, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(29, 178, 231, 0.96),
      rgba(27, 82, 179, 0.97)
    );
  box-shadow:
    0 13px 28px rgba(4, 83, 170, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.sv-why-consultancy-card:hover .sv-why-card-icon {
  transform: translateY(-3px) rotate(-2deg);
  box-shadow:
    0 18px 34px rgba(4, 83, 170, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sv-why-card-icon svg {
  display: block;
  width: 30px;
  height: 30px;
  overflow: visible;
}

.sv-why-card-icon svg *,
.sv-why-card-icon svg path,
.sv-why-card-icon svg rect,
.sv-why-card-icon svg circle {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* =====================================================
   CARD CONTENT
===================================================== */

.sv-why-card-content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.sv-why-card-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: -0.45px;
}

.sv-why-card-content p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

/* =====================================================
   CARD FOOTER
===================================================== */

.sv-why-card-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
}

.sv-why-card-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #ffffff !important;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #194596,
      #18a8df
    );
  box-shadow: 0 7px 16px rgba(24, 168, 223, 0.22);
}

.sv-why-card-check svg {
  display: block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.sv-why-card-check svg *,
.sv-why-card-check svg path {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 3 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* =====================================================
   SMALL DESKTOP
===================================================== */

@media (max-width: 1150px) {
  .sv-why-consultancy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-why-consultancy-card {
    min-height: 325px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .sv-why-consultancy-section {
    padding: 82px 0;
  }

  .sv-why-consultancy-container {
    width: min(880px, calc(100% - 40px));
  }

  .sv-why-consultancy-head {
    margin-bottom: 44px;
  }

  .sv-why-consultancy-head h2 {
    font-size: 52px;
  }

  .sv-why-consultancy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-why-consultancy-card {
    min-height: 330px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-why-consultancy-section {
    padding: 65px 0;
  }

  .sv-why-consultancy-container {
    width: min(100% - 28px, 1280px);
  }

  .sv-why-consultancy-head {
    margin-bottom: 35px;
  }

  .sv-why-consultancy-head h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .sv-why-consultancy-head p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .sv-why-consultancy-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sv-why-consultancy-card {
    min-height: 0;
    padding: 23px;
    border-radius: 18px;
  }

  .sv-why-card-top {
    margin-bottom: 22px;
  }

  .sv-why-card-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 16px;
  }

  .sv-why-card-icon svg {
    width: 27px;
    height: 27px;
  }

  .sv-why-card-content h3 {
    font-size: 21px;
  }

  .sv-why-card-content p {
    font-size: 13px;
  }

  .sv-why-card-footer {
    margin-top: 22px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-why-consultancy-head h2 {
    font-size: 35px;
  }

  .sv-why-consultancy-card {
    padding: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-913f2f7 *//* =====================================================
   SV TRADELINK
   FINAL CONSULTANCY CTA
===================================================== */

.sv-consultancy-final-cta,
.sv-consultancy-final-cta * {
  box-sizing: border-box;
}

.sv-consultancy-final-cta {
  width: 100%;
  padding: 82px 0;
  overflow: hidden;
  background: #f3f7fc;
  font-family: "Inter", Arial, sans-serif;
}

.sv-consultancy-final-wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

/* =====================================================
   MAIN CARD
===================================================== */

.sv-consultancy-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  overflow: hidden;
  border: 1px solid rgba(20, 58, 116, 0.11);
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 25px 65px rgba(14, 43, 91, 0.11),
    0 5px 18px rgba(14, 43, 91, 0.05);
}

/* =====================================================
   LEFT CONTENT
===================================================== */

.sv-consultancy-final-content {
  position: relative;
  padding: 58px 62px;
}

.sv-consultancy-final-content::before {
  content: "";
  position: absolute;
  top: 58px;
  bottom: 58px;
  left: 0;
  width: 5px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    180deg,
    #194596 0%,
    #18a8df 100%
  );
}

.sv-consultancy-final-label {
  display: block;
  margin-bottom: 16px;
  color: #1684c7;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.sv-consultancy-final-content h2 {
  max-width: 700px;
  margin: 0;
  color: #102858;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.9px;
}

.sv-consultancy-final-content > p {
  max-width: 680px;
  margin: 19px 0 0;
  color: #526783;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

/* Small Trust Points */

.sv-consultancy-final-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 27px;
}

.sv-consultancy-final-points > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #29456f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.sv-consultancy-final-points svg {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: #1688cf;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =====================================================
   RIGHT ACTION PANEL
===================================================== */

.sv-consultancy-final-action-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 42px;
  color: #ffffff;
  background: linear-gradient(
    145deg,
    #08285b 0%,
    #0b3e82 100%
  );
}

.sv-consultancy-final-action-label {
  display: block;
  margin-bottom: 12px;
  color: #69cbed;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.sv-consultancy-final-action-panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: -0.4px;
}

/* =====================================================
   BUTTONS
===================================================== */

.sv-consultancy-final-buttons {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.sv-consultancy-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sv-consultancy-final-btn:hover,
.sv-consultancy-final-btn:focus,
.sv-consultancy-final-btn:active,
.sv-consultancy-final-btn:visited {
  text-decoration: none !important;
}

.sv-consultancy-final-primary {
  color: #ffffff;
  border-color: #20afe4;
  background: linear-gradient(
    135deg,
    #1db2e7,
    #1588d1
  );
  box-shadow: 0 12px 25px rgba(0, 111, 186, 0.25);
}

.sv-consultancy-final-primary:hover {
  color: #ffffff;
  border-color: #50c7ee;
  background: linear-gradient(
    135deg,
    #26bbea,
    #1176c3
  );
  transform: translateY(-2px);
  box-shadow: 0 17px 32px rgba(0, 111, 186, 0.34);
}

.sv-consultancy-final-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.07);
}

.sv-consultancy-final-secondary:hover {
  color: #0b3979;
  border-color: #ffffff;
  background: #ffffff;
  transform: translateY(-2px);
}

/* Button Icons */

.sv-consultancy-final-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  color: currentColor;
}

.sv-consultancy-final-btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sv-consultancy-final-btn-icon svg *,
.sv-consultancy-final-btn-icon svg path,
.sv-consultancy-final-btn-icon svg rect {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1100px) {
  .sv-consultancy-final-card {
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  }

  .sv-consultancy-final-content {
    padding: 52px 48px;
  }

  .sv-consultancy-final-content h2 {
    font-size: 47px;
  }

  .sv-consultancy-final-action-panel {
    padding: 44px 34px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .sv-consultancy-final-cta {
    padding: 70px 0;
  }

  .sv-consultancy-final-wrap {
    width: min(850px, calc(100% - 40px));
  }

  .sv-consultancy-final-card {
    grid-template-columns: 1fr;
  }

  .sv-consultancy-final-content {
    padding: 48px 45px;
  }

  .sv-consultancy-final-content::before {
    top: 48px;
    bottom: 48px;
  }

  .sv-consultancy-final-content h2 {
    max-width: 680px;
    font-size: 50px;
  }

  .sv-consultancy-final-action-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
    align-items: center;
    gap: 35px;
    padding: 37px 45px;
  }

  .sv-consultancy-final-buttons {
    margin-top: 0;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-consultancy-final-cta {
    padding: 58px 0;
  }

  .sv-consultancy-final-wrap {
    width: min(100% - 28px, 1240px);
  }

  .sv-consultancy-final-card {
    border-radius: 19px;
  }

  .sv-consultancy-final-content {
    padding: 38px 27px 38px 31px;
  }

  .sv-consultancy-final-content::before {
    top: 38px;
    bottom: 38px;
    width: 4px;
  }

  .sv-consultancy-final-label {
    margin-bottom: 13px;
    font-size: 9px;
  }

  .sv-consultancy-final-content h2 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -1.25px;
  }

  .sv-consultancy-final-content > p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .sv-consultancy-final-points {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .sv-consultancy-final-action-panel {
    display: block;
    padding: 32px 27px;
  }

  .sv-consultancy-final-action-panel h3 {
    font-size: 21px;
  }

  .sv-consultancy-final-buttons {
    margin-top: 23px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-consultancy-final-content {
    padding: 34px 22px 34px 27px;
  }

  .sv-consultancy-final-content h2 {
    font-size: 33px;
  }

  .sv-consultancy-final-action-panel {
    padding: 29px 22px;
  }

  .sv-consultancy-final-btn {
    min-height: 52px;
    padding: 13px 16px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-14020fb *//* =====================================================
   SV TRADELINK
   CONSULTATION BOOKING SECTION
===================================================== */

.sv-booking-section,
.sv-booking-section * {
  box-sizing: border-box;
}

.sv-booking-section {
  position: relative;
  width: 100%;
  padding: 95px 0;
  overflow: hidden;
  background: #f4f7fb;
  font-family: "Inter", Arial, sans-serif;
}

/* Elementor main inner container */

.sv-booking-wrap {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch !important;
  gap: 28px;
  width: min(1260px, calc(100% - 48px)) !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
}

/* Remove unwanted Elementor spacing */

.sv-booking-wrap > .e-con-inner {
  display: contents;
}

.sv-booking-info,
.sv-booking-form-panel {
  width: 100% !important;
  min-width: 0;
}

/* =====================================================
   LEFT INFORMATION PANEL
===================================================== */

.sv-booking-info {
  position: relative;
  overflow: hidden;
  padding: 52px 46px !important;
  border-radius: 24px;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #071f48 0%,
      #0b3671 100%
    );
  box-shadow: 0 24px 55px rgba(8, 36, 81, 0.16);
}

.sv-booking-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 5px;
  background: #1aafe3;
}

.sv-booking-info-content {
  position: relative;
  z-index: 2;
}

/* Kicker */

.sv-booking-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 14px 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.sv-booking-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #20b5e8;
  box-shadow: 0 0 0 5px rgba(32, 181, 232, 0.13);
}

/* Heading */

.sv-booking-info h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 3.8vw, 55px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.7px;
}

.sv-booking-intro {
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

/* =====================================================
   BENEFITS
===================================================== */

.sv-booking-benefits {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.sv-booking-benefit {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  padding: 21px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.sv-booking-benefit:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.sv-booking-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #ffffff !important;
  border: 1px solid rgba(62, 190, 237, 0.38);
  border-radius: 13px;
  background: rgba(28, 166, 220, 0.15);
}

.sv-booking-benefit-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  overflow: visible;
}

.sv-booking-benefit-icon svg *,
.sv-booking-benefit-icon svg path,
.sv-booking-benefit-icon svg rect,
.sv-booking-benefit-icon svg circle {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.sv-booking-benefit h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 750;
}

.sv-booking-benefit p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
}

/* Bottom note */

.sv-booking-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 27px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.sv-booking-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #65ceef;
}

.sv-booking-note-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.sv-booking-note-icon svg *,
.sv-booking-note-icon svg path,
.sv-booking-note-icon svg circle {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.sv-booking-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 11px;
  line-height: 1.65;
  font-weight: 500;
}

/* =====================================================
   RIGHT FORM PANEL
===================================================== */

.sv-booking-form-panel {
  position: relative;
  padding: 42px !important;
  border: 1px solid rgba(25, 69, 150, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 24px 55px rgba(14, 43, 91, 0.09),
    0 5px 16px rgba(14, 43, 91, 0.035);
}

.sv-booking-form-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 42px;
  left: 42px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(
      90deg,
      #194596 0%,
      #18a8df 68%,
      rgba(24, 168, 223, 0.08) 100%
    );
}

/* Remove inner form card from previous CSS */

.sv-booking-form-panel .sv-consultation-form {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sv-booking-form-panel .sv-consultation-form::before {
  display: none !important;
}

/* CF7 wrapper */

.sv-booking-form-panel .wpcf7 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* =====================================================
   FORM GRID
===================================================== */

.sv-booking-form-panel .sv-consultation-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 18px;
}

.sv-booking-form-panel .sv-consultation-full {
  grid-column: 1 / -1;
}

/* Labels */

.sv-booking-form-panel .sv-consultation-field label {
  display: block;
  margin-bottom: 8px;
  color: #102858;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 750;
}

.sv-booking-form-panel .sv-consultation-field label > span {
  color: #168bd0;
}

.sv-booking-form-panel .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Inputs */

.sv-booking-form-panel input[type="text"],
.sv-booking-form-panel input[type="email"],
.sv-booking-form-panel input[type="tel"],
.sv-booking-form-panel select,
.sv-booking-form-panel textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(25, 69, 150, 0.17);
  border-radius: 9px;
  outline: none;
  color: #18325d;
  background: #f8fafd;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 450;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.sv-booking-form-panel input[type="text"],
.sv-booking-form-panel input[type="email"],
.sv-booking-form-panel input[type="tel"],
.sv-booking-form-panel select {
  height: 52px;
  padding: 0 15px;
}

.sv-booking-form-panel textarea {
  min-height: 115px;
  padding: 14px 15px;
  line-height: 1.6;
  resize: vertical;
}

.sv-booking-form-panel input::placeholder,
.sv-booking-form-panel textarea::placeholder {
  color: #8896aa;
  opacity: 1;
}

.sv-booking-form-panel select {
  cursor: pointer;
}

/* Focus */

.sv-booking-form-panel input[type="text"]:focus,
.sv-booking-form-panel input[type="email"]:focus,
.sv-booking-form-panel input[type="tel"]:focus,
.sv-booking-form-panel select:focus,
.sv-booking-form-panel textarea:focus {
  border-color: #168bd0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(22, 139, 208, 0.1);
}

/* Validation */

.sv-booking-form-panel .wpcf7-not-valid {
  border-color: #d64d4d !important;
  background: #fffafa !important;
}

.sv-booking-form-panel .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #c83f3f;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 600;
}

/* =====================================================
   SUBMIT BUTTON
===================================================== */

.sv-booking-form-panel .sv-consultation-submit-wrap {
  margin-top: 2px;
}

.sv-booking-form-panel .sv-consultation-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  margin: 0 !important;
  padding: 14px 27px !important;
  border: 1px solid #194596 !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  background: #194596 !important;
  box-shadow: 0 12px 25px rgba(25, 69, 150, 0.18);
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.sv-booking-form-panel .sv-consultation-submit:hover {
  background: #123879 !important;
  transform: translateY(-2px);
  box-shadow: 0 17px 31px rgba(25, 69, 150, 0.24);
}

.sv-booking-form-panel .sv-consultation-form-note {
  margin: 11px 0 0 !important;
  color: #748399;
  font-size: 10px;
  line-height: 1.6;
}

/* CF7 spinner */

.sv-booking-form-panel .wpcf7-spinner {
  margin: 0 0 0 12px;
}

/* Response output */

.sv-booking-form-panel .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 13px 15px !important;
  border-width: 1px !important;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}

.sv-booking-form-panel form.sent .wpcf7-response-output {
  border-color: #2b985d !important;
  color: #176b3e;
  background: #f1fbf5;
}

.sv-booking-form-panel form.invalid .wpcf7-response-output {
  border-color: #d69b32 !important;
  color: #805509;
  background: #fffaf0;
}

.sv-booking-form-panel form.failed .wpcf7-response-output,
.sv-booking-form-panel form.spam .wpcf7-response-output {
  border-color: #d64d4d !important;
  color: #982d2d;
  background: #fff5f5;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1150px) {
  .sv-booking-wrap {
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
    gap: 22px;
  }

  .sv-booking-info {
    padding: 45px 35px !important;
  }

  .sv-booking-form-panel {
    padding: 35px !important;
  }

  .sv-booking-form-panel::before {
    right: 35px;
    left: 35px;
  }

  .sv-booking-info h2 {
    font-size: 45px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .sv-booking-section {
    padding: 76px 0;
  }

  .sv-booking-wrap {
    grid-template-columns: 1fr;
    width: min(850px, calc(100% - 40px)) !important;
  }

  .sv-booking-info {
    padding: 45px !important;
  }

  .sv-booking-info h2 {
    font-size: 50px;
  }

  .sv-booking-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }

  .sv-booking-benefit {
    display: block;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
  }

  .sv-booking-benefit:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .sv-booking-benefit-icon {
    margin-bottom: 15px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .sv-booking-section {
    padding: 60px 0;
  }

  .sv-booking-wrap {
    width: min(100% - 28px, 1260px) !important;
    gap: 18px;
  }

  .sv-booking-info,
  .sv-booking-form-panel {
    border-radius: 19px;
  }

  .sv-booking-info {
    padding: 34px 24px !important;
  }

  .sv-booking-info h2 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }

  .sv-booking-intro {
    font-size: 14px;
    line-height: 1.7;
  }

  .sv-booking-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 27px;
  }

  .sv-booking-benefit {
    display: grid;
    padding: 19px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 0;
    background: transparent;
  }

  .sv-booking-benefit:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .sv-booking-benefit-icon {
    margin-bottom: 0;
  }

  .sv-booking-form-panel {
    padding: 26px 20px !important;
  }

  .sv-booking-form-panel::before {
    right: 20px;
    left: 20px;
  }

  .sv-booking-form-panel .sv-consultation-form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .sv-booking-form-panel .sv-consultation-full {
    grid-column: auto;
  }

  .sv-booking-form-panel .sv-consultation-submit {
    width: 100% !important;
    min-width: 0;
  }

  .sv-booking-form-panel .wpcf7-spinner {
    display: block;
    margin: 11px auto 0;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .sv-booking-info {
    padding: 30px 20px !important;
  }

  .sv-booking-info h2 {
    font-size: 33px;
  }

  .sv-booking-form-panel {
    padding: 23px 17px !important;
  }
}/* End custom CSS */