@charset "UTF-8";
/* ==========================================================================
   SECTION 1: BANNER TIÊU ĐỀ (FEATURED CASES BANNER)
   ========================================================================== */
.featured-cases-banner {
  position: relative;
  overflow: hidden;
}
.featured-cases-banner:hover .bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 3s ease !important;
  transition: -webkit-transform 3s ease !important;
  transition: transform 3s ease !important;
  transition: transform 3s ease, -webkit-transform 3s ease !important;
}
.featured-cases-banner .bg {
  -webkit-transition: -webkit-transform 3s ease !important;
  transition: -webkit-transform 3s ease !important;
  transition: transform 3s ease !important;
  transition: transform 3s ease, -webkit-transform 3s ease !important;
}
.featured-cases-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C5A059;
  z-index: 2;
}
.featured-cases-banner .banner-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: inherit;
}
.featured-cases-banner .custom-breadcrumb {
  text-align: center;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  -ms-flex-preferred-size: max-content !important;
      flex-basis: max-content !important;
}
.featured-cases-banner .custom-breadcrumb p {
  margin: 0px !important;
}
.featured-cases-banner .custom-breadcrumb > a, .featured-cases-banner .custom-breadcrumb > span {
  display: inline-block;
  vertical-align: middle;
}
.featured-cases-banner .custom-breadcrumb br {
  display: none;
}
.featured-cases-banner .custom-breadcrumb {
  background-color: #ffffff !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  float: none !important;
  margin: 0 auto;
  padding: 10px 10px !important;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #f3f4f6;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-cases-banner .custom-breadcrumb:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.featured-cases-banner .custom-breadcrumb .home-icon {
  color: #be1e2d;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-cases-banner .custom-breadcrumb .home-icon:hover {
  color: #000000;
}
.featured-cases-banner .custom-breadcrumb .sep {
  color: #9ca3af;
  margin: 0 10px;
}
.featured-cases-banner .custom-breadcrumb .current-page {
  color: #1f2937;
}
.featured-cases-banner {
  /* Responsive mượt mà */
}
@media (max-width: 991px) {
  .featured-cases-banner .banner-title {
    font-size: 32px;
  }
  .featured-cases-banner .custom-breadcrumb {
    padding: 8px 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .featured-cases-banner .banner-title {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .featured-cases-banner .custom-breadcrumb {
    padding: 6px 16px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .featured-cases-banner .custom-breadcrumb .sep {
    margin: 0 6px;
  }
}

/* --- SECTION LIÊN HỆ CỦA BROSS --- */
.bross-contact-section {
  /* Khối thông tin bên trái */
}
.bross-contact-section__info {
  padding-right: 3rem;
}
@media (max-width: 849px) {
  .bross-contact-section__info {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.bross-contact-section {
  /* Tiêu đề chính */
}
.bross-contact-section__header {
  margin-bottom: 2.5rem;
}
.bross-contact-section__header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .bross-contact-section__header h2 {
    font-size: 2rem;
  }
}
.bross-contact-section__header p {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.bross-contact-section {
  /* Danh sách các văn phòng */
}
.bross-contact-section__office-list {
  margin-top: 2rem;
}
.bross-contact-section__office-item {
  margin-bottom: 2rem;
}
.bross-contact-section__office-item:last-child {
  margin-bottom: 0;
}
.bross-contact-section {
  /* Icon map marker */
}
.bross-contact-section__office-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0.25rem;
}
.bross-contact-section__office-icon i, .bross-contact-section__office-icon .fas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #8B1A1A; /* Màu đỏ Bross */
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.bross-contact-section {
  /* Chi tiết từng văn phòng */
}
.bross-contact-section__office-detail-text h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.bross-contact-section__office-detail-text a {
  text-decoration: none;
}
.bross-contact-section__office-detail-text a p {
  color: #4b5563;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bross-contact-section__office-detail-text a:hover p {
  color: #8B1A1A;
}
.bross-contact-section__office-detail-text > p {
  font-size: 0.95rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #4b5563;
}
.bross-contact-section__office-detail-text > p a {
  color: #4b5563;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bross-contact-section__office-detail-text > p a:first-of-type {
  font-weight: 700;
  color: #8B1A1A; /* Số điện thoại nổi bật màu đỏ */
}
.bross-contact-section__office-detail-text > p a:first-of-type:hover {
  text-decoration: underline;
}
.bross-contact-section__office-detail-text > p a:last-of-type:hover {
  color: #8B1A1A; /* Trạng thái hover cho Email */
}
.bross-contact-section__office-detail-text > p span {
  color: #d1d5db;
  margin: 0 0.5rem; /* Dấu gạch đứng phân cách mờ */
}
.bross-contact-section {
  /* Khối form bên phải */
}
.bross-contact-section__form {
  padding-left: 2rem;
}
@media (max-width: 849px) {
  .bross-contact-section__form {
    padding-left: 0;
  }
}
.bross-contact-section {
  /* Box nền xám bao bọc Form */
}
.bross-contact-section__form-wrapper {
  background-color: #F3F4F6; /* Nền xám nhạt */
  padding: 2.5rem;
  border-radius: 1rem; /* Bo góc 16px giống Figma */
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
@media (max-width: 549px) {
  .bross-contact-section__form-wrapper {
    padding: 1.5rem;
  }
}
.bross-contact-section__form-wrapper {
  /* Target và style toàn bộ element bên trong Contact Form 7 */
}
.bross-contact-section__form-wrapper .wpcf7 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.bross-contact-section__form-wrapper .wpcf7 .space-y-6 > div {
  margin-bottom: 1.5rem;
}
.bross-contact-section__form-wrapper .wpcf7 {
  /* Tái tạo lưới 2 cột cho các input nếu CF7 sử dụng div grid */
}
.bross-contact-section__form-wrapper .wpcf7 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 549px) {
  .bross-contact-section__form-wrapper .wpcf7 .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.bross-contact-section__form-wrapper .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.bross-contact-section__form-wrapper .wpcf7 {
  /* Làm đẹp các Inputs */
}
.bross-contact-section__form-wrapper .wpcf7 input[type=text],
.bross-contact-section__form-wrapper .wpcf7 input[type=email],
.bross-contact-section__form-wrapper .wpcf7 input[type=tel],
.bross-contact-section__form-wrapper .wpcf7 textarea {
  width: 100%;
  padding: 0.85rem 1.25rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #fff;
  color: #111827;
  font-size: 0.95rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
.bross-contact-section__form-wrapper .wpcf7 input[type=text]:focus,
.bross-contact-section__form-wrapper .wpcf7 input[type=email]:focus,
.bross-contact-section__form-wrapper .wpcf7 input[type=tel]:focus,
.bross-contact-section__form-wrapper .wpcf7 textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(139, 26, 26, 0.5);
          box-shadow: 0 0 0 2px rgba(139, 26, 26, 0.5); /* Focus viền đỏ */
}
.bross-contact-section__form-wrapper .wpcf7 input[type=text]::-webkit-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=email]::-webkit-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=tel]::-webkit-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.bross-contact-section__form-wrapper .wpcf7 input[type=text]::-moz-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=email]::-moz-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=tel]::-moz-placeholder, .bross-contact-section__form-wrapper .wpcf7 textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.bross-contact-section__form-wrapper .wpcf7 input[type=text]:-ms-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=email]:-ms-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=tel]:-ms-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.bross-contact-section__form-wrapper .wpcf7 input[type=text]::-ms-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=email]::-ms-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 input[type=tel]::-ms-input-placeholder, .bross-contact-section__form-wrapper .wpcf7 textarea::-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.bross-contact-section__form-wrapper .wpcf7 input[type=text]::placeholder,
.bross-contact-section__form-wrapper .wpcf7 input[type=email]::placeholder,
.bross-contact-section__form-wrapper .wpcf7 input[type=tel]::placeholder,
.bross-contact-section__form-wrapper .wpcf7 textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.bross-contact-section__form-wrapper .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}
.bross-contact-section__form-wrapper .wpcf7 {
  /* Nút Gửi liên hệ */
}
.bross-contact-section__form-wrapper .wpcf7 input[type=submit] {
  background-color: #8B1A1A;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 2.5rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
}
.bross-contact-section__form-wrapper .wpcf7 input[type=submit]:hover {
  background-color: #6b1414;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); /* Hiệu ứng nhấc lên */
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bross-contact-section__form-wrapper .wpcf7 .wpcf7-spinner {
  margin-left: 1rem;
}
.bross-contact-section__form-wrapper .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #dc2626;
  margin-top: 0.25rem;
  display: block;
}
.bross-contact-section__form-wrapper .wpcf7 .wpcf7-response-output {
  border-radius: 0.5rem;
  margin: 1.5rem 0 0 0;
  font-size: 0.9rem;
}