/* ---------- HEADER ----------- */
.stuck.header-wrapper {
  backdrop-filter: blur(10px);
  /* Độ mờ kính */
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5) !important;
  /* Màu nền đen mờ 80% */
}

.hero-btn-car {
  background: linear-gradient(90deg, var(--color-text-red) 0%, #c21029 100%) !important;
  border: none !important;
  box-shadow: 0 10px 20px -5px rgba(226, 29, 56, 0.4);
  transition: all 0.3s ease;
}

.hero-btn-car:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px -5px rgba(226, 29, 56, 0.6);
  filter: brightness(1.1);
}

.hero h1 {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important;
}

.hero-content-tag {
  margin-bottom: 20px !important;
}

.hero-content-tag p {
  border-radius: var(--radius-3xl);
  padding: 2px 10px;
  color: var(--color-text-white);
  border: 1px solid #ffffffcc;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(12px, 2%, 14px);
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 2px;
  gap: 7px;
}

.hero-content-tag p::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: var(--radius-pill);
  background: var(--color-text-red);
  display: block;
}

.hero-description {
  margin-top: 24px;
  border-left: 3px solid var(--color-text-red);
  padding-left: 5px;
  margin-bottom: 24px;
  font-size: clamp(14px, 2vw, 20px);
}

.hero-btn-home {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.hero-btn-home:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.header-nav {
  gap: 20px;
}

.header-nav li a {
  color: var(--color-text-white) !important;
  font-size: var(--text-sm);
}

.header-button a {
  color: var(--color-text-white) !important;
  font-size: var(--text-base);
}

.header-nav.header-nav-main {
  justify-content: center;
}

.header-wrapper.stuck .header-main {
  background-color: rgba(10, 10, 10, 0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.header-wrapper.stuck .header-button .button {
  background: transparent !important;
  border: 1px solid var(--color-text-red) !important;
  color: var(--color-text-red) !important;
  padding: 5px 20px !important;
  box-shadow: none !important;
}

.header-wrapper.stuck .header-button .button:hover {
  background: var(--color-text-red) !important;
  color: #fff !important;
}
.footer-widgets.footer {
  background-color: #0f0b0a;
  background-image: radial-gradient(circle at 50% -10%,
      #3e2e2a 0%,
      #1a1210 40%,
      #050505 100%);
}
.footer_custom {
  padding: 70px 0;
  border-top: none; /* Ảnh mẫu không có viền trên */
  color: #b0b0b0; /* Màu chữ xám nhạt */
}

.footer_custom .section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer_custom .col-inner {
  padding: 0 15px;
}

.footer_custom .brand-name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: block;
}

.footer_custom .head {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;

  display: block;
  position: relative;

  padding-bottom: 12px;

}

.footer_custom .head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;

  height: 2px;

  background-color: #e3342f;

  transition: width 0.3s ease;

}

.footer_custom .head:hover::after {
  width: 50px;
}

.footer_custom p:not(.brand-name):not(.head) {
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 0;
  color: #999;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.footer_custom .col-inner:hover p:not(.brand-name):not(.head):hover {
  color: #e3342f;

  transform: translateX(3px);

}

.footer_custom .brand-name {
  line-height: 1.6;
  color: #777;
  pointer-events: none;
}
.footer_custom .footer-links li { 
margin-left: 0px;
}
.footer_custom .footer-links a{
  display: inline-block;            /* để transform translateX hoạt động đẹp */
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 0;
  color: #999;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.footer_custom .footer-links a:hover{
  color: #e3342f;
  transform: translateX(3px);
}




/* MOBILE DRAWER NAVIGATION */
/* ========================================
   MOBILE DRAWER NAVIGATION - PREMIUM DESIGN
======================================== */

/* Overlay */
.mfp-content {
  background: #fff !important;
  border-radius: 0px 10px 10px 0px;
}

/* Panel Container */
#main-menu.mobile-sidebar {
  overflow: hidden;
  height: 100%;
}

/* Header Background */
#main-menu .vq-mobile-drawer-header .section,
#main-menu .vq-mobile-drawer-header {
  background: linear-gradient(135deg, #e41b21 0%, #c21029 100%);
}

/* Menu Structure */
#main-menu .sidebar-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Menu List Container */
#main-menu .sidebar-menu ul.nav {
  padding: 16px 0 20px;
  margin: 0;
}

/* ===== TOP-LEVEL MENU ITEMS ===== */
#main-menu .sidebar-menu ul.nav>li {
  border-bottom: none;
  margin: 2px 0;
}

#main-menu .sidebar-menu ul.nav>li>a {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #1f2937;
  position: relative;
  border-radius: 12px;
  margin: 0 12px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#main-menu .sidebar-menu ul.nav>li>a:hover {
  background: rgba(228, 27, 33, 0.05);
  transform: translateX(4px);
  color: #e41b21;
}

/* Active State - Modern Indicator */
#main-menu .sidebar-menu ul.nav>li.current-menu-item>a,
#main-menu .sidebar-menu ul.nav>li.current-menu-ancestor>a {
  background: rgba(228, 27, 33, 0.08);
  color: #e41b21;
  position: relative;
}

#main-menu .sidebar-menu ul.nav>li.current-menu-item>a:before,
#main-menu .sidebar-menu ul.nav>li.current-menu-ancestor>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: #e41b21;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 8px rgba(228, 27, 33, 0.3);
}

/* ===== SUBMENU CONTAINER - PREMIUM GROUPED STYLE ===== */
#main-menu .sidebar-menu ul.nav .sub-menu {
  background: rgba(249, 250, 251, 0.6);
  border-radius: 12px;
  padding: 12px 16px;
  margin: 8px 12px 12px 28px;
  border-left: 3px solid rgba(228, 27, 33, 0.3);
}

#main-menu .sidebar-menu ul.nav .sub-menu li {
  border: 0;
  margin: 2px 0;
}

#main-menu .sidebar-menu ul.nav .sub-menu a {
  padding: 10px 12px 10px 24px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #6b7280;
  position: relative;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* Premium Bullet */
#main-menu .sidebar-menu ul.nav .sub-menu a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e41b21;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

#main-menu .sidebar-menu ul.nav .sub-menu a:hover {
  background: rgba(228, 27, 33, 0.06);
  color: #e41b21;
  transform: translateX(2px);
}

#main-menu .sidebar-menu ul.nav .sub-menu a:hover:before {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 8px rgba(228, 27, 33, 0.4);
}

/* ===== CLOSE BUTTON ===== */
#main-menu .mfp-close {
  color: #fff !important;
  opacity: 1 !important;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  transition: all 0.2s ease;
}

#main-menu .mfp-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(90deg);
}

/* ===== TOGGLE BUTTON ===== */
#main-menu.mobile-sidebar .toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

#main-menu.mobile-sidebar .toggle:hover {
  background: rgba(228, 27, 33, 0.05) !important;
}

#main-menu.mobile-sidebar .toggle i {
  font-size: 16px;
  color: rgba(17, 24, 39, 0.45);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
}

#main-menu.mobile-sidebar li.current-menu-ancestor>.toggle i {
  transform: rotate(180deg);
  color: #e41b21;
}

/* ===== NESTED SUBMENU (CHILDREN) ===== */
#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children {
  margin: 8px 0 12px;
  padding: 8px 12px;
  border-left: 2px solid rgba(228, 27, 33, 0.2);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li {
  border: none !important;
  margin: 2px 0;
}

#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li>a {
  position: relative;
  display: block;
  padding: 9px 12px 9px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  color: rgba(17, 24, 39, 0.78);
  border-radius: 8px;
  background: transparent !important;
  transition: all 0.16s ease;
}

#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li>a:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(228, 27, 33, 0.7);
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li>a:hover {
  background: rgba(17, 24, 39, 0.04) !important;
  color: rgba(17, 24, 39, 0.92);
  transform: translateX(2px);
}

#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li>a:hover:before {
  background: #e41b21;
  box-shadow: 0 0 6px rgba(228, 27, 33, 0.3);
}

#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li.current-menu-item>a,
#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li.current-menu-ancestor>a {
  background: rgba(228, 27, 33, 0.08) !important;
  color: #e41b21;
}

#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li.current-menu-item>a:before,
#main-menu.mobile-sidebar ul.sub-menu.nav-sidebar-ul.children>li.current-menu-ancestor>a:before {
  background: #e41b21;
  box-shadow: 0 0 8px rgba(228, 27, 33, 0.4);
}

/* ===== FOOTER CONTAINER ===== */
#main-menu.mobile-sidebar .vq-drawer-footer {
  padding: 24px 20px;
  margin-top: 8px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  background: linear-gradient(180deg, rgba(249, 250, 251, 0) 0%, rgba(249, 250, 251, 0.5) 100%);
}

#main-menu.mobile-sidebar .vq-drawer-footer .block-edit-link {
  display: none !important;
}

/* ===== CTA BUTTON - MODERN GRADIENT DESIGN ===== */
#main-menu.mobile-sidebar .vq-drawer-footer>a.button {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 12px auto 16px;

  background: linear-gradient(135deg, #e41b21 0%, #c21029 100%);
  border: none;
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  text-align: center;

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  box-shadow:
    0 4px 14px rgba(228, 27, 33, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);

  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Shine Effect */
#main-menu.mobile-sidebar .vq-drawer-footer>a.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

#main-menu.mobile-sidebar .vq-drawer-footer>a.button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 20px rgba(228, 27, 33, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#main-menu.mobile-sidebar .vq-drawer-footer>a.button:hover:before {
  left: 100%;
}

#main-menu.mobile-sidebar .vq-drawer-footer>a.button:active {
  transform: translateY(0);
}

#main-menu.mobile-sidebar .vq-drawer-footer>a.button span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* ===== HOTLINE CARD - PREMIUM ELEVATED DESIGN ===== */
#main-menu.mobile-sidebar .vq-drawer-footer .icon-box {
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

#main-menu.mobile-sidebar .vq-drawer-footer .icon-box:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.06);
}

#main-menu.mobile-sidebar .vq-drawer-footer .icon-box .icon-box-img {
  margin-right: 12px;
}

/* Icon Container - Modern Gradient */
#main-menu.mobile-sidebar .vq-drawer-footer .icon-box .icon-inner {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(228, 27, 33, 0.12) 0%, rgba(228, 27, 33, 0.08) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 2px 8px rgba(228, 27, 33, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

#main-menu.mobile-sidebar .vq-drawer-footer .icon-box:hover .icon-inner {
  transform: scale(1.05);
  box-shadow:
    0 4px 12px rgba(228, 27, 33, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

#main-menu.mobile-sidebar .vq-drawer-footer .icon-box img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
  filter: saturate(1.1);
}

/* Hotline Text - Premium Typography */
#main-menu.mobile-sidebar .vq-drawer-footer .icon-box-text h3 {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9ca3af;
}

#main-menu.mobile-sidebar .vq-drawer-footer .icon-box-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #e41b21;
  text-shadow: 0 1px 2px rgba(228, 27, 33, 0.1);
}

/* ===== ANIMATIONS ===== */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#main-menu.mobile-sidebar ul.sub-menu {
  animation: slideDown 0.3s ease;
}