/* Font imports - Original ZaloPay */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
@font-face {
  font-family: SVN-Days;
  src: url(https://scdn.zalopay.com.vn/merchant-web/homepage/SVN-Days.otf);
  font-weight: normal;
}
@font-face {
  font-family: SFProDisplay;
  src: url(https://scdn.zalopay.com.vn/merchant-web/homepage/SFProDisplay-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: SFProDisplay;
  src: url(https://scdn.zalopay.com.vn/merchant-web/homepage/SFProDisplay-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url(https://scdn.zalopay.com.vn/merchant-web/homepage/Roboto-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Roboto;
  src: url(https://scdn.zalopay.com.vn/merchant-web/homepage/Roboto-Bold.ttf);
  font-weight: bold;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: SFProDisplay, Roboto, sans-serif;
}

body {
  font-family: SFProDisplay, Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f2f2f2;
  font-weight: 400;
}

/* Utility Classes - Original ZaloPay */
.cursor-pointer {
  cursor: pointer;
}

.text-normal {
  color: #001f3e;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.mrb-16px {
  margin-bottom: 16px;
}

.bold {
  font-weight: 700;
}

.pointer {
  cursor: pointer;
}

.span--mr-2 {
  margin-right: 8px;
}

.mr-2-responsive {
  margin-right: 24px;
}

.full-width {
  width: 100% !important;
}

.hidden-lg {
  display: none;
}

.show-only-xs {
  display: none !important;
}

.hidden-xs {
  display: flex;
}

.primary-dark-500-text {
  color: #001f3e !important;
}

.text-color-zalopay {
  color: #0033C9;
}

.width-auto {
  width: auto !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jc-center {
  justify-content: center;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.mb-2-responsive {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .mb-2-responsive {
    margin-bottom: 16px;
  }
  
  .mr-2-responsive {
    margin-right: 0;
  }
  
  .hidden-lg {
    display: block;
  }
  
  .hidden-xs {
    display: none;
  }
  
  .show-only-xs {
    display: block !important;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header and Navigation - Original ZaloPay Styles */
header {
  height: 81px;
}

nav {
  background: #ffffff;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 20px 24px;
  z-index: 100;
}

.fake-box-shadow {
  box-shadow: 0px 2px 6px rgba(0, 31, 62, 0.15);
  position: fixed;
  top: 80px;
  width: 100%;
  height: 1px;
  z-index: 100;
}

.nav__wrapper {
  display: flex;
  flex: 1;
}

.nav__wrapper__language-select-container--mobile {
  display: none;
  margin-bottom: 16px;
}

.nav__logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}

.nav__nav-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

a.menu-items > span {
  margin-left: 4px;
}

.nav__nav-items > a {
  margin: 0 8px;
  display: flex;
  align-items: center;
}

.nav__nav-items > a:first-child {
  margin-left: 0;
}

.nav__button-container {
  display: flex;
  align-items: center;
}

.nav__button-container a {
  text-decoration: none;
}

.nav__nav-items li {
  list-style: none;
}

.nav__nav-items a {
  text-decoration: none;
}

.nav__nav-items a:hover {
  color: #0033C9;
}

.nav__nav-items a.active {
  color: #0033C9;
}

.nav-btn {
  display: none;
}

.nav__collapse {
  position: absolute;
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
  top: 80px;
  width: 100%;
  left: 0;
  z-index: 50;
}

.nap__collapse__options--wrapper {
  display: none;
}

.parent-passive.hidden-lg {
  display: none;
}

.parent-passive {
  display: flex;
}

.hidden-xs {
  display: flex;
}

.active > .parent-passive {
  display: none;
}

.parent-active {
  display: none;
}

.active > .parent-active {
  display: flex;
  filter: invert(23%) sepia(95%) saturate(2630%) hue-rotate(210deg) brightness(101%) contrast(104%);
}

.active > .parent-active.hidden-lg {
  display: none;
}

.bi-* {
  font-size: 14px;
}

/* Giai Phap Dropdown */
.giai-phap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
}

.giai-phap__left-menu {
  padding: 24px 0;
  flex: 1;
  width: 100%;
}

.giai-phap__left-menu * {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.giai-phap__left-menu__a {
  width: 308px;
  height: 66px;
  color: #66798b;
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 71px;
  text-decoration: none !important;
  cursor: pointer;
}

.span--circle-number {
  height: 24px;
  width: 24px;
  padding: 3px 8px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #66798b;
  line-height: 18px;
}

.giai-phap__left-menu__a.active {
  color: #0033C9;
  background: #f5f9ff;
  border-radius: 0 8px 8px 0;
}

.giai-phap__left-menu__a.active .span--circle-number,
.giai-phap__left-menu__a:hover .span--circle-number {
  background: linear-gradient(270deg, #00acf4 0%, #0085ff 100%);
}

.giai-phap__left-menu__a.active img {
  filter: invert(23%) sepia(95%) saturate(2630%) hue-rotate(210deg) brightness(101%) contrast(104%);
}

.giai-phap__main-content {
  padding: 0 16px;
  display: none;
  position: absolute;
  top: 24px;
  left: 308px;
  width: calc(100vw - 388px - 308px - 32px);
  gap: 24px;
  grid-template-columns: repeat(auto-fill, 315px);
  justify-content: start;
}

.giai-phap__main-content.active {
  display: grid;
}

.giai-phap__block {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, 100%);
  justify-content: start;
  height: -moz-fit-content;
  height: fit-content;
}

.giai-phap__block:last-child .giai-phap__card:last-child {
  margin-bottom: 0;
}

.giai-phap__card {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(0, 31, 62, 0.15);
  border: 2px solid white;
}

.giai-phap__card.disabled {
  background: #f2f4f5;
  border: 2px solid #f2f4f5;
}

.giai-phap__card .giai-phap__card__content span.show-only-when-disabled,
.giai-phap__card.disabled .giai-phap__card__content span {
  display: none;
}

.giai-phap__card.disabled .giai-phap__card__content span.show-only-when-disabled {
  display: inline;
  height: 32px;
}

.giai-phap__card:hover {
  border: 2px solid #00CF6A;
}

.giai-phap__card.disabled:hover {
  border: 2px solid #f2f4f5;
}

.giai-phap__card__image {
  margin-right: 12px;
}

.giai-phap__card__content {
  display: flex;
  flex-direction: column;
}

.giai-phap__card__content > label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
  font-weight: 700;
}

.giai-phap__card__content span {
  color: #66798b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.giai-phap__right-content {
  padding: 24px 28px;
  width: 388px;
  height: 571px;
  background-color: #f5f9ff;
  display: flex;
  flex-direction: column;
}

.giai-phap__right-content__text {
  color: #001f3e;
  font-weight: 700;
  size: 14px;
  line-height: 20px;
}

.span--kham-pha-cac-giai-phap {
  color: #001f3e;
  font-size: 16px;
  line-height: 20px;
  margin-left: 16px;
}

.toro-like {
  height: 48px;
  width: 48px;
}

.mcpf-sky-linear-bg {
  background: var(--variant-blue-blue-50, #e6f0ff);
}

.mcpf-card {
  background: linear-gradient(270deg, #00acf4 0%, #0085ff 100%);
  height: 60px;
  border-radius: 8px;
  padding: 16px 24px;
  margin-bottom: 12px;
}

.mcpf-card > span {
  color: #ffffff;
  line-height: 18px;
  font-weight: 700;
}

.carousel-wrapper--white-bg {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 8px;
}

.carousel__img {
  max-width: 100%;
  height: auto;
}

.carousel-caption h3 {
  font-size: 16px;
  font-weight: 700;
  color: #001f3e;
  margin-top: 12px;
}

.nav__nav-btn {
  display: none;
}

.no-click-effect {
  outline: none;
}

.no-click-effect:active {
  box-shadow: none;
}

/* Hero Section - Original ZaloPay Styles */
.main--bg-white {
  background-color: #ffffff;
}

.main--bg-light-blue {
  background-color: #f5f9ff;
}

.mcpf-container-fluid {
  width: 1140px !important;
  max-width: 100%;
  margin: auto;
  padding: 0 24px;
}

@media (max-width: 1200px) {
  .mcpf-container-fluid {
    width: 100% !important;
    padding: 0 16px;
  }
}

.blue-text {
  color: #0033C9;
}

.main__mcpf-banner {
  display: flex;
  height: 680px;
  align-items: center;
}

.main__mcpf-banner--left {
  margin-right: 24px;
}

#MainCarousel .carousel-indicators[data-bs-target] {
  bottom: -24px;
}

.main--carousel {
  height: -moz-fit-content;
  height: fit-content;
}

.main--h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 16px 0;
  color: #001f3e;
}

.main--h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #334c65;
  margin: 0 0 32px 0;
}

/* Button base styles */
.mcpf-btn {
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease;
}

.btn--primary {
  background: #0033C9;
  color: #ffffff;
}

.btn--primary:hover {
  background: #0029a3;
  color: #ffffff;
}

.btn--default {
  background: #ffffff;
  border: 1px solid #0033C9;
  color: #0033C9;
}

.btn--margin-responsive {
  margin: 0 8px 0 0;
}

.tro-thanh-doi-tac-cua-chung-toi {
  height: 60px;
  font-size: 20px;
  padding: 0 24px;
  min-width: auto;
  white-space: nowrap;
}

.tro-thanh-doi-tac-cua-chung-toi svg {
  margin-left: 8px;
  flex-shrink: 0;
}

.mcpf-carousel button[data-bs-target] {
  margin-right: 4px !important;
  background-color: #ccd2d8;
}

.mcpf-carousel button[data-bs-target].active {
  width: 18px !important;
}

.carousel button.active {
  background-color: #0033C9 !important;
}

.carousel-indicators[data-bs-target] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #ccd2d8;
  opacity: 1;
}

.carousel-indicators button.active {
  width: 18px;
  border-radius: 4px;
  background-color: #0033C9;
}

.section--wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* Benefits Section - Original ZaloPay Styles */
.main__tang-truong-doanh-thu {
  background-color: #f5f9ff;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.main__tang-truong-doanh-thu__block-conatiner {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fill, 258px);
  width: 100%;
  justify-content: space-between;
}

.main__tang-truong-doanh-thu__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 36px;
}

.main__tang-truong-doanh-thu__block:last-child {
  margin-right: 0;
}

.main__x__h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #001f3e;
  margin-bottom: 16px;
}

.main__x__p {
  color: #66798b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 48px;
}

.main__tang-truong-doanh-thu__block__h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px;
  color: #001f3e;
}

.main__tang-truong-doanh-thu__block__p {
  color: #334c65;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.main--h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #001f3e;
  margin-bottom: 16px;
}

.text-center {
  text-align: center;
}

/* Responsive Utility Classes - Original ZaloPay */
.col-one-half-responsive {
  width: 50%;
}

.df-direct-res-row-to-col,
.df-direct-res-row-to-col-reverse {
  display: flex;
  flex-direction: row;
}

.df-direct-res-row-reverse-to-col {
  display: flex;
  flex-direction: row-reverse;
}

.df-direct-res-col-to-row,
.df-direct-res-col-to-row-reverse {
  display: flex;
  flex-direction: column;
}

.md-active-display {
  display: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.start-0 {
  left: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.ms-3 {
  margin-left: 12px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-md-4 {
  padding-bottom: 24px;
}

.g-0 {
  gap: 0;
}

.h2--chi-voi {
  width: 752px;
  max-width: 100%;
  margin: 0 auto;
}

.ma-qr-tai-quay {
  text-decoration: none;
  font-weight: bold;
}

.register-experience-img-pool {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.register-experience-img-pool img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s linear;
}

.register-experience-img-pool img.active {
  opacity: 1;
  position: relative;
}

/* Bootstrap utility classes */
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-unstyled li {
  margin-bottom: 8px;
}

.list-unstyled a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.list-unstyled a:hover {
  color: #0033C9;
}

.text-light {
  color: #ffffff !important;
}

.text-muted {
  color: #6c757d !important;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: 24px;
}

.my-4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 48px;
}

.py-5 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.text-md-end {
  text-align: right;
}

@media (max-width: 768px) {
  .text-md-end {
    text-align: left;
  }
}

/* Accordion custom styling */
.accordion-button {
  font-weight: 700;
  color: #001f3e;
}

.accordion-button:not(.collapsed) {
  background-color: #f5f9ff;
  color: #0033C9;
}

.accordion-body {
  color: #66798b;
  line-height: 24px;
}

/* Footer styling */
.footer h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}

.footer p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
}

.register-experience--step-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[id^=tab-register-experience-] {
  display: none;
}

[id^=tab-register-experience-].active {
  display: flex;
}

/* Solutions Section - Original ZaloPay Styles */
.mcpf-nav-pills {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mcpf-nav-pills .nav-link {
  border-radius: 24px;
  margin-right: 16px;
  border: solid 1px #0033C9;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #0033C9;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

.mcpf-nav-pills .nav-link.active {
  background-color: #0033C9;
  color: #ffffff;
}

.giai-phap-toan-dien--content {
  display: none;
  width: 100%;
}

.giai-phap-toan-dien--content--in-main {
  display: none;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, 364px);
  justify-content: start;
  margin-top: 48px;
}

.giai-phap-toan-dien--content--in-main.active {
  display: grid;
}

.giai-phap-toan-dien__block__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  min-height: 56px;
  color: #001f3e;
  margin-bottom: 24px;
}

.giai-phap-card--in-main {
  width: 100%;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(0, 31, 62, 0.15);
  border: 2px solid white;
  margin-bottom: 24px;
}

.giai-phap-card--in-main.disabled {
  background: #f2f4f5;
  border: 2px solid #f2f4f5;
}

.giai-phap-card--in-main label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #001f3e;
  margin-bottom: 6px;
}

.giai-phap-card--in-main > .giai-phap__card__content > span {
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #66798b;
}

.kham-pha-ngay {
  border-radius: 100px;
  background: #f2f7ff;
  color: #0033C9;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding-left: 0;
  justify-content: flex-start;
  text-decoration: none;
  margin-top: 8px;
}

.kham-pha-ngay:focus {
  box-shadow: none;
}

.kham-pha-ngay .bi-* {
  height: 18px;
}

.kham-pha-ngay__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-right: 4px;
  color: #0033C9;
}

.kham-pha-ngay.disabled {
  cursor: not-allowed;
}

.kham-pha-ngay.disabled span {
  color: #99a5b2 !important;
}

/* Partners Section - Original ZaloPay Styles */
.doi-tac-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, 170px);
  width: 100%;
  justify-content: center;
}

.doi-tac-badge {
  width: 170px;
  height: 170px;
  background-color: #f5f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 8px;
}

.doi-tac-badge img {
  max-width: 120px;
  max-height: 120px;
}

.bg-blue {
  background-color: #0033C9;
}

._15000_plus {
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 8px;
}

.doi-tac-badge__p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #001f3e;
}

.doi-tac-badge__p_white {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

/* Scroll to Top Button */
.btn--go-to-top {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 32px;
  bottom: 72px;
  border-radius: 48px;
  background-color: #e6e9ec;
  z-index: 98;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001f3e;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 8px rgba(0, 31, 62, 0.15);
}

.btn--go-to-top:hover {
  background-color: #0033C9;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 51, 201, 0.3);
}

/* Business Types Section - Original ZaloPay Styles */
.main__gp-phu-hop__card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.main__gp-phu-hop__card-container .doanh-nghiep___giai-phap-card {
  padding: 0;
  background-color: #ffffff;
  border-radius: 8px;
  align-items: center;
  width: 48%;
  box-shadow: 0px 2px 6px rgba(0, 31, 62, 0.15);
  border-radius: 16px;
  margin-bottom: 2%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 190px;
  border: solid 2px transparent;
}

.main__gp-phu-hop__card-container .doanh-nghiep___giai-phap-card:hover {
  border: solid 2px #00CF6A;
}

.main__gp-phu-hop__card-container .doanh-nghiep___giai-phap-card > img {
  width: 186px;
  height: -moz-max-content;
  height: max-content;
  object-fit: contain;
}

.main__gp-phu-hop__card-container .doanh-nghiep___giai-phap-card .bi-chevron-right {
  display: none;
}

.doanh-nghiep___giai-phap-card {
  width: 48%;
  box-shadow: 0px 2px 6px rgba(0, 31, 62, 0.15);
  border-radius: 16px;
  padding: 0;
  margin-bottom: 2%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 190px;
  border: solid 2px transparent;
}

.doanh-nghiep___giai-phap-card:hover {
  border: solid 2px #00CF6A;
}

h3 + .doanh-nghiep___giai-phap-card {
  margin-right: 4%;
}

.doanh-nghiep___giai-phap-card:nth-of-type(2n + 1) {
  margin-right: 4%;
}

.doanh-nghiep___giai-phap-card > img {
  width: 260px;
  height: auto;
  object-fit: contain;
}

.doanh-nghiep__h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #001f3e;
  margin: 0 0 32px 0;
  width: 100%;
}

.giai-phap-card__right-part {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}

.giai-phap-card__label {
  font-weight: 700;
  font-size: 16px;
  color: #001f3e;
  margin-bottom: 8px;
}

.giai-phap-card__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #66798b;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Mobile Navigation */
@media (max-width: 992px) {
  .main--h1 {
    font-size: 32px;
    line-height: 48px;
  }
  
  .main--h3 {
    font-size: 16px;
  }
  
  .tro-thanh-doi-tac-cua-chung-toi {
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
  }
  
  .main--carousel {
    width: auto;
  }
  
  .main__mcpf-banner {
    flex-direction: column;
  }
  
  .main__mcpf-banner--left {
    margin-right: 0;
  }
  
  .main__mcpf-banner {
    height: -moz-fit-content;
    height: fit-content;
  }
  
  .main--carousel {
    width: inherit;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  
  .carousel-indicators {
    bottom: -16px;
  }
  
  .tro-thanh-doi-tac-cua-chung-toi {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
  }
  
  .tro-thanh-doi-tac-cua-chung-toi svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
  }
  
  .main__tang-truong-doanh-thu__block-conatiner {
    grid-template-columns: repeat(auto-fill, 100%);
    justify-content: center;
  }
  
  .main__tang-truong-doanh-thu__block {
    margin-right: 0;
    margin-bottom: 24px;
  }
  
  .main__tang-truong-doanh-thu__block:last-child {
    margin-bottom: 0;
  }
  
  .mcpf-nav-pills {
    flex-direction: column;
    align-items: center;
  }
  
  .mcpf-nav-pills li {
    text-align: center;
    margin: 0 0 16px 0;
    width: 100%;
  }
  
  .mcpf-nav-pills li:last-of-type {
    margin-bottom: 0;
  }
  
  .mcpf-nav-pills .nav-link {
    width: 100%;
    margin-right: 0;
  }
  
  .giai-phap-toan-dien--content--in-main {
    grid-template-columns: 1fr;
  }
  
  .doi-tac-container {
    grid-template-columns: repeat(auto-fill, 150px);
  }
  
  .doi-tac-badge {
    width: 150px;
    height: 150px;
  }
  
  .main__gp-phu-hop__card-container {
    flex-direction: column;
  }
  
  .main__gp-phu-hop__card-container .doanh-nghiep___giai-phap-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    height: auto;
    min-height: 190px;
  }
  
  .doanh-nghiep___giai-phap-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  
  .doanh-nghiep___giai-phap-card > img {
    width: 150px;
  }
  
  .col-one-half-responsive {
    width: 100%;
  }
  
  .df-direct-res-row-to-col {
    flex-direction: column;
  }
  
  .df-direct-res-row-to-col-reverse {
    flex-direction: column-reverse;
  }
  
  .df-direct-res-row-reverse-to-col {
    flex-direction: column;
  }
  
  .df-direct-res-col-to-row {
    flex-direction: row;
  }
  
  .df-direct-res-col-to-row-reverse {
    flex-direction: row-reverse;
  }
  
  .md-active-display {
    display: block;
  }
  
  .nav__wrapper.active {
    position: absolute;
    z-index: 99;
    top: 80px;
    left: 0;
    right: 0;
    padding: 16px 0 0 0;
    background: #ffffff;
    transition: left 0.3s ease;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav__wrapper.passive {
    display: none;
  }

  .nav__nav-items {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
  }

  .nav__nav-items > a {
    margin: 0;
    padding: 12px 16px;
    width: 100%;
  }

  .nav__button-container {
    flex-direction: column;
    width: 100%;
    padding: 16px;
    gap: 12px;
  }

  .nav__nav-btn {
    display: inline-block;
  }

  .nav__nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
    cursor: pointer;
  }

  .nav__nav-btn > label > span {
    display: block;
    width: 25px;
    height: 3px;
    background: #001f3e;
    margin: 5px 0;
    transition: 0.3s;
  }

  .giai-phap {
    flex-direction: column;
  }

  .giai-phap__left-menu {
    width: 100%;
  }

  .giai-phap__left-menu__a {
    width: 100%;
  }

  .giai-phap__main-content {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
  }

  .giai-phap__right-content {
    width: 100%;
    height: auto;
  }
}

.nav-brand {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.nav-links a:hover {
  opacity: 0.8;
}

/* Hero section */
.hero {
  background: linear-gradient(135deg, #0033C9 0%, #0042FF 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, #0033C9 0%, #0042FF 100%);
  color: white;
  box-shadow: 0 4px 14px 0 rgba(0, 51, 201, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(0, 51, 201, 0.35);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background-color: white;
  color: #0033C9;
  border: 2px solid #0033C9;
  box-shadow: 0 2px 8px 0 rgba(0, 51, 201, 0.15);
}

.btn-secondary:hover {
  background-color: #0033C9;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px 0 rgba(0, 51, 201, 0.25);
}

.btn-secondary:active {
  transform: translateY(0);
}

/* Cards */
.card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #d1d5db;
}

/* Features section */
.features {
  padding: 4rem 0;
  background: white;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0033C9 0%, #0042FF 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 14px 0 rgba(0, 51, 201, 0.25);
}

/* Forms */
.form-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #374151;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.form-control:focus {
  outline: none;
  border-color: #0033C9;
  box-shadow: 0 0 0 3px rgba(0, 51, 201, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* File upload */
.file-upload {
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.file-upload:hover {
  border-color: #0033C9;
  background-color: #f0f4ff;
}

.file-upload.dragover {
  border-color: #0033C9;
  background-color: #f0f4ff;
  transform: scale(1.02);
}

/* Progress indicator */
.progress-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-weight: bold;
  position: relative;
}

.step.active {
  background: linear-gradient(135deg, #0033C9 0%, #0042FF 100%);
  color: white;
  box-shadow: 0 4px 14px 0 rgba(0, 51, 201, 0.25);
}

.step.completed {
  background: #10b981;
  color: white;
  box-shadow: 0 4px 14px 0 rgba(16, 185, 129, 0.25);
}

.step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #e5e7eb;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

.step.completed:not(:last-child)::after {
  background: #10b981;
}

/* Footer */
.footer {
  background: #1f2937;
  color: white;
  padding: 3rem 0 1rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3 {
  margin-bottom: 1rem;
  color: #0033C9;
  font-weight: 700;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #0042FF;
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 1rem;
  text-align: center;
  color: #9ca3af;
}

/* Alert messages */
.alert {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.alert-error {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.alert-info {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}

/* Loading spinner */
.spinner {
  border: 4px solid #f3f4f6;
  border-top: 4px solid #0033C9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive design */
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .nav {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-links {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    padding: 3rem 0;
    text-align: center;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .features {
    padding: 3rem 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .card {
    padding: 1.5rem;
  }

  .form-container {
    padding: 2rem 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-section h3 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }

  .hero {
    padding: 2rem 0;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 0.95rem;
  }

  .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .card {
    padding: 1rem;
    border-radius: 10px;
  }

  .form-container {
    padding: 1.5rem 1rem;
    margin: 0;
    border-radius: 10px;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .form-control {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .table-responsive {
    font-size: 0.85rem;
  }

  .footer {
    padding: 2rem 0 1rem;
  }

  .footer-content {
    gap: 1.5rem;
  }

  /* Dashboard responsive */
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stats-card {
    padding: 1rem;
  }

  .stats-value {
    font-size: 1.5rem;
  }

  /* QR Codes responsive */
  .qr-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .qr-card {
    padding: 1rem;
  }

  /* Reports responsive */
  .chart-container {
    height: 250px;
  }

  .report-filters {
    flex-direction: column;
    gap: 1rem;
  }

  .report-filters .btn {
    width: 100%;
  }
}

/* Partners section */
.partners-section {
  /* inherits spacing from Bootstrap's py-5 */
}

.partners-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0033C9;
  margin-bottom: 1rem;
}

.partners-section .section-description {
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #6b7280;
}

/* Partners grid - 5 columns layout (11 logos: 5+5+1) */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 32px;
  align-items: center;
  justify-items: center;
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive: 11 logos sẽ tự động wrap thành 3 hàng (5+5+1) */

.partner-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  height: 96px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.partner-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-color: #d1d5db;
}

.partner-logo-img {
  max-height: 56px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/* Mastercard logo căn giữa ở hàng cuối */
.partner-item-center {
  grid-column: 2 / 5; /* Span 3 cột (2, 3, 4) để căn giữa trong 5 cột */
  justify-self: center; /* Căn giữa nội dung trong span */
  display: flex !important; /* Đảm bảo flex để căn giữa */
  align-items: center; /* Căn giữa theo chiều dọc */
  justify-content: center; /* Căn giữa theo chiều ngang */
}

/* Đảm bảo ảnh trong partner-item-center hiển thị đúng */
.partner-item-center .partner-logo-img {
  max-height: 56px !important;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block !important;
}

/* Responsive: trên màn hình nhỏ, Mastercard vẫn căn giữa */
@media (max-width: 1200px) {
  .partner-item-center {
    grid-column: 2 / 4; /* Căn giữa trong grid 4 cột */
  }
}

@media (max-width: 992px) {
  .partner-item-center {
    grid-column: 2 / 3; /* Căn giữa trong grid 3 cột */
  }
}

@media (max-width: 768px) {
  .partner-item-center {
    grid-column: 1 / 3; /* Span 2 cột để căn giữa trong grid 2 cột */
    justify-self: center;
  }
}

/* Style cho text highlight với nền xanh da trời */
.partner-text-highlight {
  background-color: #87CEEB; /* Màu xanh da trời (sky blue) */
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
}

.partner-text-highlight .text-muted {
  color: #333 !important; /* Đổi màu chữ để nổi bật trên nền xanh */
  font-weight: 500;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 28px;
  }
}

@media (max-width: 992px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 24px;
  }

  .partner-item {
    height: 88px;
    padding: 10px 14px;
  }

  .partner-logo-img {
    max-height: 52px;
  }
}

@media (max-width: 768px) {
  .partners-section .section-title {
    font-size: 2rem;
  }

  .partners-section .section-description {
    font-size: 1rem;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
  }

  .partner-item {
    height: 80px;
    padding: 10px 12px;
  }

  .partner-logo-img {
    max-height: 44px;
  }
}

@media (max-width: 576px) {
  .partners-section .section-title {
    font-size: 1.8rem;
  }

  .partners-section .section-description {
    font-size: 0.9rem;
  }

  .partners-grid {
    gap: 12px 16px;
  }

  .partner-item {
    height: 72px;
    padding: 8px 10px;
  }

  .partner-logo-img {
    max-height: 40px;
  }
}

/* Tablet specific adjustments */
@media (min-width: 769px) and (max-width: 991px) {
  .hero h1 {
    font-size: 2.8rem;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Print styles */
@media print {
  .header,
  .footer,
  .btn,
  .nav {
    display: none !important;
  }

  .container {
    max-width: none !important;
    padding: 0 !important;
  }

  .card {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    break-inside: avoid;
  }

  .table {
    font-size: 12px;
  }

  .table th,
  .table td {
    padding: 8px 4px;
  }
}

/* Login Header Icon */
.login-header-icon {
  height: 36px;
  width: auto;
  vertical-align: middle;
  margin-right: 8px;
  object-fit: contain;
  display: inline-block;
}

/* Responsive adjustments for login icon */
@media (max-width: 768px) {
  .login-header-icon {
    height: 28px;
    margin-right: 6px;
  }
}

/* Animations & Transitions */

/* Keyframe definitions */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Page load animations */
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.6s ease-out;
}

.animate-fade-in-right {
  animation: fadeInRight 0.6s ease-out;
}

.animate-scale-in {
  animation: scaleIn 0.4s ease-out;
}

.animate-slide-in-up {
  animation: slideInUp 0.5s ease-out;
}

.animate-bounce-in {
  animation: bounceIn 0.8s ease-out;
}

/* Stagger animations for lists */
.stagger-children > * {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.stagger-children > *:nth-child(1) { animation-delay: 0.1s; }
.stagger-children > *:nth-child(2) { animation-delay: 0.2s; }
.stagger-children > *:nth-child(3) { animation-delay: 0.3s; }
.stagger-children > *:nth-child(4) { animation-delay: 0.4s; }
.stagger-children > *:nth-child(5) { animation-delay: 0.5s; }
.stagger-children > *:nth-child(6) { animation-delay: 0.6s; }
.stagger-children > *:nth-child(7) { animation-delay: 0.7s; }
.stagger-children > *:nth-child(8) { animation-delay: 0.8s; }

/* Hover animations */
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 51, 201, 0.15);
}

.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.hover-glow {
  transition: box-shadow 0.3s ease;
}

.hover-glow:hover {
  box-shadow: 0 0 20px rgba(0, 51, 201, 0.3);
}

/* Button animations */
.btn-animated {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-animated:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-animated:hover:before {
  left: 100%;
}

.btn-bounce:hover {
  animation: bounceIn 0.6s ease-out;
}

/* Loading states */
.loading-shimmer {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: shimmer 1.5s infinite;
}

.loading-pulse {
  animation: pulse 2s infinite;
}

/* Progress animations */
.progress-animated .progress-bar {
  animation: progressFill 1.5s ease-out;
}

@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: var(--progress-width, 100%);
  }
}

/* Modal animations */
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* Card animations */
.card-animated {
  transition: all 0.3s ease;
}

.card-animated:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Form animations */
.form-group {
  transition: margin-bottom 0.3s ease;
}

.form-group.focused {
  margin-bottom: 1.5rem;
}

.form-control {
  transition: all 0.3s ease;
}

.form-control:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px rgba(0, 51, 201, 0.1), 0 4px 12px rgba(0, 51, 201, 0.15);
}

/* Navigation animations */
.nav-links a {
  position: relative;
  transition: color 0.3s ease;
}

.nav-links a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #0042FF;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-links a:hover:before,
.nav-links a.active:before {
  width: 100%;
}

/* Floating elements */
.float-animation {
  animation: float 3s ease-in-out infinite;
}

/* Success/Error animations */
.alert-success {
  animation: slideInUp 0.5s ease-out;
}

.alert-error {
  animation: slideInUp 0.5s ease-out;
}

/* Register Experience - Original ZaloPay Styles */
.blue-text {
  color: #0033C9;
}

.mcpf-container-fluid {
  width: 1140px !important;
  margin: auto;
}

.section--wrapper {
  width: 100%;
}

.main--bg-white {
  width: 100%;
  background-color: #ffffff;
}

.col-one-half-responsive {
  width: 50%;
}

.df-direct-res-row-to-col,
.df-direct-res-row-to-col-reverse {
  display: flex;
  flex-direction: row;
}

.df-direct-res-row-reverse-to-col {
  display: flex;
  flex-direction: row-reverse;
}

.df-direct-res-col-to-row,
.df-direct-res-col-to-row-reverse {
  display: flex;
  flex-direction: column;
}

.md-active-display {
  display: none;
}

[id^=tab-register-experience-] {
  display: none;
}

[id^=tab-register-experience-].active {
  display: flex;
}

[class*=-step-index] {
  position: relative;
}

[class*=-step]:last-child [class*=-step-index]::after {
  display: none;
}

[class*=-step-index]::after {
  content: " ";
  position: absolute;
  display: block;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 45px;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: #fff;
  border: dashed 1px #ccd2d8;
  z-index: -1;
  top: -5px;
}

.register-experience {
  display: flex;
  flex-direction: column;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.register-experience .h2--chi-voi {
  width: 752px;
}

.register-experience .button-register-experience {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 16px;
}

.register-experience .button-register-experience button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #0033C9;
  padding: 16px 24px;
  border-radius: 24px;
  background: #fff;
  color: #0033C9;
  width: 230px;
  cursor: pointer;
}

.register-experience .button-register-experience button.active {
  color: #fff;
  background: #0033C9;
}

.register-experience img {
  opacity: 0;
  transition: opacity 1s linear;
}

.register-experience img.active {
  opacity: 1;
  transition: opacity 1s linear;
}

.register-experience .register-experience-title {
  color: #001f3e;
  font-size: 40px;
  font-weight: 700;
}

.register-experience .register-experience-step-title {
  color: #0033C9;
  font-size: 20px;
  font-weight: 700;
}

.register-experience .register-experience-step-description {
  color: #001f3e;
  font-size: 16px;
  font-weight: 400;
}

.register-experience .register-experience-button {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border: 1.5px solid #0033C9;
}

.register-experience .register-experience-border-3 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-experience .register-experience-border-2 {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #99a5b2;
}

.register-experience .register-experience-border-1 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-experience .register-experience-step-index {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: #99a5b2;
}

.register-experience .register-experience-step-content {
  width: calc(100% - 64px);
}

.register-experience .register-experience-step {
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 16px;
}

.register-experience .register-experience-step:hover {
  background-color: #0033C9;
}

.register-experience .register-experience-step:hover .register-experience-step-title,
.register-experience .register-experience-step:hover .register-experience-step-description,
.register-experience .register-experience-step:hover .blue-text {
  color: white !important;
}

.register-experience .register-experience-step.active .register-experience-border-3 {
  background: #f5f9ff;
}

.register-experience .register-experience-step.active .register-experience-border-3:hover {
  background-color: #e6f0ff;
}

.register-experience .register-experience-step.active .register-experience-step-index {
  background: #0033C9;
}

.register-experience .register-experience-step.active .register-experience-border-2 {
  background: #0033C9;
}

.register-experience .register-experience-button--container {
  gap: 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.register-experience .register-experience-button--container a {
  width: 364px;
  height: 60px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border: 1.5px solid #0033C9;
}

.register-experience .register-experience-button--container .btn--primary {
  background-color: #0033C9;
  color: #fff;
  font-weight: 700;
}

.register-experience .register-experience-button--container .btn--primary-outline {
  color: #0033C9;
  background: #fff;
  font-weight: 400;
}

.register-experience--step-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.register-experience-img-pool {
  position: relative;
}

.register-experience-img-pool img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.register-experience-img-pool img:first-child.active {
  position: relative;
}

/* Responsive adjustments for register experience */
@media (max-width: 1200px) {
  .mcpf-container-fluid {
    padding: 0 32px;
    width: auto !important;
  }
  
  .df-direct-res-row-to-col {
    flex-direction: column;
  }
  
  .df-direct-res-row-to-col-reverse {
    flex-direction: column-reverse;
  }
  
  .df-direct-res-row-reverse-to-col {
    flex-direction: column;
  }
  
  .df-direct-res-col-to-row {
    flex-direction: row;
  }
  
  .df-direct-res-col-to-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 992px) {
  .mcpf-container-fluid {
    padding: 90px 16px;
  }
  
  .col-one-half-responsive {
    width: 100%;
  }
  
  .h2--chi-voi {
    width: 100% !important;
  }
  
  .register-experience .register-experience-button--container a {
    width: 100%;
  }
  
  .register-experience-img-pool {
    min-height: 300px;
  }
  
  .register-experience .register-experience--step-container {
    justify-content: center;
  }
  
  .register-experience .register-experience-step-content {
    display: none;
  }
  
  .register-experience-img-pool {
    min-height: 300px;
    margin-top: 24px;
  }
  
  .md-active-display {
    display: flex;
  }
  
  .register-experience .button-register-experience {
    flex-direction: column;
  }
  
  .register-experience .button-register-experience button {
    width: 100%;
  }
  
  .register-experience .register-experience-step {
    padding: 8px 12px;
  }
  
  .register-experience [class*=-step-index]::after {
    width: 25px;
    left: 12px;
  }
  
  .register-experience-step-description {
    position: relative;
  }
  
  .ms-3 {
    margin-left: 0 !important;
  }
  
  [class*=-step-index]::after {
    content: " ";
    position: absolute;
    display: block;
    left: -5px;
    bottom: 50%;
    top: 50%;
    height: 1px;
    width: 45px;
    transform: scale(2, 1);
    transform-origin: -100% 50%;
    background-color: #fff;
    border: dashed 1px #ccd2d8;
    z-index: -1;
  }
  
  [class*=-step-index]::after {
    width: 40px;
  }
}

@media (max-width: 768px) {
  #nut-dang-ky {
    font-size: 16px;
  }
  
  #nut-dang-ky.tro-thanh-doi-tac-cua-chung-toi {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .register-experience-border-3 {
    width: auto !important;
    height: auto !important;
  }
}

/* Utility classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.grid { display: grid; }

/* Performance optimizations */
.gpu-accelerated {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
