/*
Theme Name: Thang Long TVC
Theme URI: https://example.com/
Author: Thang Long TVC
Author URI: https://example.com/
Description: Theme Thang Long TVC - Công ty xây dựng
Version: 1.0.0
Text Domain: thanglongtvc
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue: #0071bb;
  --blue2: #0055b3;
  --red: #c8102e;
  --gold: #f5a623;
  --light: #f4f7fb;
  --gray: #6b7280;
  --border: #e2e8f0;
  --white: #ffffff;
  --text: #333;
  --company-name: #FE0000;
}

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

/* ─── TOP BAR (dark blue) ─── */
.topbar {
  background: #003087;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
}

.topbar-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-items: center;
}

.topbar-nav a {
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: color .2s;
}

.topbar-nav a:hover {
  color: #fff;
}

.topbar-actions {
  display: flex;
  gap: 4px;
  align-items: center;
}

.topbar-icon-btn {
  background: transparent;
  border: none;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition: background .2s;
  text-decoration: none;
}

.topbar-icon-btn:hover {
  background: rgba(255, 255, 255, .15);
}

/* ─── HEADER ─── */
header.site-header {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0, 48, 135, .1);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 100px;
  justify-content: center;
}

.logo-img {
  display: block;
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.logo-icon {
  width: 64px;
  height: 64px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}

.logo-text h1 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1.4;
  max-width: 340px;
}

.logo-text span {
  font-size: 11px;
  color: var(--gray);
}

.hotline {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
}

.hotline-icon {
  font-size: 22px;
}

.hotline-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.hotline-number {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .5px;
}

/* ─── NAVBAR ─── */
nav.primary-nav {
  /* background: var(--blue); */
  background: var(--white);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.nav-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-inner .main-menu-item {
  padding: 14px 18px;
  padding-bottom: 0;
}

.nav-inner .main-menu-item .main-item {
  padding-bottom: 14px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-search-btn {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.nav-search-icon {
  font-size: 16px;
}

.nav-lang-flag {
  font-size: 25px;
  line-height: 1;
  border-radius: 4px;
  transition: background .15s, transform .1s;
}

.nav-lang-flag:hover {
  background: rgba(255, 255, 255, .15);
  transform: translateY(-1px);
}

.nav-lang-flag.is-active {
  background: #fff;
  color: var(--blue);
}

.nav-lang-flags .nav-lang-flag {
  padding: 10px;
}

.nav-lang-flags .nav-lang-flag img {
  width: 16px;
  height: 16px;
}

.nav-inner ul li {
  position: relative;
}

.nav-inner ul li a {
  display: block;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: background .2s;
  white-space: nowrap;
}

.nav-inner ul li:hover>a,
.nav-inner ul li.current-menu-item>a,
.nav-inner ul li.current-menu-ancestor>a,
.nav-inner ul li.current_page_item>a,
.nav-inner ul li.current_page_ancestor>a {
  background: var(--white);
  color: var(--text);
  border-bottom: 2px solid var(--blue);
}

.nav-inner ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 260px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
  z-index: 200;
  flex-direction: column;
}

.nav-inner ul li:hover>ul.sub-menu {
  display: flex;
}

.nav-inner ul li:hover>ul.sub-menu .current-menu-item a {
  background-color: var(--light);
}

.nav-inner ul li ul.sub-menu li a {
  display: block;
  padding: 10px 18px;
  color: var(--text);
  font-size: 13.5px;
  text-transform: none;
  border-bottom: 1px solid var(--border);
  transition: background .15s, color .15s, padding-left .15s;
}

.nav-inner ul li ul.sub-menu li a:hover {
  background: var(--light);
  color: var(--blue);
  padding-left: 24px;
}

.nav-inner ul li ul.sub-menu li:last-child>a {
  border-bottom: none;
}

.nav-inner ul li ul.sub-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: var(--white);
  min-width: 240px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  border-top: 3px solid var(--gold);
}

.nav-inner ul li ul.sub-menu li:hover>ul.sub-menu {
  display: flex;
}

.nav-inner ul li ul.sub-menu li.menu-item-has-children>a::after {
  content: ' ›';
  float: right;
}

/* top-level dropdown indicator */
.nav-inner>.nav-menu>ul>li.menu-item-has-children>a::after {
  content: ' ▾';
  font-size: 10px;
  margin-left: 4px;
}

/* ─── HERO BANNER ─── */
.hero {
  background: #0a2540;
  padding: 70px 20px 0;
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

/* Hero image slider (3 brand banners) */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-slide-1 {
  animation: heroFade 18s infinite;
}

.hero-slide-2 {
  animation: heroFade 18s infinite;
  animation-delay: 6s;
}

.hero-slide-3 {
  animation: heroFade 18s infinite;
  animation-delay: 12s;
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(0, 48, 135, 0.45), rgba(0, 85, 179, 0.4)),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

/* Hero centered layout (title + subtitle) */
.hero-centered .hero-inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 24px;
}

.hero-centered .hero-text {
  flex: 1;
  color: #fff;
}

.hero-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--company-name);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.hero-subtitle {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  color: var(--company-name);
  letter-spacing: 1px;
}

/* Scrolling ticker */
.hero-ticker-wrap {
  background: var(--blue);
  padding: 10px 0;
  overflow: hidden;
}

.hero-ticker {
  display: flex;
  gap: 40px;
  animation: ticker-scroll 25s linear infinite;
  width: max-content;
}

.ticker-item {
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hero-inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-text {
  flex: 1;
  color: #fff;
}

.hero-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hero-text h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
}

.hero-text h2 span {
  color: var(--gold);
}

.hero-text p {
  font-size: 15px;
  opacity: .85;
  max-width: 100%;
  line-height: 1.7;
  margin-bottom: 28px;
  color: var(--company-name);
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--red);
  color: #fff;
  border: none;
  padding: 13px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  letter-spacing: .3px;
}

.btn-primary:hover {
  background: #a50e25;
  transform: translateY(-1px);
}

/* ── Contact / CTA button (service pages) ── */
.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 8px;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.15s;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.btn-contact:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .6);
  padding: 13px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.hero-accred {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  padding: 24px 28px;
  backdrop-filter: blur(8px);
  min-width: 240px;
  text-align: center;
  color: #fff;
}

.hero-accred p {
  font-size: 12px;
  opacity: .75;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.accred-logos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accred-logo-item {
  background: rgba(255, 255, 255, .92);
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 8px;
}

.accred-logo-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ─── STATS BAR ─── */
.stats {
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}

.stats-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  padding: 26px 20px;
  text-align: center;
  border-right: 1px solid var(--border);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-size: 32px;
  font-weight: 800;
  color: var(--blue);
}

.stat-num span {
  font-size: 20px;
  color: var(--red);
}

.stat-label {
  font-size: 12px;
  color: var(--gray);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* ─── SECTION COMMONS ─── */
section {
  padding: 64px 20px;
}

.section-inner {
  max-width: 1200px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 44px;
}

.section-label {
  display: inline-block;
  background: #e8f0fb;
  color: var(--blue2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1.3;
}

.section-title .accent {
  color: var(--red);
}

.section-sub {
  font-size: 15px;
  color: var(--gray);
  margin-top: 10px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  border-radius: 2px;
  margin: 14px auto 0;
}

/* ─── TRAPEZOID SECTION TITLE ─── */
.section-trapezoid .section-header {
  margin-bottom: 36px;
}

.section-title-trapezoid {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 48px;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  margin: 0;
}

/* ─── SERVICES ─── */
.services-bg {
  background: var(--light);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border-radius: 10px;
  padding: 30px 24px;
  box-shadow: 0 2px 12px rgba(0, 48, 135, .07);
  border-bottom: 3px solid transparent;
  transition: all .25s;
  cursor: pointer;
}

.service-card-img {
  padding: 0;
  overflow: hidden;
}

.service-card-img-wrap {
  height: 200px;
  background: linear-gradient(135deg, #e0eaf0, #c9d6e3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card-img-placeholder {
  font-size: 48px;
  opacity: .7;
}

.service-card-img h3,
.service-card-img p,
.service-card-img .card-link {
  padding-left: 20px;
  padding-right: 20px;
}

.service-card-img h3 {
  padding-top: 16px;
  margin-bottom: 8px;
}

.service-card-img p {
  padding-bottom: 4px;
}

.service-card-img .card-link {
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 8px;
}

.service-card:hover {
  border-bottom-color: var(--blue);
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 48, 135, .14);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.service-card p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.7;
}

.service-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}

.service-card .card-link:hover {
  text-decoration: underline;
}

/* ─── NEWS (4-column cards) ─── */
.news-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.news-grid-cards > *:nth-child(n+5) {
  display: none;
}

.news-card {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  transition: box-shadow .25s;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .13);
}

.news-card-img {
  height: 160px;
  background: linear-gradient(135deg, #e0eaf0, #c9d6e3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.news-card-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-img-placeholder {
  font-size: 40px;
  opacity: .6;
}

.news-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-card-body h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 8px;
}

.news-card-body h3 a {
  color: inherit;
}

.news-card-body h3 a:hover {
  color: var(--blue);
}

.news-card-meta {
  font-size: 11px;
  color: var(--gray);
  margin-bottom: 8px;
}

.news-card-excerpt {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.6;
  flex: 1;
}

.news-card-excerpt p {
  margin: 0;
}

.news-card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
}

.news-card-link:hover {
  text-decoration: underline;
}

/* ─── NEWS LISTING PAGE (3-column grid, all items visible) ─── */
.news-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* ─── PAGINATION ─── */
.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 8px 0 16px;
}

.pag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
}

.pag-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.pag-btn.pag-active {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  font-weight: 700;
  pointer-events: none;
}

.pag-prev,
.pag-next {
  font-size: 16px;
  padding: 0 14px;
}

.pag-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  color: var(--gray);
  font-size: 16px;
  letter-spacing: 1px;
  user-select: none;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.news-grid > *:nth-child(n+5) {
  display: none;
}

.news-main-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
  background: var(--white);
}

.news-main-img {
  background: linear-gradient(135deg, #003087, #0055b3);
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.news-main-img-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 80px;
}

.news-main-img .news-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.news-main-body {
  padding: 24px;
}

.news-main-body .date {
  font-size: 12px;
  color: var(--gray);
  margin-bottom: 8px;
}

.news-main-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 10px;
  line-height: 1.4;
}

.news-main-body p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-item {
  display: flex;
  gap: 14px;
  padding: 14px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .07);
  cursor: pointer;
  transition: box-shadow .2s;
}

.news-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.news-item-img {
  width: 80px;
  height: 64px;
  border-radius: 6px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #c8102e, #e84060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.news-item-body .date {
  font-size: 11px;
  color: var(--gray);
  margin-bottom: 4px;
}

.news-item-body h4 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

/* ─── PARTNERS ─── */
.partners-section {
  background: var(--white);
}

.partners-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Prevent content clipping on scroll */
  padding-bottom: 4px;
}

.partners-row::-webkit-scrollbar {
  display: none;
}

.partner-logo {
  flex: 1 0 130px; /* không co nhỏ hơn 130px, tự giãn đều khi đủ chỗ */
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.partner-logo:hover {
  box-shadow: 0 4px 16px rgba(0, 113, 187, 0.12);
  border-color: #b3d0ed;
}

/* Text fallback badge */
.partner-logo span {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  line-height: 1.3;
}

/* Image logo */
.partner-logo--img img {
  max-width: 120px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.2s;
}

.partner-logo--img:hover img {
  filter: grayscale(0%);
}

@media (max-width: 1024px) {
  .partner-logo {
    flex: 0 0 130px; /* cố định width, scroll ngang */
  }
}

@media (max-width: 600px) {
  .partner-logo {
    flex: 0 0 110px;
    height: 60px;
    padding: 8px 12px;
  }
  .partner-logo span { font-size: 12px; }
  .partner-logo--img img {
    max-width: 80px;
    max-height: 36px;
  }
}

/* ─── FOOTER HOTLINE BAR ─── */
.footer-hotline-bar {
  background: var(--blue);
  padding: 14px 20px;
}

.footer-hotline-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-hotline-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.footer-hotline-number {
  background: var(--red);
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .5px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-hotline-number:hover {
  opacity: .9;
  color: #fff;
}

/* ─── WHY US ─── */
.why-bg {
  background: linear-gradient(135deg, #003087, #0055b3);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.why-text {
  color: #fff;
}

.why-text .section-label {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.why-text .section-title {
  color: #fff;
}

.why-text .section-sub {
  color: rgba(255, 255, 255, .75);
  text-align: left;
  margin-left: 0;
}

.why-text .divider {
  margin-left: 0;
}

.why-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 30px;
}

.why-feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
}

.why-feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.why-feat-body h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.why-feat-body p {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.6;
}

.why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.why-stat-card {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  color: #fff;
}

.why-stat-card .num {
  font-size: 38px;
  font-weight: 800;
  color: var(--gold);
}

.why-stat-card .lbl {
  font-size: 13px;
  opacity: .8;
  margin-top: 6px;
}

/* ─── CONTACT BAR ─── */
.contact-bar {
  background: var(--red);
  padding: 40px 20px;
}

.contact-bar-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-bar h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.contact-bar p {
  color: rgba(255, 255, 255, .85);
  margin-top: 4px;
  font-size: 14px;
}

.contact-bar .btn {
  background: #fff;
  color: var(--red);
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform .15s;
  display: inline-block;
}

.contact-bar .btn:hover {
  transform: translateY(-2px);
}

/* ─── FOOTER ─── */
footer.site-footer {
  background: var(--white);
  color: var(--text);
  border-top: 1px solid var(--border);
}

.footer-top {
  padding: 48px 20px;
}

.footer-inner-cols {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}

.footer-brand .footer-logo-text {
  font-size: 18px;
  font-weight: 800;
  color: var(--company-name);
  margin-bottom: 8px;
}

.footer-brand .footer-desc {
  font-size: 12px;
  color: var(--gray);
  margin-bottom: 12px;
  line-height: 1.5;
}

.footer-brand .footer-address,
.footer-brand p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.8;
}

/* Contact list in footer brand col */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact-list li {
  display: flex;
  gap: 6px;
  font-size: 13px;
  line-height: 1.5;
  align-items: flex-start;
}

.fci-label {
  color: var(--text);
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.fci-value {
  color: var(--gray);
}

.fci-value a {
  color: var(--gray);
  transition: color .2s;
}

.fci-value a:hover {
  color: var(--blue);
}

/* Office blocks in footer offices col */
.footer-offices h4 {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  text-transform: uppercase;
  letter-spacing: .4px;
}

.footer-office-block {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--border);
}

.footer-office-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-office-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 4px;
}

.footer-office-addr {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.55;
  margin-bottom: 4px;
}

.footer-office-contact {
  font-size: 12px;
  color: var(--gray);
}

.footer-office-contact a {
  color: var(--gray);
  transition: color .2s;
}

.footer-office-contact a:hover {
  color: var(--blue);
}

.footer-accred h4,
.footer-newsletter h4 {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.footer-accred-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.accred-badge {
  background: var(--light);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 6px;
}

.footer-newsletter-form {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.footer-newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 14px;
}

.footer-newsletter-form .btn-register {
  background: var(--blue);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.footer-newsletter-form .btn-register:hover {
  background: var(--blue2);
}

.footer-col h4 {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col ul li a {
  font-size: 13px;
  color: var(--gray);
  transition: color .2s;
}

.footer-col ul li a:hover {
  color: var(--blue);
}

.footer-bottom {
  background: var(--blue);
  padding: 14px 20px;
  text-align: center;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.footer-bottom p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background .2s;
  cursor: pointer;
}

.social-link:hover {
  background: var(--blue2);
}

.social-link--yt {
  background: transparent;
  padding: 2px;
}

.social-link--yt img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.social-link--yt:hover {
  background: transparent;
  opacity: .85;
}

.desktop-menu {
  display: flex;
}


/* Menu mobile */
.nav-menu {
  min-width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* ═══════════════════════════════════════════
   MOBILE MENU — tất cả scoped dưới .mobile-menu
   ═══════════════════════════════════════════ */

.mobile-menu {
  display: none;
}

/* ── Hamburger button ── */
.mobile-menu .mobile-menu-icon {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s;
}

.mobile-menu .mobile-menu-icon:hover {
  background: rgba(0, 0, 0, 0.06);
}

.mobile-menu .menu-img {
  width: 32px;
  height: 32px;
  display: block;
}

/* ── Drawer container (full screen) ── */
.mobile-menu .mobile-menu-list {
  display: flex;
  flex-direction: row;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.mobile-menu.active .mobile-menu-list {
  transform: translateX(0);
  pointer-events: auto;
}

/* ── Overlay backdrop ── */
.mobile-menu .mobile-menu-overlay.space {
  flex: 1;
  min-width: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  transition: background 0.32s ease;
}

.mobile-menu.active .mobile-menu-overlay.space {
  background: rgba(10, 20, 50, 0.55);
  backdrop-filter: blur(2px);
}

.mobile-menu ul.sub-menu {
  width: calc(100% - 36px);
}

/* ── Drawer panel ── */
.mobile-menu .mobile-menu-content.content {
  width: min(340px, 90vw);
  flex-shrink: 0;
  background: #fff;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.18);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  padding-bottom: env(safe-area-inset-bottom, 16px);
  scrollbar-width: none;
}

.mobile-menu .mobile-menu-content.content::-webkit-scrollbar {
  display: none;
}

/* ── Header: logo + close ── */
.mobile-menu .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 16px;
  min-height: 72px;
  background: #fff;
  border-bottom: 2px solid var(--blue);
  flex-shrink: 0;
  gap: 10px;
}

.mobile-menu .mobile-menu-logo {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.mobile-menu .mobile-menu-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}

.mobile-menu .mobile-menu-close {
  background: #f1f3f6;
  border: none;
  color: #374151;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu .mobile-menu-close:hover,
.mobile-menu .mobile-menu-close:active {
  background: #e0e7ff;
  color: var(--blue);
  outline: none;
}

/* ── Menu list ── */
.mobile-menu .mobile-menu-ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  flex: 1;
}

.mobile-menu .mobile-menu-content .main-menu-item,
.mobile-menu .mobile-menu-content .mobile-menu-ul > li {
  margin: 0;
}

/* ── Main item row (with or without toggle) ── */
.mobile-menu .mobile-menu-content .menu-item-row {
  display: flex;
  align-items: stretch;
}

.mobile-menu .mobile-menu-content .main-item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 56px;
  color: #1a2a4a;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s, color 0.15s;
  border-left: 3px solid transparent;
}

.mobile-menu .mobile-menu-content .main-item:active {
  background: #eef3ff;
}

.mobile-menu .mobile-menu-content .current-menu-item > .menu-item-row .main-item,
.mobile-menu .mobile-menu-content .current-menu-item > .main-item {
  color: var(--blue);
  border-left-color: var(--blue);
  background: #f0f5ff;
}

/* Divider between items */
.mobile-menu .mobile-menu-content .main-menu-item + .main-menu-item,
.mobile-menu .mobile-menu-content .mobile-menu-ul > li + li {
  border-top: 1px solid #edf0f5;
}

/* ── Accordion toggle button ── */
.mobile-menu .submenu-toggle {
  background: none;
  border: none;
  border-left: 1px solid #edf0f5;
  cursor: pointer;
  width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa5b4;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu .submenu-toggle:active {
  background: #eef3ff;
  color: var(--blue);
}

.mobile-menu .submenu-toggle svg {
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.mobile-menu .menu-item-has-children.is-open > .menu-item-row .submenu-toggle {
  color: var(--blue);
  background: #f0f5ff;
}

.mobile-menu .menu-item-has-children.is-open > .menu-item-row .submenu-toggle svg {
  transform: rotate(180deg);
}

/* ── Sub-menus ── */
.mobile-menu .mobile-menu-content .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f7f9fd;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  border-left: 3px solid var(--blue);
  margin-left: 16px;
}

.mobile-menu .mobile-menu-content .menu-item-has-children.is-open > .sub-menu {
  max-height: 600px;
}

.mobile-menu .mobile-menu-content .sub-menu li {
  border-top: 1px solid #e8edf3;
}

.mobile-menu .mobile-menu-content .sub-menu li:first-child {
  border-top: none;
}

.mobile-menu .mobile-menu-content .sub-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  text-decoration: none;
  min-height: 50px;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s, color 0.15s;
}

.mobile-menu .mobile-menu-content .sub-menu a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.45;
  flex-shrink: 0;
}

.mobile-menu .mobile-menu-content .sub-menu a:active {
  background: #e6efff;
  color: var(--blue);
}

/* ── Footer CTA ── */
.mobile-menu .mobile-menu-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid #edf0f5;
  background: #f7f9fd;
  flex-shrink: 0;
  margin-top: auto;
}

.mobile-menu .mobile-menu-footer-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 0.3px;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s;
}

.mobile-menu .mobile-menu-footer-call:active {
  background: var(--blue2);
}

.mobile-menu .mobile-menu-footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1.5px solid var(--blue);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s, color 0.2s;
}

.mobile-menu .mobile-menu-footer-contact:active {
  background: #eef3ff;
}


.action-lang {
  display: block;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid-cards,
  .news-grid,
  .news-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .desktop-menu {
    display: none;
  }

  .action-lang {
    display: none;
  }

  .mobile-menu {
    display: flex;
    align-items: center;
  }

  /* Layout: logo — [lang flags][hamburger] */
  .nav-inner {
    justify-content: space-between;
  }

  .nav-actions {
    margin-left: auto; /* đẩy sang phải, sát trước hamburger */
    gap: 2px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 420px;
  }

  .header-inner {
    height: auto;
    padding: 14px 16px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .logo-text h1 {
    font-size: 11px;
  }

  .topbar-nav {
    display: none;
  }

  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid,
  .services-grid-cards {
    grid-template-columns: 1fr;
  }

  .news-grid-cards,
  .news-grid,
  .news-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner-cols {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    flex-direction: column;
  }

  .nav-inner ul {
    flex-wrap: wrap;
  }

  .nav-inner ul li a {
    padding: 10px 12px;
    font-size: 12px;
  }

  .hero-text h2 {
    font-size: 24px;
  }

  .section-title-trapezoid {
    font-size: 14px;
    padding: 10px 32px;
  }

  .footer-hotline-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════
   PAGE: GIỚI THIỆU CHUNG
   ═══════════════════════════════════════════ */

/* Page Hero */
.page-hero {
  background: linear-gradient(135deg, var(--color-primary, #1a3a6b) 0%, #0d2244 100%);
  color: #fff;
  padding: 56px 0 40px;
  text-align: center;
}

.page-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-hero-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}

.breadcrumb a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb-sep {
  opacity: 0.6;
}

/* About section wrapper */
.about-section .section-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-top: 56px;
  padding-bottom: 72px;
}

/* Intro: text + image */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-intro-text h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--color-primary, #1a3a6b);
  margin-bottom: 16px;
  line-height: 1.35;
}

.about-intro-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 12px;
}

.about-intro-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

.about-intro-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

.about-intro-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.about-intro-gif {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

/* Mission / Vision / Values */
.about-mission-vision {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-mission-vision-item {
  background: #f5f8ff;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  border-top: 4px solid var(--color-primary, #1a3a6b);
}

.about-mv-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.about-mission-vision-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary, #1a3a6b);
  margin-bottom: 12px;
}

.about-mission-vision-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* Legal table */
.about-legal h2,
.about-accreditation h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary, #1a3a6b);
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary, #1a3a6b);
}

.about-legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.about-legal-table tr {
  border-bottom: 1px solid #e8ecf4;
}

.about-legal-table td {
  padding: 14px 16px;
  vertical-align: top;
}

.about-legal-table .legal-label {
  font-weight: 600;
  color: #333;
  width: 220px;
  white-space: nowrap;
}

/* Accreditation grid */
.about-accred-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-accred-item {
  text-align: center;
  padding: 28px 16px;
  border: 1px solid #dde3f0;
  border-radius: 8px;
  background: #fff;
}

.accred-badge-lg {
  display: inline-block;
  background: var(--color-primary, #1a3a6b);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 4px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.about-accred-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .about-intro {
    grid-template-columns: 1fr;
  }

  .about-mission-vision {
    grid-template-columns: 1fr;
  }

  .about-accred-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .about-accred-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-legal-table .legal-label {
    width: auto;
  }
}

/* ═══════════════════════════════════════════
   QUYẾT ĐỊNH – CHỈ ĐỊNH PAGE
   ═══════════════════════════════════════════ */

.decisions-section .section-inner {
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.decisions-intro p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.decisions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card là thẻ <a> — reset link styles */
a.decisions-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.decisions-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.decisions-card:hover {
  box-shadow: 0 6px 24px rgba(0, 113, 187, 0.15);
  transform: translateY(-3px);
  border-color: #0071bb;
}

.decisions-card-img {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.decisions-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.decisions-card-label {
  font-size: 13px;
  font-weight: 700;
  color: #1a2a4a;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin: 0;
  margin-top: auto;
}

@media (max-width: 768px) {
  .decisions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .decisions-card {
    padding: 24px 16px 20px;
  }
}

@media (max-width: 480px) {
  .decisions-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ───────────────────────────────────────────
   DECISIONS DETAIL (bảng quyết định)
   ─────────────────────────────────────────── */

.decisions-detail-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.decisions-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.decisions-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.decisions-table thead tr {
  background: #0071bb;
  color: #fff;
}

.decisions-table th {
  padding: 13px 14px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

.decisions-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #edf2f7;
  vertical-align: top;
  color: #2d3748;
}

.decisions-table tbody tr:last-child td {
  border-bottom: none;
}

.decisions-table tbody tr:hover td {
  background: #f0f7ff;
}

.decisions-table .col-stt {
  width: 48px;
  text-align: center;
  color: #718096;
  font-size: 13px;
}

.decisions-table .col-so {
  min-width: 160px;
  white-space: nowrap;
}

.decisions-table .col-date {
  white-space: nowrap;
  min-width: 110px;
}

.decisions-table .col-coquan {
  min-width: 180px;
}

.decisions-table .col-trichyeu {
  min-width: 260px;
}

/* Link số quyết định */
.decision-file-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0071bb;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s;
}

.decision-file-link:hover {
  color: #005a96;
  text-decoration: underline;
}

.decision-file-link svg {
  flex-shrink: 0;
  opacity: 0.75;
}

/* Nút quay lại */
.decisions-back {
  display: flex;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: 1.5px solid #0071bb;
  border-radius: 8px;
  color: #0071bb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.btn-back:hover {
  background: #0071bb;
  color: #fff;
}

.decisions-empty {
  text-align: center;
  color: #718096;
  font-size: 15px;
  padding: 48px 0;
}

@media (max-width: 768px) {
  .decisions-table {
    font-size: 13px;
  }
  .decisions-table th,
  .decisions-table td {
    padding: 9px 10px;
  }
}

/* ═══════════════════════════════════════════
   BAN GIÁM ĐỐC PAGE
   ═══════════════════════════════════════════ */

.board-section .section-inner {
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.board-intro p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

/* Board table */
.board-table-wrap {
  overflow-x: auto;
  margin-top: 32px;
}

.board-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.board-table thead tr {
  background: var(--blue);
  color: #fff;
}

.board-table th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

.board-table th:first-child,
.board-table td:first-child {
  width: 60px;
  text-align: center;
}

.board-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: background 0.15s;
}

.board-table tbody tr:nth-child(even) {
  background: #f7faff;
}

.board-table tbody tr:hover {
  background: #eef4fb;
}

.board-table td {
  padding: 14px 20px;
  color: #2d3748;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .board-table th,
  .board-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.board-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}

.board-card:hover {
  box-shadow: 0 6px 24px rgba(0, 113, 187, 0.12);
  transform: translateY(-3px);
}

.board-card-img {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f0f4f8;
}

.board-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.board-card-info {
  padding: 20px;
  text-align: center;
}

.board-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a2a4a;
  margin: 0 0 6px;
}

.board-card-position {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary, #1a3a6b);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

.board-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .board-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .board-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ═══════════════════════════════════════════
   SƠ ĐỒ TỔ CHỨC PAGE
   ═══════════════════════════════════════════ */

.orgchart-section .section-inner {
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.orgchart-intro p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.orgchart-img-wrap {
  text-align: center;
}

.orgchart-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ── HTML Org Chart ── */
.oc-wrap {
  overflow-x: auto;
  padding: 8px 0 24px;
}

.oc-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 720px;
}

/* Vertical connector line */
.oc-vline {
  width: 2px;
  height: 28px;
  background: var(--blue);
  flex-shrink: 0;
}

/* Horizontal row of sibling nodes */
.oc-level {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* Each item in a level */
.oc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  position: relative;
}

/* Vertical line going up from item to horizontal bar */
.oc-item::before {
  content: '';
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 28px;
  background: var(--blue);
  z-index: 1;
}

/* Horizontal bar connecting siblings */
.oc-item::after {
  content: '';
  position: absolute;
  top: -28px;
  height: 2px;
  background: var(--blue);
  left: 0;
  right: 0;
}

.oc-item:first-child::after { left: 50%; }
.oc-item:last-child::after  { right: 50%; }
.oc-item:only-child::after  { display: none; }

/* ── Node boxes ── */
.oc-node {
  padding: 11px 20px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.oc-node--apex {
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  padding: 13px 32px;
  letter-spacing: 0.5px;
}

.oc-node--board {
  background: var(--blue);
  color: #fff;
}

.oc-node--side {
  background: #e8f2fc;
  color: var(--blue);
  border: 2px solid var(--blue);
}

.oc-node--ceo {
  background: var(--gold, #c8960c);
  color: #fff;
  font-size: 15px;
  padding: 13px 36px;
}

.oc-node--manager {
  background: #f0f6ff;
  color: #1a3a5c;
  border: 1.5px solid #b3d0ed;
}

.oc-node--dept {
  background: #fff;
  color: #2d3748;
  border: 1px solid #cbd5e0;
  font-weight: 500;
}

@media (max-width: 900px) {
  .oc-node {
    font-size: 12px;
    padding: 9px 12px;
    white-space: normal;
    max-width: 110px;
  }
  .oc-node--apex,
  .oc-node--ceo {
    font-size: 13px;
    padding: 10px 16px;
    max-width: none;
  }
  .oc-item { padding: 0 8px; }
}

/* ═══════════════════════════════════════════
   SERVICE DETAIL PAGES
   ═══════════════════════════════════════════ */

.service-detail-section .section-inner {
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ── Intro block: text + image ── */
.service-detail-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.svc-detail-label {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 3px;
  margin-bottom: 18px;
}

.service-detail-text h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1.4;
  margin-bottom: 20px;
}

.service-detail-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 14px;
}

.service-detail-text p:last-child {
  margin-bottom: 0;
}

.service-detail-img {
  position: relative;
}

.service-detail-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 36px rgba(0, 113, 187, 0.14);
  display: block;
}

/* ── Feature cards ── */
.service-detail-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-detail-feature-item {
  background: var(--light);
  border-radius: 14px;
  padding: 28px 24px 24px;
  border-top: 4px solid var(--blue);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.service-detail-feature-item:hover {
  box-shadow: 0 6px 24px rgba(0, 113, 187, 0.10);
  transform: translateY(-3px);
}

.feature-icon-wrap {
  width: 54px;
  height: 54px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.feature-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 8px;
  line-height: 1.4;
}

.feature-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

/* ── CTA block ── */
.service-detail-cta {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 100%);
  border-radius: 16px;
  padding: 40px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.service-detail-cta p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

/* Responsive */
@media (max-width: 960px) {
  .service-detail-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .service-detail-img {
    order: -1;
  }

  .service-detail-img img {
    height: 260px;
  }

  .service-detail-features {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .service-detail-cta {
    flex-direction: column;
    text-align: center;
    padding: 32px 28px;
  }
}

@media (max-width: 600px) {
  .service-detail-text h2 {
    font-size: 20px;
  }

  .service-detail-features {
    grid-template-columns: 1fr;
  }

  .service-detail-cta {
    padding: 28px 20px;
  }

  .service-detail-section .section-inner {
    gap: 40px;
  }
}

/* ═══════════════════════════════════════════
   SINGLE POST PAGE
   ═══════════════════════════════════════════ */

.single-post-section .section-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-post-layout {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Meta bar ── */
.single-post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--gray);
}

.single-post-cat a {
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 3px 10px;
  border-radius: 3px;
}

/* ── Featured image ── */
.single-post-thumbnail {
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
}

.single-post-thumb-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ── Post content ── */
.single-post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
  color: var(--blue);
  margin: 28px 0 10px;
  font-weight: 700;
}

.single-post-content h2 { font-size: 22px; }
.single-post-content h3 { font-size: 18px; }
.single-post-content h4 { font-size: 15px; }

.single-post-content p {
  margin-bottom: 16px;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
  display: block;
}

.single-post-content ul,
.single-post-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.single-post-content li {
  margin-bottom: 6px;
}

.single-post-content blockquote {
  border-left: 4px solid var(--blue);
  padding: 12px 20px;
  background: var(--light);
  color: var(--gray);
  border-radius: 0 6px 6px 0;
  margin: 20px 0;
  font-style: italic;
}

.single-post-content a {
  color: var(--blue);
  text-decoration: underline;
}

.single-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.single-post-content table th,
.single-post-content table td {
  border: 1px solid #dde3ed;
  padding: 10px 14px;
  text-align: left;
}

.single-post-content table th {
  background: var(--blue);
  color: #fff;
  font-weight: 600;
}

.single-post-content table tr:nth-child(even) td {
  background: var(--light);
}

/* ── Tags ── */
.single-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.single-post-tag {
  background: var(--light);
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #dde3ed;
  transition: background .2s, color .2s;
}

.single-post-tag:hover {
  background: var(--blue);
  color: #fff;
}

/* ── Prev / Next navigation ── */
.single-post-nav {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.single-post-nav-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 18px;
  background: var(--light);
  border-radius: 8px;
  border: 1px solid #dde3ed;
  transition: border-color .2s, box-shadow .2s;
}

.single-post-nav-btn:hover {
  border-color: var(--blue);
  box-shadow: 0 2px 10px rgba(0,113,187,.12);
}

.single-post-nav-next {
  text-align: right;
}

.spn-dir {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.spn-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Sidebar ── */
.single-post-sidebar {
  position: sticky;
  top: 90px;
}

.sidebar-widget {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.sidebar-widget-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--blue);
}

.sidebar-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-related-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sri-thumb {
  flex-shrink: 0;
  width: 70px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  background: var(--light);
}

.sri-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sri-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sri-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sri-title:hover {
  color: var(--blue);
}

.sri-date {
  font-size: 11px;
  color: var(--gray);
}

.sidebar-empty {
  font-size: 13px;
  color: var(--gray);
  margin: 0;
}

.sidebar-back-btn {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  transition: background .2s;
}

.sidebar-back-btn:hover {
  background: var(--blue2);
}

@media (max-width: 960px) {
  .single-post-layout {
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  .single-post-nav {
    flex-direction: column;
  }

  .single-post-nav-next {
    text-align: left;
  }
}

/* ═══════════════════════════════════════════
   LIÊN HỆ PAGE
   ═══════════════════════════════════════════ */

.contact-map-wrap {
  line-height: 0;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
}

.contact-section .section-inner {
  padding-top: 56px;
  padding-bottom: 72px;
}

.contact-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

/* ── Info ── */
.contact-info-heading,
.contact-form-heading {
  font-size: 18px;
  font-weight: 800;
  color: #1a2a4a;
  letter-spacing: 0.5px;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}

.contact-location {
  margin-bottom: 28px;
}

.contact-location h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary, #1a3a6b);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}

.contact-location p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin: 0 0 6px;
}

.contact-label {
  font-weight: 600;
  color: #333;
}

.contact-location a {
  color: #444;
  text-decoration: none;
}

.contact-location a:hover {
  color: var(--color-primary, #1a3a6b);
  text-decoration: underline;
}

/* ── Form ── */
.contact-form-field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form-field label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.contact-form-field .required {
  color: #e53e3e;
  margin-left: 2px;
}

.contact-form-field input[type="text"],
.contact-form-field input[type="email"],
.contact-form-field input[type="tel"],
.contact-form-field input[type="number"],
.contact-form-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: var(--color-primary, #1a3a6b);
  box-shadow: 0 0 0 3px rgba(26, 58, 107, 0.1);
}

.contact-form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-captcha-question {
  font-size: 18px;
  font-weight: 700;
  color: #1a2a4a;
  white-space: nowrap;
  background: #f0f4f8;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
}

.contact-captcha-input {
  width: 90px !important;
  text-align: center;
}

.contact-captcha-input.captcha-error {
  border-color: #e53e3e !important;
}

.contact-form-submit {
  margin-top: 8px;
}

.btn-contact-submit {
  background: var(--color-primary, #1a3a6b);
  color: #fff;
  border: none;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.btn-contact-submit:hover {
  background: #0d2244;
  transform: translateY(-1px);
}

.contact-success {
  background: #f0fff4;
  border: 1px solid #9ae6b4;
  color: #276749;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}

.contact-error {
  background: #fff5f5;
  border: 1px solid #feb2b2;
  color: #c53030;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .contact-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-map-wrap iframe {
    height: 280px;
  }
}