/* ==========================================================================
   TRANG LIÊN HỆ - HEADER
   ========================================================================== */
.contact-header-wrapper {
  text-align: center !important;
  margin-bottom: 50px !important;
}

/* Badge THANH HUNG */
.contact-badge {
  display: inline-block !important;
  background-color: #e8f5e9 !important; /* Xanh nhạt */
  color: #1b5e20 !important; /* Xanh đậm */
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  letter-spacing: 1px !important;
  margin-bottom: 15px !important;
}

.contact-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  margin-bottom: 15px !important;
}

/* Kẻ gạch ngang xanh lá mini */
.contact-divider {
  width: 60px !important;
  height: 3px !important;
  background-color: #028e37 !important;
  margin: 0 auto 20px auto !important;
}

.contact-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  color: #444444 !important;
  line-height: 1.6 !important;
}

/* ==========================================================================
   TRANG LIÊN HỆ - FORM MATERIAL STYLE
   ========================================================================== */

/* Biến ô nhập liệu thành đường kẻ ngang */
.custom-contact-form input[type='text'],
.custom-contact-form input[type='email'],
.custom-contact-form input[type='tel'],
.custom-contact-form textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  color: #333333 !important;
  margin-bottom: 10px !important;
  transition: border-color 0.3s ease !important;
}

/* Đổi màu viền khi click vào ô nhập */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-bottom: 2px solid #1b5e20 !important;
}

/* Style cho Checkbox đồng ý */
.custom-contact-form .checkbox-wrap {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}

.custom-contact-form .wpcf7-list-item {
  margin-left: 0 !important;
}

.custom-contact-form input[type='checkbox'] {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #1b5e20 !important;
  accent-color: #1b5e20 !important; /* Đổi màu tick xanh lá */
  margin-right: 10px !important;
  cursor: pointer !important;
}

.custom-contact-form .cb-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #333333 !important;
  position: relative !important;
  top: -3px !important;
}

/* ==========================================================================
   NÚT SUBMIT GRADIENT (GỬI NGAY)
   ========================================================================== */
.custom-submit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #1b5e20 0%, #2757a0 100%) !important;
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 50px !important; /* Bo tròn hoàn toàn */
  padding: 15px 40px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

.custom-submit-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2) !important;
}

.custom-submit-btn .submit-icon {
  width: 20px !important;
  height: 20px !important;
}

/* ==========================================================================
   SECTION THÔNG TIN LIÊN HỆ
   ========================================================================== */

.contact-info-boxes {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important; /* Khoảng cách giữa 3 khối */
  height: 100% !important;
  justify-content: space-between !important;
}

/* Khối Gradient chung */
.info-box.gradient-bg {
  display: flex !important;
  align-items: center !important;
  background: linear-gradient(90deg, #1b5e20 0%, #2757a0 100%) !important;
  border-radius: 12px !important;
  padding: 25px 30px !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease !important;
}

.info-box.gradient-bg:hover {
  transform: translateY(-4px) !important;
}

/* Vòng tròn trắng chứa Icon */
.info-box .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50% !important;
  width: 55px !important;
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-right: 25px !important;
}

.info-box .icon-wrap svg {
  width: 26px !important;
  height: 26px !important;
  stroke: #5a677d !important; /* Màu xám xanh cho icon */
}

/* Căn chỉnh chữ bên trong khối */
.info-box .text-wrap h4 {
  margin: 0 0 8px 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.info-box .text-wrap p {
  margin: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Cân đối Mobile */
@media (max-width: 849px) {
  .info-box.gradient-bg {
    padding: 20px !important;
  }
  .info-box .icon-wrap {
    margin-right: 15px !important;
    width: 45px !important;
    height: 45px !important;
  }
}
