:root {
  --theme-color: #b8872a;
  --secondary-color: #10386f;
  --title-color: #082653;
  --body-color: #eef4fb;
  --text-color: #586477;
  --smoke-color: #f6f9fd;
}

body {
  color: var(--text-color);
  letter-spacing: 0;
}

p,
.sec-text {
  color: #4a5870;
}

.sec-title,
.product-title a,
.blog-title a,
.vs-testi__title,
.feature-title a {
  color: var(--title-color);
}

.nci-logo,
.preloader-inner img,
.mobile-logo img,
.footer-logo img,
.cta-logo img {
  max-height: 86px;
  width: auto;
  object-fit: contain;
}

.header-logo .nci-logo {
  max-width: 250px;
}

.header-top,
.header-layout1.style3 .header-bottom {
  background-color: var(--title-color);
}

.header-layout1.style3 .header-bottom .menu-top .row {
  flex-wrap: nowrap;
}

.header-layout1.style3 .menu-inner {
  border-top: 0;
}

.header-layout1.style3 .menu-area {
  min-width: 0;
}

.header-layout1.style3 .menu-inner .main-menu > ul {
  justify-content: flex-start;
  gap: clamp(16px, 2vw, 38px);
  flex-wrap: nowrap;
}

.header-layout1.style3 .menu-inner .main-menu > ul > li {
  margin: 0;
}

.header-layout1.style3 .menu-inner .main-menu > ul > li > a {
  white-space: nowrap;
  font-size: clamp(15px, 0.95vw, 18px);
}

.header-layout1.style3 .sticky-active.active .menu-inner {
  gap: 26px;
}

.header-layout1.style3 .sticky-active.active .menu-area {
  min-width: 0;
  padding-right: 38px;
}

.header-layout1.style3 .sticky-active.active .menu-inner .main-menu > ul {
  justify-content: flex-end;
  gap: clamp(18px, 1.55vw, 30px);
}

.header-layout1.style3 .sticky-active.active .menu-inner .main-menu > ul > li > a {
  font-size: clamp(15px, 0.9vw, 17px);
}

.header-language {
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.header-language .globe-icon {
  margin-right: 8px;
}

.header-layout1.style3 .main-menu > ul > li > a,
.header-layout1.style3 .menu-style1 > ul > li > a {
  color: var(--theme-color) !important;
}

.header-layout1.style3 .header-middle {
  background: #ffffff;
}

.header-layout1.style3 .header-middle-row {
  display: grid !important;
  grid-template-columns: minmax(228px, 1fr) minmax(420px, min(52vw, 705px)) minmax(228px, 1fr);
  column-gap: 24px;
  align-items: center;
}

.header-layout1.style3 .header-middle-row > [class*="col"] {
  width: auto;
  max-width: none;
  flex: initial;
  padding-left: 0;
  padding-right: 0;
}

.header-middle-logo {
  justify-self: start;
}

.header-middle-search {
  justify-self: center;
}

.header-middle-actions {
  justify-self: start;
}

.header-layout1.style3 .header-middle-row > .header-middle-search {
  width: 100%;
}

.header-layout1.style3 .header-middle .header-search {
  width: 100%;
  margin-right: 0;
}

.main-menu.menu-style1 > ul > li > a[href="#press"],
.vs-mobile-menu a[href="#press"] {
  color: var(--theme-color) !important;
}

.header-info_icon,
.vs-icon,
.vs-btn,
.blog-date,
.post-box li,
.floating-wa-template {
  background-color: var(--theme-color);
}

.vs-btn:hover,
.header-info_icon:hover,
.icon-btn:hover,
.header-buttons .vs-icon:hover,
.header-buttons .vs-icon:focus,
.header-buttons .vs-icon.active {
  background-color: var(--title-color);
}

.header-buttons {
  align-items: center;
  gap: 24px;
}

.header-buttons > a,
.header-buttons .header-cart {
  margin-right: 0;
}

.header-buttons .vs-icon,
.header-info_icon {
  color: #ffffff !important;
}

.header-buttons .vs-icon i,
.header-buttons .vs-icon svg,
.nci-pdf-icon i,
.nci-wa-icon i {
  color: #ffffff !important;
}

.header-buttons .vs-icon.has-badge .badge {
  background-color: var(--title-color);
  color: #ffffff;
}

.header-buttons .nci-wa-icon {
  margin-left: 0;
}

.btn-gold {
  background-color: var(--theme-color);
  color: #ffffff;
  min-width: 180px;
  padding-left: 30px;
  padding-right: 30px;
}

.style-border {
  background: #ffffff;
  color: var(--title-color);
  border: 1px solid var(--theme-color);
}

.nci-hero {
  padding-top: 12px;
  background: #ffffff;
}

.nci-hero .hero-item {
  margin-top: 14px;
  background-image: linear-gradient(90deg, rgba(255, 253, 245, 0.95) 0%, rgba(255, 251, 237, 0.9) 48%, rgba(248, 241, 220, 0.84) 100%), url("../images/hero-bg-gold.webp?v=20260722-1") !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #fff8e8;
}

.nci-hero .sec-subtitle,
.title-highlight,
.product-author strong,
.price-template-card span,
.event-template-card span,
.isbn-note strong {
  color: var(--theme-color);
}

.hero-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-btn-group .vs-btn {
  visibility: visible !important;
}

.hero-btn-group .style-border {
  min-width: 210px;
}

.nci-hero-img img {
  width: min(100%, 620px);
  max-height: 560px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 28px 42px rgba(8, 38, 83, 0.2));
}

.nci-value-strip {
  padding: 22px 0 8px;
  background: #ffffff;
}

.nci-value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.nci-value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
  min-height: 172px;
  padding: 24px 18px 22px;
  color: var(--title-color);
  position: relative;
  background: #ffffff;
  border: 2px solid rgba(8, 38, 83, 0.22);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(8, 38, 83, 0.07);
}

.nci-value-item + .nci-value-item::before {
  display: none;
}

.nci-value-icon {
  width: 62px;
  height: 62px;
  border: 2px dashed rgba(8, 38, 83, 0.35);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}

.nci-value-icon i:first-child {
  color: var(--title-color);
  font-size: 26px;
}

.nci-value-icon i:last-child {
  color: var(--theme-color);
  font-size: 16px;
  position: absolute;
  right: 9px;
  bottom: 8px;
}

.nci-value-item h2 {
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--title-color);
  margin: 0 0 6px;
}

.nci-value-item p {
  max-width: 190px;
  margin: 0 auto;
  color: #31415d;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.nci-value-item:hover {
  color: var(--title-color);
  background: #fbf6e9;
  border-color: var(--secondary-color);
  transform: translateY(-3px);
}

.product-style1 .product-img img {
  min-height: 228px;
  object-fit: cover;
}

.nci-books-section {
  background: linear-gradient(135deg, #082653 0%, #10386f 56%, #071d3d 100%);
  overflow: hidden;
}

.nci-books-section .book-carousel {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.nci-books-section .book-carousel .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.nci-books-section .sec-title {
  color: #ffffff;
}

.nci-books-section .title-area {
  margin-bottom: 42px;
}

.nci-books-section .product-style1 {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.nci-books-section .product-img {
  background: linear-gradient(180deg, #eef4fb 0%, #ffffff 100%);
  border-radius: 8px;
  overflow: hidden;
}

.nci-books-section .product-img::after {
  display: none;
}

.nci-books-section .product-img img {
  width: 100%;
  height: 310px;
  min-height: 0;
  object-fit: contain !important;
}

.nci-books-section .product-content {
  padding: 18px 8px 6px;
}

.nci-books-section .product-title a,
.nci-books-section .product-author,
.nci-books-section .price-list li {
  color: var(--title-color);
}

.nci-books-section .star {
  color: var(--theme-color);
}

.nci-book-slider-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.nci-book-slider-controls .icon-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.nci-book-slider-controls .icon-btn:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.program-tags,
.press-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.program-tags span,
.press-menu a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(8, 38, 83, 0.14);
  border-radius: 8px;
  padding: 8px 12px;
  background: #ffffff;
  color: var(--title-color);
  font-weight: 600;
}

.about-template-img img,
.feature-style2 .feature-img img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}

.about-template-img img {
  min-height: 420px;
}

.nci-about-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.nci-home-profile {
  padding-top: 92px;
}

.nci-about-section .sec-title {
  color: var(--title-color);
}

.nci-about-section .title-area2 {
  margin-bottom: 22px;
}

.nci-about-title {
  display: block !important;
  max-width: 820px;
  margin-bottom: 24px;
}

.nci-about-title .sec-subtitle {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

.nci-about-title .sec-title {
  max-width: 780px;
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.nci-about-copy {
  max-width: 820px;
}

.nci-about-copy p {
  color: #3d4b63;
  font-size: 18px;
  line-height: 1.82;
  margin-bottom: 16px;
}

.nci-about-lead {
  color: #3d4b63 !important;
  font-weight: 400;
  font-size: 18px !important;
}

.nci-about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 30px;
}

.nci-about-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(184, 135, 42, 0.12);
  color: var(--title-color);
  border: 1px solid rgba(184, 135, 42, 0.26);
  font-weight: 700;
}

.nci-about-visual {
  min-height: 560px;
  position: relative;
}

.nci-about-visual-clean {
  min-height: 500px;
  max-width: 650px;
}

.nci-about-main-img,
.nci-about-inset-img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(8, 38, 83, 0.14);
}

.nci-about-main-img {
  height: 420px;
}

.nci-about-visual-clean .nci-about-main-img {
  height: 385px;
}

.nci-about-inset-img {
  width: 66%;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 22px;
  border: 10px solid #ffffff;
}

.nci-about-visual-clean .nci-about-inset-img {
  width: 60%;
  height: 225px;
  right: 18px;
  bottom: 18px;
}

.nci-about-seal {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 0.9;
  font-weight: 700;
  border: 10px solid #ffffff;
  box-shadow: 0 18px 44px rgba(8, 38, 83, 0.16);
}

.nci-logo-seal {
  background: #ffffff;
  padding: 16px;
}

.nci-logo-seal img {
  width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.nci-about-seal span {
  font-size: 18px;
  font-weight: 600;
}

.nci-about-download {
  margin-top: 20px;
  min-width: 260px;
}

.nci-about-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0 30px;
}

.nci-about-feature {
  display: grid;
  grid-template-columns: 88px 1fr;
  column-gap: 18px;
  align-items: start;
}

.nci-about-feature span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px dashed var(--secondary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 30px;
  background: #ffffff;
}

.nci-about-feature h3 {
  color: var(--title-color);
  margin: 0 0 8px;
  font-size: 24px;
}

.nci-about-feature p {
  margin: 0;
  line-height: 1.65;
}

.nci-info-box,
.price-template-card,
.event-template-card {
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(8, 38, 83, 0.12);
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 14px 40px rgba(8, 38, 83, 0.08);
}

.nci-info-box h3,
.price-template-card h3,
.event-template-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--title-color);
}

.nci-info-box p,
.price-template-card p,
.event-template-card p {
  color: #4a5870;
}

.nci-about-info-grid {
  margin-top: 32px;
}

.nci-about-info-grid .nci-info-box {
  padding: 24px;
}

.nci-about-actions {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
}

.nci-about-actions .vs-btn {
  width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}

.nci-about-actions .nci-about-download {
  margin-top: 0;
}

.nci-about-actions .vs-btn i {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.nci-about-actions .vs-btn:hover i {
  transform: translateX(3px);
}

.nci-service-catalog-section {
  background: #ffffff;
}

.nci-service-title {
  align-items: flex-end;
  gap: 24px;
}

.nci-service-title .sec-subtitle {
  margin-bottom: 8px;
}

.nci-service-grid {
  align-items: stretch;
}

.nci-service-card {
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(8, 38, 83, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(8, 38, 83, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.nci-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 135, 42, 0.42);
  box-shadow: 0 24px 58px rgba(8, 38, 83, 0.12);
}

.nci-service-img {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef4fb;
}

.nci-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.nci-service-card:hover .nci-service-img img {
  transform: scale(1.05);
}

.nci-service-body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.nci-service-kicker {
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nci-service-body h3 {
  margin: 8px 0 10px;
  font-size: 25px;
  line-height: 1.16;
  color: var(--title-color);
}

.nci-service-body h3 a {
  color: inherit;
}

.nci-service-body p {
  margin-bottom: 15px;
  color: #4a5870;
  font-size: 15px;
  line-height: 1.65;
}

.nci-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.nci-service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(8, 38, 83, 0.14);
  background: #f6f9fd;
  padding: 5px 10px;
  color: var(--title-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.nci-service-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--title-color);
  font-weight: 800;
}

.nci-service-link i {
  font-size: 13px;
  color: var(--theme-color);
  transition: transform 0.25s ease;
}

.nci-service-link:hover {
  color: var(--theme-color);
}

.nci-service-link:hover i {
  transform: translateX(4px);
}

.price-template-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--title-color);
  font-size: 22px;
}

.price-template-card.active {
  border-color: var(--theme-color);
  box-shadow: 0 20px 50px rgba(184, 135, 42, 0.16);
}

.price-template-card a,
.event-template-card a,
.isbn-note a {
  color: var(--title-color);
  font-weight: 700;
}

.nci-featured-training,
.nci-soft-section,
.nci-team-section {
  background: #f6f9fd;
}

.nci-program-card,
.nci-team-card,
.nci-detail-panel,
.nci-article-card {
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(8, 38, 83, 0.12);
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(8, 38, 83, 0.08);
}

.nci-program-card span {
  color: var(--theme-color);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nci-program-card h3,
.nci-team-card h3,
.nci-detail-panel h2,
.nci-detail-panel h3,
.nci-article-card h3 {
  color: var(--title-color);
}

.nci-program-card a,
.nci-article-card a {
  color: var(--title-color);
  font-weight: 700;
}

.nci-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nci-chip-grid span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--title-color);
  border: 1px solid rgba(8, 38, 83, 0.14);
  font-weight: 700;
}

.nci-rounded-img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(8, 38, 83, 0.12);
}

.nci-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.nci-detail-grid > div {
  border-radius: 10px;
  background: #f6f9fd;
  padding: 18px;
}

.nci-client-section {
  background: #ffffff;
}

.nci-client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nci-client-logo,
.nci-client-card {
  min-height: 120px;
  border-radius: 14px;
  border: 1px solid rgba(8, 38, 83, 0.14);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--title-color);
  font-weight: 800;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(8, 38, 83, 0.07);
}

.nci-client-card img {
  width: 100%;
  max-width: 230px;
  height: 84px;
  object-fit: contain;
}

.nci-page-hero {
  margin-top: 14px;
  padding: 92px 0;
  background-image: linear-gradient(90deg, rgba(255, 253, 245, 0.96), rgba(248, 241, 220, 0.9)), url("../images/hero-bg-gold.webp?v=20260722-1");
  background-size: cover;
  background-position: center;
}

.nci-page-hero h1 {
  max-width: 920px;
  color: var(--title-color);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.nci-page-hero p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
}

.nci-team-card i {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 135, 42, 0.14);
  color: var(--theme-color);
  font-size: 28px;
  margin-bottom: 16px;
}

.nci-article-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 18px;
}

.blog-style1 .blog-img {
  aspect-ratio: 16 / 10;
  background: #eef4fb;
}

.blog-style1 .blog-img__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vs-testi__layout2 .vs-testi__style1 .vs-testi__image {
  width: 92px;
  height: 92px;
  overflow: hidden;
}

.vs-testi__layout2 {
  overflow: hidden;
}

.vs-testi__layout2 .vs-carousel {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.vs-testi__layout2 .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.vs-testi__layout2 .vs-testi__style1 .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.nci-share {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.nci-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--title-color);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nci-page-actions,
.nci-training-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.nci-training-hero {
  background-image: linear-gradient(90deg, rgba(255, 253, 245, 0.96), rgba(248, 241, 220, 0.88)), url("../images/hero-bg-gold.webp?v=20260722-1");
}

.nci-training-catalog {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.nci-training-card {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(8, 38, 83, 0.12);
  box-shadow: 0 18px 46px rgba(8, 38, 83, 0.08);
  display: flex;
  flex-direction: column;
}

.nci-training-img {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef4fb;
}

.nci-training-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.nci-training-img span {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(8, 38, 83, 0.18);
}

.nci-training-card:hover .nci-training-img img {
  transform: scale(1.05);
}

.nci-training-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nci-training-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.nci-training-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(184, 135, 42, 0.12);
  color: var(--title-color);
  font-size: 13px;
  font-weight: 700;
}

.nci-training-body h2 {
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 10px;
}

.nci-training-body h2 a {
  color: var(--title-color);
}

.nci-training-body p {
  color: #4a5870;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.nci-training-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.nci-training-link {
  color: var(--title-color);
  font-weight: 800;
}

.nci-training-link i {
  margin-left: 6px;
  color: var(--theme-color);
}

.nci-training-wa {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  font-size: 20px;
}

.nci-press-home {
  background: linear-gradient(135deg, #082653 0%, #0b3d77 58%, #0a2f5f 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.nci-press-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 22%, rgba(184, 135, 42, 0.22), transparent 34%);
  pointer-events: none;
}

.nci-press-home .container {
  position: relative;
  z-index: 1;
}

.nci-press-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.nci-press-home .sec-subtitle {
  color: #d6a23b;
}

.nci-press-home .sec-title,
.nci-press-home h3 {
  color: #ffffff;
}

.nci-press-home p {
  max-width: 760px;
  color: #dfe9f5;
  font-size: 18px;
  line-height: 1.8;
}

.nci-press-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nci-press-home-actions .style-border {
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
  color: #ffffff;
}

.nci-press-home-actions .style-border::before,
.nci-press-home-actions .style-border::after {
  background: #ffffff;
}

.nci-press-home-actions .style-border:hover {
  color: var(--title-color);
}

.nci-press-home-panel {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.nci-press-logo-card {
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffffff;
  padding: 24px;
  margin-bottom: 18px;
}

.nci-press-logo-card img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.nci-press-home-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nci-press-home-cards a {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
  color: #ffffff;
  font-weight: 800;
}

.nci-press-home-cards i {
  color: #d6a23b;
  font-size: 25px;
}

.nci-press-page-visual {
  position: relative;
  padding-bottom: 74px;
}

.nci-press-page-visual > img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(8, 38, 83, 0.16);
}

.nci-press-page-logo {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 0;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 22px 50px rgba(8, 38, 83, 0.16);
}

.nci-press-page-logo img {
  max-height: 92px;
  width: auto;
}

.nci-press-lead {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
}

.nci-press-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.nci-press-quicklinks a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(8, 38, 83, 0.14);
  background: #ffffff;
  padding: 8px 14px;
  color: var(--title-color);
  font-weight: 800;
}

.nci-press-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nci-press-focus-grid > div,
.nci-press-step-card {
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(8, 38, 83, 0.12);
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(8, 38, 83, 0.08);
}

.nci-press-focus-grid i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(184, 135, 42, 0.12);
  color: var(--theme-color);
  font-size: 24px;
  margin-bottom: 18px;
}

.nci-press-focus-grid h3,
.nci-press-step-card h2 {
  color: var(--title-color);
}

.nci-press-step-card ol {
  margin: 20px 0 28px;
  padding-left: 22px;
}

.nci-press-step-card li {
  color: #4a5870;
  font-weight: 600;
  margin-bottom: 10px;
}

.nci-press-isbn {
  background: linear-gradient(135deg, #082653 0%, #0b3d77 100%);
}

.nci-training-proposal {
  border-radius: 18px;
  padding: 36px 42px;
  background: linear-gradient(135deg, var(--title-color), #10386f);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.nci-training-proposal .sec-subtitle,
.nci-training-proposal h2,
.nci-training-proposal p {
  color: #ffffff;
}

.nci-training-proposal h2 {
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.18;
  margin-bottom: 12px;
}

.nci-training-proposal p {
  max-width: 780px;
  margin: 0;
  opacity: 0.92;
}

.categories-layout1 .sec-text,
.offer-content p,
.contact-layout1 p,
.widget_shopping_cart .buttons,
.isbn-note {
  color: #4a5870;
}

.offer-img {
  padding: 28px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(8, 38, 83, 0.12);
}

.offer-img img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.isbn-note {
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #ffffff;
  border-left: 4px solid var(--theme-color);
}

.feature-style2 .feature-img img {
  aspect-ratio: 4 / 3;
}

.contact-list-template li {
  color: var(--text-color);
  margin-bottom: 14px;
}

.nci-booking-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(8, 38, 83, 0.12);
}

.nci-booking-form input,
.nci-booking-form select,
.nci-booking-form textarea,
.newsletter-form input {
  border-radius: 8px;
}

.map-wrap {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(8, 38, 83, 0.12);
}

.map-wrap iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.newsletter-form form {
  display: flex;
  gap: 8px;
}

.newsletter-form button {
  width: 54px;
  border: 0;
  border-radius: 8px;
  background: var(--theme-color);
  color: #ffffff;
}

.bottom-info .copyright-img img {
  max-height: 70px;
  width: auto;
  margin-left: auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
}

.footer-layout1,
.footer-layout1 p,
.footer-layout1 li,
.footer-layout1 .footer-text,
.footer-layout1 .list-style1 li,
.footer-layout1 .list-style1 li a,
.footer-widget.widget_nav_menu a,
.bottom-info .copyright-menu a,
.copyright-text,
.copyright-text a {
  color: #dfe9f5;
}

.footer-widget .widget_title,
.cta-layout1 .cta-title {
  color: #ffffff;
}

.footer-layout1.style2 .cta-layout1 {
  background: linear-gradient(135deg, #b8872a 0%, #c99634 54%, #9f741e 100%);
  transform: translateY(-52px);
  border-radius: 18px;
  padding: 34px 44px;
  margin-bottom: -20px;
  box-shadow: 0 28px 70px rgba(159, 116, 30, 0.24);
}

.footer-layout1.style2 .cta-layout1 .row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.footer-layout1.style2 .cta-layout1 [class*="col-"] {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.footer-layout1.style2 .cta-layout1 .cta-logo {
  padding-left: 10px;
  background: transparent;
  border: 0;
  text-align: left;
}

.footer-layout1.style2 .cta-layout1 .cta-logo img {
  max-height: 90px;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px;
}

.footer-layout1.style2 .cta-layout1 .cta-title {
  font-size: clamp(28px, 2.3vw, 42px);
  line-height: 1.18;
  margin: 0;
  letter-spacing: 0;
}

.footer-layout1.style2 .cta-layout1 .vs-btn {
  width: auto;
  max-width: none;
  min-width: 178px;
  padding: 18px 28px;
  background: var(--title-color);
  color: #ffffff;
}

.footer-layout1 .list-style1 li i,
.footer-widget.widget_nav_menu a i,
.copyright-text a,
.footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}

.floating-wa-template {
  position: fixed;
  right: 24px;
  bottom: 110px;
  z-index: 1001;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.35);
  font-size: 30px;
}

.floating-wa-template:hover {
  background: #128c7e;
  color: #ffffff;
}

.back-to-top {
  right: 24px;
  bottom: 24px;
}

.back-to-top .progress-circle {
  background: var(--secondary-color);
}

.back-to-top .progress-circle .bg {
  stroke: var(--title-color);
}

.back-to-top .progress-circle .progress {
  stroke: #ffffff;
}

.back-to-top .progress-percentage {
  font-size: 22px;
  line-height: 1;
}

.back-to-top .progress-percentage i {
  display: block;
}

@media (max-width: 1199px) {
  .header-inner {
    gap: 18px;
  }

  .nci-value-item {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nci-value-item h2 {
    font-size: 16px;
  }

  .nci-value-item p {
    font-size: 12px;
  }

  .nci-press-home-grid {
    grid-template-columns: 1fr;
  }

  .nci-press-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nci-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-layout1.style2 .cta-layout1 .row {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .footer-layout1.style2 .cta-layout1 .text-lg-end {
    grid-column: 2;
    text-align: left !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout1.style3 .header-middle .header-search {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .header-middle {
    display: none;
  }

  .nci-service-title {
    align-items: flex-start;
  }

  .nci-hero .hero-title {
    font-size: 48px;
  }

  .nci-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nci-books-section .product-img img {
    height: 280px;
  }

  .nci-about-visual {
    max-width: 620px;
    margin: 0 auto;
  }

  .nci-about-feature-list,
  .nci-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .header-top {
    display: none !important;
  }

  .nci-hero .hero-title {
    font-size: 38px;
  }

  .hero-btn-group {
    display: grid;
  }

  .nci-booking-form {
    padding: 22px;
  }

  .product-style1 .product-img img {
    min-height: 210px;
  }

  .nci-value-grid {
    grid-template-columns: 1fr;
  }

  .nci-about-copy p {
    font-size: 16px;
  }

  .nci-press-home p {
    font-size: 16px;
  }

  .nci-press-home-cards,
  .nci-press-focus-grid {
    grid-template-columns: 1fr;
  }

  .nci-press-page-visual {
    padding-bottom: 58px;
  }

  .nci-press-page-visual > img {
    min-height: 300px;
  }

  .nci-press-page-logo {
    left: 18px;
    right: 18px;
    min-height: 104px;
  }

  .nci-press-page-logo img {
    max-height: 72px;
  }

  .nci-about-actions {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .nci-about-actions .vs-btn {
    white-space: normal;
  }

  .nci-home-profile > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .nci-home-profile > .container > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .nci-about-visual {
    min-height: 470px;
  }

  .nci-about-main-img {
    height: 330px;
  }

  .nci-about-inset-img {
    width: 72%;
    height: 220px;
  }

  .nci-about-seal {
    width: 108px;
    height: 108px;
    font-size: 30px;
  }

  .nci-about-feature {
    grid-template-columns: 70px 1fr;
  }

  .nci-about-feature span {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .nci-client-grid {
    grid-template-columns: 1fr;
  }

  .nci-client-card {
    min-height: 102px;
  }

  .footer-layout1.style2 .cta-layout1 {
    transform: translateY(-32px);
    padding: 28px 24px;
    margin-bottom: 0;
  }

  .footer-layout1.style2 .cta-layout1 .row {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }

  .footer-layout1.style2 .cta-layout1 .text-lg-end {
    grid-column: auto;
  }

  .footer-layout1.style2 .cta-layout1 .cta-logo img {
    max-height: 78px;
  }

  .footer-layout1.style2 .cta-layout1 .cta-title {
    font-size: 26px;
  }

  .nci-page-hero {
    padding: 64px 0;
  }

  .nci-page-actions,
  .nci-training-summary-actions {
    display: grid;
  }

  .nci-training-body {
    padding: 20px;
  }

  .nci-training-body h2 {
    font-size: 22px;
  }

  .nci-training-proposal {
    display: grid;
    padding: 28px 24px;
  }

  .nci-training-proposal .vs-btn {
    width: 100%;
  }

  .nci-books-section .product-img img {
    height: 260px;
    min-height: 0;
  }

  .floating-wa-template {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 88px;
  }

  .back-to-top {
    --back-to-top-size: 60px;
    right: 16px;
    bottom: 16px;
  }

  .back-to-top .progress-percentage {
    font-size: 19px;
  }
}
