/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*
Theme Name: Flatsome Child
*/

/* ===== FONT ===== */
.bonheur,
.bonheur-none {
  font-family: 'Bonheur Royale', cursive !important;
}

.bonheur {
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: normal;
}

/* ===== MENU ===== */
.nav-spacing-xlarge > li {
  margin: 0 50px !important;
}

/* ===== STATS SECTION ===== */
.stats-section {
  background: #f5f5f5;
  padding: 80px 20px;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.stat-item { flex: 1; }

.stat-number {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  font-weight: 300;
  color: #222;
  margin: 0;
}

.stat-label {
  margin-top: 10px;
  font-size: 16px;
  color: #c9a45c;
  letter-spacing: 1px;
}

/* Gold Line */
.gold-line {
  width: 120px;
  height: 3px;
  background: #c9a45c;
  margin: 30px auto 0;
}

/* ===== CONTACT FORM ===== */
.custom-contact-form {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-header h2 {
  font-family: "Playfair Display", serif;
  color: #0c66a4;
  font-size: 32px;
}

.form-header p {
  font-weight: bold;
  font-size: 16px;
}

.form-row { margin-bottom: 20px; }

.form-row label {
  display: block;
  margin-bottom: 8px;
  color: #333;
}

.form-row .star { color: #d9534f; }

.custom-contact-form input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}

.custom-contact-form input[type="submit"] {
  background: #0c66a4;
  color: #fff;
  padding: 12px 100px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: .3s;
}

.custom-contact-form input[type="submit"]:hover {
  background: #5a90b6;
}

/* ===== TESTIMONIAL ===== */
.testimonial-section {
  background: #000;
  padding: 80px 20px;
}

.testimonial-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-item {
  width: 320px;
}

.testimonial-box {
  background: #eee;
  padding: 30px;
  position: relative;
}

.testimonial-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial-box p {
  color: #555;
  line-height: 1.6;
}

/* triangle */
.testimonial-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border: 12px solid transparent;
  border-top-color: #eee;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
}

.testimonial-user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user span {
  color: #fff;
}

/* ===== PRICE CARD ===== */
.bang-gia-noi-that .price-card {
  background: #fff;
  border: 1px solid rgba(19,123,206,.25);
  border-radius: 10px;
  overflow: hidden;
  transition: .35s ease;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .stat-number { font-size: 48px; }
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 40px;
  }

  .stat-number { font-size: 42px; }
  .stat-label { font-size: 14px; }
}






































































