@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --white: #fff;
  --black: #1b1b1b;
  --gray-100: #dddddd;
  --gray-300: #b8b9c1;
  --gray-500: #737584;
  --gray-900: #393941;
  --gray-950: #282828;
  --green-300: #98d84e;
  --silver: #eaeaea;

  --gap-16: clamp(12px, 1vw, 16px);
  --gap-24: clamp(16px, 1.5vw, 24px);
  --gap-32: clamp(20px, 2vw, 32px);
  --gap-48: clamp(28px, 3vw, 48px);
  --gap-64: clamp(36px, 4vw, 64px);
  --gap-160: clamp(80px, 10vw, 160px);
}
html {
  font-size: 18px;
}
body {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  letter-spacing: -0.3px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
  color: var(--gray-950);
}
a {
  color: var(--primary-900);
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: var(--gap-16);
}
.gap-24 {
  gap: var(--gap-24);
}
.gap-32 {
  gap: var(--gap-32);
}
.gap-48 {
  gap: var(--gap-48);
}
.gap-64 {
  gap: var(--gap-64);
}
.gap-160 {
  gap: var(--gap-160);
}
.mb-32 {
  margin-bottom: var(--gap-32);
}
.mb-64 {
  margin-bottom: var(--gap-64);
}
.mt-24 {
  margin-top: var(--gap-24);
}
.mt-32 {
  margin-top: var(--gap-32);
}
.mb-24 {
  margin-bottom: var(--gap-24);
}
.mb-48 {
  margin-bottom: var(--gap-48);
}
.mt-64 {
  margin-top: var(--gap-64);
}

.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-0 {
  opacity: 0;
}
.index-0 {
  z-index: 0;
}
.index-1 {
  z-index: 1;
}
.index-2 {
  z-index: 2;
}
.flex-1 {
  flex: 1;
}

.container {
  max-width: 1504px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  /* --bs-gutter-x: 64px !important; */
  --bs-gutter-y: 0;
  --bs-gutter-x: clamp(24px, 5vw, 64px) !important;
}
/* .row {
  --bs-gutter-x: 64px;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  --bs-gutter-x: 64px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
} */
.row {
  --bs-gutter-x: clamp(24px, 5vw, 64px); /* 24px–ээс багагүй, 64px–ээс ихгүй */
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
/* utils */
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-dark,
.bg-black {
  background-color: var(--black) !important;
}
.bg-blackBlur {
  background-color: #1b1b1bc1;
  backdrop-filter: blur(80px);
}
.bg-silver {
  background-color: var(--silver);
}
.bg-green {
  background-color: var(--green-300);
}
.no-radius {
  border-radius: 0px !important;
}
.mh-auto {
  min-height: auto !important;
}
/* color */
.color-green {
  color: var(--green-300);
}
.inset-0 {
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lh-1 {
  line-height: 1;
}
.fs-24 {
  font-size: 24px !important;
}
/* aos */
[data-aos="fade-up"] {
  transform: translateY(15px); /* анх 100px байдаг, энэ тоог багасгах */
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}
[data-aos="fade-down"] {
  transform: translateY(-25px); /* анх 100px байдаг, энэ тоог багасгах */
}

[data-aos="fade-down"].aos-animate {
  transform: translateY(0);
}

/* wpbackery */
.vc_row[data-vc-full-width] {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.custom_row {
  margin: 0 !important;
}
.custom_row .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.btn {
  height: 44px;
  border-radius: 44px;
  padding: 9px 18px;
  font-weight: 400;
}
.btn-icon {
  width: 44px;
  height: 44px;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-has-icon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn svg {
  width: 18px;
  height: 18px;
}
.btn-ghost {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-dark {
  background-color: var(--gray-950) !important;
}
/* header */
#mainNavbar {
  transition: transform 0.6s cubic-bezier(0.15, 0.01, 0.4, 1), background-color 0.4s ease;
  will-change: transform;
  pointer-events: auto;
}
#mainNavbar.nav-up {
  transform: translateY(-100%);
}

.navbar {
  background-color: var(--white);
  color: var(--gray-950);
  z-index: 100;
}
.navbar .btn-link {
  stroke: var(--gray-950);
}

.navbar.ghost:not(.force-white) {
  background-color: transparent;
  color: var(--white);
}
.navbar.ghost:not(.force-white) .btn-link {
  stroke: var(--white);
}
.brand-white {
  display: none;
}
.brand-black {
  display: block;
}
.navbar.ghost:not(.force-white) .brand-white {
  display: block;
}
.navbar.ghost:not(.force-white) .brand-black {
  display: none;
}

.navbar:hover .brand-white {
  display: none !important;
}
.navbar:hover .brand-black {
  display: block !important;
}
.navbar:hover {
  background-color: var(--white) !important;
  color: var(--gray-950) !important;
}

.navbar:hover .btn-link {
  stroke: var(--gray-950) !important;
}
.navbar.active {
  background-color: var(--white) !important;
  color: var(--gray-950) !important;
}
.navbar.active .btn-link {
  stroke: var(--gray-950) !important;
}
.navbar.active .brand-black {
  display: block;
}
.navbar.active .brand-white {
  display: none;
}
.navbar .nav-link,
.navbar a {
  color: inherit;
}
.navbar svg {
  stroke: inherit;
}
.navbar .nav-link,
.navbar .btn-link {
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  height: 44px;
  border-radius: 44px;
  padding: 9px 18px !important;
}
.navbar .nav-link:hover,
.navbar .btn-link:hover {
  background-color: var(--gray-100);
  color: inherit;
}
.navbar .btn-icon {
  padding: 0px !important;
}

.sub-menu-container {
  position: fixed;
  width: 100%;
  left: 0;
  height: auto;
  display: none !important;
  background-color: var(--white);
  padding-top: var(--gap-24);
  padding-bottom: var(--gap-24);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* босоо гүйлгээг зөвшөөр, click-тэй зөрчилдөхгүй */
}
.sub-menu-container.active {
  display: block !important;
}
.sub-menu {
  list-style: none;
  padding: var(--gap-24);
  margin: 0;
  padding: var(--gap-24) 0;

  display: flex;
  align-items: stretch; /* нийт өндөр авна */
}

.sub-menu > li:first-child {
  flex: 0 0 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

.sub-menu .right-group {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* ⬅️ босоо төвд */
  gap: 8px;
  padding-left: 20px;
  box-sizing: border-box;
}

.sub-menu .menu-card-content,
.sub-menu > li:first-child a {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: var(--gap-64);
  color: #fff;
  text-decoration: none;
  font-size: clamp(24px, 7vw, 48px);
  font-family: "Benzin", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* height: 340px; */
}
.menu-card-content {
  position: absolute !important;
  inset: 0;
  top: 0;
  left: 0;
}
.sub-menu > li:first-child a .menu-card-title {
  position: relative;
  z-index: 2;
}
/* depth 0-ийн li дотор орох background */
.menu-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: -2;
}
.menu-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(40, 40, 40, 0.8) 20.19%, rgba(40, 40, 40, 0) 80.29%);
  background-blend-mode: overlay, normal;
}

.sub-menu li a {
  text-decoration: none;
}
.sub-menu .right-group li {
  padding-left: 104px;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}
.sub-menu .right-group li {
  position: relative;
  margin: 16px 0;
}
.sub-menu .right-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 72px;
  text-align: center;

  font-size: 24px;
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
  opacity: 0.2;
}

.sub-menu .right-group li:nth-child(1)::before {
  content: "01";
}
.sub-menu .right-group li:nth-child(2)::before {
  content: "02";
}
.sub-menu .right-group li:nth-child(3)::before {
  content: "03";
}
.sub-menu .right-group li:nth-child(4)::before {
  content: "04";
}
.sub-menu .right-group li:nth-child(5)::before {
  content: "05";
}
.sub-menu .right-group li:nth-child(6)::before {
  content: "06";
}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: #192938;
}

/* components */
.hero-swiper .swiper-pagination {
  bottom: 75px;
}
.hero-item {
  height: 100svh;
  color: var(--white);
  padding-bottom: 80px;
  line-height: 1.5;
  font-weight: 300;
}
.hero-title {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}
.hero-overlay2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(255deg, rgba(27, 27, 27, 0) 40%, rgba(27, 27, 27, 0.6) 80%),
    linear-gradient(180deg, rgba(27, 27, 27, 0.4) 0%, rgba(27, 27, 27, 0) 20%, rgba(27, 27, 27, 0) 80%, rgba(27, 27, 27, 0.4) 100%);
}
.hero-overlay1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(255deg, rgba(27, 27, 27, 0) 40%, rgba(27, 27, 27, 0.4) 80%),
    linear-gradient(180deg, rgba(27, 27, 27, 0.4) 0%, rgba(27, 27, 27, 0) 20%, rgba(27, 27, 27, 0) 80%, rgba(27, 27, 27, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal, normal, overlay, normal;
}

/* big title */
.big-title {
  font-size: clamp(32px, 8vw, 160px);
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}

.medium-title {
  font-size: clamp(24px, 8vw, 80px);
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}

.small-title {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}

.mini-title {
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}

.mini-title2 {
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}

/* swiper */
.wide-pagination .swiper-pagination-bullet {
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 4px;
  background-color: #ffffff2f;
  margin: 0 4px;
}
.wide-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff2f;
  position: relative;
  overflow: hidden;
}
/* BEFORE = animation element */
.wide-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--green-300);
  width: 0%;
  opacity: 1;
  animation: bulletFillOut 5.5s forwards;
  border-radius: inherit;
  z-index: 1;
}
@keyframes bulletFillOut {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 100%;
    left: 100%;
  }
}

.circle-button-prev,
.circle-button-next {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  padding: 0;
  opacity: 1;
  background-color: var(--gray-950);
  left: auto;
  right: auto;
}

.circle-button-prev.swiper-button-disabled,
.circle-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.circle-button-prev::after,
.circle-button-next::after {
  content: none;
}
.circle-button-prev svg,
.circle-button-next svg {
  width: 18px;
  height: 18px;
}
/* sticky */
.sticky-item {
  position: sticky;
  top: 0;
  height: 100vh;

  display: flex;
  align-items: center;
}
.sticky-overlay {
  min-height: 100vh;
  position: relative;
}

/* version 2.0 */

.version2 {
  overflow: visible;
  position: relative;
  height: 300vh;
}

.version-video-wrapper {
  width: 100%;
  height: 100vh;
  background: var(--gray-100);
  margin: 0 auto;
  position: sticky;
  top: 0;
  transform: scale(0.5);
  transition: transform 1s ease;
  border-radius: 24px;
  overflow: hidden;
}
.video-sound-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50%;
  margin-right: -24px;
  bottom: var(--gap-32);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.video-sound-icon svg {
  width: 24px;
  height: 24px;
}
.icon-play-x {
  display: block;
}
.icon-play-max {
  display: none;
}
.sound-on .icon-play-x {
  display: none;
}
.sound-on .icon-play-max {
  display: block;
}

/* video */
.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: #192938;
}
.video-sticky-wrapper {
  min-height: 100vh;
  position: relative;
  position: sticky;
  top: 0;
}
/* scrolled accordion */
.scrolled-accordion {
  min-height: 100vh;
  position: relative;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}
.accordion-body {
  padding: 0;

  display: grid;
  grid-template-rows: 0fr; /* хаалттай төлөв */
  transition: grid-template-rows 350ms ease;
  font-size: 18px;
  font-weight: 300;
}
/* Доторх контентыг track дотор барихын тулд overflow: hidden */
.accordion-body > * {
  overflow: hidden;
}
.accordion-header {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.96px;
  font-family: "Benzin", sans-serif;
}
.accordion-section.active .accordion-body {
  grid-template-rows: 1fr;
}
.accordion-section.active .accordion-header {
  color: var(--green-300);
}
.accordion-section.active .accordion-line {
  background-color: var(--green-300);
}
.accordion-line {
  position: relative;
}
/* 
.accordion-line .line-fill {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 0%; 
  background: var(--green-300); 
  transition: width 0.1s linear; 
} 
*/

/* 3) Нэмэлт гоёл (fade + slight slide) — хүсвэл авна */
.accordion-body > * > * {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.accordion-section.active .accordion-body > * > * {
  opacity: 1;
  transform: none;
  transition-delay: 100ms; /* нээлттэй болох хөдөлгөөний дараа */
}

/* Таных хэвээр үлдээнэ */
.accordion-section.active .accordion-header {
  color: var(--green-300);
}
.accordion-section.active .accordion-line {
  /* background-color: var(--green-300); */
}

/* Prefers-reduced-motion — хөдөлгөөнөөс татгалздаг системд зөөлрүүлнэ */
@media (prefers-reduced-motion: reduce) {
  .accordion-body,
  .accordion-body > * > * {
    transition: none !important;
  }
}

.accordion-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.accordion-section {
  padding-left: 104px;
  position: relative;
}
.accordion-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 72px;

  font-size: clamp(12px, 8vw, 24px);
  line-height: 1.2;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
  opacity: 0.2;
}
.accordion-section:nth-child(1)::before {
  content: "01";
}
.accordion-section:nth-child(2)::before {
  content: "02";
}
.accordion-section:nth-child(3)::before {
  content: "03";
}
.accordion-section:nth-child(4)::before {
  content: "04";
}
.accordion-section:nth-child(5)::before {
  content: "05";
}
.accordion-section:nth-child(6)::before {
  content: "06";
}
.accordion-section:nth-child(7)::before {
  content: "07";
}
.accordion-section:nth-child(8)::before {
  content: "08";
}
.accordion-section:nth-child(9)::before {
  content: "09";
}
.accordion-section:nth-child(10)::before {
  content: "10";
}

.accordion-line {
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* app card item */
.app-title {
  transform: translateY(-140px);
}
.app-scroll-content {
  display: flex;
  gap: 64px;
  padding-left: 100vw;
  padding-right: 0vw;
  transition: transform 0.05s linear;
  will-change: transform;
}

.app-scroll-horizontal-wrapper {
  height: 100vh; /* scroll хийх хэмжээ: дэлгэцийн өндөр * 2 (эсвэл илүү) */
  position: relative;
  overflow: hidden;
}

.app-sticky-scroll {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}

.app-card {
  width: 360px;
  height: 240px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: var(--gap-24);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

/* image item */
.image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  background-color: rgb(152, 216, 78);
}
.image-wrapper img,
.img-view {
  position: relative;
  width: 100%;
  height: auto;
}

.bg-view {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.aspect-1-1 {
  aspect-ratio: 1 / 1;
}
.aspect-3-2 {
  aspect-ratio: 3 / 2;
}
.aspect-4-3 {
  aspect-ratio: 4 / 3;
}

/* section */
.section {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
}
.section-d64 {
  padding-bottom: calc(clamp(80px, 10vw, 160px) - var(--gap-64));
}
.space64 {
  display: block;
  height: var(--gap-64);
}

/* tab item */
.nav-tabs {
  border: none;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  padding: 8px;
  background-color: var(--white);
  border-radius: 60px;
  gap: 8px;
}
.nav-tabs .nav-link {
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  height: 44px;
  border-radius: 44px;
  padding: 9px 18px !important;
  box-shadow: none !important;
  color: var(--gray-950);
  border: none !important;
}
.nav-tabs .nav-link.active {
  background-color: var(--gray-950);
  color: var(--white);
}

.nav-tabs .nav-link:not(.active):hover {
  background-color: var(--silver);
}

/* partner item */
.partner-item {
  background-color: rgba(255, 255, 255, 0.8);
  filter: grayscale(100%);
  aspect-ratio: 3 / 2;
  border-radius: 24px;
  padding: var(--gap-24);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--gap-64);
}

.partner-item img {
  max-width: 100%;
  max-height: 100%;
}
.partner-item:hover {
  background-color: #ffffff;
  filter: grayscale(0);
}

.green-border {
  border-top: 8px solid var(--green-300);
}

.comment-item {
  background-color: var(--white);
  border-radius: 24px;
  padding: var(--gap-24);
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 300;
  height: 100%;
  min-height: 470px;

  display: flex;
  gap: var(--gap-24);
  flex-direction: column;
  justify-content: space-between;
}
.comment-bottom {
  font-size: 18px;
}
.comment-bottom b {
  font-weight: 600;
}
.comment-logo {
  max-height: 80px;
  margin-bottom: var(--gap-24);
}
.comment-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.comment-swiper {
  z-index: 0;
}
.comment-content {
  z-index: 1;
  position: relative;
}

/* modal */
.modal-content {
  border-radius: 44px;
}
.modal-closer {
  position: absolute;
  right: var(--gap-24);
  cursor: pointer;
}
.modal-body {
  padding: var(--gap-24);
}
.modal-header {
  text-align: center;
  border: none;
  padding: var(--gap-24);
  font-size: 16px;
}

.raging-dialog {
  max-width: 400px;
}
.raging-dialog .btn-dark {
  opacity: 0.4;
}
.raging-dialog .btn-dark:hover {
  opacity: 1;
}
.rating-star {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaeaea;
}
.rating-starts .filled {
  fill: #00906c;
}

.rating-starts .nonefilled {
  fill: none;
}

.rating-starts .fillgray {
  fill: var(--gray-100);
}

.rating-starts-flat .filled {
  fill: #00906c;
}

.rating-starts-flat .nonefilled {
  fill: none;
}

.rating-starts-flat .fillgray {
  fill: var(--gray-100);
}

.rating-star {
  cursor: pointer;
}

.rating-star.active {
  background-color: var(--green-300);
}

.rating-star.active path {
  stroke: var(--white) !important;
  fill: var(--white);
}

.rating-btn {
  height: 32px;
  padding: 4px 12px;
  border-radius: 32px;
  background-color: var(--white);
  font-size: 16px;
  border: none;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
/* form */
.form-control {
  border-radius: 24px;
  min-height: 44px;
  margin-bottom: 16px;
  font-size: 16px;
}

.news-wrapper {
}

.news-item {
  position: relative;
  display: block;
  margin-bottom: var(--gap-64);
  overflow: hidden;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news-item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.news-item-tag {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: var(--green-300);
  text-decoration: none;
}
.news-item-date {
  opacity: 0.4;
}
.news-item-title {
  /* font-size: 24px; */
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 600;
  line-height: 1.1;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-item-excerpt {
  font-weight: 300;
  overflow: hidden;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
.news-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: var(--gap-24);
  position: relative;
  padding-bottom: var(--gap-64);
}

.news-item.featured .news-item-title {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: clamp(24px, 1.5vw, 36px) !important;
}
.news-item.featured .news-item-excerpt {
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  display: -webkit-box;
  margin-top: var(--gap-24);
}
.news-item.featured .news-item-content {
  padding-top: var(--gap-64);
  padding-bottom: var(--gap-64);
}
.news-item .image-wrapper {
  margin-bottom: var(--gap-24);
}
.news-item.featured .image-wrapper {
  margin-bottom: 0;
}
.news-item.featured .news-item-bottom {
  padding-right: 48px !important;
}

.news-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--gray-950);
  border-radius: 24px;
  transform: translateY(-40px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.news-item:hover::before {
  transform: translateY(0px);
  opacity: 1;
}
.news-item-top,
.news-item-bottom {
  padding-left: 0;
  padding-right: 0;
  transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}

.news-item:hover .news-item-top {
  padding-left: var(--gap-24);
  padding-right: var(--gap-24);
}
.news-item:hover .news-item-bottom {
  padding-left: var(--gap-24);
  padding-right: var(--gap-24);
}

.news-item.featured:hover .news-item-top {
  padding-left: 0;
  padding-right: var(--gap-48);
}
.news-item.featured:hover .news-item-bottom {
  padding-left: 0;
  padding-right: var(--gap-48);
}

.news-item.featured:before {
  transform: translateY(0px);
  transform: translateX(-40px);
}
.news-item.featured:hover::before {
  transform: translateX(0px);
  opacity: 1;
}

.white-background {
  color: var(--gray-950) !important;
  background-color: #fff !important;
}
.white-background .bg-black {
  background-color: #fff !important;
}

/* product item */
.product-item {
  display: flex;
  gap: var(--gap-64);
}
.product-item-info {
  width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.product-item-image {
  flex: 1;
}
.product-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.product-buttons {
  display: flex;
  gap: 8px;
}

.product-item-tag {
  color: var(--green-300);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Benzin", sans-serif;
  font-weight: 500;
}
.product-item-title {
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 300;
}

.product-item2 {
  font-weight: 300;
  position: relative;
  margin-bottom: var(--gap-64);
}
.product-item2-link {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.product-item2-title {
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 600;
}
/* card item */
.card-item {
  font-weight: 300;
  margin-bottom: var(--gap-64);
}
.card-item-image {
  margin-bottom: 24px;
}
.card-item-title {
  font-size: clamp(18px, 1.5vw, 24px) !important;
  font-weight: 600;
  margin-bottom: 24px;
}

/* qa item */
.qa-acc-item {
  border-radius: 24px;
  background: #fff;
  margin-bottom: var(--gap-64);
  overflow: hidden;
}
.qa-acc-btn {
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  gap: var(--gap-16);
}
.qa-acc-btn:focus {
  outline: 2px solid #111827;
  outline-offset: 2px;
}
.qa-acc-icon {
  transition: transform 0.2s ease;
}
.qa-acc-item.active .qa-acc-icon {
  transform: rotate(180deg);
} /* + -> x */
.qa-acc-panel {
  max-height: 0;
  transition: max-height 0.25s ease;
}
.qa-acc-item.active .qa-acc-panel {
  max-height: 800px;
} /* хангалттай их */
.qa-acc-a {
  font-size: 18px;
  font-weight: 300;
  padding: 0 24px 24px;
  color: #374151;
}
@media (prefers-reduced-motion: reduce) {
  .qa-acc-panel {
    transition: none;
  }
  .qa-acc-icon {
    transition: none;
  }
}
.qa-sub-title {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.8;
  margin-bottom: 10px;
}

/* anchor items */
.anchor-buttons-wrapper {
  display: none;
  position: fixed;
  z-index: 99;
  top: 115px;
  justify-content: center;
  width: 100%;
}
.anchor-buttons-wrapper.show {
  display: flex;
}
.anchor-buttons {
  height: 60px;
  gap: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: var(--green-300);
  border-radius: 60px;
}
.anchor-buttons.dark {
  display: inline-flex;
  background-color: var(--gray-950);
}
.anchor-buttons.dark .anchor-btn {
  color: var(--white);
}
.anchor-buttons.dark .btn-light {
  color: var(--gray-950);
}
.anchor-buttons > * {
  flex: 0 0 auto; /* агшуулахгүй */
}
.anchor-btn {
  white-space: nowrap;
}
.anchor-buttons {
  overflow-x: auto; /* хэвтээ scroll */
  overflow-y: hidden; /* босоо scroll хаах */
  -webkit-overflow-scrolling: touch; /* iOS зөөлөн гулсалт */
}

/* vision item */
.vision-item {
  padding-top: var(--gap-64);
  padding-bottom: var(--gap-64);
  border-bottom: 4px solid var(--gray-950);
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 300;
}

.vision-item:last-child {
  border: none;
  padding-bottom: 0;
}
.vision-item:first-child {
  padding-top: 0;
}
.vision-item-icon {
  max-width: 32px;
  max-height: 32px;
  margin-bottom: var(--gap-24);
}

/* valuable item */
.valueable-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  z-index: 2;
  background-color: var(--black);
}
.valueable-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: translateY(-80px);

  padding-top: clamp(80px, 10vw, 180px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valueable-scroll-wrapper {
  overflow: hidden;
  /* position: absolute;
  inset: 0; */
}
.valueable-scroll {
  padding-left: 90vw;
  will-change: transform;
  display: flex;
}
.valueable-scroll-box {
  min-width: 80vw;
}
.valueable-scroll-item {
  width: 440px;
  font-weight: 300;
}
.valueable-scroll-item-image {
  margin-bottom: var(--gap-24);
}
.valueable-scroll-item-title {
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 600;
  color: var(--green-300);
  font-family: "Benzin", sans-serif;
}
.valueable-item-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1; /* overlay-оос доор/дээр өөрөө тохируул */
  transition: background-image 0.3s ease-in-out; /* cross-fade хүсвэл CSS нэм */
}
.valueable-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.45s ease; /* fade хугацааг өөрчилж болно */
}
.valueable-bg-layer.is-visible {
  opacity: 1;
}

/* timeline item */
.timeline-item {
  font-weight: 300;
}
.timeline-tag {
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 600;
  color: var(--green-300);
  font-family: "Benzin", sans-serif;
}
.timeline-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.timeline-swiper {
  z-index: 0;
}
.timeline-content {
  z-index: 1;
  position: relative;
}
/* post detail */
.post-header {
  padding-top: 240px;
  padding-bottom: 80px;
}
.post-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
}
.post-content img {
  border-radius: 24px;
  overflow: hidden;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content img,
.post-content p {
  margin-bottom: 24px;
}
.post-content img {
  width: 100%;
}

/* selection item */
.career-selection-item {
  padding: var(--gap-32);
  border-radius: 24px;
  background-color: #1b1b1bc5;
  backdrop-filter: blur(80px);
  width: 100%;
  max-width: 800px;
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-weight: 300;
  padding-left: 136px;
}
.career-selection-item::before {
  content: "";
  position: absolute;
  left: var(--gap-32);
  top: var(--gap-32);
  font-size: 24px !important;
  font-weight: 600;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
  color: var(--white);
  opacity: 0.2;
  width: 72px;
  text-align: center;
}
.career-selection-item-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
  color: var(--green-300);
  margin-bottom: var(--gap-24);
}
.career-selection-item:nth-child(1)::before {
  content: "01";
}
.career-selection-item:nth-child(2)::before {
  content: "02";
}
.career-selection-item:nth-child(3)::before {
  content: "03";
}
.career-selection-item:nth-child(4)::before {
  content: "04";
}
.career-selection-item:nth-child(5)::before {
  content: "05";
}
.career-selection-item:nth-child(6)::before {
  content: "06";
}
.career-selection-item:nth-child(7)::before {
  content: "07";
}
.career-selection-item:nth-child(8)::before {
  content: "08";
}
.career-selection-item:nth-child(9)::before {
  content: "09";
}
.career-selection-item:nth-child(10)::before {
  content: "10";
}

/* job item */
.job-item {
  display: block;
  background-color: #fff;
  border-radius: 24px;
  padding: var(--gap-24);
  margin-bottom: var(--gap-64);
}
.job-item-title {
  font-size: clamp(16px, 1.5vw, 24px) !important;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
  color: var(--green-300);
  margin-bottom: var(--gap-24);
}
.btn-job-cat:hover,
.btn-job-cat {
  background-color: var(--silver);
  border-radius: 12px;
  color: var(--gray-950);
}
.btn-job-time:hover,
.btn-job-time {
  background-color: none;
  color: var(--gray-950);
}

/* report item */
.report-item {
  text-decoration: none;
  background-color: var(--gray-950);
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.report-item-content {
  padding: var(--gap-24);
  font-weight: 300;
}
.report-item-tag {
  display: flex;
  justify-content: end;
}
.report-item-title {
  padding: var(--gap-24);
}
.report-item-tag {
  padding: var(--gap-24);
  padding-top: 0;
}

/* .member item */
.member-title {
  position: sticky;
  top: 80px;
  margin-bottom: var(--gap-64);
}
.member-item-name {
  font-size: clamp(18px, 1.5vw, 24px) !important;
  font-family: "Benzin", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--green-300);
}
/* search wrapper */
.hc-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.hc-search-input {
  height: 72px;
  padding: 24px;
  font-size: 16px;
  border-radius: 24px;
}
.hs-search-icon {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}
.form-control::placeholder {
  color: #282828;
  opacity: 0.4;
}
/* contact item */
.contact-item {
  margin-bottom: 24px;
}
.contact-item-title {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 12px;
}
.contact-item-desc {
  font-size: 16px;
  font-weight: normal;
}
.branch-map-item {
  width: 100%;
  height: 450px;
  border-radius: 24px;
  overflow: hidden;
}

.hc-search-wrapper {
  position: relative;
}
.hc-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 24px 0;
  z-index: 50;
  display: none; /* default: хаалттай */
}
.hc-suggest[aria-expanded="true"] {
  display: block;
}

.hc-suggest-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  cursor: pointer;
  text-decoration: none;
  color: #111;
}
.hc-suggest-item:hover,
.hc-suggest-item[aria-selected="true"] {
  background: #f1f1f1;
}
.hc-suggest-item .term {
  font-size: 12px;
  color: #6b7280;
  margin-left: auto;
}
.hc-suggest-empty {
  padding: 12px 14px;
  color: #6b7280;
  font-size: 14px;
}

/* footer */
.footer {
  border-top: 8px solid var(--green-300);
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1b1b1b;
  color: var(--white);
  line-height: 1.5;
  font-size: 16px;
}
.footer p {
  margin-bottom: 24px;
}
.social-links {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-links li {
  display: inline-block;
  margin-right: 16px;
}
.footer-bottom {
  margin-top: 160px;
}
.footer-nav2 {
  display: inline-block;
}
.footer-nav2 li {
  display: inline-block;
}
.footer-nav2 a {
  opacity: 0.4;
  text-decoration: none;
  margin-right: 24px;
}

.footer-nav {
  display: flex;
  justify-content: end;
  gap: var(--gap-64);
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav > li > a {
  color: var(--green-300);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 24px;
}

.toggle-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  cursor: pointer;
}
.toggle-btn .toggle-line {
  height: 2px;
  border-radius: 3px;
  width: 20px;
  background-color: var(--gray-950);
}
.ghost .toggle-btn .toggle-line {
  background-color: #fff;
}
.force-white .toggle-btn .toggle-line {
  background-color: var(--gray-950);
}
.navbar.ghost:not(.force-white):hover .toggle-btn .toggle-line {
  background-color: var(--gray-950);
}

/* === Mobile Menu === */
/* === Mobile Menu: Top Sheet === */
.mobile-menu {
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1050;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.28s ease, opacity 0.2s ease;
  opacity: 0;

  display: flex;
  flex-direction: column;

  max-height: 100vh; /* дэлгэцнээс давахгүй */
  overflow-y: auto;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
}

/* Header/Body хэвээр */
.mobile-menu__header {
  --bs-gutter-x: clamp(24px, 8vw, 128px) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  min-height: 56px;
}
.mobile-menu__body {
  padding: 16px 0 8px;
}
.mobile-menu__body .nav-link {
  font-size: 24px;
  padding: 21px 24px;
  border-bottom: 1px solid #eee;
  color: var(--gray-950);
}
.mobile-menu__body .nav-link.span {
  font-size: 18px;
}
/* Дэвсгэр overlay (үл ялиг харанхуйруулна) */
.mobile-menu__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.mobile-menu__overlay.show {
  opacity: 1;
}
.no-scroll {
  overflow: hidden;
}

/* Зөвхөн жижиг дэлгэц дээр */
@media (min-width: 992px) {
  .mobile-menu,
  .mobile-menu__overlay {
    display: none !important;
  }
}

.mobile-menu__body .sub-menu-container {
  position: relative !important;
  border-bottom: 1px solid #eee;
}
.mobile-menu__body .sub-menu {
  padding: 0 !important;
  /* min-height: auto; */
}
.mobile-menu__body .sub-menu > li:first-child {
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 14px;
}
.mobile-menu__body .menu-bg {
  z-index: 0;
}
.mobile-menu__body .sub-menu .right-group li {
  padding-left: 60px;
  font-size: 24px;
}
.mobile-menu__body .sub-menu .right-group li::before {
  font-size: 12px;
  width: 48px;
}

/* nav-link баруун талд тэмдэг байрлуулна */
#mobileMenu .menu-item-has-children > .nav-link {
  position: relative;
  padding-right: 28px; /* тэмдгийн зай */
}

/* анхдагч: + */
#mobileMenu .menu-item-has-children > .nav-link::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100;
  font-size: 24px;
  line-height: 1;
}

/* нээгдсэн үед − болгоно */
#mobileMenu .menu-item-has-children.is-open > .nav-link::after {
  content: "−";
}

@media (max-width: 1399.98px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* --bs-gutter-x: 128px !important; */
    --bs-gutter-x: clamp(24px, 8vw, 128px) !important;
  }
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
  .nav {
    flex-wrap: nowrap;
  }
  .toggle-btn {
    display: flex;
  }
  .navbar {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .hero-swiper .swiper-pagination {
    bottom: 0;
    display: flex;
  }
  .wide-pagination .swiper-pagination-bullet {
    flex: 1;
    margin: 0 !important;
    border-radius: 0;
  }
  .footer-nav {
    margin-top: var(--gap-64);
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-item-tag {
    font-size: 16px;
  }
  .valueable-scroll-item {
    width: 300px;
  }
  .accordion-section {
    padding-left: 40px;
  }
  .accordion-section::before {
    font-size: 14px;
  }
  .app-scroll-content {
    gap: 48px;
  }
  .app-card {
    width: 300px;
    height: 200px;
    font-size: 24px;
  }
  .app-card svg {
    height: 36px;
    width: 36px;
  }
  .career-selection-item {
    padding-left: 60px;
  }
  .career-selection-item::before {
    width: 30px;
    top: 30px;
    font-size: 14px !important;
  }
  .product-item-info {
    width: 50%;
  }
  .sub-menu {
    flex-direction: column;
  }
  .sub-menu > li:first-child,
  .sub-menu .right-group {
    flex: 1 1 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .product-item2,
  .product-item {
    flex-direction: column-reverse;
  }
  .product-item:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .product-item-info {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .valueable-scroll-item {
    width: 240px;
    font-size: 14px;
  }
  .footer-second-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: var(--gap-64);
  }
  .footer-nav2 {
    text-align: center;
  }
  body,
  html {
    font-size: 16px;
  }
  .btn {
    padding: 7px 14px;
    height: 40px;
    border-radius: 40px;
  }
  .btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }

  .nav-tabs {
    gap: 3px;
  }
  .nav-tabs .nav-link {
    height: 40px;
    border-radius: 40px;
    padding: 7px 14px;
    font-size: 14px;
  }
  .news-item-tag {
    font-size: 14px;
  }
  .anchor-buttons {
    height: 50px;
    gap: 3px;
  }

  .news-item.featured:hover .news-item-bottom,
  .news-item.featured:hover .news-item-top {
    padding-left: var(--gap-48);
    padding-right: var(--gap-48);
  }
  .hero-item {
    padding-bottom: 60px;
  }
  .timeline-bg,
  .comment-bg {
    display: none;
  }
  .timeline-swiper,
  .comment-swiper {
    margin-top: var(--gap-48);
  }
  .app-scroll-content {
    gap: 48px;
  }
  .app-card {
    width: 270px;
    height: 180px;
    font-size: 24px;
  }
  .app-card svg {
    height: 36px;
    width: 36px;
  }
  #accordion-empty {
    display: none;
  }
  .qa-acc-btn {
    padding: 12px 24px;
  }
  .qa-sub-title {
    font-size: 14px;
  }
  .footer-nav2 {
    margin-bottom: 24px;
  }
  .accordion-section::before {
    top: 10px;
  }
}
@media (max-width: 575.98px) {
  .header-left,
  .header-right {
    min-width: auto !important;
    width: auto !important;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand svg {
    height: 24px;
    width: auto;
  }
  .card-item-title {
    margin-bottom: 12px;
  }
  body,
  html {
    font-size: 14px;
  }
  .btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
  .btn {
    height: 36px;
    border-radius: 36px;
  }
  .news-item-tag {
    font-size: 13px;
  }
  .hero-item {
    padding-bottom: 40px;
  }
  .valueable-scroll-item {
    width: 200px;
    font-size: 114px;
  }
  .footer-nav > .footer-menu-item {
    width: 50%;
    padding-right: 24px;
  }
  .footer-nav {
    gap: 0;
    row-gap: var(--gap-48);
  }
}

@media (min-width: 992px) {
  .sub-menu-container {
    display: none;
  }
  .menu-item-has-children:hover > .sub-menu-container {
    display: block !important;
  }
}
