/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --navy: #063260;
  --navy-2: #0a487f;
  --blue: #0b78c8;
  --sky: #eef8ff;
  --cream: #fff7dc;
  --gold: #f7c948;
  --orange: #f47b20;
  --red: #d93025;
  --text: #0b1f33;
  --muted: #5b6b7a;
  --white: #fff;
  --line: rgba(6, 50, 96, 0.14);
  --shadow: 0 24px 70px rgba(6, 50, 96, 0.16);
}

/* Base Styles & Fonts for Custom Sections */
.hero-sec,
.about-sec,
.why-sec,
.visual-sec,
.benefits-sec,
.teachers-sec,
.timeline-sec,
.countdown-sec,
.gallery-sec,
.audience-sec,
.register-sec,
.faq-sec,
.final-sec {
  color: var(--text);
  line-height: 1.6;
}

.hero-sec *,
.about-sec *,
.why-sec *,
.visual-sec *,
.benefits-sec *,
.teachers-sec *,
.timeline-sec *,
.countdown-sec *,
.gallery-sec *,
.audience-sec *,
.register-sec *,
.faq-sec *,
.final-sec * {
  box-sizing: border-box;
}

/* Section Common Styles */
.custom-section {
  position: relative;
  padding: 92px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.kicker {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 8px;
}

.custom-section h2 {
  margin: 12px auto !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
  color: var(--navy) !important;
}

.section-desc {
  color: #52677a;
  font-size: 17px;
  margin-top: 16px;
}

/* Custom Buttons */
.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: 0.25s ease;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none !important;
}

.custom-btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: #fff !important;
  box-shadow: 0 18px 48px rgba(244, 123, 32, 0.28);
}

.custom-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(244, 123, 32, 0.36);
  color: #fff !important;
}

.custom-btn-outline {
  border-color: rgba(6, 50, 96, 0.2);
  color: var(--navy) !important;
  background: white;
}

.custom-btn-outline:hover {
  border-color: var(--orange);
  color: var(--orange) !important;
}

/* Hero Section */
.hero-sec {
  position: relative;
  overflow: hidden;
  padding: 82px 0 72px;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(247, 201, 72, 0.48),
      transparent 32%
    ),
    radial-gradient(
      circle at 10% 16%,
      rgba(11, 120, 200, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #eaf8ff 0%, #ffffff 55%, #fff4c4 100%) !important;
}

.hero-sec:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: conic-gradient(
    from 110deg,
    var(--blue),
    var(--gold),
    var(--orange),
    var(--blue)
  );
  opacity: 0.12;
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(11, 120, 200, 0.18);
  background: #fff;
  color: var(--navy);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: 0 12px 32px rgba(6, 50, 96, 0.08);
}

.hero-sec h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 950;
  color: var(--navy);
}

.gradient-text {
  background: linear-gradient(135deg, var(--orange), #ffb000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lead {
  margin: 26px 0 0;
  color: #35516b;
  font-size: 18px;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-meta {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.meta-card {
  flex: 1;
  border: 1px solid rgba(6, 50, 96, 0.13);
  background: #fff;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(6, 50, 96, 0.08);
}

.meta-card b {
  display: block;
  color: var(--orange);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.meta-card span {
  color: #607386;
  font-size: 13px;
  font-weight: 700;
}

.hero-panel {
  border: 1px solid rgba(6, 50, 96, 0.12);
  background: #fff;
  border-radius: 34px;
  padding: 16px;
  box-shadow: var(--shadow);
}

.slide-image {
  width: 100%;
  min-height: 360px;
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(6, 50, 96, 0.18);
  background: linear-gradient(135deg, #063260 0%, #0b78c8 58%, #f7c948 100%);
  position: relative;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slide-image:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.slide-image:after {
  content: "CEO NT02";
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-size: 56px;
  font-weight: 950;
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.16);
}

.visual-title {
  position: relative;
  z-index: 1;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.visual-sub {
  position: relative;
  z-index: 1;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.visual-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

.slide-note {
  margin-top: 14px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
  font-size: 14px;
}

.slide-note b {
  color: var(--gold);
}

/* About Section - Stats */
.stat-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 28px;
  padding: 26px;
  min-height: 155px;
  box-shadow: 0 16px 42px rgba(6, 50, 96, 0.08);
}

.stat-card strong {
  display: block;
  color: var(--orange);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.stat-card span {
  display: block;
  color: var(--navy);
  font-weight: 900;
  margin-top: 14px;
}

.stat-card p {
  color: #657789;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

/* Why Section */
.why-sec {
  background: linear-gradient(135deg, var(--navy), var(--blue)) !important;
  color: #fff;
}

.why-sec h2 {
  color: #fff !important;
}

.why-sec .section-desc {
  color: rgba(255, 255, 255, 0.82) !important;
}

.why-sec .kicker {
  color: var(--gold) !important;
}

.why-card .col-inner {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 28px;
  height: 100%;
}

.why-card .num {
  color: var(--gold);
  font-weight: 950;
  font-size: 40px;
  line-height: 1;
}

.why-card h3 {
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}

.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

/* Visual Band Section */
.visual-sec {
  background: linear-gradient(180deg, #f5fbff 0%, #eef8ff 100%) !important;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  height: 100%;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(247, 201, 72, 0.78),
      transparent 28%
    ),
    linear-gradient(135deg, #0b78c8, #063260);
}

.image-visual {
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 28px;
  color: #fff;
}

.image-visual h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 900;
}

.image-visual p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  font-size: 15px;
}

.image-caption {
  padding: 16px 18px;
  margin: 18px;
  border-radius: 22px;
  background: rgba(6, 50, 96, 0.88);
  color: #fff;
  backdrop-filter: blur(10px);
  font-size: 14px;
}

.image-caption b {
  color: var(--gold);
}

/* Benefits Section */
.benefit-card {
  border: 1px solid rgba(6, 50, 96, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 16px 42px rgba(6, 50, 96, 0.07);
  height: 100%;
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(6, 50, 96, 0.12);
}

.aud-card .icon,
.benefit-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #e9f6ff;
  color: var(--blue);
  font-size: 20px;
  font-weight: 950;
}

.benefit-card .icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.benefit-card:hover .icon svg {
  transform: scale(1.1) rotate(5deg);
}

.benefit-card h3 {
  margin: 20px 0 8px;
  font-size: 22px;
  color: var(--navy);
  font-weight: 800;
}

.benefit-card p {
  margin: 0;
  color: #5d7184;
  font-size: 14px;
}

/* Teachers Section */
.teachers-sec {
  background: linear-gradient(135deg, #06284d, #0b78c8 65%, #f7c948) !important;
}

.teachers-sec h2 {
  color: #fff !important;
}

.teachers-sec .kicker {
  color: var(--gold) !important;
}

.teachers-wrap {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 34px;
  align-items: start;
}

.highlight-box .col-inner {
  position: sticky;
  top: 100px;
  border-radius: 38px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.highlight-box .col-inner h3 {
  font-size: 40px;
  line-height: 1.1;
  margin: 12px 0 0;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 900;
}

.highlight-box .col-inner p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 16px;
  font-size: 15px;
}

.speaker-showcase {
  margin-top: 28px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  min-height: 340px;
  background: #fff;
}

.speaker-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.speaker-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  color: #fff;
}

.speaker-overlay b {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
  text-align: left;
}

.speaker-overlay span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-align: left;
}

/* CSS Grid for Teachers inside Column 7 */
.teacher-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* Flatsome Native Teacher Banner Custom Styles */
.teacher-banner {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease !important;
  border-radius: 28px !important;
  overflow: hidden !important;
}

.teacher-banner:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 28px 72px rgba(6, 50, 96, 0.18) !important;
}

.teacher-info-box {
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 10px 30px rgba(6, 50, 96, 0.08) !important;
  position: absolute;
  bottom: 10px;
  transition: background-color 0.28s ease !important;
}

.teacher-info b {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
  text-align: left;
}

.teacher-info small {
  color: #55697c;
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.teacher-banner:hover .teacher-info-box {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* Showcase Banner Styling */
.showcase-banner {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18) !important;
  border-radius: 38px !important;
  overflow: hidden !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease !important;
}

.showcase-banner:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24) !important;
}

.showcase-info-box {
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.85)
  ) !important;
  padding: 26px !important;
}

/* Timeline Section */
.time-card {
  position: relative;
  border: 1px solid rgba(6, 50, 96, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-radius: 30px;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(6, 50, 96, 0.07);
  height: 100%;
}

.time-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--orange));
}

.date {
  color: var(--orange);
  font-weight: 950;
  font-size: 22px;
}

.time-card h3 {
  font-size: 25px;
  margin: 12px 0 8px;
  color: var(--navy);
  font-weight: 800;
}

.time-card p {
  color: #5d7184;
  margin: 0;
  font-size: 14px;
}

/* Countdown Section */
.countdown-sec {
  background: linear-gradient(135deg, #06284d, #0b78c8) !important;
  color: #fff;
}

.countdown-sec h2 {
  color: #fff !important;
}

.countdown-sec .section-desc {
  color: rgba(255, 255, 255, 0.8) !important;
}

.countdown-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.countdown-wrap > div {
  flex: 1;
}

.count-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  flex: 1.2;
}

.count-box {
  padding: 28px 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  backdrop-filter: blur(14px);
}

.count-box strong {
  display: block;
  font-size: 54px;
  line-height: 1;
  color: #f7c948;
  font-weight: 950;
}

.count-box span {
  display: block;
  margin-top: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

/* Gallery Section */
.gallery-sec {
  background: linear-gradient(180deg, #eef8ff 0%, #ffffff 100%) !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 240px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(6, 50, 96, 0.12);
}

.gallery-item img,
.gallery-item .ux-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item.large {
  grid-row: span 2;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  z-index: 2;
}

/* Audience Section */
.audience-sec {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
}

.aud-card {
  border: 1px solid #dce8f1;
  background: #f8fcff;
  border-radius: 28px;
  padding: 24px;
  height: 100%;
}

.aud-card h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  color: var(--navy);
  font-weight: 800;
}

.aud-card p {
  color: #5f6f7f;
  margin: 0;
  font-size: 14px;
}

/* Register Section */
.register-sec {
  background: linear-gradient(135deg, var(--navy), var(--blue)) !important;
  color: #fff;
}

.register-sec h2 {
  color: #fff !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
  margin: 12px 0 0 !important;
}

.register-sec .section-desc {
  color: rgba(255, 255, 255, 0.84) !important;
}

.register-sec .kicker {
  color: var(--gold) !important;
}

.qr-card {
  background: #fff;
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  color: var(--navy);
  margin-bottom: 24px;
}

.qr-card img,
.qr-card .ux-media {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

.qr-card b {
  font-size: 18px;
  font-weight: 900;
}

.step-list {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.step-no {
  width: 54px;
  height: 54px;
  border-radius: 20px;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 18px;
}

.step h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

.step p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

/* FAQ Section */
.faq-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(6, 50, 96, 0.08);
  box-shadow: 0 10px 28px rgba(6, 50, 96, 0.06);
  height: 100%;
}

.faq-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #eef8ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  flex-shrink: 0;
}

.faq-content h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.faq-content p {
  margin: 6px 0 0;
  color: #607386;
  font-size: 14px;
  line-height: 1.6;
}

/* Final CTA Section */
.final-sec {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #063260, #0b78c8 58%, #f47b20) !important;
  color: #fff;
  text-align: center;
}

.final-sec:before {
  content: "";
  position: absolute;
  inset: auto -120px -160px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.final-sec h2 {
  color: #fff !important;
  max-width: 860px;
  margin: 0 auto;
}

.final-sec p {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.final-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes glowSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Application of Keyframe Animations */
.hero-sec .eyebrow,
.hero-sec h1,
.hero-sec .lead,
.hero-sec .hero-actions,
.hero-sec .hero-meta {
  animation: fadeUp 0.7s ease both;
}

.hero-sec h1 {
  animation-delay: 0.08s;
}

.hero-sec .lead {
  animation-delay: 0.16s;
}

.hero-sec .hero-actions {
  animation-delay: 0.24s;
}

.hero-sec .hero-meta {
  animation-delay: 0.32s;
}

.hero-sec .hero-panel {
  animation:
    fadeUp 0.8s ease 0.18s both,
    floatSoft 5s ease-in-out 1.1s infinite;
}

.hero-sec:after {
  animation: glowSpin 24s linear infinite;
}

/* Hover Zoom & Transform micro-interactions */
.custom-btn,
.stat-card,
.why-card .col-inner,
.image-card,
.benefit-card,
.teacher,
.aud-card,
.time-card,
.count-box,
.gallery-item,
.faq-item {
  will-change: transform;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.stat-card:hover,
.benefit-card:hover,
.aud-card:hover,
.time-card:hover,
.faq-item:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 62px rgba(6, 50, 96, 0.14);
  border-color: rgba(244, 123, 32, 0.28);
}

.why-card .col-inner:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, 0.16);
}

.image-card:hover,
.teacher:hover,
.gallery-item:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 72px rgba(6, 50, 96, 0.18);
}

.image-card img,
.teacher img,
.gallery-item img {
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.image-card:hover img,
.teacher:hover img,
.gallery-item:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.benefit-card:hover .icon,
.aud-card:hover .icon,
.step:hover .step-no,
.faq-item:hover .faq-icon {
  transform: scale(1.08) rotate(-3deg);
  background: var(--orange);
  color: #fff;
}

.footer-primary.pull-left {
  width: 100%;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: #fff;
}

.footer-wrapper {
  padding: 0;
  background: linear-gradient(135deg, #06284d, #0b78c8);
  color: #fff;
}

.footer-wrapper section.custom-footer-section,
.footer-wrapper .absolute-footer {
  background-color: transparent;
}

.footer-wrapper .absolute-footer {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Tablet & Mobile Media Queries for Custom Sections */
@media (max-width: 980px) {
  .teachers-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .countdown-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .count-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-box .col-inner {
    position: static;
  }

  .custom-section {
    padding: 72px 0;
  }
}

@media (max-width: 640px) {
  .teacher-grid {
    grid-template-columns: 1fr;
  }

  .count-boxes {
    grid-template-columns: 1fr;
  }

  .custom-section {
    padding: 62px 0;
  }

  .qr-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .qr-card img,
  .qr-card .ux-media {
    width: 100%;
    height: auto;
    max-width: 180px;
    margin: 0 auto;
  }

  .image-visual {
    min-height: 240px;
  }

  .slide-image {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/*************** START CUSTOM CSS FOR GIANG VIEN PAGE. ***************/
.teachers-intro-sec {
  background-color: #fff !important;
  padding: 92px 0 !important;
}

.intro-banner {
  border-radius: 34px !important;
  box-shadow: var(--shadow) !important;
  border: 1px solid var(--line) !important;
  overflow: hidden !important;
}

.intro-banner .ux-banner-bg {
  border-radius: 30px !important;
  transition: transform 0.6s ease !important;
}

.intro-banner:hover .ux-banner-bg {
  transform: scale(1.04) !important;
}

.kicker-white {
  color: var(--gold) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.22em !important;
  font-weight: 950 !important;
  margin-bottom: 8px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

/* Định nghĩa mạnh mẽ cho tiêu đề banner để tránh bị override bởi .custom-section h2 */
.custom-section .intro-banner h2,
.banner-title-white {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}

.diff-icon-box-native {
  margin-bottom: 26px !important;
}

.diff-icon-box-native .icon-box-text h4 {
  font-weight: 900 !important;
  color: var(--navy) !important;
  font-size: 17px !important;
  margin: 0 0 6px 0 !important;
}

.diff-icon-box-native .icon-box-text p {
  color: var(--muted) !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* Biến đổi icon box thành hình tròn màu cam y hệt trang gốc */
.diff-icon-box-native .icon-box-img {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(244, 123, 32, 0.2) !important;
  padding: 0 !important;
  border: none !important;
}

.diff-icon-box-native .icon-box-img .icon {
  border: none !important;
  width: auto !important;
  height: auto !important;
}

.diff-icon-box-native .icon-box-img .icon-inner {
  background-color: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  height: auto !important;
  box-shadow: none !important;
}

.diff-icon-box-native .icon-box-img .icon-inner svg,
.diff-icon-box-native .icon-box-img img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  filter: brightness(0) invert(1) !important;
}

/* Hover effect micro-interaction cho icon box */
.diff-icon-box-native:hover .icon-box-img {
  transform: scale(1.08) rotate(-3deg) !important;
  background-color: var(--navy) !important;
  box-shadow: 0 8px 24px rgba(6, 50, 96, 0.2) !important;
}

.quote-block {
  padding: 24px 30px;
  border-radius: 24px;
  background: var(--sky);
  border-left: 8px solid var(--orange);
  font-style: italic;
  color: var(--navy);
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.55;
  margin-top: 34px;
  box-shadow: 0 16px 40px rgba(6, 50, 96, 0.04);
  border-top: 1px solid rgba(6, 50, 96, 0.04);
  border-right: 1px solid rgba(6, 50, 96, 0.04);
  border-bottom: 1px solid rgba(6, 50, 96, 0.04);
}

.teachers-list-sec {
  background: #f5fbff !important;
  padding: 92px 0 !important;
}

/* Grid 5 cột trên Desktop cho row */
@media (min-width: 1200px) {
  .teachers-grid-row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 0 !important;
  }

  .teachers-grid-row > .col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
  }
}

.teacher-card-col {
  margin-bottom: 20px !important;
}

.teacher-card-col .col-inner {
  background: #fff !important;
  border-radius: 30px !important;
  padding: 34px 24px !important;
  box-shadow: 0 16px 42px rgba(6, 50, 96, 0.06) !important;
  border: 1px solid rgba(6, 50, 96, 0.06) !important;
  text-align: center !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.teacher-card-col .col-inner:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 62px rgba(6, 50, 96, 0.13) !important;
  border-color: rgba(244, 123, 32, 0.28) !important;
}

.teacher-avatar-wrap {
  width: 124px !important;
  height: 124px !important;
  margin: 0 auto 22px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 4px solid #f0f4f8 !important;
  box-shadow: 0 8px 24px rgba(6, 50, 96, 0.05) !important;
  transition: transform 0.5s ease !important;
}

.teacher-card-col .col-inner:hover .teacher-avatar-wrap {
  transform: scale(1.05) !important;
  border-color: var(--orange) !important;
}

.teacher-avatar-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

.teacher-card-col h3.teacher-name {
  color: var(--navy) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.35 !important;
}

.teacher-card-col p.teacher-dept {
  color: var(--orange) !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
/*************** END CUSTOM CSS FOR GIANG VIEN PAGE. ***************/

/*************** START CUSTOM CSS FOR GIOI THIEU (ABOUT) PAGE. ***************/
/* Google Material Symbols Font Face and Styling */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

/* Section Hero - Identity */
.about-hero-sec {
  background-color: #fff !important;
  padding: 92px 0 !important;
  position: relative;
  overflow: hidden;
}

.about-lead-text {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.about-sub-text {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--muted) !important;
  margin-bottom: 24px !important;
}

.about-quote-box.glass-card {
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border: 1px solid rgba(6, 50, 96, 0.08) !important;
  border-left: 5px solid var(--orange) !important;
  border-radius: 24px !important;
  padding: 24px 30px !important;
  font-style: italic !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  font-size: 16.5px !important;
  line-height: 1.55 !important;
  box-shadow: 0 16px 40px rgba(6, 50, 96, 0.04) !important;
}

/* Stats wrapper on the right */
.about-stats-wrap {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
}

.about-stat-item {
  margin-bottom: 28px !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .about-stats-wrap {
    align-items: flex-end !important;
  }
  .about-stat-item {
    text-align: right !important;
  }
}

.about-stat-item:last-child {
  margin-bottom: 0 !important;
}

.about-stat-num {
  font-size: clamp(48px, 6vw, 64px) !important;
  font-weight: 950 !important;
  color: var(--navy) !important;
  line-height: 1.05 !important;
  display: block !important;
}

.about-stat-label {
  font-size: 12.5px !important;
  font-weight: 950 !important;
  color: var(--orange) !important;
  letter-spacing: 0.22em !important;
  display: block !important;
  margin-top: 6px !important;
}

/* Section Bento Grid - Mission */
.about-mission-sec {
  background: #f8f9ff !important;
  padding: 92px 0 !important;
}

.about-mission-card {
  background: #fff !important;
  border-radius: 30px !important;
  padding: 38px 30px !important;
  box-shadow: 0 16px 42px rgba(6, 50, 96, 0.05) !important;
  border: 1px solid rgba(6, 50, 96, 0.06) !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
}

.about-mission-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 62px rgba(6, 50, 96, 0.12) !important;
  border-color: rgba(244, 123, 32, 0.28) !important;
}

.about-mission-icon {
  font-size: 48px !important;
  color: var(--orange) !important;
  margin-bottom: 24px !important;
  transition: transform 0.28s ease !important;
  font-variation-settings: "FILL" 0 !important;
}

.about-mission-card:hover .about-mission-icon {
  transform: scale(1.08) rotate(-3deg) !important;
  color: var(--orange) !important;
}

.about-mission-card h3 {
  font-size: 22px !important;
  font-weight: 850 !important;
  color: var(--navy) !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.25 !important;
}

.about-mission-card p {
  font-size: 14.5px !important;
  color: var(--muted) !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

/* Section Legacy CEO NT01 */
.about-legacy-sec {
  background-color: #fff !important;
  padding: 92px 0 !important;
}

.about-legacy-subtitle {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  margin-bottom: 28px !important;
}

.about-legacy-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px 0 !important;
}

.about-legacy-list li {
  display: flex !important;
  gap: 16px !important;
  align-items: flex-start !important;
  margin-bottom: 26px !important;
}

.about-legacy-list li:last-child {
  margin-bottom: 0 !important;
}

.about-legacy-list .list-icon {
  color: var(--orange) !important;
  font-size: 24px !important;
  flex-shrink: 0 !important;
  font-variation-settings: "FILL" 1 !important;
}

.about-legacy-list .list-content strong {
  font-size: 16.5px !important;
  font-weight: 850 !important;
  color: var(--navy) !important;
  display: block !important;
}

.about-legacy-list .list-content p {
  font-size: 14.5px !important;
  color: var(--muted) !important;
  margin: 4px 0 0 0 !important;
  line-height: 1.5 !important;
}

/* Image Hover & Overlays */
.about-image-wrapper {
  position: relative !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 50px rgba(6, 50, 96, 0.12) !important;
  border: 1px solid var(--line) !important;
  width: 100% !important;
  aspect-ratio: 4/3 !important;
}

.about-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition:
    transform 0.6s ease,
    filter 0.6s ease !important;
  display: block !important;
}

.about-image-wrapper:hover img {
  transform: scale(1.05) !important;
  filter: saturate(1.05) !important;
}

.about-image-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  z-index: 10 !important;
  pointer-events: none !important;
}

.about-image-wrapper:hover .about-image-overlay {
  opacity: 1 !important;
}

.about-image-overlay p {
  color: #fff !important;
  font-size: clamp(18px, 3vw, 24px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

/* Section Current Status - Cream BG */
.about-status-sec {
  background-color: var(--cream) !important;
  padding: 92px 0 !important;
}

.about-status-warn-title {
  font-size: 18px !important;
  font-weight: 850 !important;
  color: var(--red) !important;
  margin-bottom: 28px !important;
}

.about-status-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px 0 !important;
}

.about-status-list li {
  display: flex !important;
  gap: 16px !important;
  align-items: flex-start !important;
  margin-bottom: 26px !important;
}

.about-status-list li:last-child {
  margin-bottom: 0 !important;
}

.about-status-list .list-icon-err {
  color: var(--red) !important;
  font-size: 24px !important;
  flex-shrink: 0 !important;
  font-variation-settings: "FILL" 1 !important;
}

.about-status-list .list-content strong {
  font-size: 16.5px !important;
  font-weight: 850 !important;
  color: var(--navy) !important;
  display: block !important;
}

.about-status-list .list-content p {
  font-size: 14.5px !important;
  color: var(--muted) !important;
  margin: 4px 0 0 0 !important;
  line-height: 1.5 !important;
}

.about-status-alert {
  padding: 24px 30px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-left: 5px solid var(--red) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 24px rgba(6, 50, 96, 0.02) !important;
  margin-top: 32px !important;
}

.about-status-alert p {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  font-style: italic !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

.about-image-overlay-always {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(6, 50, 96, 0.55),
    transparent
  ) !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 28px !important;
  z-index: 10 !important;
  pointer-events: none !important;
}

.about-image-overlay-always p {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
}

/* Section Call to Action (CTA) */
.about-cta-sec {
  background-color: #fff !important;
  padding: 92px 0 !important;
}

.about-cta-sec .col-inner {
  background: var(--navy) !important;
  border-radius: 40px !important;
  padding: 80px 40px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.about-cta-sec .col-inner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(
    circle at center,
    rgba(11, 120, 200, 0.22),
    transparent 70%
  ) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.about-cta-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}

.about-cta-content h2 {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 950 !important;
  margin: 0 auto 24px auto !important;
  line-height: 1.15 !important;
  max-width: 780px !important;
  text-transform: uppercase !important;
}

.about-cta-content p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 18px !important;
  max-width: 680px !important;
  margin: 0 auto 38px auto !important;
  line-height: 1.6 !important;
}

.about-cta-buttons {
  display: flex !important;
  gap: 18px !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

/* Tablet & Mobile styles */
@media (max-width: 980px) {
  .about-hero-sec,
  .about-mission-sec,
  .about-legacy-sec,
  .about-status-sec,
  .about-cta-sec {
    padding: 72px 0 !important;
  }

  .about-cta-sec .col-inner {
    padding: 60px 30px !important;
  }
}

@media (max-width: 640px) {
  .about-hero-sec,
  .about-mission-sec,
  .about-legacy-sec,
  .about-status-sec,
  .about-cta-sec {
    padding: 62px 0 !important;
  }

  .about-cta-sec .col-inner {
    padding: 50px 20px !important;
  }

  .about-image-wrapper {
    margin-top: 28px !important;
  }
}
/*************** END CUSTOM CSS FOR GIOI THIEU (ABOUT) PAGE. ***************/

/*************** START CUSTOM CSS FOR LO TRINH PAGE. ***************/
/* Custom CSS for Timeline Page */
.timeline-row-container {
  position: relative !important;
  margin-top: 38px !important;
}

@media (min-width: 980px) {
  .timeline-row-container::before {
    content: "" !important;
    position: absolute !important;
    top: 52px !important; /* Căn chỉnh với dot */
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: rgba(6, 50, 96, 0.14) !important;
    z-index: 1 !important;
  }
}

.timeline-col-step {
  position: relative !important;
  z-index: 2 !important;
}

.timeline-step-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.timeline-date {
  color: #0061a4 !important;
  background: #d2e4ff !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  letter-spacing: 0.05em !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  margin-bottom: 16px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
}

.timeline-dot {
  width: 16px !important;
  height: 16px !important;
  background-color: #001d3e !important;
  border-radius: 50% !important;
  border: 4px solid #fff !important;
  box-shadow: 0 0 0 4px #d1e4ff !important;
  margin-bottom: 24px !important;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease !important;
}

.timeline-step-content:hover .timeline-dot {
  transform: scale(1.25) !important;
  background-color: #f1791d !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 4px #ffdbc8 !important;
}

.timeline-card {
  background: #fff !important;
  border-radius: 30px !important;
  padding: 24px !important;
  box-shadow: 0 16px 42px rgba(6, 50, 96, 0.06) !important;
  border: 1px solid rgba(6, 50, 96, 0.06) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
  width: 100% !important;
  min-height: 160px !important;
}

.timeline-step-content:hover .timeline-card {
  transform: translateY(-7px) !important;
  box-shadow: 0 24px 62px rgba(6, 50, 96, 0.13) !important;
  border-color: rgba(241, 121, 29, 0.28) !important;
}

.timeline-card h3 {
  color: #001d3e !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.35 !important;
}

.timeline-card p {
  color: #55697c !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Custom CSS for Commit Section */
.lotrinh-commit-sec {
  background: #eef8ff !important;
}

.commit-card {
  position: relative !important;
  padding: 40px !important;
  background-color: #001c3b !important;
  border-radius: 40px !important;
  box-shadow: 0 24px 70px rgba(6, 50, 96, 0.16) !important;
  overflow: hidden !important;
  text-align: left !important;
}

.commit-card-glow {
  position: absolute !important;
  top: -80px !important;
  right: -80px !important;
  width: 256px !important;
  height: 256px !important;
  background: rgba(241, 121, 29, 0.2) !important;
  filter: blur(80px) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}

.custom-section .commit-card h2.commit-card-title {
  color: #7a9bcf !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 24px !important;
  text-transform: uppercase !important;
}

.commit-card-amount {
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 950 !important;
  color: #f1791d !important;
  line-height: 1 !important;
  margin-bottom: 16px !important;
}

.commit-card-note {
  color: #7a9bcf !important;
  font-size: 15px !important;
  font-style: italic !important;
  opacity: 0.8 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 16px !important;
  margin: 0 !important;
}

.commit-info-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;
}

.commit-info-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
}

.commit-info-icon-bg {
  width: 64px !important;
  height: 64px !important;
  border-radius: 20px !important;
  display: grid !important;
  place-items: center !important;
  flex-shrink: 0 !important;
  transition: transform 0.28s ease !important;
}

.commit-info-item:hover .commit-info-icon-bg {
  transform: scale(1.1) !important;
}

/* Định nghĩa chuẩn xác màu nền & icon theo trang gốc */
.commit-info-icon-bg.bg-orange {
  background-color: #f1791d !important;
}
.commit-info-icon-bg.bg-orange .material-symbols-outlined {
  color: #ffffff !important;
}

.commit-info-icon-bg.bg-navy {
  background-color: #063260 !important;
}
.commit-info-icon-bg.bg-navy .material-symbols-outlined {
  color: #7a9bcf !important;
}

.commit-info-icon-bg.bg-blue {
  background-color: #d2e4ff !important;
}
.commit-info-icon-bg.bg-blue .material-symbols-outlined {
  color: #003d6b !important;
}

.commit-info-text h4 {
  color: #001d3e !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  margin: 0 0 8px 0 !important;
}

.commit-info-text p {
  color: #55697c !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Custom CSS for CTA Section */
.lotrinh-cta-sec {
  background-color: #fff !important;
}

.lotrinh-cta-card {
  background-color: #001d3e !important;
  border-radius: 40px !important;
  padding: 62px 52px !important;
  overflow: hidden !important;
  position: relative !important;
}

.lotrinh-cta-content-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 32px !important;
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .lotrinh-cta-content-inner {
    flex-direction: column !important;
    text-align: center !important;
  }
}

.custom-section .lotrinh-cta-card h2 {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 900 !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.15 !important;
}

.lotrinh-cta-left p {
  color: #d5e3ff !important;
  font-size: 18px !important;
  margin: 0 !important;
  opacity: 0.9 !important;
}

.lotrinh-cta-btn {
  padding: 18px 42px !important;
  font-size: 17px !important;
  background: linear-gradient(135deg, #f1791d, #f7c948) !important;
  box-shadow: 0 18px 48px rgba(241, 121, 29, 0.3) !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.lotrinh-cta-bg-svg {
  position: absolute !important;
  bottom: -50px !important;
  right: -50px !important;
  width: 300px !important;
  height: 300px !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Tablet & Mobile Media Queries for Custom Sections */
@media (max-width: 980px) {
  .timeline-col-step {
    margin-bottom: 24px !important;
  }
  .timeline-col-step:last-child {
    margin-bottom: 0 !important;
  }
  .timeline-card {
    min-height: auto !important;
  }
  .timeline-dot {
    margin-bottom: 16px !important;
  }
}
/*************** END CUSTOM CSS FOR LO TRINH PAGE. ***************/

/*************** START CUSTOM CSS FOR LOI ICH PAGE. ***************/
/* Custom styling for Loi Ich (Benefits) Page */
.loiich-bento-grid {
  margin-bottom: 96px !important;
}

.loiich-card {
  background-color: #ffffff !important;
  border-radius: 30px !important;
  padding: 40px !important;
  box-shadow: 0 16px 42px rgba(6, 50, 96, 0.06) !important;
  border: 1px solid rgba(6, 50, 96, 0.08) !important;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s ease !important;
  height: 100% !important;
}

.loiich-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 64px rgba(6, 50, 96, 0.12) !important;
}

.loiich-icon-container {
  width: 56px !important;
  height: 56px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
  background-color: rgba(241, 121, 29, 0.08) !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease !important;
}

.loiich-card:hover .loiich-icon-container {
  background-color: #f1791d !important;
}

.loiich-icon-container .material-symbols-outlined {
  color: #f1791d !important;
  font-size: 30px !important;
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24 !important;
  transition: color 0.3s ease !important;
}

.loiich-card:hover .loiich-icon-container .material-symbols-outlined {
  color: #ffffff !important;
}

.loiich-card h3 {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #001d3e !important;
  margin: 0 0 16px 0 !important;
}

.loiich-card p {
  color: #5b6b7a !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Deep Dive Value Rows */
.value-row {
  margin-bottom: 128px !important;
  align-items: center !important;
}

.value-row:last-child {
  margin-bottom: 0 !important;
}

.value-sub-kicker {
  font-size: 13px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 950 !important;
  color: #0061a4 !important;
  display: block !important;
  margin-bottom: 16px !important;
}

.value-title {
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
  color: #001d3e !important;
  margin: 0 0 32px 0 !important;
}

.value-desc-highlight {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #f1791d !important;
  font-style: italic !important;
  margin: 0 0 24px 0 !important;
}

/* Value Items */
.value-item {
  display: flex !important;
  gap: 16px !important;
  margin-bottom: 32px !important;
}

.value-item:last-child {
  margin-bottom: 0 !important;
}

.value-item-icon {
  color: #f1791d !important;
  font-size: 26px !important;
  margin-top: 4px !important;
  flex-shrink: 0 !important;
}

.value-item-content h5 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #001d3e !important;
  margin: 0 0 6px 0 !important;
}

.value-item-content p {
  color: #5b6b7a !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Value Image Wrappers */
.value-img-wrapper {
  position: relative !important;
}

.value-img-bg-accent {
  position: absolute !important;
  inset: 0 !important;
  background-color: #063260 !important;
  border-radius: 28px !important;
  transform: translate(16px, 16px) !important;
  z-index: 1 !important;
  transition: transform 0.4s ease !important;
}

.value-img-wrapper:hover .value-img-bg-accent {
  transform: translate(8px, 8px) !important;
}

.value-img-el {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
  border-radius: 28px !important;
  box-shadow: 0 16px 48px rgba(6, 50, 96, 0.15) !important;
  position: relative !important;
  z-index: 2 !important;
}

.value-img-wrapper-scale {
  overflow: hidden !important;
  border-radius: 28px !important;
}

.value-img-wrapper-scale .value-img-el {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  height: 450px !important;
}

.value-img-wrapper-scale:hover .value-img-el {
  transform: scale(1.05) !important;
}

/* Overlay Stats Badge */
.value-img-overlay-badge {
  position: absolute !important;
  bottom: 32px !important;
  left: 32px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(18px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  padding: 24px !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 40px rgba(6, 50, 96, 0.12) !important;
  z-index: 3 !important;
  width: max-content !important;
}

.value-img-overlay-badge strong {
  display: block !important;
  font-size: 42px !important;
  font-weight: 900 !important;
  color: #001d3e !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}

.value-img-overlay-badge span {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #f1791d !important;
}

/* Value Partner Box */
.value-partner-box {
  background-color: #e5eeff !important;
  border: 1px solid rgba(6, 50, 96, 0.14) !important;
  padding: 32px !important;
  border-radius: 30px !important;
  margin-bottom: 32px !important;
}

.value-partner-box-header {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  margin-bottom: 16px !important;
}

.value-partner-box-header .material-symbols-outlined {
  color: #f1791d !important;
  font-size: 28px !important;
}

.value-partner-box-header h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #001d3e !important;
  margin: 0 !important;
}

.value-partner-box p {
  color: #5b6b7a !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Custom Pills / Hashtags */
.value-pills-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.value-pill {
  padding: 12px 24px !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(6, 50, 96, 0.14) !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #001d3e !important;
  transition: all 0.3s ease !important;
}

.value-pill-cream {
  background-color: #fff7dc !important;
  border-color: #f7c948 !important;
}

.value-pill-sky {
  background-color: #eef8ff !important;
  border-color: #0b78c8 !important;
}

.value-pill:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(6, 50, 96, 0.08) !important;
}

/* Value item crown (Value 3) */
.value-icon-circle {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background-color: #f1791d !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.value-icon-circle .material-symbols-outlined {
  color: #ffffff !important;
  font-size: 22px !important;
}

/* Pulsing background glow */
.pulse-glow-container {
  position: relative !important;
}

.pulse-glow-container::before {
  content: "" !important;
  position: absolute !important;
  inset: -16px !important;
  background-color: rgba(247, 201, 72, 0.1) !important;
  border-radius: 40px !important;
  filter: blur(24px) !important;
  z-index: 1 !important;
  animation: pulse-glow 3s infinite alternate !important;
  pointer-events: none !important;
}

@keyframes pulse-glow {
  0% {
    opacity: 0.5;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.pulse-glow-container .value-img-el {
  position: relative !important;
  z-index: 2 !important;
  height: 500px !important;
}

/* Value 3 CTA Button */
.value-cta-btn {
  display: inline-block !important;
  padding: 18px 40px !important;
  background-color: #001d3e !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  box-shadow: 0 16px 40px rgba(0, 29, 62, 0.16) !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border: none !important;
  cursor: pointer !important;
}

.value-cta-btn:hover {
  background-color: #f1791d !important;
  color: #ffffff !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 48px rgba(241, 121, 29, 0.25) !important;
}

/* CTA Newsletter Section */
.loiich-newsletter-sec {
  background-color: #063260 !important;
  position: relative !important;
  overflow: hidden !important;
}

.loiich-newsletter-pattern {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 50% !important;
  height: 100% !important;
  opacity: 0.15 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.loiich-newsletter-content {
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
  max-width: 780px !important;
  margin: 0 auto !important;
}

.loiich-newsletter-sec h2 {
  color: #ffffff !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
  margin: 0 0 24px 0 !important;
}

.loiich-newsletter-sec p {
  color: #c9dcf7 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 0 48px 0 !important;
}

/* Newsletter Inline Form */
.loiich-form-wrap {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.loiich-input-email {
  width: 380px !important;
  padding: 18px 32px !important;
  border-radius: 999px !important;
  background-color: #ffffff !important;
  border: 2px solid transparent !important;
  color: #001d3e !important;
  font-size: 16px !important;
  outline: none !important;
  transition: all 0.3s ease !important;
}

.loiich-input-email:focus {
  border-color: #f1791d !important;
  box-shadow: 0 0 0 4px rgba(241, 121, 29, 0.25) !important;
}

.loiich-btn-submit {
  padding: 18px 40px !important;
  background-color: #f1791d !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  border: none !important;
  box-shadow: 0 16px 40px rgba(241, 121, 29, 0.2) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.loiich-btn-submit:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 24px 48px rgba(241, 121, 29, 0.3) !important;
}

/* Shimmer animation for buttons */
.shimmer-btn {
  position: relative !important;
  overflow: hidden !important;
}

.shimmer-btn:hover::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -200% !important;
  width: 200% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  transform: skewX(-20deg) !important;
  animation: shimmer-effect 1.5s infinite !important;
}

@keyframes shimmer-effect {
  0% {
    left: -200%;
  }
  100% {
    left: 200%;
  }
}

/* Tablet & Mobile responsive for Loi Ich */
@media (max-width: 980px) {
  .loiich-bento-grid {
    margin-bottom: 64px !important;
  }

  .loiich-card {
    padding: 32px !important;
    margin-bottom: 24px !important;
  }

  .loiich-card:last-child {
    margin-bottom: 0 !important;
  }

  .value-row {
    margin-bottom: 84px !important;
  }

  .value-img-el {
    height: 380px !important;
    margin-bottom: 32px !important;
  }

  .value-img-wrapper-scale .value-img-el {
    height: 380px !important;
  }

  .pulse-glow-container .value-img-el {
    height: 400px !important;
  }
}

@media (max-width: 768px) {
  .loiich-form-wrap {
    flex-direction: column !important;
    width: 100% !important;
  }

  .loiich-input-email {
    width: 100% !important;
  }

  .loiich-btn-submit {
    width: 100% !important;
  }

  .value-img-overlay-badge {
    bottom: 48px !important;
    left: 24px !important;
    padding: 16px !important;
  }

  .value-img-overlay-badge strong {
    font-size: 32px !important;
  }

  .value-img-overlay-badge span {
    font-size: 11px !important;
  }
}
/*************** END CUSTOM CSS FOR LOI ICH PAGE. ***************/

/* ==========================================================================
   CHUYỂN ĐỔI BREAKPOINT RESPONSIVE MENU SANG < 1024PX
   ========================================================================== */

@media (max-width: 1023px) {
  /* 1. Ẩn hoàn toàn các thành phần chỉ dành cho Desktop (hide-for-medium) */
  .hide-for-medium,
  [data-show="hide-for-medium"] {
    display: none !important;
  }

  /* 2. Hiển thị các thành phần dành cho Mobile/Tablet (show-for-medium) */
  .show-for-medium,
  [data-show="show-for-medium"] {
    display: block !important;
  }

  /* Ghi đè cho các cột flexbox trong header mobile */
  .flex-col.show-for-medium {
    display: flex !important;
  }

  /* Ghi đè cho các mục danh sách menu (li) mobile */
  li.show-for-medium {
    display: inline-block !important;
  }

  /* Đảm bảo hiển thị đúng dạng flexbox cho các phần tử chứa menu mobile trong header */
  .header-main .show-for-medium,
  .header-bottom .show-for-medium,
  .header-top .show-for-medium {
    display: flex !important;
  }

  /* 3. Sắp xếp lại bố cục flexbox của logo và nút hamburger như khi dưới 850px */
  .header-inner .nav {
    flex-wrap: nowrap !important;
  }

  /* Trường hợp logo nằm bên trái (medium-logo-left) */
  .medium-logo-left .logo {
    margin-left: 0 !important;
    margin-right: 15px !important;
    order: 1 !important;
  }

  .medium-logo-left .flex-left {
    flex: 1 1 0 !important;
    order: 2 !important;
  }

  .medium-logo-left .flex-right {
    flex: 1 1 0 !important;
    order: 3 !important;
  }

  /* Trường hợp logo nằm ở giữa (medium-logo-center) */
  .medium-logo-center .flex-left {
    flex: 1 1 0 !important;
    order: 1 !important;
  }

  .medium-logo-center .logo {
    margin: 0 15px !important;
    order: 2 !important;
    text-align: center !important;
  }

  .medium-logo-center .logo img {
    margin: 0 auto !important;
  }

  .medium-logo-center .flex-right {
    flex: 1 1 0 !important;
    order: 3 !important;
  }
}

/* Đảm bảo hiển thị chuẩn xác ở dải màn hình chuyển tiếp (850px đến 1023px) */
@media (min-width: 850px) and (max-width: 1023px) {
  .show-for-medium,
  [data-show="show-for-medium"] {
    display: block !important;
  }

  .flex-col.show-for-medium {
    display: flex !important;
  }

  li.show-for-medium {
    display: inline-block !important;
  }

  .header-main .nav-icon {
    display: inline-block !important;
  }

  /* Đảm bảo chiều rộng header và container hoạt động mượt mà */
  .header-inner.flex-row {
    flex-wrap: nowrap !important;
  }
}

.header .nav-size-xlarge > li.menu-item {
  margin: 0 20px;
}

@media (max-width: 1300px) {
  .header .nav-size-xlarge > li.menu-item {
    margin: 0 16px;
  }
}

@media (max-width: 1250px) {
  .header .nav-size-xlarge > li.menu-item {
    margin: 0 14px;
  }
}

@media (max-width: 1200px) {
  .header .nav-size-xlarge > li.menu-item {
    margin: 0 10px;
  }
}

@media (max-width: 1100px) {
  .header .nav-size-xlarge > li.menu-item {
    margin: 0 8px;
  }
}

@media (max-width: 1050px) {
  .header .nav-size-xlarge > li.menu-item {
    margin: 0 6px;
  }
}

@media (max-width: 1024px) {
  .header .nav-size-xlarge > li.menu-item {
    margin: 0 6px;
  }
}

/*************** SINGLE POST LAYOUT FIXES (SỬA LỖI SÁT VIỀN CHỮ) ***************/

/* 1. Sửa lỗi sát viền cho phần điều hướng bài viết (Next/Prev Post Navigation) trên mobile và desktop */
.next-prev-nav {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* 2. Tăng khoảng lề cho toàn bộ nội dung bài viết chi tiết để thoáng và đẹp hơn trên màn hình Desktop (từ 850px trở lên) */
@media (min-width: 850px) {
  .entry-content.single-page,
  .entry-header-text {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  
  .next-prev-nav {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

