.elementor-15 .elementor-element.elementor-element-b5bd2fc{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4166f25 *//* Đảm bảo box-sizing và reset cơ bản */
  .kstate-contact-section-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .kstate-contact-section-container {
       font-family: 'Roboto' , sans-serif;
    background-color: #f8f7fc; /* Một màu nền rất nhạt, hơi hướng tím nhưng sáng */
    padding: 60px 20px; /* Khoảng đệm cho toàn bộ section */
    color: #333333; /* Màu chữ chính cho nội dung */
  }

  .kstate-contact-content-wrapper {
    max-width: 1100px; /* Giới hạn chiều rộng tối đa */
    margin: 0 auto; /* Căn giữa */
    background-color: #FFFFFF; /* Nền trắng cho card chính */
    border-radius: 12px; /* Bo góc card */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Đổ bóng nhẹ nhàng */
    overflow: hidden; /* Quan trọng để header bo góc theo card */
    transition: box-shadow 0.35s ease-in-out, transform 0.35s ease-in-out;
  }

  .kstate-contact-content-wrapper:hover {
    box-shadow: 0 15px 45px rgba(81, 40, 136, 0.12); /* Đổ bóng rõ hơn khi hover */
    transform: translateY(-6px); /* Hiệu ứng nhấc lên */
  }

  .kstate-contact-block-header {
    /* Gradient nhẹ nhàng cho header */
    background: linear-gradient(135deg, #512888 0%, #6a429f 100%);
    color: #FFFFFF;
    padding: 35px 40px;
    text-align: center;
  }

  .kstate-contact-block-header h2 {
    font-size: 30px; /* Kích thước tiêu đề */
    font-weight: 700; /* Đậm hơn */
    margin-bottom: 8px;
  }

  .kstate-contact-block-header p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 650px; /* Giới hạn chiều rộng cho dễ đọc */
    margin-left: auto;
    margin-right: auto;
  }

  .kstate-contact-main-area {
    display: flex;
    flex-wrap: wrap; /* Cho phép các cột xuống dòng trên màn hình nhỏ */
    padding: 40px; /* Khoảng đệm cho nội dung bên trong card */
  }

  /* Cột thông tin liên hệ */
  .kstate-info-col {
    flex: 1 1 320px; /* Linh hoạt, độ rộng cơ bản 320px, cho phép co giãn */
    min-width: 280px; /* Độ rộng tối thiểu trước khi co lại */
    padding-right: 30px; /* Khoảng cách với cột form */
    margin-bottom: 30px; /* Khoảng cách khi các cột xếp chồng lên nhau */
  }

  @media (max-width: 820px) { /* Khi màn hình nhỏ hơn 820px */
    .kstate-info-col {
      padding-right: 0; /* Bỏ padding-right vì sẽ xếp chồng */
      flex-basis: 100%; /* Chiếm toàn bộ chiều rộng */
    }
  }

  .kstate-info-col h3 {
    font-size: 20px;
    color: #331958; /* Màu tím đậm cho tiêu đề nhỏ */
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E0E0E0; /* Đường gạch dưới nhẹ */
    /* border-bottom: 2px solid #512888;  Nếu muốn nổi bật hơn */
  }

  .kstate-info-block {
    margin-bottom: 18px;
  }

  .kstate-info-block strong {
    display: block; /* Cho label của mỗi mục thông tin đứng riêng một dòng */
    font-size: 15px;
    color: #512888; /* Màu chủ đạo cho label */
    margin-bottom: 6px;
    font-weight: 600;
  }

  .kstate-info-block p,
  .kstate-info-block ul {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    list-style: none; /* Bỏ dấu chấm của ul */
  }
  .kstate-info-block ul li {
    margin-bottom: 4px;
  }

  .kstate-info-block a {
    color: #512888;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .kstate-info-block a:hover {
    color: #331958; /* Đậm hơn khi hover */
    text-decoration: underline;
  }

  /* Cột Form liên hệ */
  .kstate-form-col {
    flex: 1 1 400px; /* Linh hoạt, độ rộng cơ bản lớn hơn cột thông tin */
    min-width: 300px;
  }
   @media (max-width: 820px) {
    .kstate-form-col {
      flex-basis: 100%;
    }
  }

  .kstate-form-col h3 {
    font-size: 20px;
    color: #331958;
    margin-bottom: 18px;
  }

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

  .kstate-form-input-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    color: #444444;
    font-size: 14px;
  }

  .kstate-form-input-group input[type="text"],
  .kstate-form-input-group input[type="email"],
  .kstate-form-input-group input[type="tel"],
  .kstate-form-input-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 15px;
    color: #333333;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    background-color: #fff; /* Nền trắng cho input */
  }

  .kstate-form-input-group input::placeholder,
  .kstate-form-input-group textarea::placeholder {
    color: #999999;
    opacity: 1; /* Firefox */
  }

  .kstate-form-input-group textarea {
    min-height: 130px;
    resize: vertical; /* Cho phép thay đổi chiều cao textarea */
  }

  .kstate-form-input-group input:focus,
  .kstate-form-input-group textarea:focus {
    outline: none;
    border-color: #512888; /* Viền màu chủ đạo khi focus */
    box-shadow: 0 0 0 3px rgba(81, 40, 136, 0.1); /* Tạo hiệu ứng glow nhẹ */
  }

  .kstate-form-submit-button {
    display: inline-block; /* Để nút không chiếm toàn bộ chiều rộng */
    padding: 11px 28px;
    background-color: #512888; /* Nút màu chủ đạo */
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    letter-spacing: 0.5px;
  }

  .kstate-form-submit-button:hover {
    background-color: #331958; /* Đậm hơn khi hover */
    transform: translateY(-2px); /* Nhấc nhẹ nút */
  }/* End custom CSS */