body {
    background: #fdfdfd;
    color: #333;
  }

  .facility-banner {
    position: relative;
    min-height: 100px;
    overflow: hidden;
    /* Cắt bớt những gì cao hơn 300 px */
  }

  .facility-title {
    font-size: 32px;
    color: #ffd966;
  }

  .facility-desc {
    font-size: 16px;
  }

  /* Responsive adjustments */
  @media (min-width: 768px) {
    .facility-title {
      font-size: 42px;
    }

    .facility-desc {
      font-size: 50px;
      font-weight: 700;
    }
  }

  .facility-text {
    left: 13% !important;
  }

  @media (max-width: 575.98px) {
    .facility-text {
      top: 40% !important;
      transform: translateY(-40%) !important;
      left: auto !important;
      /* ← Tắt left khi ở mobile */
    }
  }


  .contact-section h3 {
    font-size: 24px;
  }

  .keangnam-title,
  .text-primary-custom,
  strong {
    color: var(--main-color);
  }

  .custom-bg {
    background-color: var(--main-color);
  }

  .contact-section a {
    text-decoration: none;
  }

  .custom-btn {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 4px 15px;
    transition: background-color 0.3s ease;
  }

  .custom-btn:hover {
    background-color: var(--main-color);
    color: #ffd966;
  }

  .form-wrapper {
    max-width: 360px;
    width: 100%;
  }

  .contact-section .h-100 {
    min-height: 300px;
  }

  .img-infrastructure {
    max-width: 240px;
    /* tuỳ thiết kế: 150–300px là đẹp */
    height: auto;
  }
  .free:hover {
        background-color: #06525fff !important;
  }
