@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');  
*{
  font-family: 'Inter', sans-serif;
  
}
body {
 margin: 0 !important
}
#page-background {
  background-image: url('/wp-content/themes/bb-theme-child/custom/nd70/img/bg-full.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Place the background behind all other content */
}
.panel-1 {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  background: #1f0000;
}
.image2 {
  position: absolute;
  min-height: 100vh;
  left: 50%;
  translate: -50%;
  top: -220px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.panel-1-content {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto;
  padding: 127px 100px 100px 100px;
  text-align: center;
  color: #fff;
}

.panel-1-icons {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  pointer-events: none;
  z-index: 3;
}

.panel-1-icons .icon {
  object-fit: contain;
  filter: drop-shadow(0 4px 16px #0008);
  pointer-events: auto;
  transition: transform 0.2s;
}

.shopee {
  width: 165px;
  height: 182px;
  position: absolute;
  left: 100px;
  top: 261px;
  object-fit: cover;
  aspect-ratio: 165 / 182;
}

.lazada {
  width: 231px;
  height: 231px;
  position: absolute;
  left: 173px;
  top: 524px;
  object-fit: cover;
  aspect-ratio: 1;
}

.tiki {
  width: 237px;
  height: 237px;
  position: absolute;
  left: 1416px;
  top: 524px;
  object-fit: cover;
  aspect-ratio: 1;
}

.tiktok {
  width: 193px;
  height: 217px;
  position: absolute;
  left: 1627px;
  top: 292px;
  object-fit: cover;
  aspect-ratio: 193 / 217;
}

.panel-1-title {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fff3ee 0%, #ff692d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  line-height: 73px;
  font-family: 'Inter', sans-serif;
  font-size: 60px;
  font-style: normal;
  margin: 0 0 24px 0;
  font-weight: 800;
}

.panel-1-subtitle {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fff3ee 0%, #ffc4ad 100%);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  margin: 0 0 40px 0;
  font-weight: 700;
  line-height: 51px;
}

.panel-1-tags {
  margin-bottom: 84px;
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: center;
}
.panel-1-tags .tag {
  display: flex;
  box-sizing: border-box;
  background: #681f002b;
  border: 1px solid #f95711;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 48px;
  padding: 12px 16px;
  overflow: hidden;
  box-shadow: 0 0 30px #f9571180;
}

.panel-1-tags .tag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}

/* Quy tắc mới để đảm bảo căn giữa cho img.icon.ecom */
.panel-1-tags .tag img.icon.ecom {
  position: static !important;
  margin: auto auto auto 0 !important; /* Căn chỉnh hình ảnh sang trái */
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
}

.panel-1-btn {
  background: linear-gradient(90deg, #ff6a00, #ffb36b);
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 12px 38px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 38px;
  cursor: pointer;
  box-shadow: 0 2px 12px #ff6a0033;
  transition: background 0.2s;
}
.panel-1-btn:hover {
  background: linear-gradient(90deg, #ffb36b, #ff6a00);
}

.panel-1-features {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 202px;
  flex-wrap: wrap;
}

.panel-1-features .feature {
  padding: 32px;
  min-width: 370px;
  max-width: 496px;
  flex: 1 1 370px;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--light-1004, #ffffff0a);
  box-sizing: border-box;
  background: #ffffff0a;
  border-radius: 32px;
  flex-shrink: 0;
  box-shadow: inset 0 1px #ffffff14;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 4px;
  margin-left: 0;
  display: block;
}

.feature-label {
  display: inline-block;
  background: #ff4d4f;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  padding: 6px 18px;
  margin-bottom: 18px;
  text-align: center;
}

.feature-title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  text-align: left;
  margin-bottom: 8px;
}

.feature-desc {
  line-height: 1.6;
  text-align: left;
  color: var(--light-60064, #ffffffa3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
} 
.panel-2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
  text-align: center;
  position: relative;
  background: #1e0404;
}

.panel-2-intro {
  display: inline-block;
  background: #322c29;
  border: 1px solid #292932;
  color: #f95711;
  border-radius: 10px;
  padding: 4px 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 18px;
}

.panel-2-title {
  margin: 18px 0 38px 0;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fff3ee 0%, #ff692d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 73.513px;
}

.panel-2-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.panel-2-image-wrap {
  position: relative;
  display: inline-block;
  border-radius: 18px;
  border: 2px solid #ffb36b33;
  overflow: hidden;
  background: #1a0e0e;
  box-shadow: 0 2px 24px #0004;
  padding: 0;
}

.panel-2-main-img {
  width: 1200px;
  border-radius: 18px;
  display: block;
}

.panel-2-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px #0008);
}
.panel-2-icon.shopee { left: 30px; top: 40px; }
.panel-2-icon.lazada { left: 120px; bottom: 40px; }
.panel-2-icon.tiki { right: 120px; bottom: 40px; }
.panel-2-icon.tiktok { right: 30px; top: 40px; }

.panel-2-note {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #cf2500 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 32px;
}

.panel-2-partners-outer {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.panel-2-partners-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: none !important;
  padding: 0;
  height: 84px;
  display: flex;
  align-items: center;
}

.panel-2-partners {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  height: 100%;
  width: max-content;
  position: absolute;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-825px);
  }
}

@keyframes scrollLeftMobile {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-560px); /* Adjusted for 5 items (width: 560px) */
  }
}
@keyframes scrollLeftMobile-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-460px); /* Adjusted for 5 items (width: 560px) */
  }
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 64px;
  margin: 0 10px;
  flex-shrink: 0;
}

.partner-item img {
  display: block;
  max-height: 48px;
  max-width: 120px;
  object-fit: contain;
}

.panel-3 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0 200px 0;
  text-align: center;
  position: relative;
  background: #1e0404;
}

.panel-3-title {
  text-shadow: 0 4px 4px #00000040;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fff3ee 0%, #ff692d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 84px;
}

.panel-3-bullets {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 130px;
  flex-wrap: wrap;
}
.panel-3-bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fff 0%, #999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.panel-3-bullet img {
  width: 24px;
  height: 24px;
}

.panel-3-radar {
  position: relative;
  width: 900px;
  max-width: 95vw;
  height: 520px;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-3-radar-bg {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 95vw;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
}

/* Icon trung tâm */
.panel-3-center {
  position: absolute;
  left: 50%; 
  bottom: -170px;
  transform: translate(-50%, 0);
  z-index: 2;
  width: 425.86px;
  height: 425.86px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Đảm bảo blur không tràn ra ngoài hình tròn */
}

.panel-3-center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/bb-theme-child/custom/nd70/img/bg-logo-center.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
  mask-image: radial-gradient(circle, white 50%, transparent 90%); /* Điều chỉnh lại mask để đậm hơn */
  -webkit-mask-image: radial-gradient(circle, white 50%, transparent 90%);
}

.panel-3-center img {
  position: relative;
  top: 0;
  left: 0;
  width: 246px;
  height: 246px;
  border-radius: 50%;
  z-index: 1;
}

/* Các icon phần mềm xung quanh */
.panel-3-item {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.panel-3-item img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin-left: 12px;
  margin-right: 0;
}
.panel-3-item span {
  text-align: left;
  text-shadow: 0 2px 8px #000a;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(#fff 0%, #9c3300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20.257px;
  font-style: normal;
  font-weight: 700;
}

/* Vị trí từng item */
.panel-3-item.crm {
  left: -180px;
  bottom: 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation-delay: 0.5s;
}
.panel-3-item.crm span {
  margin: 0;
  padding: 0;
  font-size: 20.257px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
.panel-3-item.crm img {
  margin-left: 12px;
  margin-right: 0;
  border-radius: 50%;

}
.panel-3-item.banhang {
  left: -80px;
  top: 80px;
  flex-direction: row;
  animation-delay: 1s;
}
.panel-3-item.ve {
  left: 40%;
  top: -32px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation-delay: 1.5s;
}
.panel-3-item.ve span {
  margin-bottom: 8px;
  font-size: 20.257px;
  font-style: normal;
  font-weight: 700;
}
.panel-3-item.ketoan {
  right: -70px;
  top: 80px;
  flex-direction: row;
  align-items: center;
  animation-delay: 2s;
}
.panel-3-item.erp {
  right: -170px;
  bottom: 160px;
  flex-direction: row;
  align-items: center;
  animation-delay: 2.5s;
}
.panel-3-item.ketoan img,
.panel-3-item.erp img {
  margin-right: 12px;
  margin-left: 0;
}
.panel-3-item.animate {
  animation: fadeInUp 0.7s cubic-bezier(.23,1.01,.32,1) forwards;
  opacity: 1;
}
.panel-4 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  background: #1F0000;
}

.panel-4-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 60px;
}

.panel-4-info {
  flex: 1 1 0;
  max-width: 726px;
}

.panel-4-imgwrap {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 220px;
  max-width: 393px;
  max-height: 425px;
}

.panel-4-img {
  width: 100%;
  max-width: 393px;
  max-height: 425px;
  object-fit: contain;
  display: block;
}

.panel-4-label {
  display: inline-block;
  background: #322c29;
  border-radius: 8px;
  height: 32px;
  padding: 4px 14px;
  margin-bottom: 32px;
  color: #f95711;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.panel-4-label.orange {
  background: #2d2323;
  color: #ff692d;
}

.panel-4-title {
  margin-bottom: 20px;
  color: #fff;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
}

.panel-4-desc {
  margin-bottom: 0;
  max-width: 726px;
  color: #979797;
  letter-spacing: -0.18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.panel-5 {
  position: relative;
  background: #1F0000;
  padding-bottom: 100px;
}
.panel-5-title {
  text-shadow: 0 4px 4px #00000040;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fff3ee 0%, #ff692d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px;
  margin: 0 0 40px 0;
  text-align: center;
}
.panel-5-main {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: center; /* Thêm dòng này */
  margin: 0 100px;
}
.panel-5-products {
  flex: 2;
  display: flex;
  flex-direction: column;
  max-width: 1184px;
}
.panel-5-tabs {
  display: flex;
  gap: 0px;
  margin-bottom: 0;
}
.panel-5-tabs .tab {
  background: #231B1B !important;
  color: #fff !important;
  border: 1px solid #3d342f !important;
  border-radius: 0;
  padding: 20px 32px 20px 32px;
  font-weight: 700;
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 80px;
  position: relative;
  z-index: 1;
}
.panel-5-tabs .tab:first-child {
  border-top-left-radius: 32px;
}
.panel-5-tabs .tab:last-child {
  border-top-right-radius: 32px;
}
.panel-5-tabs .tab + .tab {
  border-left: none;
}
.panel-5-tabs .tab span {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
  color: #979797;
}
.panel-5-tabs .tab:focus {
  outline: none !important;
}
.panel-5-tabs .tab.active {
  background: #231411 !important;
  color: #ff692d !important;
  border: none !important;
  border-bottom: 1px solid #231411;
  z-index: 2;
  outline: none !important;
}
.panel-5-tabs .tab.active span {
  color: #fff;
}
.panel-5-group {
  margin-bottom: 0;
}
.panel-5 .group-1 {
  padding: 44px 48px 40px 40px;
  background: #231B1B;
}
.panel-5 .group-2 {
  padding: 0 48px 28px 40px;
  background: #231B1B;
  border-radius: 0 0 32px 32px;
}
.panel-5-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.panel-5-group-title .group-icon-wrap {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.panel-5-group-title .group-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: invert(15%) sepia(90%) saturate(700%) hue-rotate(330deg) brightness(100%);
}
.panel-5-group-title .group-title-text {
  color: #fff;
  margin-right: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.panel-5-group-title .group-arrow {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.panel-5-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
  max-height: 1000px; /* Giá trị đủ lớn để chứa tất cả nội dung */
  transition: max-height 0.3s ease-out; /* Thêm transition cho hoạt ảnh */
}
.panel-5-options.collapsed {
  max-height: 0 !important; /* Thu gọn bảng giá và ưu tiên cao nhất */
}
.panel-5-row {
  display: flex;
  gap: 32px;
  width: 100%;
}

.ecom-options .panel-5-option {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(25% - 12px);
}
.sign-options .panel-5-option {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(25% - 22px);
}
.sign-options .option-desc span {
  color: #848199;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.panel-5-option {
  background: #2C2424;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid transparent;
  transition: border 0.2s;
}
.panel-5-option.selected {
  border: 1px solid #28a745;
}
.option-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.option-desc span {
  color: #848199;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.option-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 17px;
  color: #fff;
}
.option-price {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.option-price span {
  color: #848199;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.option-choose {
  background: linear-gradient(#98d62a 0%, #28a745 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 46px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-top: auto;
  width: 100%;
}
.panel-5-summary {
  flex: 1;
  background: #231B1B;
  border-radius: 32px;
  padding: 36px 24px;
  color: #fff;
  min-width: 260px;
  max-width: 496px;
  box-shadow: 0 2px 12px #0002;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.summary-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}
.summary-service-count {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #e9e9e9;
  margin-bottom: 12px;
}
.summary-service-count a {
  color: #98d62a;
  text-decoration: none;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.summary-service-count a:hover {
  color: #98d62a;
  text-decoration: none;
}
.summary-service-count .icon-arrow-down {
  font-size: 8px;
}
.summary-separator {
  border-top: 1px dashed #ffffff22;
  width: 100%;
  margin-bottom: 20px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  margin-bottom: 12px;
}
.summary-row span:first-child {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.summary-row span:last-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.discount-tag {
  background: #f95711;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}
.summary-zns-promo {
  background: #2C2424;
  border-radius: 20px;
  padding: 16px 16px 16px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 24px;
  width: 100%;
}
.summary-zns-promo input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none; /* Hide default checkbox */
  width: 24px;
  height: 24px;
  min-width: 24px; /* Ensure consistent size */
  min-height: 24px; /* Ensure consistent size */
  border: 2px solid #ff692d; /* Orange border like ecom-checkbox */
  border-radius: 6px;
  background-color: transparent; /* Outer background transparent */
  cursor: pointer;
  position: relative; /* For positioning ::before */
  margin: 0; /* Rely on parent gap for spacing */
  flex-shrink: 0; /* Prevent shrinking in flex container */
}
.summary-zns-promo label {
  margin-bottom: 0 !important;
}
.summary-zns-promo input[type="checkbox"]:checked::before {
  content: ''; /* No checkmark */
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #ff692d; /* Orange inner square */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the inner square */
  transition: background-color 0.2s; /* Smooth transition */
}
.summary-zns-promo .orange-text {
  color: #ffb36b;
  font-weight: 700;
}
.summary-total-final {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  color: #ff692d;
  margin-bottom: 4px;
}
.summary-total-final-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
.summary-vat-included {
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
  color: #FFF;
}
.panel-5-btn {
  width: 100%;
  background: linear-gradient(#98d62a 0%, #28a745 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
}

/* Popup */
.panel-5-popup,
.panel-5-popup-bg {
  display: none; /* Ẩn theo mặc định */
}
.panel-5-popup {
  position: fixed; /* Đảm bảo popup nằm cố định trên màn hình */
  top: 50%; /* Căn giữa theo chiều dọc */
  left: 50%; /* Căn giữa theo chiều ngang */
  transform: translate(-50%, -50%); /* Dịch chuyển để căn giữa chính xác */
  z-index: 1001; /* Đảm bảo popup nằm trên tất cả các phần tử khác */
  background: #fffffff2; /* Nền trắng cho popup */
  padding: 40px; /* Khoảng cách bên trong popup */
  border-radius: 20px; /* Bo góc */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Đổ bóng */
  max-width: 600px; /* Chiều rộng tối đa */
  width: 90%; /* Chiều rộng tương đối */
  box-sizing: border-box;
}
.panel-5-popup-bg {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}
.panel-5-popup h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  color: #212529 !important;
}
.panel-5-popup form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.panel-5-popup .form-row {
  display: flex;
  gap: 20px;
}
.panel-5-popup .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.panel-5-popup label {
  margin-bottom: 10px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #1e2024;
}
.panel-5-popup input[type="text"],
.panel-5-popup input[type="tel"],
.panel-5-popup textarea,
.panel-5-popup .custom-textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
}
.panel-5-popup textarea,
.panel-5-popup .custom-textarea {
  resize: vertical;
  min-height: 80px;
}
.panel-5-popup input[type="text"]:focus,
.panel-5-popup input[type="tel"]:focus,
.panel-5-popup textarea:focus,
.panel-5-popup .custom-textarea:focus {
  outline: none;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.panel-5-popup .popup-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
}
.panel-5-popup .popup-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none; /* Hide default checkbox */
  width: 24px;
  height: 24px;
  min-width: 24px; /* Ensure consistent size */
  min-height: 24px; /* Ensure consistent size */
  border: 2px solid #ff692d; /* Orange border like ecom-checkbox */
  border-radius: 6px;
  background-color: transparent; /* Outer background transparent */
  cursor: pointer;
  position: relative; /* For positioning ::before */
  margin: 0; /* Rely on parent gap for spacing */
  flex-shrink: 0; /* Prevent shrinking in flex container */
}
.panel-5-popup .popup-checkbox input[type="checkbox"]:checked::before {
  content: ''; /* No checkmark */
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #ff692d; /* Orange inner square */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the inner square */
  transition: background-color 0.2s; /* Smooth transition */
}
.panel-5-popup input[type="button"] {
  background: linear-gradient(90deg, #98d62a 0%, #28a745 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  box-shadow: none;
}
.panel-5-popup button:focus{
  outline: none !important;
}
.popup-close {
  position: absolute;
  right: 18px; top: 14px;
  font-size: 22px;
  color: #888;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.popup-close:hover {
  background: #f0f0f0;
}
@media (max-width: 700px) {
  .panel-5-popup {
    width: 98vw;
    padding: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-5-popup .form-row {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .panel-5-row {
    flex-wrap: wrap;
  }
  .ecom-options .panel-5-option {
    max-width: calc(50% - 8px);
  }
  .sign-options .panel-5-option {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .panel-5-row {
    flex-direction: column;
    gap: 12px;
  }
  .ecom-options .panel-5-option,
  .sign-options .panel-5-option {
    max-width: 100%;
  }
  .panel-5-group-title {
    font-size: 16px;
  }
  .option-title {
    font-size: 16px;
  }
  .option-price {
    font-size: 17px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-5-option .option-divider {
  border: none;
  border-top: 1px dotted #ffffff12;
  margin: 0px 0 49px 0;
  width: 100%;
  height: 0;
}

.summary-detail-list {
  background: #2C2424;
  border-radius: 20px;
  padding: 16px 16px 16px 20px;
  margin: 8px 0;
  width: 100%;
}
.order-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 400;
}
.order-summary-item:last-child {
  margin-bottom: 0;
}

.ecom-checkbox {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border: 2px solid #ff692d;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  background: transparent;
  cursor: pointer;
}
.ecom-checkbox-inner {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #ff692d;
  transition: background 0.2s;
}
.ecom-checkbox:not(.active) .ecom-checkbox-inner {
  background: transparent;
}

.sign-checkbox {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border: 2px solid #ff692d;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: transparent;
  cursor: pointer;
}
.sign-checkbox-inner {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #ff692d;
  transition: background 0.2s;
}
.sign-checkbox:not(.active) .sign-checkbox-inner {
  background: transparent;
}

@media screen and (max-width: 1440px) {
  .panel-5 {
    width: 100%;
    padding: 120px 0 !important;
    margin: 0 auto;
  }
  .panel-5-title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 24px;
  }
  .panel-5-main {
    gap: 24px;
    margin: 0 24px;
  }
  .panel-5 .group-1, .panel-5 .group-2 {
    padding: 22px 24px 20px 20px !important;
  }
  .panel-5-products {
    max-width: 900px;
  }
  .panel-5-tabs .tab {
    font-size: 20px;
    padding: 16px 20px;
    min-height: 60px;
  }
  .panel-5-group-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .panel-5-option {
    padding: 14px;
  }
  .option-title {
    font-size: 18px;
  }
  .option-desc, .option-desc span {
    font-size: 12px;
  }
  .option-price {
    font-size: 18px;
  }
  .panel-5-summary {
    padding: 20px 12px;
    font-size: 15px;
  }
  .tiki {
    left: 950px;
    top: 524px;
  }
  .tiktok {
    left: 1120px;
    top: 260px;
  }
  .option-divider {
    margin: 0px 0 22px 0 !important;
  }
  .option-choose {
    padding: 12px 12px;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-top: auto;
    width: 100%;
  }
  .sign-options .option-desc span {
    font-size: 12px;
  }
}

@media screen and (max-width: 1366px) {
  .panel-5 {
    width: 100%;
    padding: 183px 0 !important;
    margin: 0 auto;
  }
  .panel-5-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .panel-5-main {
    gap: 16px;
    margin: 0 8px;
  }
  .panel-5-products {
    max-width: 700px;
  }
  .panel-5 .group-1, .panel-5 .group-2 {
    padding: 22px 20px 20px 20px !important;
    background: none !important;
  }
  .panel-5-tabs .tab {
    font-size: 16px;
    padding: 10px 10px;
    min-height: 48px;
  }
  .panel-5-group-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .panel-5-option {
    padding: 10px;
  }
  .option-title {
    font-size: 15px;
  }
  .option-desc, .option-desc span {
    font-size: 11px;
  }
  .option-price {
    font-size: 16px;
  }
  .panel-5-summary {
    padding: 12px 4px;
    font-size: 13px;
  }
  .tiki {
    left: 900px;
    top: 524px;
  }
  .tiktok {
    left: 1080px;
    top: 240px;
  }
  .option-choose {
    padding: 8px;
  }
  .panel-5-summary {
    padding: 12px;
    border-radius: 8px;
  }
  .summary-zns-promo {
    padding:  8px;
    font-size: 12px;
    border-radius: 0;
    background: none ;
  }

} 
.option-choose:hover, .option-choose:focus, #open-consult:hover, #open-consult:focus {
  outline: none !important;
}

.panel-2-partners-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: none !important;
  padding: 0;
  height: 84px;
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}
.popup-checkbox label {
  margin-bottom: 0px !important;
}

.panel-5-popup input[type="text"]:focus,
.panel-5-popup input[type="tel"]:focus,
.panel-5-popup textarea:focus,
.panel-5-popup .custom-textarea:focus {
    outline: none;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}
#popup-content {
  background: #ebebeb;
}
.tuvanngay {
  cursor: pointer;
}
.panel-5-main button, .panel-5-main input[type=button], .panel-5-main input[type=submit] {
  background: linear-gradient(#98d62a 0%, #28a745 100%);
  border: none !important;
} 
.panel-5-popup .popup-checkbox input[type="checkbox"]:focus {
  outline: none !important;
}
.order-summary-item b {
  color: #FFF !important;
}

/* Mobile responsiveness for panel-1 */
@media (max-width: 768px) {
  body {
    background-color: #1e0404;
  }


  .panel-1-content {
    padding: 60px 20px;
  }

  .image2 {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .panel-1-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }

  .panel-1-subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .panel-1-tags {
    flex-direction: row;
    margin-bottom: 58px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .panel-1-tags .tag {
    height: 40px;
    padding: 10px 14px;
    border-radius: 8px;
  }

  .tuvanngay {
    width: 200px; /* Adjust button size */
    height: auto;
    margin: 0 auto 20px auto;
    display: block; /* Ensure it respects margin auto */
  }

  .panel-1-features {
    flex-direction: column;
    gap: 20px;
    margin-top: 140px;
  }

  .panel-1-features .feature {
    min-width: unset;
    width: 100%;
    padding: 24px;
    flex: 1 1 159px;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
  }

  .feature-title {
    font-size: 20px;
    line-height: 28px;
  }

  .feature-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .shopee {
    width: 39px;
    height: 37px;
    top: 322px;
    left: 46px;
  }
  .lazada {
    transform: rotate(-8.738deg);
    width: 70px;
    height: 70px;
    top: 382px;
    left: 32px;
  }
  .tiktok {
    width: 34px;
    height: 38px;
    left: 309px;
    top: 318px;
  }
  .tiki {
    width: 67px;
    height: 73px;
    left: 285px;
    top: 384px;
  }
  .btn-nd70 {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    display: inline-block;
    margin-left: 0px !important;
  }
}

@media (max-width: 480px) {
  .panel-1-title {
    font-size: 30px;
    line-height: 38px;
  }

  .panel-1-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .panel-1-tags {
    gap: 10px;
  }

  .panel-1-tags .tag {
    height: 36px;
    padding: 8px 16px;
  }

  .tuvanngay {
    width: 140px;
    height: 44px;
  }

  .panel-1-features .feature {
    padding: 20px;
  }

  .feature-title {
    font-size: 18px;
    line-height: 26px;
  }

  .feature-desc {
    font-size: 13px;
    line-height: 20px;
  }
}

.panel-1-title .mobile-title-text {
  display: none;
}

@media (max-width: 768px) {
  .panel-1-title .desktop-title-text {
    display: none;
  }
  .panel-1-title .mobile-title-text {
    display: inline;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
  .panel-1 .panel-1-subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
}

.ecom-mb-only {
  display: none;
}

@media (max-width: 768px) {
  .ecom-mb-only {
    display: block;
  }
}
.ecom-pc-only {
  display: block;
}

@media (max-width: 768px) {
  .ecom-pc-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .panel-2 {
    padding: 40px 20px 60px 20px;
  }

  .panel-2-intro {
    font-size: 12px;
    padding: 2px 12px;
    margin-bottom: 12px;
  }

  .panel-2-title {
    font-size: 32px;
    line-height: 40px;
    margin: 12px 0 24px 0;
  }

  .panel-2-main {
    margin-bottom: 40px;
  }

  .panel-2-image-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
    border-width: 1px;
  }

  .panel-2-image-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px; /* Match parent border-radius */
  }

  .panel-2-icon {
    display: none; /* Hide floating icons on mobile */
  }

  .panel-2-note {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }

  .panel-2-partners-outer {
    max-width: 100%;
    padding: 0 20px;
  }

  .panel-2-partners-wrap {
    height: 74px;
    overflow: hidden;
    padding: 0;
  }

  .panel-2-partners {
    position: absolute;
    left: 0;
    width: 200vw; /* Adjusted width to be definitively wider than viewport for scrolling */
    animation: scrollLeftMobile 30s linear infinite;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    height: auto;
    align-items: flex-start;
    white-space: normal;
  }
  .ecom-mb-only .panel-2-partners {
    position: absolute;
    left: 0;
    width: 200vw; /* Adjusted width to be definitively wider than viewport for scrolling */
    animation: scrollLeftMobile-2 30s linear infinite;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    height: auto;
    align-items: flex-start;
    white-space: normal;
  }

  .partner-item {
    width: 118px;
    height: 52px;
    margin: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .panel-2 {
    padding: 30px 15px 50px 15px;
  }

  .panel-2-title {
    font-size: 28px;
    line-height: 36px;
  }

  .panel-2-note {
    font-size: 16px;
    line-height: 24px;
  }

  .panel-2-partners-outer {
    padding: 0 15px;
  }

}

@media (max-width: 768px) {
  .panel-3 {
    padding: 40px 20px 80px 20px;
  }

  .panel-3-title {
    margin: 0 0 24px 0;
    font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  }

  .panel-3-bullets {
    gap: 20px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .panel-3-radar {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    align-items: flex-start;
  }

  .panel-3-radar-bg {
    top: 55%;
  }

  .panel-3-center {
    display: none;
  }

  .panel-3-item {
    position: static;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    animation: none;
    padding-left: 65px;
    padding-right: 65px;
  }

  .panel-3-item img {
    width: 60px;
    height: 60px;
    margin-right: 12px !important;
    margin-left: 0 !important;
    order: 1;
  }

  .panel-3-item span {
    font-size: 18px;
    text-align: left;
    order: 2;
  }

  .panel-3-item.crm,
  .panel-3-item.banhang,
  .panel-3-item.ve,
  .panel-3-item.ketoan,
  .panel-3-item.erp {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    flex-direction: row;
    margin: 0;
  }

  .panel-3-item.crm span,
  .panel-3-item.banhang span,
  .panel-3-item.ve span,
  .panel-3-item.ketoan span,
  .panel-3-item.erp span {
    margin: 0;
    padding: 0;
    white-space: normal;
    text-align: left;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(#fff 0%, #9c3300 100%);
    -webkit-background-clip: text;
    background-clip: text;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
  .panel-3-bullets {
    align-items: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .panel-3-bullet img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .panel-3-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }

  .panel-3-bullets {
    align-items: left;

  }
  .panel-3-bullet {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }

  .panel-3-item img {
    width: 40px;
    height: 40px;
  }

  .panel-3-item span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .panel-4 {
    padding: 40px 20px 40px 20px;
    gap: 40px;
  }

  .panel-4-row {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px; /* Adjust margin between rows */
  }

  /* For the second block, reverse the order to have image on top */
  .panel-4-row:nth-child(2) {
    flex-direction: column-reverse;
  }

  .panel-4-info {
    max-width: 100%;
    text-align: center; /* Center align text content */
  }

  .panel-4-label {
    margin-bottom: 16px;
  }

  .panel-4-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .panel-4-desc {
    font-size: 15px;
    line-height: 24px;
  }

  .panel-4-imgwrap {
    max-width: 80%; /* Adjust max-width for images on mobile */
    min-width: unset;
    min-height: unset;
    max-height: unset;
    margin: 0 auto; /* Center the image wrap */
  }

  .panel-4-img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 480px) {
  .panel-4 {
    padding: 30px 15px 30px 15px;
    gap: 30px;
  }

  .panel-4-row {
    gap: 20px;
    margin-bottom: 20px;
  }

  .panel-4-title {
    font-size: 28px;
    line-height: 36px;
  }

  .panel-4-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .panel-4-imgwrap {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .panel-5 {
    padding: 80px 0 !important; 
  }
  .panel-5-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    margin: 0 10px 32px 10px;
  }
  .panel-5-main {
    flex-direction: column;
    gap: 40px;
    margin: 0; /* Ensure no horizontal margin */
  }
  .panel-5-products {
    width: 100%;
    max-width: 100%;
  }
  .panel-5-tabs {
    flex-direction: row; /* Change to horizontal layout for mobile */
    justify-content: space-between; /* Distribute items evenly */
    align-items: stretch; /* Make tabs equal height */
    margin-bottom: 24px; /* Add margin below tabs */
  }
  .panel-5-tabs .tab {
    flex: 1; /* Allow tabs to grow and shrink */
    min-width: 0; /* Allow shrinking below content size */
    padding: 12px 8px; /* Adjust padding for smaller screens */
    font-size: 14px; /* Adjust font size for smaller screens */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Ensure long words break */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Center align text */
    line-height: 1.3;
    background: #231B1B; /* Nền tối hơn cho các tab không hoạt động */
    color: #fff; /* Chữ trắng cho các tab không hoạt động */
    border: 1px solid #3d342f; /* Đường viền cho các tab không hoạt động */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); /* Đổ bóng cho các tab */
    box-sizing: border-box; /* Include padding and border in the element's total width */
  }
  .panel-5-tabs .tab span {
    font-size: 12px; /* Adjust font size for the description */
    margin-top: 4px; /* Add some space between title and description */
    text-align: left; /* Center align description text */
    max-width: 100%;
    color: #b1b1b1; /* Màu sáng hơn cho mô tả */
  }
  .panel-5-tabs .tab.active {
    background: #231411 !important; /* Nền tối hơn cho tab hoạt động */
    color: #ff692d !important; /* Chữ màu cam cho tab hoạt động */
    border: 1px solid #ff692d; /* Đường viền màu cam cho tab hoạt động */
    box-shadow: 0 4px 12px rgba(255, 105, 45, 0.4); /* Đổ bóng sáng hơn cho tab hoạt động */
    z-index: 2;
    outline: none;
  }
  .panel-5-tabs .tab.active span {
    color: #fff; /* Mô tả màu trắng cho tab hoạt động */
  }
  .panel-5-group.group-1, .panel-5-group.group-2 {
    width: 100%;
  }
  .panel-5-group-title {
    padding: 16px 20px;
    font-size: 18px;
  }
  .panel-5-group-title .group-icon-wrap {
    width: 32px;
    height: 32px;
  }
  .panel-5-group-title .group-icon {
    width: 20px;
    height: 20px;
  }
  .panel-5-group-title .group-title-text {
    font-size: 16px;
  }
  .panel-5-options .panel-5-row {
    flex-direction: row;
    flex-wrap: wrap; /* Ensure wrapping on mobile */
    gap: 20px;
  }
  .ecom-options .panel-5-row {
    flex-wrap: wrap; /* Ensure wrapping on mobile */
    gap: 20px; /* Match general gap */
  }
  .sign-options .panel-5-row {
    flex-wrap: wrap; /* Ensure wrapping on mobile */
    gap: 20px; /* Match general gap */
  }
  .panel-5-option {
    flex: 1 1 calc(50% - 30px) !important; /* Force two columns with adjusted gap and padding */
    max-width: calc(50% - 30px) !important; /* Force two columns with adjusted gap and padding */
    padding: 12px;
    background: #231B1B;
    color: #fff;
    border: 1px solid #3d342f;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    text-align: left; /* Left align text content */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box; /* Include padding and border in the element's total width */
  }
  .ecom-options .panel-5-option {
    flex: 1 1 calc(50% - 30px) !important; /* Force two columns with adjusted gap and padding */
    max-width: calc(50% - 30px) !important; /* Force two columns with adjusted gap and padding */
  }
  .sign-options .panel-5-option {
    flex: 1 1 calc(50% - 30px) !important; /* Force two columns with adjusted gap and padding */
    max-width: calc(50% - 30px) !important; /* Force two columns with adjusted gap and padding */
  }
  .panel-5-option.selected {
    border: 2px solid #5CB85C;
    box-shadow: 0 0 10px #5CB85C;
  }
  .option-title {
    font-size: 16.032px;
    color: #fff;
    margin-bottom: 5px;
    text-align: left; /* Left align title */
  }
  .option-desc {
    font-size: 14px;
    color: #b1b1b1;
    margin-bottom: 10px;
    text-align: left; /* Left align description */
  }
  .option-price {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-align: left; /* Left align price */
  }
  .option-choose {
    padding: 10px 24px;
    font-size: 16px;
    background: linear-gradient(90deg, #5CB85C, #8CD65C);
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 100%;
  }
  .panel-5-summary {
    padding: 10px 20px;
    width: 100%;
    display: none; /* Hide by default on mobile */
  }
  /* New rule to show and position on mobile when active */
  .panel-5-summary.show-on-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: unset; /* To ensure it takes full width */
    border-radius: 0; /* Rounded top corners, sharp bottom */
    padding: 12px 20px; /* Adjusted padding */
    box-sizing: border-box; /* Include padding in width calculation */
    z-index: 1000; /* Ensure it's on top */
  }
  .summary-title {
    font-size: 20px;
  }
  .summary-service-count {
    font-size: 14px;
  }
  .summary-row {
    font-size: 16px;
    margin-bottom: 0;
  }
  .summary-zns-promo {
    margin-top: 0;
    margin-bottom: 11px;
    padding: 0;
  }
  .summary-separator {
    border-top: 1px dashed #848199;
    margin-bottom: 10px;
  }
  .summary-zns-promo input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    background: #ffffff0a;
    border: 1px solid #848199;
    border-radius: 4px;

  }
  .summary-zns-promo label {
    font-size: 12px;
    font-style: normal;
    color: #000 !important;
  }
  .summary-total-final {
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
  }
  .panel-5-btn {
    padding: 12px 30px;
    font-size: 18px;
  }
  .sign-options .option-desc span {
    font-size: 10.688px;
    font-style: normal;
    font-weight: 700;
  }
  .option-price span {
    font-size: 10.688px;
    font-style: normal;
    font-weight: 500;
  }
  .panel-5-summary {
    background: #FFF !important;
  }
  .summary-total-final-text, .summary-vat-included {
    color: #000;
  }
  #summary-final-price {
    color: #ff692d !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-left: 5px;
  }
  .summary-total-final {
    vertical-align: middle;
    line-height: 20px;
    justify-content: unset;
  }
  .summary-vat-included {
    text-align: left;
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
  }
  .summary-total-final-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  .discount-tag {
    position: absolute;
    top: 51%;
    left: 52%;
    border-radius: 16px;
  }
  .summary-row span:last-child {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
  }
  .panel-5-btn {
    position: absolute;
    top: 43%;
    right: 5%;
    width: 100px;
    padding: 8px 14px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
  }
  #open-consult:hover, #open-consult:focus, #open-consult:active {
    position: absolute;
    top: 43%;
    right: 5%;
    width: 100px;
    padding: 8px 14px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
  }
  .panel-5-popup h3 {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
  .panel-5-popup input[type="text"],
  .panel-5-popup input[type="tel"],
  .panel-5-popup textarea,
  .panel-5-popup .custom-textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .panel-5-popup .form-group {
    margin-bottom: 0;
  }
  .panel-5-popup .popup-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }
  .panel-5-popup input[type="button"] {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
  }
  .panel-5-popup label {
    font-size: 14px;
  }
  .popup-checkbox label {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .panel-5-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 32px 0;
  }

  .panel-5-main {
    gap: 20px;
  }

  .panel-5-tabs .tab {
    font-size: 18px;
    padding: 12px 15px;
  }

  .panel-5-group.group-1, .panel-5-group.group-2 {
    padding: 15px;
    border-radius: 15px;
  }

  .panel-5-group-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .panel-5-group-title .group-icon-wrap {
    width: 24px;
    height: 24px;
  }

  .panel-5-group-title .group-icon {
    width: 18px;
    height: 18px;
  }

  .panel-5-group-title .group-title-text {
    font-size: 16px;
  }

  .panel-5-options .panel-5-row {
    gap: 16px;
  }
  .ecom-options .panel-5-row {
    flex-wrap: wrap;
    gap: 16px;
  }
  .sign-options .panel-5-row {
    flex-wrap: wrap;
    gap: 16px;
  }

  .option-title {
    font-size: 16.032px;
    text-align: left;
  }
  .option-desc {
    font-size: 10.688px;
    font-style: normal;
    text-align: left;
  }
  .option-price {
    font-size: 18px;
    text-align: left;
  }
  .option-price span {
    font-size: 10.688px;
    font-style: normal;
    font-weight: 500;
  }

  .option-choose {
    padding: 8px 15px;
    font-size: 13px;
  }

  .panel-5-summary {
    padding: 20px;
  }

  .summary-title {
    font-size: 18px;
  }

  .summary-row {
    font-size: 14px;
  }

  .summary-total-final {
    font-size: 20px;
  }

  .panel-5-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
  .sign-options .option-desc span {
    font-size: 10.688px;
    font-style: normal;
    font-weight: 700;
  }
}

/* Thêm media query cho màn hình 390px */
@media (max-width: 390px) {
  .panel-5-option {
    width: 167px !important;
    flex: 0 0 167px !important;
    max-width: 167px !important;
  }

  .ecom-options .panel-5-option {
    width: 167px !important;
    flex: 0 0 167px !important;
    max-width: 167px !important;
  }

  .sign-options .panel-5-option {
    width: 167px !important;
    flex: 0 0 167px !important;
    max-width: 167px !important;
  }
}
.w-100 {
  width: 100%;
}
.btn-nd70 {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  color: #fff;
}

.btn-nd70:hover,
.btn-nd70:focus {
  color: #fff !important;
  text-decoration: underline;
}
