/* ==========================================================================
   Edu System Section - Hệ thống giáo dục HVG English
   ========================================================================== */

.edu-system-section {
  padding: 61px 0;
  background-color: #ffffff; /* Giữ nền trắng để các thẻ nổi bật rõ ràng */
  position: relative;
  overflow: hidden; /* Ngăn chặn bất kỳ tràn cột/thanh cuộn ngang nào ra ngoài section */
}

/* Tiêu đề phần (HVG English màu xanh ngọc, còn lại màu xanh navy đậm) */
.edu-system-section .section-title-wrapper {
  margin-bottom: 50px;
}

.edu-system-section .section-title {
  font-family: var(--font-main), sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: var(--secondary-color); /* Màu xanh navy đậm tạo sự tin cậy học thuật */
  margin-bottom: 0;
  line-height: 1.3;
}
.edu-system-section .section-title strong, 
.edu-system-section .text-highlight {
  color: var(--primary-color); /* Màu xanh dương thương hiệu */
}


/* Kiểu dáng thẻ thông tin */
.edu-card {
  background-color: var(--bg-card); /* Trắng ánh xanh nhạt tạo sự dịu mắt */
  border: 1px solid rgba(0, 174, 239, 0.05); /* Viền mờ nhẹ nâng cao chi tiết */
  border-radius: 40px; /* Bo góc tròn lớn theo đúng Figma */
  padding: 40px;
  box-shadow: 0 1px 12px 0 rgba(14, 42, 52, 0.11);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 371px; /* Chiều cao tối thiểu đồng bộ thiết kế */
}

/* Hiệu ứng di chuột nổi bật */
.edu-card:hover {
  transform: translateY(-8px); /* Nhấc nhẹ thẻ lên */
  box-shadow: 0px 8px 24px 0px rgba(14, 42, 52, 0.15); /* Bóng đổ đậm hơn */
  border-color: rgba(0, 174, 239, 0.2); /* Viền sáng rõ hơn */
}

/* Khu vực chứa Icon của thẻ */
.edu-card-icon {
  width: 69px;
  height: 69px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edu-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Tiêu đề của thẻ */
.edu-card-title {
  font-family: var(--font-main), sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-dark); /* Màu chữ xám tối tránh mỏi mắt */
  margin-bottom: 20px;
}

/* Nội dung mô tả của thẻ */
.edu-card-desc {
  font-family: var(--font-main), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555; /* Phân cấp chữ mô tả nhạt hơn tiêu đề chính */
  margin-bottom: 0;
}

/* --- Responsive CSS --- */
@media (max-width: 1024px) {
  .edu-system-section {
    padding: 50px 0;
  }
  .edu-system-section .section-title-wrapper {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 991px) {
  .edu-system-section {
    /* Giảm padding trên màn hình tablet để tối ưu khoảng trống và đồng bộ hệ thống khoảng cách */
    padding: 40px 0;
  }
  
  .edu-system-section .section-title-wrapper {
    margin-bottom: 25px !important;
  }
  
  .edu-system-section .section-title {
    /* Giảm cỡ chữ tiêu đề trên tablet để cân xứng */
    font-size: 30px;
  }
  
  .edu-card {
    min-height: auto; /* Tự động co giãn theo nội dung trên tablet/mobile */
    padding: 28px !important;
    border-radius: 28px !important;
  }

  .edu-card-icon {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 18px !important;
  }

  .edu-card-title {
    /* Giảm cỡ chữ tiêu đề thẻ trên tablet */
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
  
  .edu-card-desc {
    /* Giảm nhẹ cỡ chữ mô tả trên tablet */
    font-size: 14.5px !important;
  }
}

@media (max-width: 576px) {
  .edu-system-section {
    /* Giảm padding của phần hệ thống giáo dục trên mobile để gọn gàng hơn và tránh chiếm dụng nhiều diện tích */
    padding: 20px 0 !important;
  }

  .edu-system-section .section-title-wrapper {
    /* Giảm khoảng cách dưới tiêu đề */
    margin-bottom: 18px !important;
  }

  .edu-cards-row {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .edu-cards-row::-webkit-scrollbar {
    display: none;
  }

  .edu-cards-row > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .edu-card {
    padding: 20px !important;
    border-radius: 20px !important;
    min-height: auto !important;
  }

  .edu-card-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 14px !important;
  }

  .edu-system-section .section-title {
    /* Giảm thêm cỡ chữ tiêu đề trên di động nhỏ */
    font-size: 24px !important;
  }
  
  .edu-card-title {
    /* Giảm thêm cỡ chữ tiêu đề thẻ trên di động nhỏ */
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  
  .edu-card-desc {
    /* Giảm thêm cỡ chữ mô tả trên di động nhỏ */
    font-size: 13.5px !important;
  }

  /* Tối ưu riêng cho các màn hình siêu nhỏ (Mobile S - dưới 360px) */
  @media (max-width: 360px) {
    .edu-system-section .section-title-wrapper {
      margin-bottom: 12px !important;
    }

    .edu-card {
      padding: 16px !important;
      border-radius: 16px !important;
    }

    .edu-card-icon {
      width: 40px !important;
      height: 40px !important;
      margin-bottom: 10px !important;
    }

    .edu-card-title {
      font-size: 15px !important;
      margin-bottom: 6px !important;
    }

    .edu-card-desc {
      font-size: 12.5px !important;
    }
  }
}
