@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800;850&display=swap');

/* ==========================================================================
   H77CONS - TEAM PAGE (ĐỘI NGŨ NHÂN SỰ)
   100% Native Elementor Styles (Containers & Widgets)
   ========================================================================== */

.elementor .h77t-page-wrapper,
.h77t-page-wrapper {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: #1e293b;
  line-height: 1.5;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  background-color: #ffffff;
}

.h77t-container {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
}

/* --------------------------------------------------------------------------
   1. HERO SECTION
   -------------------------------------------------------------------------- */
.elementor .h77t-hero-section,
.h77t-hero-section {
  position: relative !important;
  background-color: #04122c !important;
  background-image: linear-gradient(135deg, rgba(3, 15, 38, 0.88) 0%, rgba(6, 30, 75, 0.82) 100%), url('/wp-content/uploads/team/hero_bg.webp') !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  padding: 85px 0 140px 0 !important;
  color: #ffffff !important;
}

.h77t-hero-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 40px !important;
}

.h77t-hero-content {
  flex: 1 1 650px !important;
  max-width: 700px !important;
}

.h77t-hero-kicker .elementor-heading-title {
  color: #38bdf8 !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}

.h77t-hero-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: 40px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
}

.h77t-hero-lead p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin-bottom: 26px !important;
}

.h77t-hero-btn .elementor-button {
  background-color: #1d72fe !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 13px 28px !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 8px 24px rgba(29, 114, 254, 0.35) !important;
  transition: all 0.25s ease !important;
}

.h77t-hero-btn .elementor-button:hover {
  background-color: #0d5ad6 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(29, 114, 254, 0.45) !important;
}

.h77t-hero-badge-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  text-align: right !important;
  gap: 90px !important;
  flex: 0 0 240px !important;
}

.h77t-hero-badge-top {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13.5px !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
  letter-spacing: 1.5px !important;
  border-right: 2.5px solid #38bdf8 !important;
  padding-right: 14px !important;
  margin: 0 !important;
}

.h77t-hero-badge-bottom {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 11.5px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
  letter-spacing: 1px !important;
  border-right: 2.5px solid rgba(255, 255, 255, 0.35) !important;
  padding-right: 14px !important;
  margin: 0 !important;
}

/* --------------------------------------------------------------------------
   2. FLOATING STATS BAR
   -------------------------------------------------------------------------- */
.elementor .h77t-stats-wrapper,
.h77t-stats-wrapper {
  margin-top: -65px !important;
  position: relative !important;
  z-index: 10 !important;
  margin-bottom: 55px !important;
  width: 100% !important;
}

.h77t-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}

.elementor .h77t-stat-card,
.h77t-stat-card {
  background: linear-gradient(180deg, #0e2752 0%, #06183a 100%) !important;
  border: 1px solid rgba(96, 165, 250, 0.4) !important;
  border-radius: 12px !important;
  padding: 18px 14px !important;
  box-shadow: 0 16px 36px rgba(0, 15, 45, 0.3) !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  transition: transform 0.2s ease, border-color 0.2s ease !important;
}

.h77t-stat-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(96, 165, 250, 0.8) !important;
}

.h77t-stat-icon-wrap {
  color: #38bdf8 !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 2px !important;
}

.h77t-stat-icon-wrap svg {
  color: #38bdf8 !important;
  width: 28px !important;
  height: 28px !important;
}

.h77t-stat-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
}

.h77t-stat-num .elementor-heading-title,
.h77t-stat-num {
  font-size: 22px !important;
  font-weight: 850 !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.h77t-stat-title .elementor-heading-title,
.h77t-stat-title {
  font-size: 13.5px !important;
  font-weight: 750 !important;
  color: #93c5fd !important;
  line-height: 1.25 !important;
  margin: 2px 0 0 0 !important;
}

.h77t-stat-desc p,
.h77t-stat-desc {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.35 !important;
  margin: 4px 0 0 0 !important;
}

/* --------------------------------------------------------------------------
   COMMON HEADERS
   -------------------------------------------------------------------------- */
.h77t-section-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  margin-bottom: 24px !important;
  gap: 20px !important;
  width: 100% !important;
}

.h77t-section-kicker {
  color: #1d72fe !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 6px !important;
}

.h77t-section-kicker::before {
  content: "" !important;
  display: inline-block !important;
  width: 3.5px !important;
  height: 14px !important;
  background-color: #1d72fe !important;
  border-radius: 2px !important;
}

.h77t-section-title .elementor-heading-title {
  font-size: 28px !important;
  font-weight: 850 !important;
  color: #06245f !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

/* SECTION LINK (Arrow text link, NOT solid green button!) */
.elementor .h77t-section-link .elementor-button,
.elementor .h77t-btn-link .elementor-button,
.elementor-widget-button.h77t-section-link .elementor-button,
.elementor-widget-button.h77t-btn-link .elementor-button,
.h77t-section-link .elementor-button,
.h77t-btn-link .elementor-button {
  background: transparent !important;
  background-color: transparent !important;
  color: #1d72fe !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.2s ease !important;
}

.elementor .h77t-section-link .elementor-button .elementor-button-text,
.elementor .h77t-btn-link .elementor-button .elementor-button-text,
.h77t-section-link .elementor-button .elementor-button-text,
.h77t-btn-link .elementor-button .elementor-button-text {
  color: #1d72fe !important;
  font-weight: 700 !important;
}

.h77t-section-link .elementor-button:hover,
.h77t-btn-link .elementor-button:hover {
  background: transparent !important;
  background-color: transparent !important;
  transform: translateX(4px) !important;
}

.h77t-section-link .elementor-button:hover .elementor-button-text,
.h77t-btn-link .elementor-button:hover .elementor-button-text {
  color: #0b57d0 !important;
}

/* --------------------------------------------------------------------------
   3. BAN LÃNH ĐẠO SECTION
   -------------------------------------------------------------------------- */
.elementor .h77t-leadership-section,
.h77t-leadership-section {
  padding: 20px 0 65px 0 !important;
  width: 100% !important;
}

.h77t-leadership-grid {
  display: grid !important;
  grid-template-columns: 1fr 2.4fr !important;
  gap: 32px !important;
  align-items: stretch !important;
}

.h77t-leadership-intro {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.h77t-leadership-intro p {
  color: #475569 !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  margin-bottom: 22px !important;
}

.h77t-leadership-cards {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}

.elementor .h77t-leader-card,
.h77t-leader-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(6, 36, 95, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.h77t-leader-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px rgba(6, 36, 95, 0.14) !important;
}

.h77t-leader-photo-wrap {
  position: relative !important;
  width: 100% !important;
  height: 230px !important;
  background-color: #0b2653 !important;
  overflow: hidden !important;
}

.h77t-leader-photo-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
}

.h77t-leader-name-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 24px 18px 12px 18px !important;
  background: linear-gradient(0deg, rgba(6, 36, 95, 0.96) 0%, rgba(6, 36, 95, 0.6) 65%, transparent 100%) !important;
}

.h77t-leader-name .elementor-heading-title,
.h77t-leader-name {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.h77t-leader-role .elementor-heading-title,
.h77t-leader-role {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #93c5fd !important;
  margin: 2px 0 0 0 !important;
}

.h77t-leader-body {
  padding: 18px !important;
  background: #08214d !important;
  color: #ffffff !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.h77t-leader-quote {
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-style: italic !important;
  position: relative !important;
  padding-left: 20px !important;
  margin: 0 !important;
}

.h77t-leader-quote::before {
  content: "“" !important;
  position: absolute !important;
  left: 0 !important;
  top: -4px !important;
  font-size: 26px !important;
  font-family: serif !important;
  color: #38bdf8 !important;
  line-height: 1 !important;
}

.h77t-leader-checks {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding-top: 12px !important;
}

.h77t-check-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.h77t-check-item svg {
  color: #38bdf8 !important;
  flex-shrink: 0 !important;
}

/* --------------------------------------------------------------------------
   4 & 5. GRIDS (TRƯỞNG PHÒNG & NHÂN SỰ)
   -------------------------------------------------------------------------- */
.elementor .h77t-staff-section,
.h77t-staff-section {
  padding: 10px 0 60px 0 !important;
  width: 100% !important;
}

.h77t-grid-6 {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 14px !important;
}

.elementor .h77t-person-card,
.h77t-person-card {
  background: #ffffff !important;
  border: 1px solid #e5edf7 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(6, 36, 95, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.h77t-person-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 24px rgba(6, 36, 95, 0.1) !important;
  border-color: #bfdbfe !important;
}

.h77t-person-photo-wrap {
  width: 100% !important;
  height: 140px !important;
  overflow: hidden !important;
  background-color: #f1f5f9 !important;
}

.h77t-person-photo-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.h77t-person-card:hover .h77t-person-photo-wrap img {
  transform: scale(1.05) !important;
}

.h77t-person-meta {
  padding: 10px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.h77t-person-name .elementor-heading-title,
.h77t-person-name {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #06245f !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.h77t-person-role .elementor-heading-title,
.h77t-person-role {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #1d72fe !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.h77t-person-dept p,
.h77t-person-dept {
  font-size: 10.5px !important;
  color: #64748b !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

/* Quote card spanning 2 columns */
.elementor .h77t-quote-card-2col,
.h77t-quote-card-2col {
  grid-column: span 2 !important;
  background: linear-gradient(135deg, #0a336f 0%, #06245f 100%) !important;
  border-radius: 10px !important;
  padding: 24px 20px !important;
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(6, 36, 95, 0.15) !important;
}

.h77t-quote-card-2col .quote-text {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
}

.h77t-quote-card-2col .quote-divider {
  width: 40px !important;
  height: 2px !important;
  background-color: #38bdf8 !important;
  margin-bottom: 10px !important;
}

.h77t-quote-card-2col .quote-sub {
  font-size: 11.5px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.35 !important;
}

/* Highlight card spanning 3 columns */
.elementor .h77t-highlight-card-3col,
.h77t-highlight-card-3col {
  grid-column: span 3 !important;
  background: linear-gradient(135deg, #eaf2ff 0%, #d5e5fe 100%) !important;
  border: 1px solid #bfdbfe !important;
  border-radius: 10px !important;
  padding: 20px 22px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.h77t-highlight-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
}

.h77t-highlight-icon {
  color: #1d72fe !important;
  flex-shrink: 0 !important;
}

.h77t-highlight-num .elementor-heading-title,
.h77t-highlight-num {
  font-size: 22px !important;
  font-weight: 850 !important;
  color: #06245f !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.h77t-highlight-title .elementor-heading-title,
.h77t-highlight-title {
  font-size: 13.5px !important;
  font-weight: 750 !important;
  color: #1d72fe !important;
  margin: 2px 0 0 0 !important;
}

.h77t-highlight-sub p,
.h77t-highlight-sub {
  font-size: 11px !important;
  color: #475569 !important;
  line-height: 1.3 !important;
  margin: 3px 0 0 0 !important;
}

.h77t-cursive-text {
  font-family: 'Caveat', cursive !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #1d72fe !important;
  transform: rotate(-3deg) !important;
  line-height: 1.2 !important;
  text-align: right !important;
  flex-shrink: 0 !important;
  text-shadow: 0 1px 2px rgba(29, 114, 254, 0.15) !important;
}

/* --------------------------------------------------------------------------
   6. ĐỒNG HÀNH BẢN VẼ - THI CÔNG SECTION
   -------------------------------------------------------------------------- */
.elementor .h77t-process-section,
.h77t-process-section {
  position: relative !important;
  background-color: #031535 !important;
  background-image: linear-gradient(135deg, rgba(3, 21, 53, 0.94) 0%, rgba(5, 33, 82, 0.92) 100%) !important;
  padding: 65px 0 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  width: 100% !important;
}

.h77t-process-row {
  display: grid !important;
  grid-template-columns: 320px 1fr !important;
  gap: 36px !important;
  align-items: stretch !important;
}

.elementor .h77t-process-media,
.h77t-process-media {
  width: 100% !important;
  height: 100% !important;
  min-height: 300px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.h77t-process-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.h77t-process-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.h77t-process-kicker {
  color: #38bdf8 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}

.h77t-process-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
}

.h77t-process-lead p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  margin-bottom: 22px !important;
}

.h77t-process-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}

.elementor .h77t-process-card,
.h77t-process-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  padding: 16px 12px !important;
  text-align: center !important;
  backdrop-filter: blur(10px) !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.h77t-process-card:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  transform: translateY(-3px) !important;
}

.h77t-process-card-icon {
  color: #38bdf8 !important;
  margin-bottom: 8px !important;
  display: inline-flex !important;
}

.h77t-process-card-title .elementor-heading-title,
.h77t-process-card-title {
  font-size: 13px !important;
  font-weight: 750 !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
  margin: 0 0 4px 0 !important;
}

.h77t-process-card-desc p,
.h77t-process-card-desc {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* --------------------------------------------------------------------------
   7. CƠ CẤU TỔ CHỨC SECTION
   -------------------------------------------------------------------------- */
.elementor .h77t-org-section,
.h77t-org-section {
  padding: 60px 0 !important;
  width: 100% !important;
}

.h77t-org-grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.h77t-org-grid-6 {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 12px !important;
}

.elementor .h77t-org-card,
.h77t-org-card {
  background: #f1f6fe !important;
  border: 1px solid #dbeafe !important;
  border-radius: 10px !important;
  padding: 12px 10px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.h77t-org-card:hover {
  background: #ffffff !important;
  border-color: #93c5fd !important;
  box-shadow: 0 6px 18px rgba(29, 114, 254, 0.1) !important;
  transform: translateY(-2px) !important;
}

.h77t-org-icon {
  color: #1d72fe !important;
  flex-shrink: 0 !important;
  display: flex !important;
}

.h77t-org-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 1px !important;
  min-width: 0 !important;
}

.h77t-org-name .elementor-heading-title,
.h77t-org-name {
  font-size: 12.5px !important;
  font-weight: 800 !important;
  color: #06245f !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0 !important;
}

.h77t-org-sub p,
.h77t-org-sub {
  font-size: 10.5px !important;
  color: #526581 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0 !important;
}

/* --------------------------------------------------------------------------
   8. VĂN HÓA DOANH NGHIỆP SECTION
   -------------------------------------------------------------------------- */
.elementor .h77t-culture-section,
.h77t-culture-section {
  padding: 20px 0 60px 0 !important;
  width: 100% !important;
}

.h77t-culture-split {
  display: grid !important;
  grid-template-columns: 1.1fr 1fr !important;
  gap: 32px !important;
  align-items: center !important;
  margin-bottom: 28px !important;
}

.h77t-culture-copy p {
  color: #475569 !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
}

.elementor .h77t-culture-media-wrap,
.h77t-culture-media-wrap {
  position: relative !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 30px rgba(6, 36, 95, 0.1) !important;
  height: 230px !important;
  width: 100% !important;
}

.h77t-culture-media-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.h77t-culture-badge-overlay {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 175px !important;
  background: linear-gradient(90deg, rgba(6, 36, 95, 0.2) 0%, rgba(6, 36, 95, 0.92) 35%, rgba(6, 36, 95, 0.98) 100%) !important;
  color: #ffffff !important;
  padding: 20px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: right !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 1.2px !important;
  line-height: 1.6 !important;
}

.h77t-culture-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}

.elementor .h77t-culture-card,
.h77t-culture-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-top: 3.5px solid #1d72fe !important;
  border-radius: 10px !important;
  padding: 16px 14px !important;
  box-shadow: 0 4px 14px rgba(6, 36, 95, 0.05) !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.h77t-culture-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 24px rgba(6, 36, 95, 0.1) !important;
}

.h77t-culture-icon {
  color: #1d72fe !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.h77t-culture-title .elementor-heading-title,
.h77t-culture-title {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #06245f !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.h77t-culture-desc p,
.h77t-culture-desc {
  font-size: 11px !important;
  color: #64748b !important;
  line-height: 1.35 !important;
  margin: 3px 0 0 0 !important;
}

/* --------------------------------------------------------------------------
   9. PRE-FOOTER CTA BANNER
   -------------------------------------------------------------------------- */
.elementor .h77t-cta-banner-section,
.h77t-cta-banner-section {
  position: relative !important;
  background-color: #041433 !important;
  background-image: linear-gradient(135deg, rgba(4, 20, 51, 0.92) 0%, rgba(6, 36, 95, 0.88) 100%), url('/wp-content/uploads/team/cta_skyline_bg.webp') !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 60px 0 !important;
  color: #ffffff !important;
  width: 100% !important;
}

.h77t-cta-banner-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.h77t-cta-banner-left {
  max-width: 680px !important;
}

.h77t-cta-kicker {
  color: #38bdf8 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
}

.h77t-cta-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}

.h77t-cta-sub p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: 22px !important;
}

.h77t-cta-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}

.h77t-cta-btn-outline .elementor-button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
}

.h77t-cta-btn-outline .elementor-button:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: #ffffff !important;
}

.h77t-cta-btn-primary .elementor-button {
  background-color: #1d72fe !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 26px !important;
  border-radius: 6px !important;
  box-shadow: 0 6px 18px rgba(29, 114, 254, 0.4) !important;
  transition: all 0.2s ease !important;
}

.h77t-cta-btn-primary .elementor-button:hover {
  background-color: #0b57d0 !important;
  transform: translateY(-2px) !important;
}

.h77t-cta-signature {
  font-family: 'Caveat', cursive !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  text-align: right !important;
  opacity: 0.95 !important;
  transform: rotate(-3deg) !important;
  white-space: nowrap !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
  flex-shrink: 0 !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE DESIGN (TABLET & MOBILE)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .h77t-stats-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .h77t-leadership-grid {
    grid-template-columns: 1fr !important;
  }
  .h77t-grid-6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .elementor .h77t-quote-card-2col,
  .h77t-quote-card-2col {
    grid-column: span 3 !important;
  }
  .elementor .h77t-highlight-card-3col,
  .h77t-highlight-card-3col {
    grid-column: span 3 !important;
  }
  .h77t-org-grid-5,
  .h77t-org-grid-6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .h77t-culture-split {
    grid-template-columns: 1fr !important;
  }
  .h77t-culture-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .h77t-process-row {
    grid-template-columns: 1fr !important;
  }
  .h77t-process-media {
    height: 240px !important;
    min-height: 240px !important;
  }
  .h77t-process-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .h77t-hero-badge-panel {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .h77t-hero-title .elementor-heading-title {
    font-size: 28px !important;
  }
  .h77t-hero-lead p {
    font-size: 14.5px !important;
  }
  .h77t-stats-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .h77t-stats-grid > :last-child {
    grid-column: span 2 !important;
  }
  .h77t-leadership-cards {
    grid-template-columns: 1fr !important;
  }
  .h77t-grid-6 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .elementor .h77t-quote-card-2col,
  .h77t-quote-card-2col {
    grid-column: span 2 !important;
  }
  .elementor .h77t-highlight-card-3col,
  .h77t-highlight-card-3col {
    grid-column: span 2 !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  .h77t-cursive-text {
    text-align: center !important;
  }
  .h77t-org-grid-5,
  .h77t-org-grid-6 {
    grid-template-columns: 1fr 1fr !important;
  }
  .h77t-culture-cards-grid {
    grid-template-columns: 1fr !important;
  }
  .h77t-process-cards-grid {
    grid-template-columns: 1fr !important;
  }
  .h77t-cta-banner-row {
    flex-direction: column !important;
    text-align: center !important;
  }
  .h77t-cta-actions {
    justify-content: center !important;
  }
  .h77t-cta-signature {
    text-align: center !important;
  }
}


/* --------------------------------------------------------------------------
   DEPT HEADS & QUOTE CARD PERFECTION
   -------------------------------------------------------------------------- */
html body.elementor-page .elementor .h77t-dept-heads-section .h77t-person-card,
.elementor .h77t-dept-heads-section .h77t-person-card,
.h77t-dept-heads-section .h77t-person-card {
  background: #08214d !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(4, 20, 51, 0.2) !important;
}

html body.elementor-page .elementor .h77t-dept-heads-section .h77t-person-meta,
.elementor .h77t-dept-heads-section .h77t-person-meta,
.h77t-dept-heads-section .h77t-person-meta {
  background: #08214d !important;
}

html body.elementor-page .elementor .h77t-dept-heads-section .h77t-person-name .elementor-heading-title,
.elementor .h77t-dept-heads-section .h77t-person-name .elementor-heading-title,
.h77t-dept-heads-section .h77t-person-name .elementor-heading-title {
  color: #ffffff !important;
}

html body.elementor-page .elementor .h77t-dept-heads-section .h77t-person-role .elementor-heading-title,
.elementor .h77t-dept-heads-section .h77t-person-role .elementor-heading-title,
.h77t-dept-heads-section .h77t-person-role .elementor-heading-title {
  color: #38bdf8 !important;
}

html body.elementor-page .elementor .h77t-dept-heads-section .h77t-person-dept p,
.elementor .h77t-dept-heads-section .h77t-person-dept p,
.h77t-dept-heads-section .h77t-person-dept p {
  color: rgba(255, 255, 255, 0.75) !important;
}

html body.elementor-page .elementor .h77t-quote-card-2col.e-con,
html body.elementor-page .h77t-quote-card-2col,
.elementor .h77t-quote-card-2col,
div.h77t-quote-card-2col {
  grid-column: span 2 !important;
  background-color: #08214d !important;
  background: linear-gradient(135deg, #0c2d64 0%, #051838 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  padding: 24px 20px !important;
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(6, 36, 95, 0.15) !important;
}

html body.elementor-page .elementor .h77t-quote-card-2col .quote-text,
.h77t-quote-card-2col .quote-text {
  font-size: 14.5px !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
  color: #ffffff !important;
  margin-bottom: 14px !important;
  display: block !important;
}

html body.elementor-page .elementor .h77t-quote-card-2col .quote-divider,
.h77t-quote-card-2col .quote-divider {
  width: 44px !important;
  height: 2px !important;
  background-color: #38bdf8 !important;
  margin-bottom: 12px !important;
  display: block !important;
}

html body.elementor-page .elementor .h77t-quote-card-2col .quote-sub,
.h77t-quote-card-2col .quote-sub {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.4 !important;
  display: block !important;
}

/* Process Media Box */
.elementor .h77t-process-media,
.h77t-process-media {
  border: none !important;
  background: transparent !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 0 !important;
}

.h77t-process-media img {
  border-radius: 14px !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
}

.h77t-process-row {
  align-items: center !important;
}

/* Culture Photo */
.elementor .h77t-culture-photo,
.h77t-culture-photo {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
  background: #031435 !important;
}

.h77t-culture-photo img {
  border-radius: 12px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

/* CTA Banner Section */
.elementor .h77t-cta-banner-section,
.h77t-cta-banner-section {
  position: relative !important;
  background-color: #031330 !important;
  background-image: url('/wp-content/uploads/team/cta_skyline_bg.webp') !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: cover !important;
  padding: 60px 0 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  width: 100% !important;
}

.h77t-cta-signature {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Footer Safety */
html body.elementor-page .elementor .h77e-footer-stage.e-con.e-parent,
html body.elementor-page .elementor .h77e-footer-stage,
.h77e-footer-stage {
  background-color: #021b44 !important;
  background-image:
    linear-gradient(90deg, rgba(2,27,68,.99) 0%, rgba(3,35,82,.97) 48%, rgba(2,25,60,.88) 100%),
    url('/generated/footer-construction-bg-v1.webp') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 65% center !important;
  color: #ffffff !important;
  display: block !important;
}

html body.elementor-page .elementor .h77e-footer-stage .elementor-heading-title,
.h77e-footer-stage .elementor-heading-title {
  color: #ffffff !important;
}

html body.elementor-page .elementor .h77e-footer-stage a,
.h77e-footer-stage a {
  color: rgba(255, 255, 255, 0.85) !important;
}

html body.elementor-page .elementor .h77e-footer-stage a:hover,
.h77e-footer-stage a:hover {
  color: #7cc6ff !important;
}

html body.elementor-page .elementor .h77e-footer-stage .h77e-copyright,
.h77e-footer-stage .h77e-copyright {
  color: rgba(255, 255, 255, 0.6) !important;
}


/* ==========================================================================
   100% EXACT MATCH PERFECTION OVERRIDES (PAGE-ID-803)
   ========================================================================== */

/* 1. Playfair Display / Serif Typography for Section Titles */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700&display=swap');

body.page-id-803 h1,
body.page-id-803 h2,
body.page-id-803 .h77t-hero-title .elementor-heading-title,
body.page-id-803 .h77t-section-title .elementor-heading-title,
body.page-id-803 .h77t-process-title .elementor-heading-title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
  letter-spacing: -0.01em !important;
}

/* 3. Hero Section & Glassmorphism Floating Stats */
body.page-id-803 .elementor .h77t-hero-section,
body.page-id-803 .h77t-hero-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: #051b3e !important;
  background-image: url('/wp-content/uploads/team/hero_bg.webp') !important;
  background-position: right top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.page-id-803 .elementor .h77t-stat-card,
body.page-id-803 .h77t-stat-card {
  background: rgba(7, 34, 82, 0.72) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 36px rgba(0, 16, 48, 0.35) !important;
}

/* 4. Ban Lãnh Đạo: Seamless Card (No gap between photo and body) */
body.page-id-803 .elementor .h77t-leader-card,
body.page-id-803 .h77t-leader-card {
  background: #08214d !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 14px 34px rgba(6, 30, 75, 0.16) !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.page-id-803 .elementor .h77t-leader-photo-wrap,
body.page-id-803 .h77t-leader-photo-wrap {
  width: 100% !important;
  height: 260px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative !important;
}

body.page-id-803 .h77t-leader-photo-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

body.page-id-803 .h77t-leader-name-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 16px 18px !important;
  background: linear-gradient(to top, rgba(8, 33, 77, 0.96) 0%, rgba(8, 33, 77, 0.6) 60%, transparent 100%) !important;
}

body.page-id-803 .h77t-leader-body {
  background: #08214d !important;
  padding: 18px !important;
  margin: 0 !important;
  border: none !important;
}

/* 5. Trưởng Phòng / Khối Chuyên Môn: Edge-to-Edge Dark Overlay Cards */
body.page-id-803 .elementor .h77t-dept-heads-section .h77t-person-card,
body.page-id-803 .h77t-dept-heads-section .h77t-person-card {
  position: relative !important;
  height: 220px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 6px 18px rgba(6, 36, 95, 0.12) !important;
  background: #061e47 !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.page-id-803 .h77t-dept-heads-section .h77t-person-photo-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.page-id-803 .h77t-dept-heads-section .h77t-person-photo-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

body.page-id-803 .h77t-dept-heads-section .h77t-person-meta {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 18px 12px 12px !important;
  background: linear-gradient(to top, #061e47 0%, rgba(6, 30, 71, 0.88) 65%, transparent 100%) !important;
  border: none !important;
  border-radius: 0 !important;
  z-index: 2 !important;
}

body.page-id-803 .h77t-dept-heads-section .h77t-person-name .elementor-heading-title {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 750 !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

body.page-id-803 .h77t-dept-heads-section .h77t-person-role .elementor-heading-title {
  color: #38bdf8 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  margin: 2px 0 0 !important;
  display: block !important;
}

body.page-id-803 .h77t-dept-heads-section .h77t-person-dept p {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 10.5px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Quote Card Exact Height & Style */
body.page-id-803 .elementor .h77t-quote-card-2col,
body.page-id-803 .h77t-quote-card-2col {
  height: 220px !important;
  background: linear-gradient(135deg, #092c63 0%, #051939 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  padding: 24px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-shadow: 0 6px 18px rgba(6, 36, 95, 0.12) !important;
}

/* 6. Nhân Sự Các Phòng Ban: Clean White Cards with Top Bleed Photo */
body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) {
  background: #f4f8fc !important;
}

body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) .h77t-person-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 3px 10px rgba(6, 36, 95, 0.04) !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) .h77t-person-photo-wrap {
  width: 100% !important;
  height: 115px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: #f1f5f9 !important;
}

body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) .h77t-person-photo-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) .h77t-person-meta {
  padding: 10px 10px 12px !important;
  background: #ffffff !important;
  border: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) .h77t-person-name .elementor-heading-title {
  color: #0b1f3b !important;
  font-size: 12.5px !important;
  font-weight: 750 !important;
}

body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) .h77t-person-role .elementor-heading-title {
  color: #1d72fe !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

body.page-id-803 .h77t-staff-section:not(.h77t-dept-heads-section) .h77t-person-dept p {
  color: #64748b !important;
  font-size: 10.5px !important;
}

/* 7. Process Section Alignment */
body.page-id-803 .elementor .h77t-process-section,
body.page-id-803 .h77t-process-section {
  background-color: #021334 !important;
  background-image: linear-gradient(135deg, rgba(2, 19, 52, 0.97) 0%, rgba(4, 30, 75, 0.94) 100%) !important;
}

body.page-id-803 .h77t-process-row {
  grid-template-columns: 340px 1fr !important;
  gap: 32px !important;
  align-items: center !important;
}

body.page-id-803 .h77t-process-media {
  height: 280px !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35) !important;
}

body.page-id-803 .h77t-process-media img {
  height: 280px !important;
  object-fit: cover !important;
}

/* 8. Cơ Cấu Tổ Chức: Clean White Cards with Blue Icons */
body.page-id-803 .elementor .h77t-org-card,
body.page-id-803 .h77t-org-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}

body.page-id-803 .h77t-org-icon svg {
  color: #1d72fe !important;
}

body.page-id-803 .h77t-org-name .elementor-heading-title {
  color: #0b1f3b !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

body.page-id-803 .h77t-org-sub p {
  color: #64748b !important;
  font-size: 11px !important;
}

/* 9. Culture Section Photo */
body.page-id-803 .elementor .h77t-culture-media-wrap,
body.page-id-803 .h77t-culture-media-wrap {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.page-id-803 .h77t-culture-photo {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

/* 10. Hide Theme Pre-Footer Band on Team Page */
body.page-id-803 .h77e-footer-cta-band,
body.page-id-803 .h77e-footer-cta-card {
  display: none !important;
}
