/* =============================================
   CUSTOM FOOTER
   Primary: #1652a6 | Font: Roboto
   ============================================= */

#custom-footer {
  position: relative;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  padding: 60px 24px 0;
}

/* Ảnh nền */
.cf-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/03/footer.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Overlay tối 70% — thấy hình nền */
.cf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0.70);
}

/* Nội dung bên trong */
.cf-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0;
}

/* ===== VÙNG CHỨA CÁC CỘT - viền trắng bo tròn ===== */
.cf-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  padding: 44px 40px;
  margin-bottom: 0;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(2px);
}

/* ---- Cột 1: Brand ---- */
.cf-logo {
  margin-bottom: 20px;
}

.cf-logo img,
.cf-logo .custom-logo {
  max-height: 52px;
  width: auto;
  filter: brightness(0) invert(1);
}

.cf-logo-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cf-logo-name {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}

.cf-logo-tagline {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.cf-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* Social icons */
.cf-social {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.cf-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: all 0.25s ease;
}

.cf-social__item:hover {
  background: #fff;
  border-color: #fff;
  color: #1652a6;
  transform: translateY(-2px);
}

/* ---- Tiêu đề cột ---- */
.cf-col__title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Gạch dưới tiêu đề màu cam */
.cf-divider {
  width: 36px;
  height: 2.5px;
  background: #ff6600;
  border-radius: 2px;
  margin-bottom: 20px;
}

/* ---- Menu list ---- */
.cf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cf-menu li a {
  display: block;
  padding: 6px 0;
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 600;
}

.cf-menu li a::before {
  content: '›';
  margin-right: 6px;
  color: rgba(255,255,255,0.35);
  font-size: 16px;
  transition: color 0.2s ease;
}

.cf-menu li a:hover {
  color: #fff;
  padding-left: 4px;
}

.cf-menu li a:hover::before {
  color: #ff6600;
}

/* ---- Giờ làm việc ---- */
.cf-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.cf-hours__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
}

.cf-hours__row:last-child {
  border-bottom: none;
}

.cf-hours__day {
  color: rgba(255,255,255,0.65);
  font-weight: 400;
}

.cf-hours__time {
  color: #fff;
  font-weight: 600;
}

.cf-hours__time--off {
  color: rgba(255,255,255,0.35);
  font-style: italic;
}

/* Nút liên hệ */
.cf-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 28px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50px;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
  letter-spacing: 0.04em;
}

.cf-contact-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #1652a6 !important;
  transform: translateY(-2px);
}

/* ---- Bottom bar ---- */
.cf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
  gap: 12px;
}

.cf-bottom__copy {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

.cf-bottom__links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}

.cf-bottom__links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cf-bottom__links a:hover {
  color: #fff;
}

/* ---- Ẩn footer gốc Woostify ---- */
#colophon.site-footer {
  display: none !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
  .cf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 32px 28px;
  }
}

@media (max-width: 575px) {
  #custom-footer {
    padding: 40px 16px 0;
  }

  .cf-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .cf-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ---- Cột 1: Brand ---- */
.cf-logo {
  margin-bottom: 20px;
}

.cf-logo img,
.cf-logo .custom-logo {
  max-height: 85px;
  width: auto;
  filter: brightness(0) invert(1);
}

.cf-logo-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cf-logo-name {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}

.cf-logo-tagline {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.cf-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* Social icons */
.cf-social {
  display: none;
  gap: 10px;
}

.cf-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: all 0.25s ease;
}

.cf-social__item:hover {
  background: #fff;
  border-color: #fff;
  color: #1652a6;
  transform: translateY(-2px);
}

/* ---- Tiêu đề cột ---- */
.cf-col__title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Gạch dưới tiêu đề (màu cam) */
.cf-divider {
  width: 36px;
  height: 2.5px;
  background: #ff6600;
  border-radius: 2px;
  margin-bottom: 20px;
}

/* ---- Menu list ---- */
.cf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cf-menu li a {
  display: block;
  padding: 6px 0;
  font-size: 13.5px;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  padding-left: 0;
}

.cf-menu li a::before {
  content: '›';
  margin-right: 6px;
  color: rgba(255,255,255,0.4);
  font-size: 16px;
  transition: color 0.2s ease;
}

.cf-menu li a:hover {
  color: #fff;
  padding-left: 4px;
}

.cf-menu li a:hover::before {
  color: #ff6600;
}

/* ---- Giờ làm việc ---- */
.cf-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.cf-hours__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 13px;
}

.cf-hours__row:last-child {
  border-bottom: none;
}

.cf-hours__day {
  color: rgba(255,255,255,0.72);
  font-weight: 400;
}

.cf-hours__time {
  color: #fff;
  font-weight: 600;
}

.cf-hours__time--off {
  color: rgba(255,255,255,0.4);
  font-style: italic;
}

/* Nút liên hệ */
.cf-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 28px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
  letter-spacing: 0.04em;
}

.cf-contact-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #1652a6 !important;
  transform: translateY(-2px);
}

/* ---- Bottom bar ---- */
.cf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  flex-wrap: wrap;
  gap: 12px;
}

.cf-bottom__copy {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

.cf-bottom__links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

.cf-bottom__links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cf-bottom__links a:hover {
  color: #fff;
}

/* ---- Ẩn footer gốc Woostify ---- */
#colophon.site-footer {
  display: none !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
  .cf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 575px) {
  .cf-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cf-bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* Thông tin liên hệ cột 1 */
.cf-contact-info { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.cf-contact-info__item { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,0.8); line-height: 1.5; }
.cf-contact-info__item a { color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.2s; }
.cf-contact-info__item a:hover { color: #fff; }
.cf-contact-info__icon { flex-shrink: 0; margin-top: 2px; color: #fff; opacity: 0.9; }
