/* reset cơ bản */
.cf7-layout * { box-sizing: border-box; font-family: "Helvetica Neue", Arial, sans-serif; }
.back_to_top path{
  display: none;        /* ẩn mặc định */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  
}



/* hiện khi thêm class .visible */
.back_to_top path.visible {
  display: flex;
  transition: opacity .25s ease;
  opacity: 1;
}
/* khung tổng */
.cf7-layout{
  max-width: 820px;            /* chỉnh nếu cần */
  padding: 0 10px;
}
.title-comments,
.comment-respond h2 {
  font-size: 24px;  
  margin-bottom: 2px;
}

.logged-in-as {
	margin-bottom: 2px ;
}
.woocommerce-breadcrumb {
  margin-bottom: 0px !important ;
}
/* hàng chứa 2 cột */
.cf7-first{
  display: flex;
  gap: 30px;                   /* khoảng giữa 2 cột giống ảnh */
  align-items: flex-start;
}

/* 2 cột 50/50 */
.cf7-col{
  width: 50%;
}

/* cột trái chứa các input xếp dọc */
.cf7-left .cf7-field{
  display: block;   
  height: 51px;
  /* khoảng giữa các input */
}

/* chung cho input & textarea */
.cf7-input {
      width: 100%;
    height: 45px;
    border: 1px solid #d5d5d5 !important;
    padding: 0px 10px;
    background: none;
    font-size: 14px;
    outline: none !important;
    border-radius: 0px;
    color: #666;
  
}
.cf7-textarea textarea,
.cf7-textarea {
 width: 100%;
    height: 175px;
    border: 1px solid #d5d5d5;
    padding: 10px 10px;
    background: none;
    font-size: 14px;
    outline: none;
    border-radius: 0px;
    color: #666;
  height:175px;
}

/* hiển thị placeholder mờ */
.cf7-input::placeholder,
.cf7-textarea textarea::placeholder{
  color: #9b9b9b;
  font-size: 14px !important;
  opacity: 1;
}

/* khi focus viền đậm hơn */
.cf7-input:focus,
.cf7-textarea:focus{
  color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* giống ảnh: cao từng ô input */
.cf7-left .cf7-input{
  height: 46px;
  line-height: 18px;
}

/* textarea to bên phải — đặt chính xác kích thước như ảnh */
.cf7-right .cf7-field { display:block; }
.cf7-right .cf7-textarea textarea{
  min-height: 210px;   /* ~ hình ảnh tham chiếu */
  resize: vertical;    /* cho phép người dùng thay đổi kích thước nếu muốn */
  padding-top: 16px;
  padding-bottom: 16px;
}

/* style viền hộp trắng mỏng xung quanh như ảnh (border box effect) */
.cf7-col {

}

/* nhưng nếu bạn không muốn border quanh cả cột, comment phần trên */

/* area chứa nút */
.cf7-actions p{
  margin-top: 22px;
  display: flex;
  justify-content: center;    /* căn giữa 2 nút giống ảnh */
  gap: 6px;

}

/* nút chung */
.cf7-actions p input {
  display: inline-block;
  padding: 12px 34px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: -0.6px;
    background: #19609B;      /* đỏ tương tự ảnh */
  color: #fff;
  box-shadow: none;

}
.btn-reset{
  display: inline-block;
  padding: 12px 34px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

/* nút ĐĂNG KÝ: đỏ */
.btn-submit{

}

/* nút NHẬP LẠI: cùng style nhưng nền đỏ nhạt hơn hoặc giống ảnh */
.btn-reset{
  background: #19609B;
  color: #fff;
  border-radius: 4px ;
}

/* hover hiệu ứng */
.cf7-actions p .btn-submit:hover {
  background: #19609B; 
  opacity: 0.88;
}
.btn-reset:hover{
  filter: brightness(0.92);
}

.wpcf7-spinner {
  margin : 0px;
  position: absolute;
  left: 38%;
    bottom: 30px;
}
.wpcf7-response-output {
  
    font-style: italic;
    font-size: 14px;
    letter-spacing: -0.6px;
    font-weight: 500;
}

.page-numbers {
  background: gray;
  padding: 6px 12px ;
  border-radius: 30px;
  margin: 0px ;
}

.current {
  background: #19609b;
}

.wpcf7-not-valid-tip {
  font-size:12px;
  padding-top: 2px;
}


/* responsive: khi màn nhỏ – hai cột chồng dọc như form bình thường */
@media (max-width: 760px){
  .cf7-first{ flex-direction: column; gap: 12px; }
  .cf7-col{ width: 100%; }
  .cf7-actions{ gap: 12px; padding-bottom: 6px; }
  .cf7-layout{ padding: 0 16px; }
}

@media (max-width: 767px) { 
	.e-n-tabs-heading {
		display: flex !important;
    margin-bottom: 10px !important;
	}
	.e-n-tab-title {
		margin-bottom: 0px !important;
		margin-top: 4px !important;
	}
  
  .e-n-tab-title-text {
    font-size: 14px !important;
  }
}

