/*
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.   ***************/

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.img-bd-t img {
  border-radius: 10px;
}
.products .product {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #f3f4f6;
}
.products .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.products .product .box-image {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.products .product .box-text {
  padding: 20px 15px !important;
  text-align: left !important;
}
.fpt-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fpt-image-wrapper .fpt-main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.fpt-hot-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c92a2a;
  color: #fff;
  padding: 4px 12px;
  border-bottom-right-radius: 12px;
  font-weight: 700;
  z-index: 9;
  font-size: 13px;
}
.fpt-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
  line-height: 1.3;
  margin-top: 5px;
}
.fpt-price {
  margin-bottom: 20px;
}
.fpt-price .price-num {
  font-size: 26px;
  font-weight: 700;
  color: #3b82f6;
}
.fpt-price .price-suffix {
  font-size: 15px;
  color: #6b7280;
}
.fpt-speed-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 20px;
}
.speed-label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 5px;
}
.speed-value {
  font-size: 15px;
  color: #111;
}
.speed-value strong {
  font-weight: 700;
  font-size: 16px;
}
.fpt-features {
  list-style: none;
  padding: 0;
  max-height: 110px;
  overflow-y: auto;
  padding-right: 10px;
  margin: 0;
}
.fpt-features::-webkit-scrollbar {
  width: 5px;
}

.fpt-features::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}
.fpt-features li {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin-bottom: 10px;
  color: #1f2937;
  line-height: 1.4;
  margin-left: 0 !important;
}
.check-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}
.fpt-card-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.fpt-btn-buy,
.fpt-btn-view {
  width: 100%;
  border-radius: 10px !important;
  margin: 0 !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
}
.fpt-btn-buy {
  background-color: #3b82f6 !important;
  color: #fff !important;
}
.fpt-btn-buy:hover {
  background-color: #2563eb !important;
}
.fpt-btn-view {
  background-color: #f3f4f6 !important;
  color: #2563eb !important;
  border: none !important;
}
.fpt-btn-view:hover {
  background-color: #e5e7eb !important;
}

.goi-cuoc .title-wrapper {
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.18s ease;
  background-color: #fff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.product_cat-goi-cuoc-fpt .box-image {
  padding: 0 !important;
}
.product_cat-goi-cuoc-fpt .box-text {
  padding-top: 0;
}
.fpt-image-wrapper img {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.fpt-card-content {
  padding-top: 10px;
}
/* Khung viền đứt nét xung quanh form */
.custom-fpt-form {
  border: 2px dashed #333;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

/* Khoảng cách giữa các hàng */
.custom-fpt-form .form-row {
  margin-bottom: 20px;
}

/* Style cho các ô nhập text */
.custom-fpt-form input[type="text"],
.custom-fpt-form input[type="tel"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  color: #555;
}

/* Tiêu đề của checkbox và radio */
.custom-fpt-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

/* Dàn ngang các mục Checkbox và Radio */
.custom-fpt-form .wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.custom-fpt-form .wpcf7-list-item-label {
  margin-left: 5px;
  font-weight: normal;
}

/* Style cho nút "Gửi thông tin" */
.custom-fpt-form input[type="submit"] {
  width: 100%;
  background-color: #e57e3c; /* Màu cam giống mẫu */
  color: #ffffff;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-fpt-form input[type="submit"]:hover {
  background-color: #d66c29;
}
