.elementor-279 .elementor-element.elementor-element-316f348{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:90px;--padding-bottom:90px;--padding-left:90px;--padding-right:90px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c90e398 */.ubg-modern-contact-block {
    font-family: 'inter tight', sans-serif; /* Hoặc font chữ hiện đại bạn thích */
    color: #333;
    line-height: 1.6;
    max-width: 650px; /* Điều chỉnh độ rộng tối đa nếu cần */
    margin: 30px auto; /* Căn giữa và tạo khoảng cách */
    padding: 20px;
  }

  .ubg-modern-contact-block h2,
  .ubg-modern-contact-block h3 {
    color: #111;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .ubg-modern-contact-block .contact-form-section h3 {
      font-size: 1.4em;
      margin-bottom: 15px;
  }

  .ubg-modern-contact-block .contact-info-section {
    margin-top: 40px; /* Khoảng cách giữa form và thông tin liên hệ */
    border-top: 1px solid #eee; /* Đường kẻ ngăn cách nhẹ */
    padding-top: 30px;
  }
   .ubg-modern-contact-block .contact-info-section h3 {
      font-size: 1.3em;
      margin-bottom: 15px;
  }

  .ubg-modern-contact-block .form-group {
    margin-bottom: 18px;
  }

  /* Bỏ label nếu dùng placeholder */
  /*
  .ubg-modern-contact-block .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 0.9em;
    color: #555;
  }
  */

  .ubg-modern-contact-block .form-group input[type="text"],
  .ubg-modern-contact-block .form-group input[type="email"],
  .ubg-modern-contact-block .form-group input[type="tel"],
  .ubg-modern-contact-block .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px; /* Bo góc nhẹ */
    font-size: 1em;
    box-sizing: border-box; /* Quan trọng khi có padding/border */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .ubg-modern-contact-block .form-group textarea {
    min-height: 130px;
    resize: vertical;
    font-family: inherit; /* Đảm bảo font giống input */
  }

  .ubg-modern-contact-block .form-group input:focus,
  .ubg-modern-contact-block .form-group textarea:focus {
    outline: none;
    border-color: #008001; /* Màu chủ đạo khi focus */
    box-shadow: 0 0 0 3px rgba(0, 128, 1, 0.15); /* Hiệu ứng glow nhẹ */
  }

  /* Style placeholder */
 .ubg-modern-contact-block ::placeholder {
    color: #888;
    opacity: 1;
  }

  .ubg-modern-contact-block :-ms-input-placeholder {
   color: #888;
  }

  .ubg-modern-contact-block ::-ms-input-placeholder {
   color: #888;
  }

  .ubg-modern-contact-block .submit-button {
    display: inline-block; /* Hoặc block nếu muốn nút chiếm toàn bộ chiều rộng */
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    /* === Gradient Background === */
    background: linear-gradient(to right, #006400, #008001, #228b22); /* DarkGreen -> Green -> ForestGreen */
    /* background: linear-gradient(to right, #008001, #009001); */ /* Đơn giản hơn */
    transition: opacity 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
  }

  .ubg-modern-contact-block .submit-button:hover {
    opacity: 0.9;
    transform: translateY(-1px); /* Hiệu ứng nhấc nhẹ khi hover */
  }

  .ubg-modern-contact-block .contact-info-section p,
  .ubg-modern-contact-block .contact-info-section a {
     margin-bottom: 12px;
     font-size: 1em;
  }

   .ubg-modern-contact-block .contact-info-section a {
      color: #008001; /* Màu link là màu chủ đạo */
      text-decoration: none;
      transition: color 0.3s ease;
   }
    .ubg-modern-contact-block .contact-info-section a:hover {
       color: #005000; /* Màu đậm hơn khi hover */
       text-decoration: underline;
    }/* End custom CSS */