@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@200;300;400;500&display=swap");

/* =============================================
   SCOPED RESETS (only inside approach content)
============================================= */
.element-our-approach *,
.element-our-approach *::before,
.element-our-approach *::after {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.element-our-approach a { text-decoration: none; }
.element-our-approach img { max-width: 100%; }

/* =============================================
   FOCUS STYLE
============================================= */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

/* =============================================
   CSS VARIABLES
============================================= */
:root {
  --electric-blue: rgba(4, 70, 242, 1);
  --navy: rgba(0, 5, 26, 1);
  --ice-white: rgba(255, 255, 255, 1);
  --cloud: rgba(245, 246, 252, 1);
  --steel: rgba(188, 191, 204, 1);
  --blue: rgba(4, 149, 240, 1);
  --sky-blue: rgba(130, 204, 249, 1);
  --black: rgba(55, 55, 55, 1);
  --h3-font-family: "Inter", Helvetica;
  --h3-font-weight: 600;
  --h3-font-size: 36px;
  --h3-letter-spacing: 0px;
  --h3-line-height: 120.00000762939453%;
  --h3-font-style: normal;
  --body-18-regular-font-family: "Inter", Helvetica;
  --body-18-regular-font-weight: 400;
  --body-18-regular-font-size: 18px;
  --body-18-regular-letter-spacing: 0px;
  --body-18-regular-line-height: 24px;
  --body-18-regular-font-style: normal;
  --body-16-regular-font-family: "Inter", Helvetica;
  --body-16-regular-font-weight: 400;
  --body-16-regular-font-size: 16px;
  --body-16-regular-letter-spacing: 0px;
  --body-16-regular-line-height: 24px;
  --body-16-regular-font-style: normal;
  --p2-m-font-family: "Inter", Helvetica;
  --p2-m-font-weight: 500;
  --p2-m-font-size: 16px;
  --p2-m-letter-spacing: 0px;
  --p2-m-line-height: 120.00000762939453%;
  --p2-m-font-style: normal;
  --BTN-font-family: "Outfit", Helvetica;
  --BTN-font-weight: 400;
  --BTN-font-size: 18px;
  --BTN-letter-spacing: 0px;
  --BTN-line-height: 120.00000762939453%;
  --BTN-font-style: normal;
}

/* =============================================
   MAIN CONTAINER
============================================= */
/* .element-our-approach {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
  background-color: var(--ice-white);
  overflow: clip;
} */

.element-our-approach {
  display: flex;
  flex-direction: column;
 
  width: 100%;
  max-width: 100%;
 
  margin: 0;
 
  align-items: flex-start;
  position: relative;
 
  background-color: var(--ice-white);
 
  overflow: hidden;
}

/* =============================================
   HEADER — Blog-style attractive menu styling
   ============================================= */
.element-our-approach #vc-nav-menu .mega-menu-wrap,
.element-our-approach #vc-nav-menu > div:not(.vc-menu-list) {
  display: contents !important;
}

.element-our-approach #vc-nav-menu .mega-menu-wrap > ul {
  display: flex !important;
}

.element-our-approach #vc-navbar .vc-menu-list > li > a,
.element-our-approach #vc-nav-menu ul.vc-menu-list > li > a,
.element-our-approach #vc-nav-menu .mega-menu-wrap > ul > li > a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

.element-our-approach #vc-navbar .vc-menu-list > li.current-menu-item > a,
.element-our-approach #vc-navbar .vc-menu-list > li.current_page_item > a,
.element-our-approach #vc-navbar .vc-menu-list > li.current_page_parent > a,
.element-our-approach #vc-navbar .vc-menu-list > li > a[href*='/approach'] {
  background-color: #0446f2 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
}

.element-our-approach #vc-navbar .vc-nav-cta {
  border-radius: 50px !important;
  padding: 0 !important;
  height: 41px !important;
  box-shadow: 0 4px 15px rgba(4, 70, 242, 0.3) !important;
}

.element-our-approach #vc-navbar .vc-nav-menu {
  border-radius: 0 !important;
  padding: 0 !important;
  height: auto !important;
  box-shadow: none !important;
}

.element-our-approach #vc-navbar .vc-menu-list,
.element-our-approach #vc-nav-menu ul.vc-menu-list {
  background: transparent !important;
  border-radius: 0 !important;
  gap: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* =============================================
   HERO
============================================= */
.element-our-approach .hero {
  display: flex;
  width: 100%;
  min-height: 552px;
  height: auto;
  align-items: flex-start;
  gap: 39px;
  padding: 160px 100px 60px;
  position: relative;
  background-color: #edeff7;
  background-position: center 30px !important;
  overflow: hidden;
}

.element-our-approach .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1240px;
  height: auto;
  align-items: flex-start;
  gap: 64px;
  padding: 92px 0px 84px;
  position: relative;
}

.element-our-approach .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-our-approach .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.element-our-approach .rectangle {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--electric-blue);
}

.element-our-approach .we-are-valuecast {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--navy);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.element-our-approach .text-wrapper {
  position: relative;
  align-self: stretch;
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: var(--navy);
  font-size: 72px;
  text-align: center;
  letter-spacing: 0;
  line-height: 79.2px;
}

.element-our-approach .vector {
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 653px;
  height: 125px;
}

/* =============================================
   MIDDLE / CARDS
============================================= */
.element-our-approach .middle {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 56px 0px 0px;
  position: relative;
  background-color: var(--ice-white);
}

.element-our-approach .insight-cards {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.element-our-approach .component {
  display: flex;
  width: 100%;
  top: 0;
  height: 600px;
  align-items: flex-end;
  position: absolute;
  left: 0;
  background-color: var(--cloud);
  transition: opacity 0.4s ease;
}

.element-our-approach .frame-3 {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 40px;
}

.element-our-approach .frame-4 {
  position: relative;
  align-self: stretch;
  width: 809px;
  flex-shrink: 0;
  height: 600px;
  overflow: hidden;
  background-color: #e6eeff;
}

.element-our-approach .group {
  position: absolute;
  top: 55px;
  left: 52px;
  width: 401px;
  height: 482px;
  display: flex;
  border-radius: 32px;
  border: none;
  backdrop-filter: blur(56.7px) brightness(100%);
  -webkit-backdrop-filter: blur(56.7px) brightness(100%);
  background: linear-gradient(197deg, rgba(201, 223, 255, 0.8) 0%, rgba(201, 223, 255, 0.64) 100%);
}

.element-our-approach .group::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.49px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(221, 236, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.element-our-approach .group-2 {
  margin-top: 42.4px;
  width: 325.41px;
  height: 396.9px;
  margin-left: 33.1px;
  position: relative;
}

.element-our-approach .img {
  position: absolute;
  top: 28px;
  left: 0;
  width: 326px;
  height: 340px;
}

.element-our-approach .frame-5 {
  display: inline-flex;
  height: 14.11%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 17.18%;
  left: calc(50% - 129px);
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #4f8aff;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #4f8aff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}

.element-our-approach .img-wrapper {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  position: relative;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: #4f8aff;
  border-radius: 40px;
}

.element-our-approach .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: -2px;
  margin-right: -2px;
}

.element-our-approach .frame-6 {
  display: inline-flex;
  height: 14.11%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #4f8aff;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .frame-7 {
  display: inline-flex;
  height: 14.11%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 34.36%;
  left: calc(50% - 4px);
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #4f8aff;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .frame-8 {
  display: inline-flex;
  height: 14.11%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 68.71%;
  left: 50%;
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #4f8aff;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .frame-9 {
  display: inline-flex;
  height: 14.11%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 85.89%;
  left: calc(50% - 129px);
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #4f8aff;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .frame-10 {
  display: inline-flex;
  height: 14.11%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 51.53%;
  left: calc(50% - 129px);
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #4f8aff;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .group-3 {
  position: absolute;
  top: 167px;
  left: 294px;
  width: 290px;
  height: 319px;
}

.element-our-approach .frame-11 {
  position: absolute;
  top: 0;
  left: 0;
  width: 263px;
  height: 261px;
  display: flex;
  flex-direction: column;
  gap: 14.2px;
  border-radius: 180px;
  overflow: hidden;
  border: 9px solid #0446f2;
  backdrop-filter: blur(2px) brightness(110%);
  -webkit-backdrop-filter: blur(2px) brightness(110%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 1px 0 0 rgba(255,255,255,0.32), inset 0 -1px 1px rgba(0,0,0,0.13), inset -1px 0 1px rgba(0,0,0,0.11);
  background: linear-gradient(0deg, rgba(255,255,255,0.51) 0%, rgba(255,255,255,0.51) 100%);
}

.element-our-approach .frame-12 {
  display: inline-flex;
  margin-left: -2.5px;
  width: 222.26px;
  height: 86.28px;
  position: relative;
  margin-top: 42.9px;
  justify-content: flex-end;
  gap: 12.33px;
  padding: 18.49px 18.49px 18.49px 36.98px;
  border-radius: 61.63px;
  border: 1.54px solid #0446f2;
  backdrop-filter: blur(89.36px) brightness(100%);
  -webkit-backdrop-filter: blur(89.36px) brightness(100%);
  align-items: center;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .text-wrapper-3 {
  font-size: 24.7px;
  line-height: 29.6px;
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--electric-blue);
  letter-spacing: 0;
  white-space: nowrap;
}

.element-our-approach .frame-13 {
  display: flex;
  width: 55.47px;
  height: 55.47px;
  align-items: center;
  justify-content: center;
  gap: 12.33px;
  padding: 6.16px 12.33px;
  position: relative;
  margin-top: -3.08px;
  margin-bottom: -3.08px;
  background-color: var(--electric-blue);
  border-radius: 61.63px;
}

.element-our-approach .img-3 {
  position: relative;
  width: 36.98px;
  height: 36.98px;
  margin-left: -3.08px;
  margin-right: -3.08px;
}

.element-our-approach .frame-14 {
  display: flex;
  margin-left: 2.5px;
  width: 217.24px;
  height: 86.28px;
  position: relative;
  justify-content: flex-end;
  gap: 12.33px;
  padding: 18.49px 18.49px 18.49px 36.98px;
  border-radius: 61.63px;
  border: 1.54px solid #0446f2;
  backdrop-filter: blur(89.36px) brightness(100%);
  -webkit-backdrop-filter: blur(89.36px) brightness(100%);
  align-items: center;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .vector-2 {
  position: absolute;
  top: calc(50% + 66px);
  left: calc(50% + 62px);
  width: 88px;
  height: 97px;
}

.element-our-approach .vector-3 {
  position: absolute;
  top: 288px;
  left: 564px;
  width: 66px;
  height: 15px;
}

.element-our-approach .warning-circle-wrapper {
  display: flex;
  width: 106px;
  height: 107px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  position: absolute;
  top: 242px;
  left: 638px;
  background-color: var(--ice-white);
  border-radius: 144px;
}

.element-our-approach .warning-circle {
  position: relative;
  width: 68px;
  height: 68px;
}

.element-our-approach .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
  padding: 48px 96px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.element-our-approach .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  color: var(--navy);
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  font-style: var(--h3-font-style);
}

.element-our-approach .p {
  position: relative;
  align-self: stretch;
  opacity: 0.8;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21.6px;
}

.element-our-approach .overlay {
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 720px);
  width: 1440px;
  height: 600px;
  background-color: var(--ice-white);
  opacity: 0;
}

.element-our-approach .component-2 {
  display: flex;
  width: 100%;
  top: 628px;
  height: 600px;
  align-items: flex-end;
  position: absolute;
  left: 0;
  background-color: var(--cloud);
  transition: opacity 0.4s ease;
}

.element-our-approach .frame-16 {
  position: relative;
  align-self: stretch;
  width: 809px;
  flex-shrink: 0;
  height: 600px;
  overflow: hidden;
  background-color: #e6eeff;
}

.element-our-approach .group-4 {
  position: absolute;
  width: 20.32%;
  top: calc(50% - 3584px);
  left: -744.75%;
  height: 152px;
}

.element-our-approach .vector-4 { position: absolute; top: -3284px; left: -6025px; width: 57px; height: 139px; }
.element-our-approach .vector-5 { position: absolute; top: -3284px; left: -6025px; width: 111px; height: 70px; }
.element-our-approach .vector-6 { position: absolute; top: -3284px; left: -6025px; width: 67px; height: 149px; }
.element-our-approach .vector-7 { position: absolute; top: -3284px; left: -6025px; width: 127px; height: 69px; }
.element-our-approach .vector-8 { position: absolute; top: -3284px; left: -6025px; width: 53px; height: 1px; }

.element-our-approach .frame-17 {
  display: inline-flex;
  height: 11.33%;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  top: 17.42%;
  left: calc(50% + 46px);
  border-radius: 40px;
  border: 1px solid #0446f2;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
  align-items: center;
  position: absolute;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .frame-18 {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  position: relative;
  background-color: var(--electric-blue);
  border-radius: 40px;
}

.element-our-approach .megaphone { margin-top: -3409px; margin-left: -6507.35px; position: relative; width: 24px; height: 24px; }

.element-our-approach .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--electric-blue);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}

.element-our-approach .frame-19 {
  display: inline-flex;
  height: 11.50%;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 30.42%;
  left: calc(50% + 99px);
  border-radius: 40px;
  border: 1px solid #0446f2;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
  align-items: center;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .palette { position: relative; width: 24px; height: 24px; margin-top: -3487.5px; margin-left: -6560.35px; }

.element-our-approach .frame-20 {
  display: inline-flex;
  height: 11.33%;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 71.25%;
  left: calc(50% + 55px);
  border-radius: 40px;
  border: 1px solid #0446f2;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
  align-items: center;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .cube { position: relative; width: 24px; height: 24px; margin-top: -3732px; margin-left: -6516.35px; }

.element-our-approach .frame-21 {
  display: inline-flex;
  height: 11.33%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 56.58%;
  left: calc(50% + 115px);
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #0446f2;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .gear-six { position: relative; width: 24px; height: 24px; margin-top: -3644px; margin-left: -6576.35px; }

.element-our-approach .frame-22 {
  display: inline-flex;
  height: 11.33%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 12px 12px 24px;
  position: absolute;
  top: 43.58%;
  left: calc(50% + 41px);
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #0446f2;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .shopping-cart-simple { position: relative; width: 24px; height: 24px; margin-top: -3566px; margin-left: -6502.35px; }

.element-our-approach .frame-23 {
  display: flex;
  flex-direction: column;
  width: 127px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 12px;
  position: absolute;
  top: calc(50% - 73px);
  left: calc(50% - 353px);
  background-color: #eef4ff;
  border-radius: 40px;
  overflow: hidden;
  border: none;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .frame-23::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,236,255,1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.element-our-approach .briefcase-metal-wrapper {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  position: relative;
  background-color: var(--ice-white);
  border-radius: 40px;
}

.element-our-approach .briefcase-metal { position: relative; width: 24px; height: 24px; margin-top: -3535.51px; margin-left: -6130.15px; }

.element-our-approach .portfolio-company {
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 19.2px;
  position: relative;
  font-family: "Inter", Helvetica;
  color: var(--navy);
  letter-spacing: 0;
}

.element-our-approach .vector-9 { position: absolute; top: -3284px; left: -6025px; width: 44px; height: 1px; }

.element-our-approach .text-wrapper-6 {
  align-self: stretch;
  opacity: 0.8;
  font-weight: var(--body-18-regular-font-weight);
  font-size: var(--body-18-regular-font-size);
  line-height: var(--body-18-regular-line-height);
  position: relative;
  font-family: var(--body-18-regular-font-family);
  color: var(--navy);
  letter-spacing: var(--body-18-regular-letter-spacing);
  font-style: var(--body-18-regular-font-style);
}

.element-our-approach .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-our-approach .point {
  display: flex;
  width: 619.5px;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -180.5px;
  border-radius: 10px;
  overflow: hidden;
}

.element-our-approach .megaphone-2 { margin-top: -3564px; margin-left: -6930px; position: relative; width: 24px; height: 24px; }

.element-our-approach .text-wrapper-7 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-16-regular-font-family);
  font-weight: var(--body-16-regular-font-weight);
  color: var(--navy);
  font-size: var(--body-16-regular-font-size);
  letter-spacing: var(--body-16-regular-letter-spacing);
  line-height: var(--body-16-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-16-regular-font-style);
}

.element-our-approach .pen-nib { position: relative; width: 24px; height: 24px; margin-top: -3600px; margin-left: -6930px; }
.element-our-approach .shopping-bag { position: relative; width: 24px; height: 24px; margin-top: -3636px; margin-left: -6930px; }
.element-our-approach .users-three { position: relative; width: 24px; height: 24px; margin-top: -3672px; margin-left: -6930px; }
.element-our-approach .head-circuit { position: relative; width: 24px; height: 24px; margin-top: -3708px; margin-left: -6930px; }

.element-our-approach .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  opacity: 0.8;
  font-family: var(--p2-m-font-family);
  font-weight: var(--p2-m-font-weight);
  color: var(--electric-blue);
  font-size: var(--p2-m-font-size);
  letter-spacing: var(--p2-m-letter-spacing);
  line-height: var(--p2-m-line-height);
  font-style: var(--p2-m-font-style);
}

.element-our-approach .component-3 {
  display: flex;
  width: 100%;
  top: 1256px;
  height: 600px;
  align-items: flex-end;
  position: absolute;
  left: 0;
  background-color: var(--cloud);
  transition: opacity 0.4s ease;
}

.element-our-approach .frame-25 {
  position: relative;
  align-self: stretch;
  width: 809px;
  flex-shrink: 0;
  height: 600px;
  overflow: hidden;
  background-color: #e6eeff;
}

.element-our-approach .group-5 { position: absolute; top: -3912px; left: -6025px; width: 710px; height: 356px; }

.element-our-approach .frame-26 {
  display: flex;
  width: 759px;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 485px;
  left: calc(50% - 380px);
}

.element-our-approach .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--ice-white);
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #0446f2;
  backdrop-filter: blur(58px) brightness(100%);
  -webkit-backdrop-filter: blur(58px) brightness(100%);
}

.element-our-approach .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--electric-blue);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}

.element-our-approach .vector-10 { position: relative; flex: 1; flex-grow: 1; height: 5.33px; margin-top: -4397.5px; margin-left: -6050px; }

.element-our-approach .component-4 {
  display: flex;
  width: 100%;
  top: 1884px;
  height: 600px;
  align-items: flex-end;
  position: absolute;
  left: 0;
  background-color: var(--cloud);
  transition: opacity 0.4s ease;
}

.element-our-approach .frame-27 {
  display: flex;
  width: 1440px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  border-radius: 40px;
}

.element-our-approach .rectangle-2 {
  position: absolute;
  top: calc(50% - 252px);
  left: 56px;
  width: 202px;
  height: 504px;
  border-radius: 36px;
  border: none;
  backdrop-filter: blur(56.7px) brightness(100%);
  -webkit-backdrop-filter: blur(56.7px) brightness(100%);
  background: linear-gradient(197deg, rgba(201,223,255,0.8) 0%, rgba(201,223,255,0.64) 100%);
}

.element-our-approach .rectangle-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.49px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(221,236,255,0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.element-our-approach .group-6 { position: absolute; top: calc(50% - 4841px); left: -6025px; width: 196px; height: 428px; }

.element-our-approach .frame-28 { position: absolute; top: calc(50% - 236px); left: calc(50% - 199px); width: 558px; height: 472px; }
.element-our-approach .group-7 { position: absolute; top: -4605px; left: -6230px; width: 343px; height: 333px; }

/* ════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — OUR APPROACH PAGE
   ════════════════════════════════════════════════════════════════ */

/* TABLET (1024px and below) */
@media (max-width: 1024px) {
  .element-our-approach .hero {
    padding: 80px 40px 50px;
  }

  .element-our-approach .text-wrapper {
    font-size: clamp(48px, 6vw, 72px);
  }

  .element-our-approach .middle {
    padding: 40px 20px;
  }

  .element-our-approach .insight-cards {
    height: 400px;
  }

  .element-our-approach .frame-15 {
    padding: 32px 40px;
  }

  .element-our-approach .component,
  .element-our-approach .component-2,
  .element-our-approach .component-3,
  .element-our-approach .component-4 {
    height: 400px !important;
  }

  .element-our-approach .group-3 {
    display: none;
  }

  .element-our-approach .vector-2,
  .element-our-approach .vector-3,
  .element-our-approach .vector {
    display: none;
  }
}

/* MOBILE (768px and below) - COMMENTED OUT TO KEEP DESKTOP LAYOUT CONSISTENT */
/* @media (max-width: 768px) {
  .element-our-approach .hero {
    padding: 60px 20px 40px;
    gap: 20px;
  }

  .element-our-approach .frame {
    padding: 60px 0 50px;
    gap: 40px;
  }

  .element-our-approach .div {
    gap: 20px;
  }

  .element-our-approach .text-wrapper {
    font-size: clamp(32px, 8vw, 48px);
    line-height: 1.2;
  }

  .element-our-approach .middle {
    padding: 30px 16px;
    gap: 24px;
  }

  .element-our-approach .insight-cards {
    height: auto;
    overflow: visible;
  }

  COMMENTED: This was changing the layout to vertical stacks instead of horizontal
  .element-our-approach .component,
  .element-our-approach .component-2,
  .element-our-approach .component-3,
  .element-our-approach .component-4 {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    margin-bottom: 30px;
  }

  COMMENTED: This was breaking the desktop layout structure
  .element-our-approach .frame-3,
  .element-our-approach .frame-16,
  .element-our-approach .frame-27 {
    flex-direction: column;
    gap: 24px !important;
  }

  .element-our-approach .frame-15 {
    padding: 24px 16px;
    gap: 20px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 24px;
  }

  .element-our-approach .p {
    font-size: 14px;
    line-height: 1.5;
  }

  COMMENTED: This was hiding key elements that should show on mobile
  .element-our-approach .group-4,
  .element-our-approach .group-5,
  .element-our-approach .group-6,
  .element-our-approach .group-wrapper {
    display: none !important;
  }
} */

/* SMALL MOBILE (480px and below) - COMMENTED OUT TO KEEP DESKTOP LAYOUT CONSISTENT */
/* @media (max-width: 480px) {
  .element-our-approach .hero {
    padding: 50px 16px 30px;
    min-height: 450px;
  }

  .element-our-approach .frame {
    padding: 50px 0 40px;
  }

  .element-our-approach .text-wrapper {
    font-size: clamp(28px, 10vw, 36px);
  }

  .element-our-approach .we-are-valuecast {
    font-size: 12px;
  }

  .element-our-approach .middle {
    padding: 20px 12px;
  }

  .element-our-approach .frame-15 {
    padding: 16px 12px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .element-our-approach .p {
    font-size: 13px;
  }

  .element-our-approach .rectangle-2 {
    width: 100% !important;
  }
} */

.element-our-approach .group-8 { position: absolute; top: 0; left: 154px; width: 404px; height: 472px; }

.element-our-approach .frame-29 {
  display: flex;
  width: 58.15%;
  height: 15.34%;
  justify-content: center;
  gap: 15.5px;
  padding: 15.5px 31px 15.5px 15.5px;
  top: 58.26%;
  left: 40.25%;
  border-radius: 51.67px;
  border: 1.29px solid #0446f2;
  backdrop-filter: blur(74.93px) brightness(100%);
  -webkit-backdrop-filter: blur(74.93px) brightness(100%);
  align-items: center;
  position: absolute;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .frame-30 {
  display: flex;
  width: 46.51px;
  height: 46.51px;
  align-items: center;
  justify-content: center;
  gap: 10.33px;
  padding: 5.17px 10.33px;
  position: relative;
  margin-top: -2.58px;
  margin-bottom: -2.58px;
  background-color: var(--electric-blue);
  border-radius: 51.67px;
}

.element-our-approach .trend-up { position: relative; width: 31px; height: 31px; margin-top: -4897.3px; margin-left: -6573.47px; }

.element-our-approach .text-wrapper-10 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--electric-blue);
  font-size: 20.7px;
  letter-spacing: 0;
  line-height: 24.8px;
  white-space: nowrap;
}

.element-our-approach .frame-31 {
  display: flex;
  width: 53.04%;
  height: 15.34%;
  justify-content: center;
  gap: 15.5px;
  padding: 15.5px 31px 15.5px 15.5px;
  position: absolute;
  top: 24.92%;
  left: 46.96%;
  border-radius: 51.67px;
  border: 1.29px solid #0446f2;
  backdrop-filter: blur(74.93px) brightness(100%);
  -webkit-backdrop-filter: blur(74.93px) brightness(100%);
  align-items: center;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .eyeglasses-wrapper {
  display: flex;
  width: 46.51px;
  height: 46.51px;
  align-items: center;
  justify-content: center;
  gap: 10.33px;
  padding: 5.17px 10.33px;
  position: relative;
  margin-top: -2.58px;
  margin-bottom: -2.58px;
  margin-left: -0.03px;
  background-color: var(--electric-blue);
  border-radius: 51.67px;
}

.element-our-approach .eyeglasses { position: relative; width: 31px; height: 31px; margin-top: -4740.11px; margin-left: -6600.27px; }

.element-our-approach .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-right: -0.03px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--electric-blue);
  font-size: 20.7px;
  letter-spacing: 0;
  line-height: 24.8px;
  white-space: nowrap;
}

.element-our-approach .frame-32 {
  display: flex;
  width: 55.28%;
  height: 15.34%;
  justify-content: center;
  gap: 15.5px;
  padding: 15.5px 31px 15.5px 15.5px;
  position: absolute;
  top: 84.66%;
  left: 2.72%;
  border-radius: 51.67px;
  border: 1.29px solid #0446f2;
  backdrop-filter: blur(74.93px) brightness(100%);
  -webkit-backdrop-filter: blur(74.93px) brightness(100%);
  align-items: center;
  background-color: var(--ice-white);
  overflow: hidden;
}

.element-our-approach .gear-six-wrapper {
  display: flex;
  width: 46.51px;
  height: 46.51px;
  align-items: center;
  justify-content: center;
  gap: 10.33px;
  padding: 5.17px 10.33px;
  position: relative;
  margin-top: -2.58px;
  margin-bottom: -2.58px;
  margin-left: -0.01px;
  background-color: var(--electric-blue);
  border-radius: 51.67px;
}

.element-our-approach .gear-six-2 { position: relative; width: 31px; height: 31px; margin-top: -5021.8px; margin-left: -6421.39px; }

.element-our-approach .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-right: -0.01px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--electric-blue);
  font-size: 20.7px;
  letter-spacing: 0;
  line-height: 24.8px;
  white-space: nowrap;
}

.element-our-approach .frame-33 {
  display: flex;
  width: 60.71%;
  height: 15.34%;
  align-items: center;
  justify-content: center;
  gap: 15.5px;
  padding: 15.5px 31px 15.5px 15.5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--ice-white);
  border-radius: 51.67px;
  overflow: hidden;
  border: 1.29px solid #0446f2;
  backdrop-filter: blur(74.93px) brightness(100%);
  -webkit-backdrop-filter: blur(74.93px) brightness(100%);
}

.element-our-approach .ruler { position: relative; width: 31px; height: 31px; margin-top: -4622.58px; margin-left: -6410.89px; }
.element-our-approach .frame-34 { position: absolute; width: 42.59%; height: 50.41%; top: -976.54%; left: -1116.39%; }

.element-our-approach .component-5 {
  display: flex;
  width: 100%;
  top: 2512px;
  height: 600px;
  align-items: flex-end;
  position: absolute;
  left: 0;
  background-color: var(--cloud);
  transition: opacity 0.4s ease;
}

.element-our-approach .group-9 { position: relative; top: 43px; left: 45px; width: 719px; height: 499px; }

.element-our-approach .rectangle-3 {
  position: absolute;
  top: calc(50% - 207px);
  left: calc(50% - 345px);
  width: 665px;
  height: 429px;
  border-radius: 32px;
  border: none;
  backdrop-filter: blur(64.4px) brightness(100%);
  -webkit-backdrop-filter: blur(64.4px) brightness(100%);
  background: linear-gradient(197deg, rgba(201,223,255,0.8) 0%, rgba(201,223,255,0.48) 100%);
}

.element-our-approach .rectangle-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.56px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(221,236,255,0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.element-our-approach .isolation-mode { position: absolute; top: -5212px; left: -6070px; width: 341px; height: 242px; }
.element-our-approach .group-10 { position: absolute; top: 270px; left: 70px; width: 178px; height: 176px; }
.element-our-approach .vector-11 { position: absolute; width: 76.59%; height: 0; top: -3121%; left: -3440.47%; }
.element-our-approach .check-circle { position: absolute; height: 20.80%; top: -3121%; left: calc(50% - 6229px); width: 37px; }
.element-our-approach .group-11 { position: absolute; top: 257px; left: 320px; width: 399px; height: 242px; }
.element-our-approach .vector-12 { position: absolute; width: 99.94%; height: 15.68%; top: -2263.94%; left: -1601.23%; }
.element-our-approach .vector-13 { position: absolute; width: 3.22%; height: 5.28%; top: -2263.94%; left: -1601.23%; }

.element-our-approach .rectangle-4 {
  position: absolute;
  top: 38px;
  left: 0;
  width: 399px;
  height: 203px;
  background-color: var(--ice-white);
  border-radius: 0px 0px 13.63px 13.63px;
  border: none;
  backdrop-filter: blur(64.4px) brightness(100%);
  -webkit-backdrop-filter: blur(64.4px) brightness(100%);
}

.element-our-approach .rectangle-4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.56px;
  border-radius: 0px 0px 13.63px 13.63px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(221,236,255,0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.element-our-approach .illustrations { position: absolute; top: 45px; left: 19px; width: 364px; height: 183px; overflow: hidden; }
.element-our-approach .vector-14 { position: absolute; width: 98.26%; height: 0; top: -3018.59%; left: -1761.05%; }
.element-our-approach .ellipse { position: absolute; width: 0; height: 0; top: 76.98%; left: 24.78%; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .vector-15 { position: absolute; width: 97.28%; height: 0; top: -3018.59%; left: -1761.05%; }
.element-our-approach .ellipse-2 { top: 76.98%; left: 99.04%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-3 { top: 60.37%; left: 24.78%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-4 { top: 60.37%; left: 99.04%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-5 { top: 43.75%; left: 24.78%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-6 { top: 43.75%; left: 99.04%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-7 { top: 27.14%; left: 24.78%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-8 { top: 27.14%; left: 99.04%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-9 { top: 10.53%; left: 24.78%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .ellipse-10 { top: 10.53%; left: 99.04%; position: absolute; width: 0; height: 0; background-color: #a6c7ff; border-radius: 0.18px; }
.element-our-approach .vector-16 { position: absolute; width: 0; height: 2.08%; top: -3018.59%; left: -1761.05%; }
.element-our-approach .vector-17 { position: absolute; width: 0; height: 2.70%; top: -3018.59%; left: -1761.05%; }
.element-our-approach .vector-18 { position: absolute; width: 97.61%; height: 54.68%; top: -3018.59%; left: -1761.05%; }
.element-our-approach .vector-19 { position: absolute; width: 10.60%; height: 21.09%; top: -3018.59%; left: -1761.05%; }

.element-our-approach .question-mark-wrapper {
  display: flex;
  width: 17.31%;
  height: 34.49%;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 14px;
  position: absolute;
  top: 25.88%;
  left: 28.37%;
  background-color: var(--electric-blue);
  border-radius: 69.99px;
}

.element-our-approach .question-mark { position: relative; width: 42px; height: 42px; margin-top: -5568.13px; margin-left: -6526.07px; }
.element-our-approach .group-12 { position: absolute; top: -5212px; left: -6070px; width: 257px; height: 152px; }

.element-our-approach .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-our-approach .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  opacity: 0.8;
  font-family: var(--body-18-regular-font-family);
  font-weight: var(--body-18-regular-font-weight);
  color: var(--navy);
  font-size: var(--body-18-regular-font-size);
  letter-spacing: var(--body-18-regular-letter-spacing);
  line-height: var(--body-18-regular-line-height);
  font-style: var(--body-18-regular-font-style);
}

/* =============================================
   MARQUEE LINE (FIXED LIKE MQ1)
============================================= */

.element-our-approach .line {
  background-color: var(--ice-white);
  padding: 28px 0;
  overflow: hidden;
}

/* Track */
.element-our-approach .approach {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: vc-approach-marquee 40s linear infinite;
}

/* ALL ITEMS RESET (very important) */
.element-our-approach .approach > div {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0 40px; /* same as mq1 */
  font-family: "Outfit", sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

/* Default style */
.element-our-approach .our-approach,
.element-our-approach .our-approach-3,
.element-our-approach .our-approach-4 {
  font-weight: 400;
  color: var(--steel);
  opacity: 0.9;
}

/* Highlight style (like .on in mq1) */
.element-our-approach .our-approach-2,
.element-our-approach .our-approach-5 {
  font-weight: 300;
  color: var(--electric-blue);
}

/* Animation */
@keyframes vc-approach-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .element-our-approach .approach {
    animation: none;
  }
}

/* =============================================
   CTA SECTION
============================================= */
.element-our-approach .cta {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 80px 120px;
  position: relative;
  background-color: var(--electric-blue);
  overflow: hidden;
}

.element-our-approach .frame-36 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-our-approach .rectangle-5 { position: relative; width: 8px; height: 8px; background-color: var(--sky-blue); }

.element-our-approach .contact-us {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--ice-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.element-our-approach .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: var(--ice-white);
  font-size: 52px;
  text-align: center;
  letter-spacing: 0;
  line-height: 57.2px;
}

.element-our-approach .button-white {
  display: inline-flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 8px 4px 32px;
  position: relative;
  background-color: var(--ice-white);
  border-radius: 120px;
  cursor: pointer;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.element-our-approach .button-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 5, 26, 0.18);
}

.element-our-approach .button-white:active { transform: translateY(0); }

.element-our-approach .explore-more {
  position: relative;
  width: fit-content;
  font-family: var(--BTN-font-family);
  font-weight: var(--BTN-font-weight);
  color: var(--electric-blue);
  font-size: var(--BTN-font-size);
  letter-spacing: var(--BTN-letter-spacing);
  line-height: var(--BTN-line-height);
  white-space: nowrap;
  font-style: var(--BTN-font-style);
}

.element-our-approach .arrow-right-wrapper {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  border-radius: 72px;
  border: 1.5px solid #0446f2;
}

.element-our-approach .arrow-right { position: relative; width: 24px; height: 24px; margin: -1px; }
.element-our-approach .vector-20 { position: absolute; top: -32px; right: -148px; width: 633px; height: 125px; }
.element-our-approach .vector-21 { position: absolute; left: 0; bottom: 0; width: 363px; height: 96px; }

/* =============================================
   FOOTER
============================================= */
.element-our-approach .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 56px 100px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--navy);
  border-bottom: 1px solid #ffffff33;
}

.element-our-approach .frame-37 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 1360px;
  height: 33px;
  gap: 24px;
}

.element-our-approach .group-13 { grid-row: 1; grid-column: 1; width: 131px; height: 33px; }

.element-our-approach .frame-38 {
  grid-row: 1;
  grid-column: 3 / 5;
  justify-self: end;
  align-self: start;
  width: 100%;
  max-width: 607px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.element-our-approach .text-wrapper-15 {
  position: relative;
  width: fit-content;
  font-family: var(--p2-m-font-family);
  font-weight: var(--p2-m-font-weight);
  color: var(--ice-white);
  font-size: var(--p2-m-font-size);
  letter-spacing: var(--p2-m-letter-spacing);
  line-height: var(--p2-m-line-height);
  white-space: nowrap;
  font-style: var(--p2-m-font-style);
}

.element-our-approach .frame-39 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 1360px;
  height: auto;
  gap: 24px;
}

.element-our-approach .points {
  grid-row: 1;
  grid-column: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.element-our-approach .frame-40 { display: flex; align-items: center; gap: 12px; position: relative; align-self: stretch; width: 100%; }
.element-our-approach .img-4 { position: relative; width: 24px; height: 24px; }

.element-our-approach .text-wrapper-16 {
  position: relative;
  width: fit-content;
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.element-our-approach .points-wrapper {
  grid-row: 1;
  grid-column: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.element-our-approach .points-2 { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 12px; }

.element-our-approach .text-wrapper-17 {
  position: relative;
  width: fit-content;
  font-family: "Outfit", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  text-decoration: underline;
  white-space: nowrap;
}

.element-our-approach .vector-22 { position: relative; max-width: 1360px; width: 100%; height: 1px; }

.element-our-approach .frame-41 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 1360px;
  height: auto;
  gap: 24px;
  opacity: 0.8;
}

.element-our-approach .text-wrapper-18 {
  grid-row: 1;
  grid-column: 1;
  width: 190px;
  height: 17px;
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: var(--ice-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.element-our-approach .frame-42 {
  grid-row: 1;
  grid-column: 4;
  justify-self: start;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.element-our-approach .text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: var(--ice-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.element-our-approach .footer-link {
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}
.element-our-approach .footer-link:hover { opacity: 0.75; }

.element-our-approach .footer-social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: opacity 0.2s;
  background: none !important;
}
.element-our-approach .footer-social-link:hover { opacity: 0.75; }

/* =============================================
   CARD DOTS
============================================= */
.card-dots { display: flex; gap: 10px; justify-content: center; align-items: center; padding: 12px 0 4px; }
.card-dot { width: 10px; height: 10px; border-radius: 50%; background-color: var(--steel); border: none; cursor: pointer; padding: 0; transition: background-color 0.25s ease, transform 0.25s ease; }
.card-dot--active { background-color: var(--electric-blue); transform: scale(1.35); }

/* =============================================
   RESPONSIVE — Tablet (≤1024px)
============================================= */
@media (max-width: 1024px) {
  .element-our-approach .hero { padding: 120px 40px 60px; }
  .element-our-approach .text-wrapper { font-size: 52px; line-height: 58px; }
  .element-our-approach .cta { padding: 60px 5%; gap: 44px; }
  .element-our-approach .text-wrapper-14 { font-size: 40px; line-height: 46px; }
  .element-our-approach .footer { padding: 48px 40px; }
  .element-our-approach .line { padding: 10px 40px 20px; }
}

/* =============================================
   RESPONSIVE — Mobile (≤768px)
============================================= */
@media (max-width: 768px) {
  .element-our-approach .hero { padding: 100px 20px 48px; min-height: auto; }
  .element-our-approach .text-wrapper { font-size: 36px; line-height: 42px; }
  .element-our-approach .frame { padding: 40px 0px 40px; gap: 24px; }

  .element-our-approach .insight-cards {
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .element-our-approach .card-panel {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: flex;
  }

  .element-our-approach .card-panel .overlay { display: none !important; }

  .element-our-approach .frame-3,
  .element-our-approach .frame-27 { flex-direction: column; border-radius: 0; width: 100%; }

  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 { width: 100% !important; height: auto !important; min-height: 260px; overflow: hidden; }

  .element-our-approach .frame-15 { padding: 32px 20px; gap: 20px; width: 100%; }
  .element-our-approach .text-wrapper-4 { font-size: 24px; line-height: 130%; }
  .card-dots { display: none; }
  .element-our-approach .middle { padding: 0; gap: 0; }
  .element-our-approach .line { padding: 10px 20px 16px; overflow: hidden; }

  .element-our-approach .our-approach,
  .element-our-approach .our-approach-2,
  .element-our-approach .our-approach-3,
  .element-our-approach .our-approach-4,
  .element-our-approach .our-approach-5 { font-size: 48px; line-height: 48px; margin-right: 0 !important; }

  .element-our-approach .frame-26 {
    top: auto !important;
    position: relative !important;
    left: auto !important;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
  }

  .element-our-approach .vector-10 { display: none; }
  .element-our-approach .cta { padding: 56px 20px; gap: 32px; }
  .element-our-approach .text-wrapper-14 { font-size: 32px; line-height: 38px; }
  .element-our-approach .button-white { height: auto; padding: 12px 16px 12px 24px; gap: 12px; }
  .element-our-approach .explore-more { font-size: 14px; }
  .element-our-approach .footer { padding: 40px 20px; gap: 28px; }
  .element-our-approach .frame-37 { grid-template-columns: 1fr; height: auto; gap: 20px; }
  .element-our-approach .group-13 { grid-column: 1; grid-row: 1; }
  .element-our-approach .frame-38 { grid-column: 1; grid-row: 2; max-width: 100%; justify-self: start; gap: 16px; height: auto; }
  .element-our-approach .text-wrapper-15, .element-our-approach .footer-link .text-wrapper-15 { white-space: normal; }
  .element-our-approach .frame-39 { grid-template-columns: 1fr 1fr; gap: 16px; height: auto; }
  .element-our-approach .points { grid-column: 1; grid-row: 1; }
  .element-our-approach .points-wrapper { grid-column: 2; grid-row: 1; }
  .element-our-approach .frame-41 { grid-template-columns: 1fr; height: auto; gap: 8px; }
  .element-our-approach .text-wrapper-18 { grid-column: 1; grid-row: 1; width: auto; white-space: normal; }
  .element-our-approach .frame-42 { grid-column: 1; grid-row: 2; width: auto; gap: 16px; }
}

/* =============================================
   RESPONSIVE — Small mobile (≤480px)
============================================= */
@media (max-width: 480px) {
  .element-our-approach .text-wrapper { font-size: 28px; line-height: 36px; }
  .element-our-approach .frame-38 { flex-direction: column; align-items: flex-start; gap: 10px; }
  .element-our-approach .frame-39 { grid-template-columns: 1fr; }
  .element-our-approach .points-wrapper { grid-column: 1; grid-row: 2; }
}

/* =============================================
   RESPONSIVE - Desktop 1920x1080
============================================= */
@media (min-width: 1900px) and (max-width: 2200px) and (min-height: 1000px) {
  .element-our-approach {
    max-width: 100%;
    width: 100%;
  }

  .element-our-approach .hero {
    padding: 140px 120px 72px;
  }

  .element-our-approach .frame,
  .element-our-approach .frame-37,
  .element-our-approach .frame-39,
  .element-our-approach .frame-41,
  .element-our-approach .component,
  .element-our-approach .component-2,
  .element-our-approach .component-3,
  .element-our-approach .component-4,
  .element-our-approach .component-5 {
    width: 100%;
    box-sizing: border-box;
  }

  .element-our-approach .middle {
    padding: 72px 0 40px;
  }

  .element-our-approach .footer {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/* ════════════════════════════════════════════════════════════════
   COMPREHENSIVE MOBILE BREAKPOINTS — OUR APPROACH PAGE
   Keep desktop layout/content consistent on mobile (scaled/adjusted sizes only)
   ════════════════════════════════════════════════════════════════ */

/* LARGE PHONE LANDSCAPE (≤ 576px) - Maintain desktop structure */
@media (max-width: 576px) {
  /* COMMENT: Keeping positioning absolute for components to maintain desktop layout */
  .element-our-approach .hero { 
    padding: 72px 24px 48px;
  }
  
  .element-our-approach .text-wrapper { 
    font-size: clamp(36px, 8vw, 52px);
  }
  
  .element-our-approach .middle {
    padding: 40px 24px;
    gap: 32px;
  }

  .element-our-approach .frame-15 {
    padding: 28px 20px;
    gap: 20px;
  }
  
  /* height/component height intentionally not overridden here — mobile auto-stacking handles sizing */
}

/* STANDARD MOBILE PORTRAIT (≤ 480px) - Maintain desktop structure */
@media (max-width: 480px) {
  .element-our-approach .hero {
    padding: 56px 20px 40px;
    min-height: auto;
  }

  .element-our-approach .frame {
    padding: 48px 0 40px;
    gap: 40px;
  }

  .element-our-approach .div {
    gap: 24px;
  }

  .element-our-approach .text-wrapper {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.2;
  }

  .element-our-approach .we-are-valuecast {
    font-size: 12px;
  }

  .element-our-approach .middle {
    padding: 32px 16px;
    gap: 28px;
  }

  .element-our-approach .frame-15 {
    padding: 24px 16px;
    gap: 16px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .element-our-approach .p {
    font-size: 14px;
    line-height: 1.5;
  }

}

/* EXTRA SMALL PHONE (≤ 390px) - Maintain desktop structure */
@media (max-width: 390px) {
  .element-our-approach .hero {
    padding: 48px 14px 32px;
  }

  .element-our-approach .frame {
    padding: 40px 0 32px;
  }

  .element-our-approach .text-wrapper {
    font-size: clamp(24px, 6vw, 32px);
  }

  .element-our-approach .middle {
    padding: 28px 12px;
    gap: 24px;
  }

  .element-our-approach .frame-15 {
    padding: 20px 12px;
    gap: 12px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 18px;
  }

  .element-our-approach .p {
    font-size: 13px;
  }

}

/* VERY SMALL PHONE (≤ 360px) - Maintain desktop structure */
@media (max-width: 360px) {
  .element-our-approach .hero {
    padding: 44px 12px 28px;
  }

  .element-our-approach .text-wrapper {
    font-size: clamp(20px, 5vw, 28px);
  }

  .element-our-approach .middle {
    padding: 24px 10px;
    gap: 20px;
  }

  .element-our-approach .frame-15 {
    padding: 16px 10px;
    gap: 10px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 16px;
  }

  .element-our-approach .p {
    font-size: 12px;
  }

}

/* IPHONE 5 / SE 1ST GEN (≤ 320px) - Maintain desktop structure */
@media (max-width: 320px) {
  .element-our-approach .hero {
    padding: 40px 10px 24px;
  }

  .element-our-approach .text-wrapper {
    font-size: clamp(18px, 4.5vw, 24px);
  }

  .element-our-approach .middle {
    padding: 20px 8px;
    gap: 16px;
  }

  .element-our-approach .frame-15 {
    padding: 12px 8px;
    gap: 8px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 14px;
  }

  .element-our-approach .p {
    font-size: 11px;
  }

}

@media (max-width: 320px) {
  .element-our-approach .hero { padding: 28px 4px 12px; min-height: 260px; }
  .element-our-approach .section { padding: 20px 4px; }
  .element-our-approach .frame { margin-bottom: 8px; }
  .element-our-approach .middle { padding: 28px 4px 20px; }
}

/* ════════════════════════════════════════════════════════════════
   ENHANCED MOBILE RESPONSIVE — frame-4, frame-15, frame-16, frame-25, middle
   COMMENTED OUT - Keeping desktop layout/content consistent on mobile
   ════════════════════════════════════════════════════════════════ */

/* TABLET & SMALL DESKTOP (768px - 1024px) - COMMENTED OUT */
/* @media (min-width: 768px) and (max-width: 1024px) {
  COMMENT: Keeping original desktop layout structure
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    max-width: 100%;
    flex: 1;
  }

  .element-our-approach .frame-15 {
    padding: 32px 24px;
    gap: 24px;
    flex: 1;
  }

  .element-our-approach .middle {
    padding: 40px 24px;
    gap: 24px;
  }

  .element-our-approach .insight-cards {
    height: auto;
  }
} */

/* LARGE PHONE LANDSCAPE & TABLET (641px - 767px) - COMMENTED OUT */
/* @media (max-width: 767px) {
  COMMENT: NOT changing layout to vertical stacks - keeping horizontal structure
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 240px;
    position: relative !important;
    overflow: visible;
  }

  .element-our-approach .frame-15 {
    padding: 24px 16px;
    gap: 16px;
    width: 100%;
    flex: 1;
  }

  .element-our-approach .middle {
    padding: 28px 16px;
    gap: 20px;
  }

  COMMENTED: This was breaking the desktop layout
  .element-our-approach .insight-cards {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  COMMENTED: This was changing positioning which broke the layout
  .element-our-approach .component,
  .element-our-approach .component-2,
  .element-our-approach .component-3,
  .element-our-approach .component-4,
  .element-our-approach .component-5 {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 0;
  }
} */

/* STANDARD MOBILE (481px - 640px) - COMMENTED OUT */
/* @media (max-width: 640px) {
  COMMENT: Keeping desktop structure - only adjusting sizes
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    height: auto;
    min-height: 220px;
    background-color: #e6eeff !important;
    padding: 20px;
    box-sizing: border-box;
  }

  .element-our-approach .frame-15 {
    padding: 20px 14px;
    gap: 14px;
    width: 100%;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 20px;
    line-height: 1.3;
  }

  .element-our-approach .p {
    font-size: 14px;
    line-height: 1.4;
    gap: 8px;
  }

  .element-our-approach .middle {
    padding: 24px 14px;
    gap: 16px;
  }

  COMMENTED: Hiding these was causing content to disappear
  .element-our-approach .group,
  .element-our-approach .group-2,
  .element-our-approach .group-3,
  .element-our-approach .group-4,
  .element-our-approach .group-5 {
    display: none !important;
  }

  COMMENTED: This was breaking the layout structure
  .element-our-approach .frame-3,
  .element-our-approach .frame-16,
  .element-our-approach .frame-27 {
    flex-direction: column;
    gap: 16px;
  }
} */

/* SMALL PHONE PORTRAIT (≤ 480px) - COMMENTED OUT */
/* @media (max-width: 480px) {
  COMMENT: Keeping desktop positioning and layout intact
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    height: auto;
    min-height: 200px;
    background-color: #e6eeff !important;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 12px;
  }

  .element-our-approach .frame-15 {
    padding: 18px 12px;
    gap: 12px;
    width: 100%;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
  }

  .element-our-approach .p {
    font-size: 13px;
    line-height: 1.4;
  }

  .element-our-approach .middle {
    padding: 20px 12px;
    gap: 12px;
  }

  COMMENTED: This was hiding essential content
  .element-our-approach .group,
  .element-our-approach .group-2,
  .element-our-approach .group-3,
  .element-our-approach .group-4,
  .element-our-approach .group-5,
  .element-our-approach .group-6 {
    display: none !important;
  }

  COMMENTED: Hiding vectors was changing the visual balance
  .element-our-approach .vector,
  .element-our-approach .vector-2,
  .element-our-approach .vector-3 {
    display: none !important;
  }

  .element-our-approach .warning-circle-wrapper {
    display: none !important;
  }

  COMMENTED: This was breaking the horizontal layout
  .element-our-approach .frame-3,
  .element-our-approach .frame-16,
  .element-our-approach .frame-27 {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
} */

/* EXTRA SMALL PHONE (≤ 390px) - COMMENTED OUT */
/* @media (max-width: 390px) {
  COMMENT: Keeping desktop structure with adjusted spacing
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    height: auto;
    min-height: 180px;
    padding: 12px;
  }

  .element-our-approach .frame-15 {
    padding: 14px 10px;
    gap: 10px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 16px;
    line-height: 1.25;
  }

  .element-our-approach .p {
    font-size: 12px;
    line-height: 1.4;
  }

  .element-our-approach .middle {
    padding: 16px 10px;
    gap: 10px;
  }
} */

/* VERY SMALL PHONE (≤ 375px) - COMMENTED OUT */
/* @media (max-width: 375px) {
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    min-height: 160px;
    padding: 12px;
  }

  .element-our-approach .frame-15 {
    padding: 12px 9px;
    gap: 8px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 15px;
  }

  .element-our-approach .p {
    font-size: 11px;
  }

  .element-our-approach .middle {
    padding: 14px 9px;
    gap: 8px;
  }
} */

/* SMALL ANDROID & IPHONE SE (≤ 360px) - COMMENTED OUT */
/* @media (max-width: 360px) {
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    min-height: 150px;
    padding: 10px;
  }

  .element-our-approach .frame-15 {
    padding: 10px 8px;
    gap: 6px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 14px;
  }

  .element-our-approach .p {
    font-size: 10px;
  }

  .element-our-approach .middle {
    padding: 12px 8px;
    gap: 6px;
  }
} */

/* IPHONE 5 / SE 1ST GEN (≤ 320px) - COMMENTED OUT */
/* @media (max-width: 320px) {
  .element-our-approach .frame-4,
  .element-our-approach .frame-16,
  .element-our-approach .frame-25 {
    width: 100% !important;
    min-height: 140px;
    padding: 8px;
  }

  .element-our-approach .frame-15 {
    padding: 8px 6px;
    gap: 4px;
  }

  .element-our-approach .text-wrapper-4 {
    font-size: 13px;
  }

  .element-our-approach .p {
    font-size: 9px;
  }

  .element-our-approach .middle {
    padding: 10px 6px;
    gap: 4px;
  }

  .element-our-approach .group-9,
  .element-our-approach .group-10,
  .element-our-approach .group-11 {
    display: none !important;
  }
} */

/* .p
 {
    margin: 0 0 0px 0;
    color: var(--body-color);
    line-height: 1.63;
} */
