/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Remove page-wrapper padding on investor & project pages */
.single-investor .page-wrapper,
.post-type-archive-investor .page-wrapper,
.single-project .page-wrapper,
.post-type-archive-project .page-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Card equal height - Tại Sao Chọn Chúng Tôi */
.row.row-equal > .col {
  display: flex !important;
}
.row.row-equal > .col > .col-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}

/* CF7 Form - Trang Liên Hệ */
.cf7-row {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}
.cf7-col-6 {
  flex: 1;
  min-width: 0;
}
.wpcf7 label {
  display: block;
  color: #1a365d;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s;
  background: #fafafa;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #1a365d;
  outline: none;
  background: #fff;
}
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7 input[type="submit"] {
  background: #1a365d;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
}
.wpcf7 input[type="submit"]:hover {
  background: #edbe1e;
  color: #1a365d;
}
.wpcf7-response-output {
  border-radius: 6px !important;
  font-size: 14px;
}
@media (max-width: 48em) {
  .cf7-row {
    flex-direction: column;
    gap: 0;
  }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}