.desktop-1 {
  width: 100%;
  position: relative;
  background-color: var(--Color-Base-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
  line-height: normal;
  letter-spacing: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

/* Custom scrollbar - nhỏ, xanh nhạt (áp dụng cho cả html & body) */
html,
body {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(95, 184, 0, 0.4) transparent;
}

/* Chrome, Edge, Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: rgba(95, 184, 0, 0.35); /* gần với --Color-Green-300 */
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(95, 184, 0, 0.55);
}

.content-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

#top,
#about,
#services,
#projects {
  scroll-margin-top: 84px;
}

/* Đảm bảo các section dùng content-container không bị stretch full width */
.metrics.content-container,
.frame-main.content-container,
.thnh-tu-ca-gecko.content-container {
  align-self: center;
}

.desktop-1-inner {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url("./assets/Frame-7@3x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 100vh;
  z-index: 0;
  text-align: center;
  font-size: var(--font-scale-font-scale-lg);
  color: var(--Color-Base-black);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.frame-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px var(--padding-80) 64px;
  box-sizing: border-box;
}

.frame-parent {
  width: 678px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  font-size: var(--font-scale-font-scale-md);
  color: var(--Color-Green-300);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.dn-u-gii-php-bn-vng-wrapper {
  backdrop-filter: blur(10px);
  border-radius: 999px;
  background-color: var(--color-yellowgreen);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-6) var(--padding-10);
}

.dn-u-gii {
  position: relative;
  line-height: var(--line-height-line-height-md);
  font-weight: var(--font-weight-font-weight-medium);
}

.gii-php-xy {
  align-self: stretch;
  position: relative;
  font-size: var(--font-scale-font-scale-7xl);
  letter-spacing: -0.02em;
  line-height: var(--line-height-line-height-7xl);
  color: var(--Color-Green-500);
  text-align: center;
}

.gecko-group-cung {
  align-self: stretch;
  position: relative;
  line-height: var(--lh-24);
  font-weight: var(--font-weight-font-weight-medium);
}

.button-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.button {
  cursor: pointer;
  border: 1px solid var(--Color-Gecko-400);
  padding: var(--padding-12) var(--spacing-xl);
  background-color: var(--Color-Gray-0-gray-20);
  width: 227px;
  backdrop-filter: var(--Glassy-Default);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease, transform 0.2s ease;
}

.prefix-icon {
  width: var(--width-22);
  position: relative;
  max-height: 100%;
  display: none;
  flex-shrink: 0;
}

.label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-none) var(--spacing-md);
  flex-shrink: 0;
}

.text {
  position: relative;
  font-size: var(--fs-14);
  line-height: var(--Global-Spacing-Sp-22);
  font-weight: 600;
  font-family: var(--Global-Typography-DM-Sans);
  color: var(--Color-Green-300);
  text-align: left;
}

.suffix-icon {
  height: var(--height-22);
  width: var(--width-22);
  position: relative;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.button2 {
  cursor: pointer;
  border: none;
  padding: var(--padding-12) var(--spacing-xl);
  background-color: var(--Color-Gecko-400);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
}

.text2 {
  position: relative;
  font-size: var(--font-scale-font-scale-md);
  line-height: var(--line-height-line-height-md);
  font-weight: var(--font-weight-font-weight-medium);
  font-family: var(--C1-Typography-Helvetica-Neue);
  color: var(--foreground-brand-on-background);
  text-align: left;
}

.button:hover {
  background-color: rgba(95, 184, 0, 0.16);
  border-color: #2d8c44;
  box-shadow: 0 8px 20px rgba(30, 73, 42, 0.16);
}

.button:hover .suffix-icon {
  transform: translateX(3px);
}

.button2:hover {
  background-color: #2d8c44;
  box-shadow: 0 10px 24px rgba(30, 73, 42, 0.24);
}

.button:active,
.button2:active {
  transform: translateY(1px);
}

.button:focus-visible,
.button2:focus-visible {
  outline: 2px solid var(--Color-Gecko-400);
  outline-offset: 2px;
}

.rectangle-parent {
  align-self: stretch;
  padding: var(--padding-80) 0;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 1;
}

.about-layout {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  padding: 0 var(--padding-80);
}

.frame-child {
  width: 519px;
  position: relative;
  border-radius: 24px;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.frame-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-32);
  min-width: 417px;
  text-align: center;
  font-size: var(--font-scale-font-scale-md);
  color: var(--Color-Gecko-400);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.bage-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.bage {
  backdrop-filter: blur(10px);
  border-radius: 999px;
  background-color: var(--color-forestgreen);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-6) var(--padding-10);
}

.kin-to-gi {
  align-self: stretch;
  position: relative;
  font-size: var(--font-scale-font-scale-7xl);
  letter-spacing: -0.02em;
  line-height: var(--line-height-line-height-7xl);
  color: var(--Color-Green-500);
  text-align: left;
}

.frame-div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-24);
  text-align: left;
  color: var(--Color-Base-black);
}

.frame-parent2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-12);
}

.frame-parent3 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  gap: var(--gap-8);
}

.frame-item {
  height: var(--height-22);
  width: var(--width-16);
}

.c-thnh-lp {
  flex: 1;
  position: relative;
  line-height: var(--line-height-line-height-md);
  display: inline-block;
  min-width: 401px;
}

.vector-icon {
  align-self: stretch;
  height: 0.5px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.frame-parent5 {
  align-self: stretch;
  border-radius: var(--br-12);
  background-color: var(--Color-Gecko-25);
  display: flex;
  align-items: flex-end;
  padding: var(--padding-12) 11px var(--padding-12) var(--padding-12);
  gap: var(--gap-32);
  font-size: var(--font-scale-font-scale-lg);
}

.frame-parent6 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-6);
  min-width: 179px;
}

.frame-icon {
  width: 47px;
  height: 55px;
  position: relative;
}

.tm-nhn {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  line-height: var(--lh-24);
  font-weight: var(--font-weight-font-weight-medium);
  font-family: inherit;
}

.tr-thnh-biu {
  align-self: stretch;
  position: relative;
  font-size: var(--font-scale-font-scale-md);
  line-height: var(--line-height-line-height-md);
}

.frame-child2 {
  align-self: stretch;
  width: 0.5px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.metrics {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-80);
  position: relative;
  isolation: isolate;
  z-index: 2;
  text-align: left;
  font-size: var(--font-scale-font-scale-7xl);
  color: var(--Color-Base-white);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.metrics2 {
  width: 100%;
  border-radius: var(--br-12);
  background-color: var(--Color-Gecko-400);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 38px var(--padding-80);
  box-sizing: border-box;
  gap: 64px;
  max-width: 100%;
  z-index: 0;
  flex-shrink: 0;
}

.number-06 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 174px;
  max-width: 232px;
}

.h1 {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: var(--line-height-line-height-7xl);
  font-weight: 700;
  font-family: inherit;
}

.nm-kinh-nghim {
  margin: 0;
  position: relative;
  font-size: var(--font-scale-font-scale-lg);
  line-height: var(--lh-24);
  font-weight: var(--font-weight-font-weight-regular);
  font-family: inherit;
}

.star3-icon {
  width: 463px;
  height: 463px;
  position: absolute;
  margin: 0 !important;
  bottom: -281px;
  left: -49px;
  object-fit: contain;
  display: none;
  z-index: 1;
  flex-shrink: 0;
}

.frame-main {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-80);
  gap: 52px;
  z-index: 3;
}

.frame-section {
  width: 678px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-32);
  text-align: center;
  font-size: var(--font-scale-font-scale-md);
  color: var(--Color-Gecko-400);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.bage-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gii-php-ton {
  align-self: stretch;
  position: relative;
  font-size: var(--font-scale-font-scale-7xl);
  letter-spacing: -0.02em;
  line-height: var(--line-height-line-height-7xl);
  color: var(--Color-Green-500);
}

.gecko-group-hot {
  align-self: stretch;
  position: relative;
  line-height: var(--line-height-line-height-md);
  color: var(--Color-Base-black);
}

.frame-parent8 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-32);
}

.frame-parent9 {
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-24);
}

.rectangle-group {
  flex: 1;
  box-shadow: var(--shadow-drop);
  border-radius: var(--br-16);
  background-color: var(--Color-Base-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 308px;
  text-align: left;
  font-size: var(--font-scale-font-scale-lg);
  color: var(--Color-Base-black);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.rectangle-icon {
  align-self: stretch;
  height: 303px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.xy-dng-v-trin-khai-d-n-parent {
  align-self: stretch;
  background-color: var(--Color-Base-white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-20) var(--padding-12) var(--padding-12)
    var(--padding-20);
  gap: var(--gap-6);
  flex: 1; /* đảm bảo các card có chiều cao nội dung bằng nhau */
}

.xy-dng-v {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  line-height: var(--lh-24);
  font-weight: 500;
  font-family: inherit;
}

.frame-parent10 {
  align-self: stretch;
  display: flex;
  align-items: stretch; /* giúp các card cùng chiều cao */
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--gap-24);
}

.solution-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.solution-card {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e4e6e7;
  box-shadow: 0 4px 14px rgba(14, 31, 21, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  font-family: inherit;
  position: relative;
  isolation: isolate;
}

.solution-card-media {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.solution-card-image {
  width: 100%;
  aspect-ratio: 3 / 3;
  height: auto;
  max-height: 303px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
  transform-origin: center;
}

.solution-card-body {
  padding: 10px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  position: relative;
  z-index: 1;
  background: #fff;
}

.solution-card-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 600;
  color: #0f0f0f;
}

.solution-card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solution-card-action {
  margin-top: auto;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #31ab4f;
  border-top: 1px solid #edf0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: #fff;
}

.solution-card-action-icon {
  width: 26px;
  height: 10px;
  flex-shrink: 0;
  display: block;
}

.rectangle-parent3 {
  flex: 1;
  box-shadow: var(--shadow-drop);
  border-radius: var(--br-16);
  background-color: var(--Color-Base-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 278px;
  max-width: 302px;
  text-align: left;
  font-size: var(--font-scale-font-scale-lg);
  color: var(--Color-Base-black);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

[data-solution-item] {
  cursor: pointer;
  transition: box-shadow 0.24s ease, border-color 0.24s ease;
  border: 1px solid transparent;
}

[data-solution-item]:hover {
  box-shadow: 0 8px 18px rgba(30, 73, 42, 0.1);
  border-color: rgba(45, 140, 68, 0.32);
}

[data-solution-item]:hover .solution-card-image {
  transform: scale(1.08);
}

[data-solution-item]:focus-visible {
  outline: 2px solid var(--Color-Gecko-400);
  outline-offset: 2px;
}

.t-vn-mi {
  align-self: stretch;
  position: relative;
  line-height: var(--lh-24);
  font-weight: 500;
}

.frame-child7 {
  align-self: stretch;
  height: 302px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.solution-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(4, 16, 7, 0.52);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.solution-modal-overlay[hidden] {
  display: none !important;
}

.solution-modal {
  width: min(860px, calc(100vw - 20px));
  border-radius: 28px;
  background: #f3f3f3;
  border: none;
  box-shadow: 0 14px 36px rgba(3, 18, 7, 0.24);
  padding: 70px 26px 20px;
  position: relative;
  max-height: min(96vh, 920px);
  overflow: hidden;
  isolation: isolate;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.solution-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("./assets/frame-159-pattern.svg");
  background-size: 475px 434px;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.frame-159 {
  position: relative;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

.solution-modal > *,
.frame-159 > * {
  position: relative;
  z-index: 1;
}

.solution-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid #9f9f9f;
  border-radius: 999px;
  background-color: rgba(239, 239, 239, 0.9);
  color: #1e1e1e;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.solution-modal-label {
  display: none;
}

.solution-modal-title {
  margin: 0;
  font-size: clamp(26px, 2.3vw, 40px);
  line-height: 1.2;
  color: #101010;
  padding: 0;
  font-weight: 650;
}

.solution-modal-description {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1f1f1f;
  padding: 0;
  max-width: 92%;
}

.solution-modal-table-wrap {
  margin: 18px 0 0;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  overflow: auto;
  max-height: min(60vh, 560px);
  background: rgba(255, 255, 255, 0.7);
}

.solution-modal-table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

.solution-modal-table thead th {
  background-color: #38b457;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  padding: 11px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.solution-modal-table thead th:last-child {
  border-right: none;
}

.solution-modal-table tbody td {
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  padding: 9px 10px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.62);
}

.solution-modal-table tbody td:last-child {
  border-right: none;
}

.solution-modal-sections {
  margin: 16px 0 0;
  max-height: min(60vh, 560px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solution-modal-section-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.solution-modal-section-table-wrap {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  overflow: auto;
  background: #fff;
}

body.solution-modal-open {
  overflow: hidden;
}

.thnh-tu-ca-gecko {
  align-self: stretch;
  height: 716px;
  background-color: var(--Color-Base-white);
  display: flex;
  align-items: flex-end;
  padding: var(--padding-80);
  box-sizing: border-box;
  gap: 80px;
  z-index: 4;
}

.frame-parent11 {
  width: 406px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-32);
  text-align: center;
  font-size: var(--font-scale-font-scale-md);
  color: var(--Color-Gecko-400);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.frame-parent13 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gecko-group {
  align-self: stretch;
  position: relative;
  line-height: var(--line-height-line-height-md);
  color: var(--Color-Base-black);
  text-align: left;
}

.instance-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-8);
  text-align: left;
  color: var(--Color-Base-black);
}

.project-item {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid var(--Color-Base-black);
  background-color: var(--Color-Base-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-16);
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.project-item:last-child {
  border-bottom: none;
}

.project-item:hover {
  background-color: var(--Color-Green-50);
}

.project-item:focus-visible {
  outline: 2px solid var(--Color-Gecko-400);
  outline-offset: 2px;
}

.project-item.is-active {
  background-color: var(--Color-Gecko-25);
}

.project-item.is-active .d-n-h {
  color: var(--Color-Green-500);
  font-weight: 700;
}

.d-n-h-thng-x-l-mi-trn-wrapper {
  align-self: stretch;
  background-color: var(--Color-Base-white);
  border-bottom: 0.5px solid var(--Color-Base-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-16);
}

.d-n-h {
  flex: 1;
  position: relative;
  line-height: var(--line-height-line-height-md);
  font-weight: var(--font-weight-font-weight-medium);
}

.d-n-h-thng-x-l-mi-trn-frame {
  align-self: stretch;
  background-color: var(--Color-Base-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-16);
}

.rectangle-parent7 {
  height: 556px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: var(--gap-24);
  position: relative;
  text-align: left;
  font-size: var(--font-scale-font-scale-md);
  color: var(--Color-Base-black);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.rectangle-parent7.is-switching {
  pointer-events: none;
}

.frame-child10 {
  align-self: stretch;
  flex: 1;
  position: relative;
  border-radius: var(--br-16);
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.frame-parent14 {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-12);
}

.frame-parent15 {
  align-self: stretch;
  border-radius: var(--br-12);
  background-color: var(--Color-Green-50);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-12);
  gap: 16px;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.lnh-vc-parent {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-20);
}

.lnh-vc {
  position: relative;
  line-height: var(--line-height-line-height-md);
}

.mi-trng {
  position: relative;
  line-height: var(--line-height-line-height-md);
  font-weight: var(--font-weight-font-weight-medium);
  text-align: right;
}

.kho-st-hin {
  align-self: stretch;
  height: 99px;
  position: relative;
  line-height: var(--line-height-line-height-md);
  display: inline-block;
  will-change: transform, opacity;
}

[data-project-card] .lnh-vc-parent,
[data-project-card] .vector-icon {
  will-change: transform, opacity;
}

.footer-content {
  align-self: stretch;
  background-color: #2d8c44;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 102px 0 0;
  box-sizing: border-box;
  gap: 24px;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  font-size: var(--font-scale-font-scale-md);
  color: var(--Color-Base-white);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.footer-layout {
  width: 100%;
  padding: 0 var(--padding-80);
}

.frame-parent16 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-20);
  padding-bottom: 32px;
  max-width: 100%;
}

.logo-parent {
  width: 539px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-32);
  max-width: 100%;
}

.logo {
  width: 95px;
  height: 57px;
  position: relative;
}

.vector-icon2 {
  position: absolute;
  height: 5.26%;
  width: 3.16%;
  top: 15.79%;
  right: 66.32%;
  bottom: 78.95%;
  left: 30.53%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.vector-icon3 {
  position: absolute;
  height: 100%;
  width: 48.42%;
  top: 0;
  right: 51.58%;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}

.group-icon {
  position: absolute;
  height: 14.74%;
  width: 48.21%;
  top: 73.68%;
  right: 19.79%;
  bottom: 11.58%;
  left: 32%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 2;
}

.vector-icon4 {
  position: absolute;
  height: 33.33%;
  width: 20%;
  top: 38.6%;
  right: 66.32%;
  bottom: 28.07%;
  left: 13.68%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 2;
}

.vector-icon5 {
  position: absolute;
  height: 33.33%;
  width: 10.53%;
  top: 38.6%;
  right: 53.68%;
  bottom: 28.07%;
  left: 35.79%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 2;
}

.vector-icon6 {
  position: absolute;
  height: 33.33%;
  width: 13.68%;
  top: 38.6%;
  right: 38.95%;
  bottom: 28.07%;
  left: 47.37%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 2;
}

.vector-icon7 {
  position: absolute;
  height: 33.33%;
  width: 17.89%;
  top: 38.6%;
  right: 18.95%;
  bottom: 28.07%;
  left: 63.16%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.vector-icon8 {
  position: absolute;
  height: 33.33%;
  width: 20%;
  top: 38.6%;
  right: 0;
  bottom: 28.07%;
  left: 80%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}

.frame-parent17 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-6);
}

.phone-voice-02-parent {
  display: flex;
  align-items: center;
  gap: var(--gap-12);
}

.phone-voice-02-icon {
  height: var(--height-16);
  width: var(--width-16);
  position: relative;
}

.map-pin-01-parent {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: var(--gap-12);
}

.menu-items {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-48);
  max-width: 100%;
  text-align: right;
}

/* Footer nav links: Trang chủ / Về chúng tôi / Lĩnh vực / Dự án */
.menu-items .dn-u-gii {
  color: var(--Color-Base-white);
  text-decoration: none;
}

.menu-items .dn-u-gii:hover {
  color: var(--Color-Gecko-25);
}

.funding {
  position: relative;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 800;
  font-family: var(--font-karla);
  color: var(--Neutraul-01-DDDDD);
  display: none;
}

.footer-content-inner {
  align-self: stretch;
  border-top: 1px solid var(--Color-Gray-0-gray-20);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 20px;
  font-size: var(--fs-18);
  color: var(--Color-01-Primary);
  font-family: var(--font-karla);
}

.gecko-group-all-rights-reserv-parent {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-48);
}

.gecko-group-all {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 27px;
  color: var(--Color-Base-white);
  flex-shrink: 0;
}

.privacy-policy {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 27px;
  display: none;
  flex-shrink: 0;
}

.nav {
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: var(--Glassy-Default);
  background-color: var(--color-gray-100);
  z-index: 6;
}

.nav-layout {
  display: flex;
  align-items: center;
  padding: var(--padding-16) var(--padding-80);
  box-sizing: border-box;
  gap: var(--gap-24);
}

.nav.nav-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.logo-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vector-icon10 {
  position: absolute;
  height: 100%;
  width: 48.42%;
  top: 0;
  right: 51.58%;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.group-icon2 {
  position: absolute;
  height: 14.74%;
  width: 48.21%;
  top: 73.68%;
  right: 19.79%;
  bottom: 11.58%;
  left: 32%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.vector-icon11 {
  position: absolute;
  height: 33.33%;
  width: 20%;
  top: 38.6%;
  right: 66.32%;
  bottom: 28.07%;
  left: 13.68%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.vector-icon12 {
  position: absolute;
  height: 33.33%;
  width: 10.53%;
  top: 38.6%;
  right: 53.68%;
  bottom: 28.07%;
  left: 35.79%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.vector-icon13 {
  position: absolute;
  height: 33.33%;
  width: 13.68%;
  top: 38.6%;
  right: 38.95%;
  bottom: 28.07%;
  left: 47.37%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.vector-icon15 {
  position: absolute;
  height: 33.33%;
  width: 20%;
  top: 38.6%;
  right: 0;
  bottom: 28.07%;
  left: 80%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.nav-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-iteam-parent {
  margin: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 47px;
  text-align: left;
  font-size: var(--fs-14);
  color: var(--Color-Green-500);
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.nav-iteam {
  height: 58px;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-none) var(--spacing-xs);
  box-sizing: border-box;
}

.text3 {
  position: relative;
  line-height: var(--line-height-line-height-md);
  text-transform: uppercase;
  font-weight: var(--font-weight-font-weight-medium);
}

.text4 {
  position: relative;
  line-height: var(--line-height-line-height-md);
  text-transform: uppercase;
  font-weight: var(--font-weight-font-weight-medium);
  flex-shrink: 0;
}

.button-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.nav-link {
  color: inherit;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--Color-Gecko-400);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(49, 88, 15, 0.25);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--Color-Green-500);
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: min(86vw, 340px);
  height: 100vh;
  background-color: var(--Color-Base-white);
  box-shadow: -8px 0 28px rgba(0, 0, 0, 0.14);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  padding: 20px 20px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 8;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-nav-logo {
  width: 95px;
  height: 57px;
  flex-shrink: 0;
}

.mobile-nav-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(49, 88, 15, 0.25);
  border-radius: 10px;
  background: #fff;
  color: var(--Color-Green-500);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-nav-link {
  display: block;
  padding: 12px 0;
  color: var(--Color-Green-500);
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--C1-Typography-Helvetica-Neue);
}

.mobile-nav-link:hover {
  color: var(--Color-Gecko-400);
}

.mobile-nav-cta {
  width: 100%;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .mobile-nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.nav-open .mobile-nav {
  transform: translateX(0);
}

@media screen and (max-width: 1200px) {
  .rectangle-parent {
    height: auto;
  }

  .about-layout {
    gap: 60px;
    flex-wrap: wrap;
    padding-left: var(--padding-40);
    padding-right: var(--padding-40);
    box-sizing: border-box;
  }

  .frame-child {
    flex: 1;
  }

  .metrics2 {
    padding-left: var(--padding-40);
    padding-right: var(--padding-40);
    box-sizing: border-box;
  }

  .frame-main {
    padding-top: 52px;
    padding-bottom: 52px;
    box-sizing: border-box;
  }

  .frame-parent9 {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(308px, 534px));
  }

  .frame-parent10 {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(226px, 393px));
  }

  .solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .frame-parent16 {
    flex-wrap: wrap;
    gap: var(--gap-20);
  }

  .logo-parent {
    flex: 1;
  }
}


@media screen and (max-width: 1200px) {
  .frame-wrapper,
  .metrics,
  .frame-main,
  .thnh-tu-ca-gecko,
  .footer-layout,
  .nav-layout {
    padding-left: var(--padding-40);
    padding-right: var(--padding-40);
  }

  .thnh-tu-ca-gecko {
    height: auto;
    gap: 48px;
    align-items: flex-start;
  }

  .frame-parent11 {
    width: 100%;
    max-width: 678px;
  }

  .rectangle-parent7 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  html {
    scroll-padding-top: 72px;
  }

  #top,
  #about,
  #services,
  #projects {
    scroll-margin-top: 72px;
  }

  .frame-wrapper,
  .metrics,
  .frame-main,
  .thnh-tu-ca-gecko,
  .footer-layout,
  .nav-layout,
  .about-layout {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-wrapper {
    padding-top: 112px;
  }

  .frame-parent,
  .frame-section {
    width: 100%;
    max-width: 678px;
  }

  .button-parent {
    width: 100%;
    flex-wrap: wrap;
  }

  .button,
  .button2 {
    width: 100%;
    justify-content: center;
  }

  .about-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .about-layout .frame-child,
  .about-layout .frame-container {
    width: 100%;
  }

  .about-layout .frame-child {
    flex: none;
  }

  .frame-container,
  .c-thnh-lp {
    min-width: 0;
  }

  .frame-parent5 {
    gap: 20px;
  }

  .metrics2 {
    gap: 24px;
    padding: 28px 24px;
  }

  .number-06 {
    min-width: calc(50% - 12px);
    max-width: none;
  }

  .rectangle-group,
  .rectangle-parent3 {
    min-width: calc(50% - 12px);
    max-width: none;
  }

  .thnh-tu-ca-gecko {
    flex-direction: column;
    gap: 32px;
  }

  .frame-parent11 {
    max-width: none;
    align-items: flex-start;
    text-align: left;
  }

  .rectangle-parent7 {
    flex-direction: column;
    align-items: stretch;
  }

  .frame-parent14 {
    width: 100%;
  }

  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-inner,
  .button-wrapper {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-layout {
    justify-content: space-between;
  }

  .logo-wrapper {
    flex: initial;
  }

  .frame-parent16,
  .menu-items,
  .gecko-group-all-rights-reserv-parent {
    flex-direction: column;
  }

  .menu-items,
  .gecko-group-all-rights-reserv-parent {
    gap: 16px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .frame-wrapper,
  .metrics,
  .frame-main,
  .thnh-tu-ca-gecko,
  .footer-layout,
  .nav-layout,
  .about-layout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gii-php-xy,
  .kin-to-gi,
  .gii-php-ton {
    font-size: 44px;
    line-height: 52px;
  }

  .button-parent {
    flex-direction: column;
    gap: 12px;
  }

  .frame-parent3 {
    align-items: flex-start;
  }

  .about-layout .frame-child {
    width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-layout .frame-container,
  .about-layout .bage-parent,
  .about-layout .frame-div {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-layout .kin-to-gi,
  .about-layout .c-thnh-lp,
  .about-layout .tr-thnh-biu {
    text-align: left;
  }

  .frame-parent5 {
    flex-direction: column;
    align-items: stretch;
  }

  .frame-child2 {
    display: none;
  }

  .number-06,
  .rectangle-group,
  .rectangle-parent3 {
    min-width: 100%;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-card-image {
    aspect-ratio: 3 / 3;
    max-height: 303px;
  }

  .solution-card-title {
    font-size: 20px;
  }

  .solution-card-text {
    font-size: 15px;
  }

  .h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .nm-kinh-nghim {
    font-size: 18px;
  }

  .rectangle-icon,
  .frame-child7 {
    height: 240px;
  }

  .footer-content {
    padding-top: 72px;
  }

  .gecko-group-all-rights-reserv-parent {
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  html {
    scroll-padding-top: 66px;
  }

  #top,
  #about,
  #services,
  #projects {
    scroll-margin-top: 66px;
  }

  .frame-wrapper,
  .metrics,
  .frame-main,
  .thnh-tu-ca-gecko,
  .footer-layout,
  .nav-layout,
  .about-layout {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-wrapper {
    padding-top: 96px;
    padding-bottom: 40px;
  }

  .about-layout {
    align-items: center;
    gap: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-layout .frame-child {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-layout .frame-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .about-layout .frame-parent2,
  .about-layout .frame-parent3,
  .about-layout .frame-div {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .about-layout .frame-parent3 {
    gap: 6px;
  }

  .gii-php-xy,
  .kin-to-gi,
  .gii-php-ton {
    font-size: 34px;
    line-height: 42px;
  }

  .gecko-group-cung,
  .gecko-group-hot,
  .gecko-group,
  .c-thnh-lp,
  .tr-thnh-biu,
  .kho-st-hin {
    font-size: 14px;
    line-height: 22px;
  }

  .metrics2 {
    padding: 20px 16px;
    gap: 12px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .nm-kinh-nghim {
    font-size: 13px;
    line-height: 18px;
  }

  .metrics .number-06 {
    min-width: calc(50% - 6px);
    max-width: none;
  }

  .rectangle-icon,
  .frame-child7 {
    height: 210px;
  }

  .footer-content {
    padding-top: 56px;
  }

  .footer-content-inner {
    font-size: 14px;
  }

  .mobile-nav {
    width: 100%;
    max-width: none;
    padding-top: 16px;
  }

  .solution-modal-overlay {
    padding: 16px;
  }

  .solution-modal {
    width: 100%;
    padding: 54px 10px 10px;
  }

  .frame-159 {
    padding: 0;
  }

  .solution-modal-title {
    font-size: 30px;
  }

  .solution-modal-description {
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }

  .solution-modal-table thead th {
    font-size: 12px;
    padding: 8px 6px;
  }

  .solution-modal-table tbody td {
    font-size: 12px;
    padding: 7px 6px;
  }

  .solution-modal-section-title {
    font-size: 15px;
  }

  .content-container.about-layout {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-container.about-layout .frame-child,
  .content-container.about-layout .frame-container {
    width: min(100%, 460px);
  }
}

/* About section: ổn định căn chỉnh trên mobile/tablet nhỏ */
@media screen and (max-width: 992px) {
  .content-container.about-layout {
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
  }

  .content-container.about-layout .frame-child,
  .content-container.about-layout .frame-container {
    width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
  }

  .content-container.about-layout .frame-parent2,
  .content-container.about-layout .frame-parent3,
  .content-container.about-layout .frame-div,
  .content-container.about-layout .bage-parent {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
