.section.sec-services {
    padding: 60px 0;
    background: #f8f9fa;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.section.sec-services .heading {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.service {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.service:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    border-color: #22DEFE;
}

.service img {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.service:hover img {
    transform: scale(1.1);
}

.service h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.service p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.service a.btn {
    margin-top: 10px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service a.btn:hover {
    background-color: #00659B;
    color: #fff;
    border-color: #22DEFE;
}








/* QUYTRINH*/
/* QUYTRINH */
.quytrinh {
  background: #F6F6F6;
  padding-bottom: 92px;
  text-align: center;
}

.quytrinh_shop {
  background: #362E7E;
  padding-bottom: 92px;
  text-align: center;
}

.quytrinh_shop h2,
.quytrinh_shop h3,
.quytrinh_shop p {
  color: white;
}

.quytrinh-box {
  width: 80%;
  margin: 0 auto;
}

.quytrinh-content {
  display: flex;
  flex-wrap: wrap; /* 自动换行 */
  justify-content: center;
  align-items: flex-start;
  /* gap: 40px;  */
  /* margin: 0 10px; */
  text-align: center;
}

.quytrinh-title {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  padding-top: 72px;
  margin-bottom: 60px;
}

.quytrinh-apple {
  margin-bottom: 12px;
}

.quytrinh-item {
  flex: 1 1 250px; /* 最小宽度 250px，超出会换行 */
  max-width: 300px;
  text-align: center;
}

.quytrinh-item img {
  max-width: 80px;
  height: auto;
  margin-bottom: 12px;
}

.quytrinh-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.quytrinh-item p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

.quytrinh p {
  color: #666666;
}

.quytrinh-box-apple > p {
  color: black;
  font-weight: 500;
  margin-bottom: 52px;
}

/* 小屏优化 */
@media (max-width: 768px) {
  .quytrinh-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .vector {
    display: none; /* 小屏时隐藏箭头 */
  }

  .quytrinh-item {
    max-width: 90%;
  }

  .quytrinh-title {
    font-size: 28px;
    line-height: 36px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
