.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stat-item {
  padding: 40px 30px;
  text-align: center;
  border-right: 0.5px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
}

.stat-item:nth-child(3n) {
  border-right: none;
}

.stat-item:nth-child(4),
.stat-item:nth-child(5),
.stat-item:nth-child(6) {
  border-bottom: none;
}

.stat-number {
  font-family: Georgia, serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: rgb(184, 150, 126);
  line-height: 1;
  margin-bottom: 16px;
}

.stat-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a2340;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 12px;
  }
	.stat-item {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 20px;
}
}

/*  */
/* Luôn hiển thị, không ẩn khi không hover */
.slider-chay-muot .flickity-prev-next-button {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  pointer-events: auto !important;
  width: 40px !important;
  height: 40px !important;
  background: rgb(184, 150, 126) !important;
  box-shadow: none !important;
  border: none !important;
  top: auto !important;
  bottom: -80px !important;
  transform: none !important;
  transition: background 0.3s ease !important;
}

.slider-chay-muot .flickity-prev-next-button:hover {
  background: rgb(160, 128, 105) !important;
}

.slider-chay-muot .flickity-prev-next-button .flickity-button-icon {
  color: #fff !important;
}

/* Nút trái bo góc trên trái + dưới phải */
.slider-chay-muot .flickity-prev-next-button.previous {
  left: auto !important;
  right: 56px !important;
  border-radius: 12px 0 12px 0 !important;
}

/* Nút phải bo góc trên phải + dưới trái */
.slider-chay-muot .flickity-prev-next-button.next {
  right: 0 !important;
  left: auto !important;
  border-radius: 0 12px 0 12px !important;
}
.slider-chay-muot {
  padding-bottom: 0px !important;
  overflow: visible !important;
}

.slider-chay-muot .flickity-prev-next-button {
  bottom: -55px !important;
}
/* footer  */
.call-box {
  background: linear-gradient(135deg, #6b5a4e 0%, #B8967E 50%, #6b5a4e 100%);
  border-radius: 40px 40px 40px 12px;
  padding: 36px 48px;
  display: inline-block;
  text-align: center;
}

.call-box__phone {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.call-box__title {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
