.elementor-15 .elementor-element.elementor-element-b21f80d{--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:110px;--padding-bottom:110px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8421b26 *//* General Styles for Eden Contact Form */
  .eden-living-contact-container * {
    box-sizing: border-box;
    font-family: Arial, sans-serif; /* Hoặc font chữ chính của Eden Living */
  }

  .eden-living-contact-container {
    max-width: 450px; /* Điều chỉnh độ rộng nếu cần */
    margin: 40px auto; /* Căn giữa */
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Đảm bảo header bo tròn theo container */
  }

  .eden-living-header {
    /* === Gradient Background - Điều chỉnh màu sắc ở đây === */
    /* ví dụ 1: Từ đậm sang nhạt hơn */
    background: linear-gradient(135deg, #0a5c5e, #0f7375, #148a8c);
    /* ví dụ 2: Đơn giản hơn */
    /* background: linear-gradient(to right, #0c6668, #118385); */

    color: #ffffff;
    padding: 25px 20px;
    text-align: center;
  }

  .eden-living-header h2 {
    margin: 0;
    font-size: 24px; /* Kích thước tiêu đề */
    font-weight: 600; /* Độ đậm */
  }

  .eden-living-form {
    padding: 30px;
  }

  .eden-form-group {
    margin-bottom: 20px;
  }

  .eden-form-group input[type="text"],
  .eden-form-group input[type="email"],
  .eden-form-group input[type="tel"],
  .eden-form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc; /* Viền xám nhạt hơn */
    border-radius: 6px; /* Bo góc nhẹ */
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Hiệu ứng chuyển tiếp */
  }

   /* --- Hiệu ứng Hover --- */
  .eden-form-group input[type="text"]:hover,
  .eden-form-group input[type="email"]:hover,
  .eden-form-group input[type="tel"]:hover,
  .eden-form-group textarea:hover {
     border-color: #88c5c6; /* Màu teal nhạt hơn khi hover */
  }

   /* --- Hiệu ứng Focus --- */
  .eden-form-group input[type="text"]:focus,
  .eden-form-group input[type="email"]:focus,
  .eden-form-group input[type="tel"]:focus,
  .eden-form-group textarea:focus {
    outline: none;
    border-color: #0f7375; /* Màu teal chính khi focus */
    box-shadow: 0 0 0 3px rgba(15, 115, 117, 0.15); /* Glow nhẹ màu teal */
  }


  .eden-form-group textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit; /* Đảm bảo font chữ nhất quán */
  }

   /* Placeholder styling */
  .eden-form-group ::placeholder {
    color: #aaa;
    opacity: 1;
  }
   .eden-form-group :-ms-input-placeholder { color: #aaa; }
   .eden-form-group ::-ms-input-placeholder { color: #aaa; }

  .eden-submit-btn {
    width: 100%;
    padding: 13px 15px; /* Tăng nhẹ padding */
    /* === Gradient nền giống header === */
     background: linear-gradient(135deg, #0a5c5e, #0f7375, #148a8c);
    /* background: linear-gradient(to right, #0c6668, #118385); */

    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; /* Viết hoa chữ */
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.2s ease;
    margin-top: 10px; /* Khoảng cách trên nút */
  }

  .eden-submit-btn:hover {
    opacity: 0.9; /* Giảm độ mờ khi hover */
     transform: translateY(-1px); /* Hiệu ứng nhấc nút nhẹ */
  }/* End custom CSS */