/* =============================================
   KHOAN GIẾNG ĐÌNH NAM — UI UPGRADE 2026
   File CSS bổ sung, override lên giao diện cũ.
   Xóa file này để trở về giao diện gốc.
   ============================================= */

/* --- 1. TIÊU ĐỀ SECTION --- */
.title-all, .title-all span {
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #0e4a7a !important;
  font-family: 'Roboto-Bold', Arial, sans-serif !important;
}

/* --- 2. CARD DỊCH VỤ --- */
.templateP-two {
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
}
.templateP-two:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(20,93,161,0.18);
}

/* --- 3. CARD SẢN PHẨM --- */
.templateP-six {
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
}
.templateP-six:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(20,93,161,0.18);
}

/* --- 4. CARD DỰ ÁN --- */
.templateP-three {
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.templateP-three:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(20,93,161,0.18);
}

/* --- 5. ZOOM ẢNH KHI HOVER --- */
.templateP-two .img-templateP img,
.templateP-six .img-templateP img,
.templateP-three .img-templateP img {
  transition: transform 0.4s ease !important;
}
.templateP-two:hover .img-templateP img,
.templateP-six:hover .img-templateP img,
.templateP-three:hover .img-templateP img {
  transform: scale(1.06) !important;
}

/* --- 6. NÚT "LIÊN HỆ NGAY" --- */
.btn-templateP {
  background: #145DA1 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 8px 18px !important;
  font-weight: 600 !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
}
.btn-templateP:hover {
  background: #0e4a7a !important;
  transform: translateY(-2px);
}

/* --- 7. NÚT "TÌM HIỂU THÊM" --- */
.btn-introduce-one {
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition: transform 0.2s ease, box-shadow 0.3s ease !important;
}
.btn-introduce-one:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(20,93,161,0.25);
}

/* --- 8. CARD THẾ MẠNH --- */
.items_strengths {
  border-radius: 14px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  border: 1px solid rgba(20,93,161,0.08);
}
.items_strengths:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(20,93,161,0.15) !important;
}

/* --- 9. CARD KHÁCH HÀNG ĐÁNH GIÁ --- */
.templateV-one {
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.templateV-one:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(20,93,161,0.15);
}

/* --- 10. TIN TỨC --- */
.items_news {
  border-radius: 10px !important;
  transition: background 0.25s ease;
  padding: 8px !important;
}
.items_news:hover {
  background: rgba(20,93,161,0.04);
}
.title-news:hover {
  color: #145DA1 !important;
}

/* --- 11. SECTION BỐ CỤC --- */
.section-introduce,
.section-servide,
.section-product,
.section-news,
.section-client {
  position: relative;
}

/* Đường phân cách section nhẹ */
.section-introduce::after,
.section-product::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #145DA1, #38bdf8);
  margin: 0 auto;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* --- 12. ICON PHÂN CÁCH TIÊU ĐỀ --- */
.icons_all {
  opacity: 0.7;
}

/* --- 13. CẢI THIỆN SLIDER IMAGES --- */
.slider-images {
  border-radius: 0 !important;
  overflow: hidden;
}

/* --- 14. SMOOTH SCROLL --- */
html {
  scroll-behavior: smooth;
}

/* --- 15. CẢI THIỆN THANH SOCIAL BÊN PHẢI --- */
.fixedsocical {
  border-radius: 8px 0 0 8px !important;
  overflow: hidden;
  box-shadow: -2px 2px 10px rgba(0,0,0,0.12) !important;
}

/* --- 16. HEADER CẢI THIỆN --- */
.section-header.scroll-fixed {
  transition: box-shadow 0.3s ease;
}
.section-header.scroll-fixed.is-scrolled,
.section-header.scroll-fixed.is-scroll {
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

/* --- 17. CẢI THIỆN VIDEO SECTION --- */
.video-criteria {
  border-radius: 10px !important;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.video-criteria:hover {
  transform: scale(1.02);
}

/* --- 18. LOADING ANIMATION --- */
@keyframes dnFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- 19. SỐ LIỆU 20+ NĂM KINH NGHIỆM --- */
.form_exp_intro {
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(20,93,161,0.2) !important;
}

/* --- 20. CẢI THIỆN FORM ĐĂNG KÝ TƯ VẤN (nếu có) --- */
.form_register input,
.form_register textarea,
.form_register select {
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form_register input:focus,
.form_register textarea:focus,
.form_register select:focus {
  border-color: #145DA1 !important;
  box-shadow: 0 0 0 3px rgba(20,93,161,0.1) !important;
  outline: none;
}
