:root {
  --design-width: 1280;
  --design-height: 6670;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.homepage,
.homepage * {
  box-sizing: border-box;
}
.homepage {
  background: #ffffff;
  width: calc(var(--design-width) * 1px);
  max-width: 100%;
  height: calc(var(--design-height) * 1px);
  position: relative;
}

@media (max-width: 1280px) {
  body {
    display: block;
    min-height: auto;
    height: calc((var(--design-height) / var(--design-width)) * 100vw);
  }

  .homepage {
    transform-origin: top left;
    transform: scale(calc(100vw / var(--design-width)));
    will-change: transform;
  }
}
.rectangle-37 {
  background: #f5f6f8;
  width: 100vw;
  height: 740px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 5161px;
}
.rectangle-27 {
  background: #f5f6f8;
  width: 100vw;
  height: 1579px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 2985px;
}
.biru-modern-ucapan-selamat-ulang-tahun-instagram-post-2-4 {
  width: 100vw;
  height: 583px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 103px;
  object-fit: cover;
  aspect-ratio: 1280/582;
}

.hero-homepage1-stack {
  width: auto;
  height: 583px;
  position: absolute;
  right: -85px;
  left: auto;
  top: 103px;
  border-radius: 0;
  max-width: none;
  display: block;
  z-index: 1;
}
.rectangle-15 {
  background: #ffffff;
  border-radius: 24px;
  border-style: solid;
  border-color: #e5e7eb;
  border-width: 2px;
  width: 300px;
  height: 465px;
  position: absolute;
  left: 498px;
  top: 2411px;
}
.rectangle-5 {
  background: #111827;
  width: 100vw;
  height: 751px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 1396px;
}
.chat-gpt-image-26-feb-2026-11-24-32-1 {
  width: 207px;
  height: 76px;
  position: absolute;
  left: 53px;
  top: 16px;
  object-fit: cover;
  aspect-ratio: 207/76;
}
.about-us {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  left: 522px;
  top: 42px;
  width: 112px;
  height: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.about-us:visited,
.about-us:hover,
.about-us:active {
  color: #000000;
  text-decoration: none;
}
.logo-home-link {
  text-decoration: none;
}
.services {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  left: 654px;
  top: 42px;
  width: 112px;
  height: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  left: 786px;
  top: 42px;
  width: 112px;
  height: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 60;
}

.solutions::after {
  content: "▾";
  margin-left: 6px;
  font-size: 13px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.solutions.is-open::after {
  transform: rotate(180deg);
}

.solutions:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 4px;
  border-radius: 4px;
}

.solutions-mega-menu {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 88px;
  width: min(1180px, calc(100vw - 32px));
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
  padding: 28px;
  z-index: 50;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.solutions-mega-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.solutions-mega-menu-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.solutions-mega-column {
  min-width: 0;
}

.solutions-mega-title {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.solutions-mega-list {
  display: grid;
  gap: 14px;
}

.solutions-mega-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(30, 41, 59, 0.76);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.18s ease;
}

.solutions-mega-link .material-symbols-outlined {
  color: rgba(236, 91, 19, 0.78);
  font-size: 20px;
}

.solutions-mega-link:hover {
  color: #ec5b13;
}

.solutions-mega-link-industry:hover {
  color: #2563eb;
}

.solutions-mega-link-industry .material-symbols-outlined {
  color: #2563eb;
}

.solutions-platform-list {
  display: grid;
  gap: 14px;
}

.solutions-platform-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.solutions-platform-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.solutions-platform-icon .material-symbols-outlined {
  font-size: 20px;
}

.solutions-platform-icon-teal {
  background: #ccfbf1;
  color: #0f766e;
}

.solutions-platform-icon-red {
  background: #fee2e2;
  color: #b91c1c;
}

.solutions-platform-icon-orange {
  background: #ffedd5;
  color: #c2410c;
}

.solutions-platform-icon-green {
  background: #dcfce7;
  color: #15803d;
}

.solutions-platform-icon-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.solutions-platform-name {
  margin: 0;
  color: #0f172a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.solutions-platform-meta {
  margin: 3px 0 0;
  color: rgba(30, 41, 59, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .solutions-mega-menu {
    width: calc(100vw - 20px);
    max-height: 70vh;
    overflow-y: auto;
    padding: 18px;
  }

  .solutions-mega-menu-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.works {
  color: #000000;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  left: 390px;
  top: 42px;
  width: 112px;
  height: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transforming-ideas-into-digital-excellence {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -1.8px;
  font-weight: 700;
  position: absolute;
  left: 58px;
  top: 206px;
  width: 763px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.transforming-ideas-into-digital-excellence-span {
  color: #0f172a;
  letter-spacing: -1.8px;
}
.transforming-ideas-into-digital-excellence-span2 {
  color: #2563eb;
}
.chat-gpt-image-26-feb-2026-20-46-28-1 {
  width: 402px;
  height: 456px;
  position: absolute;
  left: 711px;
  top: 2428px;
  aspect-ratio: 402/456;
}
.enhance-your-business-capabilities-to-innovate-and-compete-in-today-s-dynamic-market-by-harnessing-the-power-of-data {
  color: #475569;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  position: absolute;
  left: 58px;
  top: 424px;
  width: 574.31px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.heading-3 {
  padding: 0px 8.45px 0px 8.44px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  width: 960px;
  max-width: 960px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 776px;
}
.we-have-collaborated-with-50-client-partners-from-big-company-and-foundation-all-over-indonesia {
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  position: relative;
  width: 100%;
  min-height: 72px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.we-have-collaborated-with-50-client-partners-from-big-company-and-foundation-all-over-indonesia-span {
  color: #1e293b;
}
.we-have-collaborated-with-50-client-partners-from-big-company-and-foundation-all-over-indonesia-span2 {
  color: #0c5bed;
  white-space: nowrap;
}
.background {
  background: #0c5bed;
  border-radius: 9999px;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 600px;
  top: 872px;
}
.group-9 {
  position: absolute;
  inset: 0;
}
.container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 832px;
  left: 64px;
  top: 1285px;
}
.container2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._77 {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-ExtraBold", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  position: relative;
  width: 104px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text {
  color: #64748b;
  text-align: center;
  font-family: "Inter-Thin", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  width: 120.81px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 448px;
  left: 448px;
  top: 1285px;
}
.text2 {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-ExtraBold", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  position: relative;
  width: 109.08px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text3 {
  color: #64748b;
  text-align: center;
  font-family: "Inter-Thin", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  width: auto;
  height: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 82px;
  left: 814px;
  top: 1285px;
}
.text4 {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-ExtraBold", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  position: relative;
  width: 115.08px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text5 {
  color: #64748b;
  text-align: center;
  font-family: "Inter-Thin", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  width: 145.66px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-13 {
  position: absolute;
  inset: 0;
}
.rectangle-8 {
  background: #161b26;
  border-radius: 24px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 473px;
  height: 428px;
  position: absolute;
  left: 143px;
  top: 1638px;
}
.background-border {
  background: linear-gradient(
    135deg,
    rgba(12, 91, 237, 0.4) 0%,
    rgba(12, 91, 237, 0) 100%
  );
  border-radius: 24px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px 0px 0px 1px;
  padding: 0px 15.99px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  width: 307.98px;
  height: 173.23px;
  position: absolute;
  left: 308px;
  top: 1893px;
  aspect-ratio: 307.98/173.23;
}
.image-overlay-shadow {
  background: linear-gradient(
    to left,
    rgba(10, 15, 26, 0.8),
    rgba(10, 15, 26, 0.8)
  );
  border-radius: 16px 0px 0px 0px;
  align-self: stretch;
  flex-shrink: 0;
  height: 140.23px;
  position: relative;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  object-fit: cover;
}
.container5 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 382px;
  max-width: 384px;
  position: absolute;
  left: 187px;
  top: 1768px;
}
.text6 {
  color: #94a3b8;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  width: 347.94px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-10 {
  width: 145px;
  height: 44px;
  position: static;
}
.button {
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 12px 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 187px;
  top: 1988px;
}
.learn-more {
  color: #0a0f1a;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  width: auto;
  height: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container6 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.heading-4 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 382px;
  position: absolute;
  left: 187px;
  top: 1725px;
}
.text7 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
  width: auto;
  height: 36px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.overlay {
  background: rgba(12, 91, 237, 0.2);
  border-radius: 9999px;
  padding: 4px 12px 4px 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 187px;
  top: 1683px;
}
.enterprise-saa-s {
  color: #0c5bed;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: auto;
  height: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-12 {
  position: absolute;
  inset: 0;
}
.rectangle-9 {
  background: #161b26;
  border-radius: 24px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 473px;
  height: 428px;
  position: absolute;
  left: 666px;
  top: 1638px;
}
.container7 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 382px;
  max-width: 384px;
  position: absolute;
  left: 710px;
  top: 1768px;
}
.global-payments-infrastructure-designed-for-the-digital-economy-supporting-100-currencies-and-instant-settlement {
  color: #94a3b8;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.heading-5 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 382px;
  position: absolute;
  left: 710px;
  top: 1725px;
}
.vara-pay-core {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
  width: 208.14px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.overlay2 {
  background: rgba(12, 91, 237, 0.2);
  border-radius: 9999px;
  padding: 4px 12px 4px 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 140px;
  position: absolute;
  left: 710px;
  top: 1683px;
}
.financial-tech {
  color: #0c5bed;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: 128.08px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.overlay-blur {
  border-radius: 0px;
  width: 30.94%;
  height: 379px;
  position: absolute;
  right: 41.64%;
  left: 27.42%;
  top: 1410px;
  overflow: visible;
}
.background-border2 {
  background: linear-gradient(
    135deg,
    rgba(12, 91, 237, 0.4) 0%,
    rgba(12, 91, 237, 0) 100%
  );
  border-radius: 24px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px 0px 0px 1px;
  padding: 0px 15.99px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  width: 307.98px;
  height: 173.23px;
  position: absolute;
  left: 831px;
  top: 1893px;
  aspect-ratio: 307.98/173.23;
}
.button2 {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 710px;
  top: 1988px;
}
.container8 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.heading-32 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 40px;
  position: absolute;
  right: 539px;
  left: 540px;
  top: 1488px;
}
.products {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  left: 528px;
  top: 1476px;
  width: 225px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services2 {
  color: #0f172a;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  left: 147px;
  top: 2237px;
  width: 225px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container9 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 432.17px;
  left: 432px;
  top: 1548px;
}
.text8 {
  color: #e5e7eb;
  text-align: left;
  font-family: "Inter-Thin", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  position: relative;
  width: 415.83px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container10 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 545px;
  left: 147px;
  top: 2305px;
}
.together-with-our-clients-we-build-the-future-developing-software-solutions-that-tackle-your-industry-s-biggest-challenges {
  color: #514f5e;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  width: 597px;
  min-height: 34px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rectangle-13 {
  background: #ffffff;
  border-radius: 24px;
  border-style: solid;
  border-color: #e5e7eb;
  border-width: 2px;
  width: 300px;
  height: 465px;
  position: absolute;
  left: 147px;
  top: 2411px;
  z-index: 1;
  cursor: pointer;
}
.rectangle-16 {
  background: #ffffff;
  border-radius: 24px;
  border-style: solid;
  border-color: #e5e7eb;
  border-width: 2px;
  width: 300px;
  height: 465px;
  position: absolute;
  left: 850px;
  top: 2411px;
  z-index: 1;
  cursor: pointer;
}
.startup-incubator-hitbox {
  width: 300px;
  height: 465px;
  position: absolute;
  left: 499px;
  top: 2411px;
  z-index: 1;
  cursor: pointer;
}
.software-development {
  color: #374151;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: absolute;
  left: 180px;
  top: 2461px;
  width: 214px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  cursor: pointer;
}
.software-development-hover-card {
  background: #0a1631;
  border-radius: 24px;
  width: 300px;
  height: 465px;
  position: absolute;
  left: 147px;
  top: 2411px;
  padding: 32px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 4;
  pointer-events: none;
}
.software-development-hover-title {
  color: #f8fafc;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.software-development-hover-description {
  color: #f1f5f9;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 22px;
}
.rectangle-13:hover ~ .software-development-hover-card,
.software-development:hover ~ .software-development-hover-card {
  opacity: 1;
  visibility: visible;
}
.startup-incubator {
  color: #374151;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: absolute;
  left: 531px;
  top: 2461px;
  width: 214px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  cursor: pointer;
}
.managed-services {
  color: #374151;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: absolute;
  left: 883px;
  top: 2461px;
  width: 214px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  cursor: pointer;
}
.startup-incubator-hover-card,
.managed-services-hover-card {
  background: #0a1631;
  border-radius: 24px;
  width: 300px;
  height: 465px;
  position: absolute;
  top: 2411px;
  padding: 32px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 4;
  pointer-events: none;
}
.startup-incubator-hover-card {
  left: 499px;
}
.managed-services-hover-card {
  left: 850px;
}
.startup-incubator-hover-title,
.managed-services-hover-title {
  color: #f8fafc;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.startup-incubator-hover-description,
.managed-services-hover-description {
  color: #f1f5f9;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 22px;
}
.startup-incubator-hitbox:hover ~ .startup-incubator-hover-card,
.startup-incubator:hover ~ .startup-incubator-hover-card {
  opacity: 1;
  visibility: visible;
}
.rectangle-16:hover ~ .managed-services-hover-card,
.managed-services:hover ~ .managed-services-hover-card {
  opacity: 1;
  visibility: visible;
}
.managed-services-image {
  width: 228px !important;
  height: 228px !important;
  position: absolute !important;
  left: 886px !important;
  top: 2620px !important;
  display: block;
  object-fit: contain;
  object-position: center;
  z-index: 2;
}
.gemini-generated-image-fy-1-iw-8-fy-1-iw-8-fy-1-i-removebg-preview-1 {
  width: 251px;
  height: 244px;
  position: absolute;
  left: 205px;
  top: 2645px;
  aspect-ratio: 251/244;
}
.text9 {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 5264px;
  width: 386.86px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-from-industry-leaders-across-the-globe {
  color: #475569;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 5320px;
  width: 400px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container11 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  height: 331px;
  position: absolute;
  right: 83px;
  left: 85px;
  top: 5410px;
}
.testimonial-1 {
  background: #ffffff;
  border-radius: 12px;
  border-style: solid;
  border-color: #e2e8f0;
  border-width: 1px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.container12 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.container13 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container14 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container15 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container16 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container17 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container18 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.hexavara-tech-transformed-our-vision-into-a-scalable-product-within-months-their-technical-depth-and-commitment-to-quality-are-unparalleled {
  color: #475569;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container19 {
  padding: 0px;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.background2 {
  background: #e2e8f0;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.ab-6-a-xu-as-rs-za-lys-th-4-q-sv-h-xd-4-cm-7-v-duvsxhf-cu-xdnwg-tn-z-6-ws-oc-kg-dav-a-il-v-b-u-5-r-3-l-mbu-8-t-cd-qoo-n-lpoba-axfdfx-l-1-kwh-prk-8-bu-7-e-4-bvp-w-az-h-0-xw-0-w-8-cb-mdgr-nmr-bw-7-brz-se-dc-nj-t-0-qj-v-til-v-yn-z-4-ilu-me-7-t-07-uiq-sf-w-nu-85-dg-zv-o-6-y-x-rvoj-ov-ap-yt-7-d-2-s-4-o-psj-7-95-g-5-i-pjh-b-5-m-fb-0-ks-1-rd-ec-4-qjc-8-kw-feh-nt-b-gq-r-kr-2-fk-x-dqag-x-8328-ge-3-io-r-ne-ky-lc-l-59-wo-tlt {
  align-self: stretch;
  flex: 1;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.container20 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.text10 {
  color: #0f172a;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  width: 127px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text11 {
  color: #64748b;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  width: 113.31px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testimonial-2 {
  background: #ffffff;
  border-radius: 12px;
  border-style: solid;
  border-color: #e2e8f0;
  border-width: 1px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.container21 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container22 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container23 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container24 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container25 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.working-with-the-hexavara-team-was-like-adding-a-group-of-experts-to-our-own-office-professional-communicative-and-exceptionally-skilled {
  color: #475569;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ab-6-a-xu-butww-8-pl-8-r-df-y-cn-vrq-5-wb-ii-secl-em-0-ajgl-mu-1-e-lq-u-fk-s-or-qo-loppzqtc-xm-72-m-usg-nkb-tx-kn-rz-5-ag-ja-x-do-zxckjc-we-s-8-k-kw-pfjs-pev-0-rg-1-u-6-y-v-awe-csb-r-6-z-5-d-osb-8-xop-koh-y-bkr-0-t-mj-1-weky-v-gku-i-nga-bpl-2-ecdkga-u-3-b-qqm-r-wy-je-qf-n-qu-2-ntc-60-xa-zbu-jlz-fyf-7-u-2-ci-02-l-k-ndf-uf-67-xliw-c-esp-nn-sj-5-qe-dye-csa-6-zm-4-c-9-a-p-8-h-z-ctx-nv-e-3-u-g-pw-v-45-v-jmbp-bsb {
  align-self: stretch;
  flex: 1;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.text12 {
  color: #0f172a;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  width: auto;
  white-space: nowrap;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text13 {
  color: #64748b;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  width: 168.66px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testimonial-3 {
  background: #ffffff;
  border-radius: 12px;
  border-style: solid;
  border-color: #e2e8f0;
  border-width: 1px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.container26 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container27 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container28 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container29 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.container30 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.they-don-t-just-build-what-you-ask-for-they-suggest-what-you-actually-need-their-strategic-thinking-has-been-vital-for-our-growth {
  color: #475569;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ab-6-a-xu-ay-wc-tvllyai-c-jt-f-gkg-cu-it-5-m-i-0-cf-oo-9-g-03-cam-j-2-z-fr-1-ur-x-ks-l-ia-4-ly-0-v-hz-uv-ytj-23-dl-9-skhgj-ks-so-fg-dj-iipoj-tyt-2-g-x-cv-dd-0-fr-layjdwn-mq-hz-wv-al-esc-kr-odl-5-xe-vl-jy-ac-29-u-tkefb-bg-he-jxr-fw-m-8-e-72-b-ty-1-trcj-qc-e-mze-rs-7-v-9-y-19-ln-8-i-zi-hz-3-wj-q-8-g-915-y-8-f-r-9-y-98-q-3-k-os-tx-wdhu-tq-uk-9-v-sjoymppgao-kjl-rymuhbv-jc-qy-xmazdo-spev-jzm-qch-pt-hx-0-p {
  align-self: stretch;
  flex: 1;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.text14 {
  color: #0f172a;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  width: 105.23px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text15 {
  color: #64748b;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  width: 157.67px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section {
  background: linear-gradient(135deg, #0c1828 0%, #0f2e52 50%, #0c1828 100%);
  padding: 56px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100vw;
  height: 470px;
  left: 50%;
  translate: -50% 0;
  right: auto;
  top: 5898px;
  overflow: hidden;
}
.section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, transparent 70%);
  top: -180px;
  right: 80px;
  pointer-events: none;
}
.section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
  bottom: -120px;
  left: 60px;
  pointer-events: none;
}
.container31 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.left-image-content {
  padding: 0px 68px 0px 68px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
}
.it-solutions-consulting {
  width: 100%;
  flex-shrink: 0;
  max-width: 448px;
  position: relative;
  overflow: hidden;
}
.right-text-content {
  margin: 0 0 0 -204px;
  padding: 0px 0px 96px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 689px;
  position: relative;
}
.heading-2-margin {
  padding: 0px 3.77px 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.heading-2-get-the-right-it-solutions-from-the-best-it-vendor-consult-with-us-today {
  color: #0f172a;
  text-align: left;
  font-family: "Inter-Thin", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 100;
  position: relative;
  width: 580.23px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.margin {
  padding: 0px 31.06px 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.text16 {
  color: #475569;
  text-align: left;
  font-family: "Inter-Thin", sans-serif;
  font-size: 18px;
  line-height: 29.25px;
  font-weight: 100;
  position: relative;
  width: 552.94px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.button3 {
  background: #2563eb;
  border-radius: 9999px;
  padding: 12px 32px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.button-shadow {
  background: rgba(255, 255, 255, 0);
  border-radius: 9999px;
  flex-shrink: 0;
  position: absolute;
  right: 0.05px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  box-shadow: none;
}
.consult-now {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-ExtraBold", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  position: relative;
  width: auto;
  white-space: nowrap;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-2 {
  display: none;
}
.cta-full {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  transform: translateY(-20px);
}
.cta-badge-label {
  background: rgba(37, 99, 235, 0.18);
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 9999px;
  padding: 5px 16px;
  color: #60a5fa;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
.cta-main-heading {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.cta-blue {
  color: #3b82f6;
}
.cta-description {
  color: #94a3b8;
  text-align: center;
  font-family: "InriaSans-Regular", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  max-width: 560px;
}
.footer {
  background: #ffffff;
  padding: 58px 0px 26px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  width: 100vw;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  top: auto;
  min-height: 310px;
}
.container32 {
  padding: 0px 32px 0px 32px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.footer-simple {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 38px;
  align-self: stretch;
}
.footer-brand-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  max-width: 760px;
  min-width: 620px;
}
.footer-brand-top {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.footer-logo {
  width: 207px;
  height: 76px;
  object-fit: cover;
  flex-shrink: 0;
}
.footer-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-brand-name {
  color: #0f172a;
  font-family: "Inter-Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.footer-brand-tag {
  color: #475569;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer-brand-description {
  color: #64748b;
  font-family: "Inter-Regular", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  max-width: 740px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-links-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}
.footer-heading {
  color: #0f172a;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
.footer-link,
.footer-contact-item {
  color: #64748b;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.footer-contact-group {
  min-width: 210px;
}
.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-social-link {
  color: #64748b;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}
.footer-social-link:hover {
  color: #0f172a;
}
.footer-social-icon {
  flex-shrink: 0;
}
.footer-bottom-bar {
  border-top: 1px solid #cbd5e1;
  margin-top: 14px;
  padding: 28px 0px 28px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 24px;
}
.footer-copyright {
  color: #64748b;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer-policy-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.footer-policy-link {
  color: #475569;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.background3 {
  background: #e5e7eb;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 970px;
  top: 36px;
}
.button4 {
  background: #ffffff;
  border-radius: 8px;
  padding: 4px 12px 4px 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.en {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-ExtraBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  position: relative;
  width: 17px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button5 {
  margin: 0 0 0 -0.01px;
  padding: 4px 12px 4px 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.lang-btn {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.lang-btn-active {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.lang-btn:not(.lang-btn-active) {
  background: transparent;
  box-shadow: none;
}

.lang-btn:not(.lang-btn-active) .en,
.lang-btn:not(.lang-btn-active) .id {
  color: #6b7280;
}

.lang-btn-active .en,
.lang-btn-active .id {
  color: #0f172a;
}
.id {
  color: #6b7280;
  text-align: center;
  font-family: "Inter-ExtraBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  position: relative;
  width: 16.44px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-3 {
  display: none;
}
.clients-logos {
  width: 956px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 915px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 28px 32px;
  align-items: center;
  justify-items: center;
}

.client-logo {
  width: 100%;
  max-width: 118px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.client-logo-large {
  max-width: 142px;
  height: 72px;
}

.unilever-svg-1 {
  width: 54px;
  height: 59px;
  position: absolute;
  left: 696px;
  top: 923px;
  object-fit: cover;
  aspect-ratio: 54/59;
}
.wijaya-karya-svg-1 {
  width: 64px;
  height: 44px;
  position: absolute;
  left: 1054px;
  top: 934px;
  object-fit: cover;
  aspect-ratio: 64/44;
}
.sinarmas-logo-1-1 {
  width: 148px;
  height: 39px;
  position: absolute;
  left: 325px;
  top: 935px;
  object-fit: cover;
  aspect-ratio: 148/39;
}
.pjb-1 {
  width: 90px;
  height: 34px;
  position: absolute;
  left: 803px;
  top: 939px;
  object-fit: cover;
  aspect-ratio: 90/34;
}
.x-btn-gq-3-ns-1-b-gt-qwz-nu-1-j-9-dh-vzg-i-qd-kl-x-0-r-dnba-kn-1 {
  width: 116px;
  height: 20px;
  position: absolute;
  left: 524px;
  top: 946px;
  object-fit: cover;
  aspect-ratio: 116/20;
}
.telkom-indonesia-2013-svg-1 {
  width: 114px;
  height: 62px;
  position: absolute;
  left: 162px;
  top: 915px;
  object-fit: cover;
  aspect-ratio: 114/62;
}
.logo-of-ministry-of-communication-and-information-technology-of-the-republic-of-indonesia-svg-1 {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 941px;
  top: 923px;
  object-fit: cover;
  aspect-ratio: 1;
}
.logo-branding-unair-biru-2 {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 436px;
  top: 1016px;
  object-fit: cover;
  aspect-ratio: 1;
}
.logo-bank-bengkulu-enkosa-com-1 {
  width: 187px;
  height: 46px;
  position: absolute;
  left: 931px;
  top: 1031px;
  object-fit: cover;
  aspect-ratio: 187/46;
}
.institut-teknologi-sepuluh-nopember-seal-svg-1 {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 311px;
  top: 1018px;
  object-fit: cover;
  aspect-ratio: 1;
}
.makara-of-universitas-indonesia-svg-1 {
  width: 67px;
  height: 73px;
  position: absolute;
  left: 567px;
  top: 1015px;
  object-fit: cover;
  aspect-ratio: 67/73;
}
.universitas-surabaya-1 {
  width: 71px;
  height: 94px;
  position: absolute;
  left: 805px;
  top: 1005px;
  object-fit: cover;
  aspect-ratio: 71/94;
}
.bkdjatim-1 {
  width: 92px;
  height: 64px;
  position: absolute;
  left: 162px;
  top: 1024px;
  object-fit: cover;
  aspect-ratio: 92/64;
}
.lambang-kota-banjarbaru-1 {
  width: 59px;
  height: 72px;
  position: absolute;
  left: 691px;
  top: 1016px;
  overflow: visible;
}
.download-premium-png-of-png-gear-icon-chrome-material-silver-shape-white-background-by-sakarin-sukmanatham-about-gear-gear-icon-chrome-silver-icon-and-chrome-icon-13500505-removebg-preview-1 {
  width: 220px;
  height: 228px;
  position: absolute;
  left: 236px;
  top: 2656px;
  object-fit: cover;
  aspect-ratio: 220/228;
  z-index: 3;
}
.download-premium-png-of-png-rocket-luanching-chrome-material-white-background-removebg-preview-1 {
  width: 132px;
  height: 286px;
  position: absolute;
  left: 643px;
  top: 2598px;
  object-fit: cover;
  aspect-ratio: 132/286;
}
.our-projects {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  left: 375px;
  top: 3062px;
  width: 483px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container40 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 370px;
  left: 322px;
  top: 3123px;
}
.we-deliver-our-best-performance-in-every-project-to-ensure-our-customers-are-satisfied-with-the-product {
  color: #514f5e;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  width: 618px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.telkom-indipro {
  height: 287px;
  position: absolute;
  right: 825px;
  left: 168px;
  top: 3304px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1;
}
.indipro-telkom-surabaya {
  color: #111827;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 168px;
  top: 3647px;
  width: 282px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.effortless-online-booking-experience-for-home-internet-installation-enriched-with-advanced-gis-features {
  color: #6b7280;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 168px;
  top: 3679px;
  width: 283px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aegis {
  height: 286px;
  position: absolute;
  right: 489px;
  left: 505px;
  top: 3306px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1;
}
.aegis-sistem-akademik {
  color: #111827;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 506px;
  top: 3647px;
  width: 283px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.empowering-educators-and-students-of-the-faculty-of-dentistry-universitas-airlangga-with-our-academic-system-application {
  color: #6b7280;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 506px;
  top: 3679px;
  width: 284px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.e-sales-zelltech {
  height: 286px;
  position: absolute;
  right: 152px;
  left: 842px;
  top: 3306px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1;
}
.e-sales-zelltech2 {
  color: #111827;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 843px;
  top: 3647px;
  width: 236px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.zelltech-s-application-a-powerful-tool-for-pt-celsius-indo-perkasa-enabling-seamless-sales-tracking-and-project-monitoring {
  color: #6b7280;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 843px;
  top: 3680px;
  width: 266px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.qps-wika-gedung {
  height: 287px;
  position: absolute;
  right: 820px;
  left: 173px;
  top: 3825px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1;
}
.qps-wika-gedung2 {
  color: #111827;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 173px;
  top: 4167px;
  width: 261px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.revolutionizing-property-assessments-pt-wika-gedung-employs-an-innovative-application-for-surveying-residential-units-at-puncak-cbd-apartments {
  color: #6b7280;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 173px;
  top: 4190px;
  width: 285px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rescue-id {
  height: 287px;
  position: absolute;
  right: 488px;
  left: 505px;
  top: 3825px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1;
}
.rescue-id2 {
  color: #111827;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 505px;
  top: 4167px;
  width: 169px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.empowering-emergency-response-at-dr-soetomo-hospital-surabaya-our-application-offers-reporting-and-guidance-for-heart-attack {
  color: #6b7280;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 505px;
  top: 4202px;
  width: 289px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sily {
  color: #111827;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 841px;
  top: 4167px;
  width: 67px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.unveiling-the-lamongan-district-s-smart-city-portal-app-explore-360-degree-photos-report-issues-ensure-swift-emergency-response {
  color: #6b7280;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 841px;
  top: 4201px;
  width: 261px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-43 {
  position: absolute;
  inset: 0;
}
.rectangle-26 {
  background: #e7effe;
  border-radius: 6px;
  width: 188px;
  height: 29px;
  position: absolute;
  left: 168px;
  top: 3607px;
}
.software-development2 {
  color: #2563eb;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 177px;
  top: 3613px;
  width: 169.52px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-46 {
  position: absolute;
  inset: 0;
}
.rectangle-262 {
  background: #e7effe;
  border-radius: 6px;
  width: 188px;
  height: 29px;
  position: absolute;
  left: 173px;
  top: 4127px;
}
.software-development3 {
  color: #2563eb;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 182px;
  top: 4133px;
  width: 169.52px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-44 {
  position: absolute;
  inset: 0;
}
.rectangle-263 {
  background: #e7effe;
  border-radius: 6px;
  width: 188px;
  height: 29px;
  position: absolute;
  left: 505px;
  top: 3607px;
}
.software-development4 {
  color: #2563eb;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 514px;
  top: 3613px;
  width: 169.52px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-47 {
  position: absolute;
  inset: 0;
}
.rectangle-264 {
  background: #e7effe;
  border-radius: 6px;
  width: 188px;
  height: 29px;
  position: absolute;
  left: 505px;
  top: 4127px;
}
.software-development5 {
  color: #2563eb;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 514px;
  top: 4133px;
  width: 169.52px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-45 {
  position: absolute;
  inset: 0;
}
.rectangle-265 {
  background: #e7effe;
  border-radius: 6px;
  width: 188px;
  height: 29px;
  position: absolute;
  left: 842px;
  top: 3607px;
}
.software-development6 {
  color: #2563eb;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 851px;
  top: 3613px;
  width: 169.52px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-48 {
  position: absolute;
  inset: 0;
}
.rectangle-266 {
  background: #e7effe;
  border-radius: 6px;
  width: 188px;
  height: 29px;
  position: absolute;
  left: 841px;
  top: 4127px;
}
.software-development7 {
  color: #2563eb;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 850px;
  top: 4133px;
  width: 169.52px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rectangle-19 {
  background: #0b1120;
  width: 100vw;
  height: 821px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 4500px;
}
.why-choose-hexavara {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 4630px;
  width: 560px;
  height: 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container41 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  translate: -50%;
  width: 960px;
  top: 4691px;
}
.excellence-in-project-execution-strategic-oversight-trusted-technology-partner {
  color: #9ca3af;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 34px;
  height: auto;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
}
.our-value {
  color: #9ca3af;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 4596px;
  width: 160px;
  height: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rectangle-28 {
  background: #0b1120;
  border-style: solid;
  border-color: #1e293b;
  border-width: 1px;
  width: 481px;
  height: 200px;
  position: absolute;
  left: 133px;
  top: 4780px;
}
.rectangle-30 {
  background: #0b1120;
  border-style: solid;
  border-color: #1e293b;
  border-width: 1px;
  width: 481px;
  height: 200px;
  position: absolute;
  left: 131px;
  top: 5014px;
}
.rectangle-29 {
  background: #0b1120;
  border-style: solid;
  border-color: #1e293b;
  border-width: 1px;
  width: 481px;
  height: 200px;
  position: absolute;
  left: 649px;
  top: 4780px;
}
.rectangle-31 {
  background: #0b1120;
  border-style: solid;
  border-color: #1e293b;
  border-width: 1px;
  width: 481px;
  height: 200px;
  position: absolute;
  left: 647px;
  top: 5014px;
}
.image-7,
.image-8 {
  display: none;
}
.group-50 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 165px;
  top: 4803px;
  overflow: visible;
}
.group-52 {
  position: absolute;
  inset: 0;
}
.image-82 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 165px;
  top: 5037px;
}
.group-51 {
  position: absolute;
  inset: 0;
}
.image-83 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 683px;
  top: 4803px;
}
.group-53 {
  position: absolute;
  inset: 0;
}
.image-84 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 683px;
  top: 5037px;
}
.roadmap-for-timeline {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  left: 165px;
  top: 4843px;
  width: 415px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.maximum-service {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  left: 165px;
  top: 5077px;
  width: 415px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.weekly-sprint-monitoring {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  left: 683px;
  top: 4843px;
  width: 415px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.monitor-team-performanc {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  left: 683px;
  top: 5077px;
  width: 415px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.our-roadmap-contains-a-detailed-list-of-tasks-and-project-timelines-that-you-can-monitor-at-any-time-each-roadmap-is-created-based-on-mutual-agreement {
  color: #64748b;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 165px;
  top: 4879px;
  width: 415px;
  height: 88px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.we-guarantee-maximum-service-with-bug-fixes-and-improvements-handled-within-48-hours-this-feature-allows-you-to-easily-track-your-requests {
  color: #64748b;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 165px;
  top: 5113px;
  width: 415px;
  height: 88px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.this-feature-helps-control-sprints-ensuring-our-programmers-work-according-to-the-time-you-ve-purchased-it-also-guarantees-that-your-project-is-success {
  color: #64748b;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 683px;
  top: 4879px;
  width: 415px;
  height: 88px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.each-of-our-talents-has-daily-and-monthly-targets-aligned-with-the-time-you-ve-purchased-they-compete-to-deliver-their-best-performance {
  color: #64748b;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: absolute;
  left: 683px;
  top: 5113px;
  width: 415px;
  height: 88px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Pull the section after Projects upward to tighten the vertical gap */
.rectangle-19,
.why-choose-hexavara,
.container41,
.our-value,
.rectangle-28,
.rectangle-29,
.rectangle-30,
.rectangle-31,
.group-50,
.image-82,
.image-83,
.image-84,
.roadmap-for-timeline,
.maximum-service,
.weekly-sprint-monitoring,
.monitor-team-performanc,
.our-roadmap-contains-a-detailed-list-of-tasks-and-project-timelines-that-you-can-monitor-at-any-time-each-roadmap-is-created-based-on-mutual-agreement,
.we-guarantee-maximum-service-with-bug-fixes-and-improvements-handled-within-48-hours-this-feature-allows-you-to-easily-track-your-requests,
.this-feature-helps-control-sprints-ensuring-our-programmers-work-according-to-the-time-you-ve-purchased-it-also-guarantees-that-your-project-is-success,
.each-of-our-talents-has-daily-and-monthly-targets-aligned-with-the-time-you-ve-purchased-they-compete-to-deliver-their-best-performance {
  transform: translateY(-160px);
}
.icon {
  width: 25px;
  height: 20px;
  position: absolute;
  left: 702px;
  top: 4825px;
  overflow: visible;
}
.icon2 {
  width: 20px;
  height: 25px;
  position: absolute;
  left: 187px;
  top: 5056px;
  overflow: visible;
}
.container42 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  position: absolute;
  left: calc(50% - -58px);
  top: calc(50% - -1603px);
  overflow: visible;
}
.group-16 {
  position: absolute;
  inset: 0;
}
.button-shadow2 {
  background: #0f172a;
  border-radius: 8px;
  position: absolute;
  left: 1079px;
  width: 138px;
  height: 40px;
  top: 32px;
}
.start-a-project {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: absolute;
  left: 1090.77px;
  top: 42px;
  width: 114.47px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-19 {
  position: absolute;
  inset: 0;
}
.button-shadow3 {
  background: #111827;
  border-radius: 14px;
  position: absolute;
  left: 58px;
  width: 156px;
  height: 52px;
  top: 532px;
  z-index: 1;
}
.consult-now2 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: absolute;
  left: 58px;
  top: 546px;
  width: 156px;
  white-space: nowrap;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.container43 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  position: absolute;
  left: 211px;
  top: 530px;
  overflow: visible;
  z-index: 2;
}
.button6 {
  display: flex;
  flex-direction: row;
  gap: 7.99px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 594px;
  top: 1148px;
}
.view-all {
  color: #6b7280;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  width: auto;
  min-width: 92px;
  white-space: nowrap;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button7 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 9999px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 64px;
  top: 1828px;
  backdrop-filter: blur(2px);
  cursor: pointer;
  z-index: 5;
}
.button-shadow4 {
  background: rgba(255, 255, 255, 0);
  border-radius: 9999px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 50%;
  translate: 0 -50%;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.container44 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.button8 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 9999px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 1216px;
  top: 1828px;
  transform: none;
  backdrop-filter: blur(2px);
  cursor: pointer;
  z-index: 5;
}

.button,
.button2,
.button2-card3 {
  white-space: nowrap;
}

.button7.is-disabled,
.button8.is-disabled {
  opacity: 0.45;
}

.product-slide-card {
  transition: transform 420ms ease, opacity 320ms ease;
  will-change: transform, opacity;
}

.rectangle-9-card3 {
  background: #161b26;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 473px;
  height: 428px;
  position: absolute;
  left: 1189px;
  top: 1638px;
}

.container7-card3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 382px;
  max-width: 384px;
  position: absolute;
  left: 1233px;
  top: 1768px;
}

.dummy-product-description {
  color: #94a3b8;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  align-self: stretch;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.heading-5-card3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 382px;
  position: absolute;
  left: 1233px;
  top: 1725px;
}

.dummy-product-title {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  width: auto;
  height: 36px;
  display: flex;
  align-items: center;
}

.overlay2-card3 {
  background: rgba(12, 91, 237, 0.2);
  border-radius: 9999px;
  padding: 4px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 128px;
  position: absolute;
  left: 1233px;
  top: 1683px;
}

.dummy-product-badge {
  color: #0c5bed;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
}

.background-border3 {
  background: linear-gradient(135deg, rgba(12, 91, 237, 0.4) 0%, rgba(12, 91, 237, 0) 100%);
  border-radius: 24px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  border-bottom: 0;
  padding: 0 15.99px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 307.98px;
  height: 173.23px;
  position: absolute;
  left: 1354px;
  top: 1893px;
  aspect-ratio: 307.98 / 173.23;
}

.button2-card3 {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 1233px;
  top: 1988px;
}
.container45 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: auto;
  position: relative;
  transform: rotate(180deg);
  overflow: visible;
}
.button9 {
  display: flex;
  flex-direction: row;
  gap: 7.99px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 968px;
  top: 2236px;
}
.view-all-services {
  color: #2563eb;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  width: auto;
  white-space: nowrap;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container46 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.group-49 {
  position: absolute;
  inset: 0;
}
.overlay-border {
  background: #f5f6f8;
  border-radius: 9999px;
  border-style: solid;
  border-color: #475569;
  border-width: 1px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 3200px;
}
.button10 {
  background: #0f172a;
  border-radius: 9999px;
  padding: 8px 24px 8px 24px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.all {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  width: 26px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button11 {
  border-radius: 9999px;
  padding: 8px 24px 8px 24px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.software-development8 {
  color: #6b7280;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  width: 157px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text22 {
  color: #6b7280;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  width: 106.08px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text23 {
  color: #6b7280;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  width: 117.03px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text24 {
  color: #6b7280;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  width: 89.5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-20 {
  position: absolute;
  inset: 0;
}
.button-shadow5 {
  background: #f5f6f8;
  border-radius: 25px;
  border-style: solid;
  border-color: #0f172a;
  border-width: 1px;
  position: absolute;
  left: 564px;
  width: 153px;
  height: 50px;
  top: 4352px;
}
.view-more {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 4365px;
  width: 94.2px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-3 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 668px;
  top: 110px;
  overflow: hidden;
}
.download-3-removebg-preview-1 {
  width: 244px;
  height: 244px;
  position: absolute;
  left: 925px;
  top: 2661px;
  object-fit: cover;
  aspect-ratio: 1;
  z-index: 6;
  transition: opacity 0.2s ease;
}

.rectangle-16:hover ~ .download-3-removebg-preview-1,
.managed-services:hover ~ .download-3-removebg-preview-1 {
  opacity: 0;
}
.tower {
  height: 285px;
  position: absolute;
  right: 152px;
  left: 843px;
  top: 3827px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1;
}
.img-7589-1 {
  width: 708px;
  height: 583px;
  position: absolute;
  left: 572px;
  top: 109px;
  object-fit: cover;
  aspect-ratio: 708/583;
}

/* ============================================
   PROJECTS SECTION — filterable grid
   ============================================ */
.projects-section {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 3062px;
  width: 1232px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-bottom: 36px;
}

/* Override absolute positioning for elements inside the section */
.projects-section .our-projects {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  line-height: 1.1;
  margin: 0;
}
.projects-section .container40 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin-top: 16px;
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.projects-section .we-deliver-our-best-performance-in-every-project-to-ensure-our-customers-are-satisfied-with-the-product {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* Filter bar — override absolute positioning */
.projects-filter-bar {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  translate: none !important;
  margin-top: 44px;
  width: fit-content;
  max-width: 100%;
  padding: 4px;
  justify-content: center;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  cursor: default;
}
.projects-section .btn-filter {
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  user-select: none;
}
.projects-section .btn-filter > div {
  color: #6b7280;
  width: auto;
  height: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
}
/* Reset button10 default dark bg — manage purely via active-filter */
.projects-section .button10 {
  background: transparent;
  box-shadow: none;
}
.projects-section .btn-filter:not(.active-filter) {
  background: transparent;
  box-shadow: none;
}
.projects-section .btn-filter.active-filter {
  background: #0f172a;
  border-radius: 9999px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}
.projects-section .btn-filter.active-filter div {
  color: #ffffff !important;
}
.projects-section .btn-filter:not(.active-filter):hover {
  background: rgba(15, 23, 42, 0.06);
  border-radius: 9999px;
  transform: translateY(-1px);
}

/* Projects grid */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(100%, 1080px);
  margin-top: 28px;
  align-items: stretch;
}

/* Project card */
.project-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 18px 40px rgba(148, 163, 184, 0.12);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.14);
}
.project-card-image {
  width: 100%;
  height: 188px;
  overflow: hidden;
  background: linear-gradient(180deg, #eff6ff 0%, #e2e8f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.project-card:hover .project-card-image img {
  transform: scale(1.04);
}

/* Placeholder cards (no image available) */
.project-card-placeholder {
  align-items: center;
  justify-content: center;
}
.project-placeholder-blue  { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); }
.project-placeholder-purple { background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); }
.project-placeholder-teal   { background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%); }

/* Card body */
.project-card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.project-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-family: "Inter-Bold", sans-serif;
  font-size: 11px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
}
.project-badge-softdev { background: #e7effe; color: #2563eb; }
.project-badge-it      { background: #f0fdf4; color: #16a34a; }
.project-badge-digital { background: #fef3c7; color: #b45309; }
.project-badge-startup { background: #fdf4ff; color: #9333ea; }

.project-card-title {
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-top: 4px;
}
.project-card-desc {
  font-family: "Inter-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #475569;
  line-height: 1.6;
}

.projects-view-more {
  margin-top: 98px;
  padding: 14px 28px;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  appearance: none;
  background: #ffffff;
  color: #0f172a;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition: none;
}

body.lang-id .button-shadow3 {
  width: 200px;
}

body.lang-id .consult-now2 {
  width: 200px;
}

body.lang-id .container43 {
  left: 255px;
}

.projects-view-more:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #0f172a;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.projects-view-more:focus,
.projects-view-more:active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  box-shadow: none;
}

/* Hide the decorative tower image that overlaps the new grid */
.tower {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 1280px) {
  .projects-section {
    width: min(96vw, 1232px);
  }
}
@media (max-width: 900px) {
  .projects-section .our-projects {
    font-size: 36px;
  }
  .projects-filter-bar {
    width: 100%;
    gap: 6px;
    flex-wrap: wrap;
  }
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (max-width: 600px) {
  .projects-section .our-projects {
    font-size: 30px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .projects-view-more {
    width: 100%;
    max-width: 240px;
  }
  .projects-filter-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
  .projects-section .btn-filter {
    width: calc(50% - 6px);
    min-width: 140px;
  }
  .project-card-image {
    height: 180px;
  }
}