.elementor-93 .elementor-element.elementor-element-26ad1f1{--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:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-64caac1 *//* General Styles for OfficeFab Contact Section */
  .officefab-contact-section-container * {
    box-sizing: border-box;
    font-family: Arial, sans-serif; /* Hoặc font chữ của website OfficeFab */
    margin: 0;
    padding: 0;
  }

  .officefab-contact-section-container {
    max-width: 700px; /* Điều chỉnh chiều rộng tối đa nếu cần */
    margin: 40px auto; /* Căn giữa và tạo khoảng cách */
    background-color: #ffffff;
    border-radius: 10px; /* Bo góc nhẹ nhàng */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Để header bo góc theo container */
  }

  .officefab-contact-header {
    /* Gradient sử dụng màu chủ đạo và một màu nhạt hơn một chút */
    background: linear-gradient(135deg, #7D5A50, #A37E73);
    color: #ffffff;
    padding: 20px 25px;
    text-align: center;
  }

  .officefab-contact-header h2 {
    margin: 0;
    font-size: 24px; /* Kích thước tiêu đề */
    font-weight: bold;
  }

  .officefab-contact-body {
    padding: 25px 30px;
    color: #444; /* Màu chữ chung cho phần nội dung */
    line-height: 1.7;
  }

  .officefab-contact-body .intro-text {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left; /* Hoặc center tùy ý */
  }

  .officefab-details-wrapper {
    margin-top: 20px;
    /* border-top: 1px solid #eee; */ /* Optional: Đường kẻ phân cách */
    /* padding-top: 20px; */       /* Optional: Khoảng cách nếu có đường kẻ */
  }

  .officefab-details-wrapper .details-title {
    font-size: 20px;
    font-weight: bold;
    color: #7D5A50; /* Màu tiêu đề phụ là màu chủ đạo */
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #7D5A50; /* Đường kẻ dưới tiêu đề phụ */
    display: inline-block; /* Để border-bottom chỉ chiếm độ rộng của text */
  }

  .officefab-contact-item {
    display: flex;
    align-items: flex-start; /* Căn icon và content theo top */
    margin-bottom: 20px;
  }

  .officefab-contact-item .item-icon {
    font-size: 20px; /* Kích thước icon */
    color: #7D5A50; /* Màu icon là màu chủ đạo */
    margin-right: 15px;
    flex-shrink: 0; /* Không cho icon bị co lại */
    width: 30px; /* Tạo không gian cố định cho icon */
    text-align: center;
    padding-top: 2px; /* Căn chỉnh icon một chút */
  }

  .officefab-contact-item .item-content {
    flex-grow: 1;
  }

  .officefab-contact-item .item-label {
    display: block;
    font-weight: bold;
    color: #555; /* Màu đậm hơn cho label */
    font-size: 15px;
    margin-bottom: 4px;
  }

  .officefab-contact-item .item-value {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
  }

  .officefab-contact-item .item-value a {
    color: #7D5A50; /* Màu link là màu chủ đạo */
    text-decoration: none;
    font-weight: 500;
  }

  .officefab-contact-item .item-value a:hover {
    text-decoration: underline;
    color: #6c4c43; /* Màu đậm hơn khi hover */
  }

  /* Responsive adjustments */
  @media (max-width: 600px) {
    .officefab-contact-header h2 {
      font-size: 20px;
    }
    .officefab-contact-body {
      padding: 20px 20px;
    }
    .officefab-contact-body .intro-text,
    .officefab-contact-item .item-value,
    .officefab-contact-item .item-label {
      font-size: 14px;
    }
    .officefab-details-wrapper .details-title {
        font-size: 18px;
    }
    .officefab-contact-item .item-icon {
        font-size: 18px;
        margin-right: 10px;
    }
  }/* End custom CSS */