
    p{
        font-size: 16px;
        margin-top: 10px;
    }
.package-detail {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
}

.package-detail h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.package-detail .desc {
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
}

.info-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 20px auto;
}

.info-item {
  background: #f8f9fc;
  border-radius: 12px;
  padding: 25px 35px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  min-width: 300px;
  flex: 1;
}

.info-item img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.info-item h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0;
}

.info-item p {
  margin: 5px 0;
  color: #555;
  font-size: 14px;
}

.price {
  color: #0073ff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.price span {
  font-size: 15px;
  color: #f7adad;
  font-weight: 400;
}
/* Phần khung chung đã có, giữ nguyên */

.price-box {
  text-align: left;
}

.price-box h3 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-align: center;
}

.price-box p {
  color: #555;
  font-size: 14px;
  margin: 0 0 3px 0;
}

.price-wrap {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.price {
  color: #0073ff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.unit {
  font-size: 14px;
  color: #555;
}

/* --- Phần tốc độ --- */
.div-right {
  text-align: left;
}

.div-label {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

.div-label ._bold {
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
}

.num-speed {
  display: flex;
  align-items: center;
  gap: 10px;
}

.speed {
  color: #ff7a00;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

._num {
  color: #666;
}


.btn-register {
  display: inline-block;
  background: #0066ff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-register:hover {
  background: #004ecb;
}
.img-m{
  display: none;
}
@media (max-width: 768px) {
  .info-item {
    width: 90%;
  }
  .img-pc{
    display: none;
  }
  .img-m{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
