.goi a {
    display: inline-block !important;
    padding: 8px 18px !important;
    font-weight: 600;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    transition: all 0.25s ease !important;
}

.goi li.active a {
    background-color: #d32f2f !important;
    color: #fff !important;
}

/* Cho mobile: kéo ngang các tab */
@media (max-width: 768px) {
    .goi ul.nav {
        display: flex;
		flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .goi ul.nav::-webkit-scrollbar {
        display: none;
    }
    .goi li {
        flex: 0 0 auto;
    }
}

.package-card {
  max-width: 350px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: var(--White);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px dashed var(--Scarlet-Red);
}

/* Header có ảnh nền */
.package-header {
  background: url('/wp-content/uploads/2025/08/ac.png') center/cover no-repeat;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-header h2 {
  color: var(--White) !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.package-body {
  padding: 15px;
}

/* Nhóm 2 dòng + icon */
.info-group {
  display: flex;
}

.info-icon {
/*   flex: 0 0 35px; */
  display: flex;
  justify-content: center;
  padding-top: 3px;
}

.info-icon img {
  width: 100%;
  height: 40px;
}

.info-text {
  flex: 1;
}

.info-text li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 5px;
  color: var(--Black);
}

.info-text b {
  color: red;
}

.highlight {
  color: var(--Scarlet-Red);
  font-weight: bold;
}

/* Nút 2 cột */
.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn {
  flex: 1;
  padding: 10px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 15px;
  border-radius: 20px;
  transition: 0.3s;
}

.btn-zalo {
  background: #0a92ff;
}

.btn-zalo:hover, .btn-call:hover {
  color: var(--White);
}

.btn-call {
  background: var(--Scarlet-Red);
}

/* Responsive */
@media (max-width: 768px) {
  .package-card {
    max-width: 100%;
  }

  .package-header h2 {
    font-size: 18px;
  }
}

.uudai-box {
    border: 1px dashed var(--Scarlet-Red);
    border-radius: 10px;
    padding: 15px;
    background-color: #f9f9f9;
    max-width: 70%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
}

.uudai-title span {
    color: var(--Black);
    font-weight: bold;
}

.uudai-box strong {
    font-weight: bold;
}

@media (max-width: 600px) {
    .uudai-box {
        font-size: 14px;
        padding: 12px;
    }
}

.uudai-box-custom {
    background-color: #fffdf5;
    border: 1px solid #f0d9a5;
    padding: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.uudai-title-custom {
    color: var(--Scarlet-Red) !important;
    font-weight: bold;
    margin-bottom: 8px;
}

.uudai-box-custom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uudai-box-custom ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    line-height: 1.5em;
    font-size: 15px;
    color: var(--Rusty-Orange);
}

.uudai-box-custom ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d38b1d;
    font-size: 18px;
    line-height: 1em;
}

/* Responsive */
@media (max-width: 768px) {
    .uudai-box-custom {
        padding: 12px;
        font-size: 14px;
    }
}