/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
  font-family:
    "Segoe UI",
    -apple-system,
    BlinkMacSystemFont,
    Arial,
    sans-serif !important;
}

body a {
  color: #296187;
  transition: 0.3s ease;
}

strong,
b {
  font-weight: 500 !important;
}

a:hover {
  color: #1f7eb9 !important;
}

body:not(.home) {
  background: #ffffff !important;
}

:root {
  --brand-blue: #296187;
  --brand-slate: #7896ab;
  --brand-light: #f1f1f2;
  --accent: var(--brand-blue);
  --ice: var(--brand-light);
}

/* --- Widget 1: Heading Highlight --- */
#home-heading {
  font-size: clamp(38px, 5vw, 64px);
  /* Tự động co giãn theo màn hình */
  font-weight: 600;
  margin: 0 0 14px;
  letter-spacing: -1px;
  line-height: 1.05;
  color: #ffffff;
}

#home-heading .accent {
  color: var(--brand-blue);
  /* Màu xanh highlight như HTML cung cấp */
}

/* --- Widget 2: Buttons --- */
.btn-primary,
.btn-ghost {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  background: var(--brand-blue);
  color: #ffffff;
  border: 1px solid var(--brand-blue);
}

.btn-primary:hover {
  background: var(--brand-light);
  color: #102a3a;
}

.btn-ghost {
  background: transparent;
  border: 1px solid #315f7c;
  color: var(--brand-light);
}

.btn-ghost:hover {
  border-color: var(--brand-blue);
  color: #ffffff;
}

/* --- Widget 3: Assurance Grid (Cột phải) --- */
.hero-assurance {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: linear-gradient(180deg,
      rgba(24, 63, 88, 0.72),
      rgba(8, 25, 35, 0.74));
  padding: 18px;
  box-shadow: 0 24px 60px -38px rgba(0, 0, 0, 0.8);
}

.assurance-label {
  color: var(--brand-slate);
  letter-spacing: 2.5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Chia 2 cột bên trong box */
  gap: 10px;
}

.assurance-item {
  min-height: 74px;
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.assurance-item strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 7px;
}

.assurance-item span {
  display: block;
  color: var(--brand-light);
  font-size: 12px;
  line-height: 1.35;
}

/* Responsive cho Mobile */
@media (max-width: 767px) {
  .assurance-grid {
    grid-template-columns: 1fr;
  }

  #home-heading {
    font-size: 36px;
  }
}

.page-header {
  display: none;
}

.elementor-heading-title a {
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.elementor-heading-title a:hover {
  text-decoration: underline !important;
}

/* industries */

.audience-grid-widget {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.audience-item {
  height: 100%;
  display: flex;
}

.audience-item span {
  position: relative;
  display: block !important;
  min-height: 132px !important;
  padding: 22px 18px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg,
      rgba(24, 63, 88, 0.76),
      rgba(8, 25, 35, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  color: #f1f1f2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
}

.audience-item span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #7fbfff, rgba(241, 241, 242, 0.8));
  opacity: 0.82;
}

.audience-item span::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(241, 241, 242, 0.16);
  background: radial-gradient(circle at 35% 35%,
      rgba(241, 241, 242, 0.22),
      transparent 62%);
}

.audience-item b {
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 9px;
  padding-right: 42px;
  line-height: 1.4;
  font-weight: 900;
  font-family: "Inter", sans-serif;
}

.audience-item small {
  display: block;
  margin: 0;
  color: rgba(212, 226, 247, 0.78);
  font-size: 16px;
  line-height: 1.45;
  max-width: 100%;
}

/* service  */
.agilient-title {
  margin: 16px 0;
}

/* Explore */
.seo-service-block h3 {
  margin: 0 0 8px;
  color: #f1f1f2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.seo-service-block p {
  color: rgba(212, 226, 247, 0.74);
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
  max-width: 860px;
  font-family: "Inter", sans-serif;
}

.seo-service-grid.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

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

.seo-service-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.seo-service-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.seo-service-grid.columns-1 .seo-service-item {
  min-height: 54px;
}

.full-height .elementor-widget,
.full-height .seo-service-block {
  height: 100%;
}

.article .img {
  padding: 0 !important;
}

.article h3 {
  color: #f1f1f2;
  font-family: "Inter", sans-serif;
}

.article .tag {
  color: #f1f1f2;
  font-family: "Inter", sans-serif;
}

.article .meta p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* blog */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.archive-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  transition: 0.3s ease;
}

.archive-card:hover {
  transform: translateY(-4px);
}

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

.archive-content {
  padding: 24px;
}

.archive-card .entry-title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.archive-card .entry-title a {
  text-decoration: none;
  color: #0d2233;
}

.entry-excerpt {
  color: #5e6d7c;
  line-height: 1.8;
  margin-bottom: 20px;
}

.entry-category {
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.entry-category a {
  color: #355c7d;
  text-decoration: none;
}

.entry-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8;
  min-height: 86px;
}

.archive-card .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

/* pagination */
.pagination-number {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.pagination-number .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 40px;
  height: 40px;

  padding: 0 14px;
  margin: 0 4px;

  border-radius: 4px;

  text-decoration: none;
  color: #1d3557;

  transition: 0.3s ease;
}

.pagination-number .page-numbers.current {
  background: #296187;
  color: #fff;
}

.pagination-number .page-numbers:hover {
  background: #edf3f7;
}

/* menu  */
body .mega-2col>.sub-menu {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  min-width: 700px;
  padding: 20px;
}

.mega-2col:hover>.sub-menu,
.mega-2col.focus>.sub-menu,
.mega-2col.elementor-active>.sub-menu {
  display: grid;
}

body .mega-2col>.sub-menu>li {
  width: 100%;
  margin: 0;
}

body .mega-2col>.sub-menu>li>a {
  white-space: normal;
  line-height: 1.5;
  padding: 8px 10px;
}

.mega-2col .elementor-sub-item.elementor-item-active,
.mega-2col .elementor-sub-item.current-menu-item,
.mega-2col .elementor-sub-item:hover,
.mega-2col .elementor-sub-item:focus,
.mega-2col .elementor-sub-item[aria-current="page"] {
  background: transparent !important;
}

.elementor-nav-menu a.elementor-sub-item.elementor-item-active,
.elementor-nav-menu a.elementor-sub-item.elementor-item-active:hover,
.elementor-nav-menu a.elementor-sub-item:hover {
  background: unset !important;
}

/* page content */
.single .page-content {
  padding-bottom: 40px;
  padding-top: 40px;
}

.heading_special {
  mix-blend-mode: screen;
  background: #fff;
}

.heading_special h2 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 0;
}

/*  */
/* FORM WRAPPER */
.contact-forms {
  max-width: 540px;
  margin: 0 auto;
}

/* RESET */
.contact-forms ul,
.contact-forms li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* GRID 2 CỘT */
.contact-forms .gform-grid-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-forms .gform-grid-col {
  flex: 1;
}

/* HALF FIELD */
.contact-forms .gf_left_half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
}

.contact-forms .gf_left_half+.gf_left_half {
  margin-left: 20px;
}

/* FULL WIDTH FIELD */
.contact-forms .gfield {
  margin-bottom: 30px;
}

/* INPUT STYLE */
.contact-forms input[type="text"],
.contact-forms input[type="email"],
.contact-forms input[type="tel"],
.contact-forms select,
.contact-forms textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1d5f89;
  background: transparent;
  padding: 10px 0;
  font-size: 18px;
  color: #1d5f89;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

/* PLACEHOLDER */
.contact-forms input::placeholder,
.contact-forms textarea::placeholder {
  color: #1d5f89;
  opacity: 1;
}

/* SELECT */
.contact-forms select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231d5f89' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
}

/* TEXTAREA */
.contact-forms textarea {
  min-height: 120px;
  resize: none;
}

/* REMOVE LABEL */
.contact-forms .gfield_label,
.contact-forms .hidden_sub_label {
  display: none !important;
}

/* CAPTCHA */
.contact-forms .ginput_recaptcha {
  margin-top: 10px;
}

/* BUTTON */
.contact-forms .gform_button {
  background: #0d5b84;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 18px 45px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  min-width: 240px;
}

.contact-forms .gform_button:hover {
  opacity: 0.9;
}

.contact-forms .gform_footer {
  margin-top: 20px;
}

.contact-forms .gform_validation_container {
  display: none !important;
}

/* page contact */
/* WRAPPER */
.contact_detail {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* BOX */
.office-box {
  width: 25%;
}

/* TITLE */
.heading.contact {
  font-size: 22px;
  font-weight: 700;
  color: #0d5b84;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.heading.contact::after {
  content: "";
  width: 120px;
  height: 2px;
  background: #0d5b84;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* LIST ITEM */
.contact_detail li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
}

/* ICON */
.contact_detail li i {
  color: #0d5b84;
  font-size: 22px;
  min-width: 22px;
  margin-top: 6px;
}

/* TEXT */
.contact_detail li p,
.contact_detail li a {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #7b8ca0;
  text-decoration: none;
  transition: 0.3s;
}

/* PHONE */
.contact_detail li a:hover {
  color: #0d5b84;
}

/* 4 COLUMN LAYOUT */
.office-wrapper {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.comments-area {
  display: none;
}

/* blog */

.h-post-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Nunito Sans", sans-serif;
}

.h-post-item {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  padding-bottom: 55px;
  border-bottom: 1px solid #ececec;
}

.h-post-thumb {
  width: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.h-post-thumb a {
  display: block;
  position: relative;
}

.h-post-thumb img {
  width: 100%;
  height: 354px !important;
  object-fit: cover;
  display: block;
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

/* overlay */
.h-post-thumb a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(23, 148, 232, 0.88),
      rgba(10, 35, 80, 0.45));
  opacity: 0;
  transition: 0.45s;
  z-index: 1;
}

/* icon */
.h-post-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background: #fff;
  color: #1794e8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
}

.h-post-icon i {
  font-size: 24px;
}

/* hover */
.h-post-item:hover .h-post-thumb img {
  transform: scale(1.12) rotate(1.5deg);
}

.h-post-item:hover .h-post-thumb a:before {
  opacity: 0.82;
}

.h-post-item:hover .h-post-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* content */
.h-post-content {
  width: 52%;
  padding-top: 8px;
}

/* title */
.h-post-title {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.6px;
  font-size: 24px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h-post-title a {
  color: #243447;
  font-size: 24px;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Nunito Sans", sans-serif;
}

.h-post-title a:hover {
  color: #296187;
}

/* date */
.h-post-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8f99a3;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.h-post-author {
  margin-bottom: 10px;
}

.h-post-author a:hover {
  text-decoration: underline;
}

/* excerpt */
.h-post-excerpt {
  color: #5f6771;
  line-height: 1.85;
  font-weight: 400;
  margin-bottom: 32px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h-post-excerpt p {
  margin-bottom: 15px;
}

/* button */
.h-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 50px;
  border: 1px solid #d9dee3;
  border-radius: 6px;
  text-decoration: none;
  color: #1f2937;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.8px;
  transition: 0.35s;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.h-read-more:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #296187;
  transform: translateY(100%);
  transition: 0.35s;
  z-index: 0;
}

.h-read-more span {
  position: relative;
  z-index: 1;
}

.h-read-more:hover {
  color: #fff !important;
  border-color: #296187;
}

.h-read-more:hover:before {
  transform: translateY(0);
}

/*search */
.search-style .e-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-style .e-search-input {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  border-radius: 10px !important;
}

.search-style .e-search-submit {
  height: 42px !important;
  padding: 0 18px !important;
  border-radius: 10px;
  font-size: 14px;
}

/* Hover button search */
.search-style .e-search-submit {
  border-radius: 12px !important;
  transition: all 0.3s ease;
}

.search-style .e-search-submit:hover {
  background: #000 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* cate sidebar*/
/* POST CATEGORIES */
.h-post-categories {
  display: grid;
  gap: 10px;
}

/* COLUMNS */
.h-post-categories.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.h-post-categories.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.h-post-categories.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.h-post-categories.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ITEM */
.h-cat-item {
  padding: 10px 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.25s ease;
}

/* LINK */
.h-cat-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.25s ease;
}

/* COUNT */
.h-cat-item .cat-count {
  font-size: 12px;
  opacity: 0.65;
}

/* HOVER */
.h-cat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

/* H_Recent_Posts_Widget */
/* RECENT POSTS */
.h-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ITEM */
.h-post-item {
  padding: 8px 12px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.4s ease;
  background: #fff;
}

/* TITLE */
.h-recent-posts .h-post-title {
  display: block;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
  transition: all 0.2s ease;
  margin-bottom: 0px;
}

/* HOVER */
.h-post-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.05);
}

.h-post-item:hover .h-post-title {
  color: #296187;
}

/* forrm 4 */
/* FORM WRAPPER */
#gform_wrapper_4 {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-top: 60px;
}

#gform_wrapper_4 .gform-field-label--type-sub {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1d5d82;
}

/* LABEL */
#gform_wrapper_4 .gfield_label {
  color: #1d5d82;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* INPUT + TEXTAREA + SELECT */
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 input[type="file"],
#gform_wrapper_4 textarea,
#gform_wrapper_4 select,
#gform_wrapper_4 .chosen-choices {
  width: 100%;
  border: 1px solid #d7e3ea;
  background: #f7fbfd;
  border-radius: 14px;
  padding: 14px 18px !important;
  color: #1d1d1d;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: none;
}

/* HEIGHT MULTISELECT */
#gform_wrapper_4 .chosen-container-multi .chosen-choices {
  min-height: 56px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* FOCUS */
#gform_wrapper_4 input:focus,
#gform_wrapper_4 textarea:focus,
#gform_wrapper_4 select:focus,
#gform_wrapper_4 .chosen-container-active .chosen-choices {
  border-color: #1d5d82;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(29, 93, 130, 0.12);
  outline: none;
}

/* PLACEHOLDER */
#gform_wrapper_4 input::placeholder,
#gform_wrapper_4 textarea::placeholder {
  color: #8aa2b2;
}

/* TEXTAREA */
#gform_wrapper_4 textarea {
  min-height: 180px;
  resize: vertical;
}

/* BUTTON */
#gform_wrapper_4 .gform_button {
  background: #1d5d82;
  color: #fff;
  border: none;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* BUTTON HOVER */
#gform_wrapper_4 .gform_button:hover {
  background: #174a68;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(29, 93, 130, 0.2);
}

/* DESCRIPTION */
#gform_wrapper_4 .gfield_description,
#gform_wrapper_4 .charleft {
  color: #6f8796;
  font-size: 13px;
  margin-top: 8px;
}

/* REQUIRED ASTERISK */
#gform_wrapper_4 .gfield_required {
  color: #1d5d82;
}

/* FIELD SPACING */
#gform_wrapper_4 .gfield {
  margin-bottom: 24px;
}

/* FILE UPLOAD */
#gform_wrapper_4 input[type="file"] {
  padding: 14px;
  background: #f7fbfd;
}

/* CHOSEN TAG */
#gform_wrapper_4 .chosen-container-multi .chosen-choices li.search-choice {
  background: #1d5d82;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 7px 14px;
  box-shadow: none;
}

/* form 1 swp */
/* =========================
   SWPM REGISTER FORM STYLE
========================= */
#swpm-form-1 fieldset {
  border: none !important;
}

#swpm-form-1 {
  border-radius: 0;
}

/* REMOVE DEFAULT */
#swpm-form-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#item-swpm-5 .swpm-span p {
  display: none !important;
}

/* TITLE */
#swpm-form-1 .swpm-legend h3 {
  font-size: 34px;
  font-weight: 700;
  color: #66778d;
  margin: 0 0 55px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

/* GRID */
#swpm-form-1 .swpm-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: space-between;
}

/* DEFAULT */
#swpm-form-1 .swpm-item {
  width: 100%;
  margin: 0;
}

/* TOP 2 COL */
#item-swpm-15,
#item-swpm-17,
#item-swpm-19,
#item-swpm-21,
#item-swpm-23,
#item-swpm-5 {
  width: calc(50% - 10px) !important;
}

/* USERNAME+ */
#item-swpm-2,
#item-swpm-3,
#item-swpm-4,
#item-swpm-8 {
  width: 100% !important;
}

/* LABEL */
#swpm-form-1 label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #66778d;
  line-height: 1.4;
}

/* INPUT */
#swpm-form-1 input[type="text"],
#swpm-form-1 input[type="email"],
#swpm-form-1 input[type="tel"],
#swpm-form-1 input[type="password"] {
  width: 100%;
  height: 44px;
  border: none;
  border-bottom: 2px solid #005b8f;
  background: transparent;
  padding: 0;
  font-size: 16px;
  color: #1d1d1d;
  border-radius: 0;
  box-shadow: none !important;
}

/* FOCUS */
#swpm-form-1 input:focus {
  outline: none;
  border-color: #005b8f;
  background: transparent;
}

/* PLACEHOLDER */
#swpm-form-1 input::placeholder {
  color: #005b8f;
  opacity: 1;
}

#swpm-form-1 .swpm-span p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #6c7e92;
}

/* PASSWORD ROW */
#item-swpm-3 .swpm-span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#item-swpm-3 .swpm-span>div {
  width: calc(50% - 10px) !important;
}

/* PASSWORD NOTE */
#item-swpm-3 .swpm-span>p {
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #7b8794;
}

/* MEMBERSHIP */
#item-swpm-4 label {
  margin-bottom: 8px;
}

#item-swpm-4 div {
  font-size: 18px;
  color: #66778d;
}

/* BUTTON WRAP */
#item-swpm-8 {
  text-align: center;
  margin-top: 40px;
}

/* BUTTON */
#swpm-form-1 .swpm-submit {
  min-width: 250px;
  height: 64px;
  border: none;
  border-radius: 999px;
  background: #005b8f;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER */
#swpm-form-1 .swpm-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

body.home::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  /* z-index: 2; */
  min-height: 230vh;
  background:
    radial-gradient(ellipse 900px 520px at 28% 8%,
      rgba(120, 150, 171, 0.14),
      transparent 72%),
    radial-gradient(ellipse 800px 480px at 82% 38%,
      rgba(241, 241, 242, 0.07),
      transparent 70%),
    linear-gradient(180deg, var(--bg) 0%, #0c2230 56%, var(--bg-2) 100%);
}

body .elementor-author-box__avatar img {
  border-radius: 0;
}

.training-template-default.single h2 {
  color: #1b5782;
  font-weight: 600;
}

.mlg-container {
  max-width: 1200px;
  margin: 50px auto;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

.mlg-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 25px;
  gap: 40px;
}

.mlg-header-left {
  flex: 1;
  min-width: 300px;
  margin-bottom: 15px;
}

.mlg-header-right {
  flex: 1;
  min-width: 300px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.mlg-badge {
  display: inline-block;
  background-color: #0f172a;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.mlg-title {
  color: #0f172a;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

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

.mlg-grid>* {
  grid-column: span 2;
}

/* 2 item hàng trên */
.mlg-grid>*:nth-child(1),
.mlg-grid>*:nth-child(2) {
  grid-column: span 3;
}


.mlg-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none !important;
}

.mlg-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

/* Highlight setup for active route pages */
.mlg-card.mlg-active-card {
  border: 2px solid #2563eb;
  background-color: #f0f5ff;
}

.mlg-icon-wrap {
  font-size: 28px;
  color: #475569;
  margin-bottom: 15px;
}

.mlg-active-card .mlg-icon-wrap {
  color: #2563eb;
}

.mlg-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

.mlg-card-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.5;
}

.mlg-action {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mlg-active-card .mlg-action {
  color: #2563eb;
}

/*  Case_Studies_Industries_Widget   */

/* =========================
   GRID
========================= */

.cs-industries-grid {
  display: grid;
  gap: 32px;
}

.cs-industries-grid.columns-1 {
  grid-template-columns: 1fr;
}

.cs-industries-grid.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cs-industries-grid.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cs-industries-grid.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* =========================
   CARD
========================= */

.cs-industry-card {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  border-radius: 28px;
  display: flex;
  align-items: flex-end;
  background: #000;
  isolation: isolate;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.cs-industry-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.14),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.cs-industry-thumb {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: transform 1.2s ease;
}

.cs-industry-card:hover .cs-industry-thumb {
  transform: scale(1.06);
}

/* DARK OVERLAY */

.cs-industry-thumb::before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.68) 34%,
      rgba(0, 0, 0, 0.28) 62%,
      rgba(0, 0, 0, 0.08) 100%);
}

.cs-industry-content {
  position: relative;
  z-index: 2;

  width: 100%;

  padding: 36px;

  display: flex;
  flex-direction: column;

  color: #fff !important;
}

.cs-industry-icon {
  display: none;
}

.cs-industry-title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.cs-industry-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82) !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.cs-industry-count::before {
  content: "";

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #38bdf8;
}

.cs-industry-desc {
  margin: auto;
  max-width: 90%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;

  color: rgba(255, 255, 255, 0.92) !important;

  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

/*  H Case Studies List */
.cs-post-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cs-post-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  border: 1px solid #e6ebf1;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: 0.4s ease;
}

.cs-post-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
}

.cs-post-content {
  padding: 42px;
  border-right: 1px solid #edf2f7;
}

.cs-post-title {
  margin: 0 0 18px;
  color: #243447;
  font-size: 24px;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: -1.4px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cs-post-title a {
  color: #102542;
  text-decoration: none;
  transition: 0.25s ease;
}

.cs-post-title a:hover {
  color: #296187;
}

.cs-post-excerpt {
  color: #5f6771;
  font-size: 16px;
  line-height: 1.9;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cs-post-excerpt.has-frameworks {
  -webkit-line-clamp: 6;
}

.cs-post-excerpt.no-frameworks {
  -webkit-line-clamp: 4;
}

.cs-post-meta {
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fbfcfe;
}

.cs-framework,
.cs-location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.cs-meta-icon {
  width: 18px;
  min-width: 18px;
  color: #17345f;
  font-size: 14px;
}

.cs-meta-text {
  color: #17345f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.cs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.cs-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #eef3f8;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: 0.25s ease;
}

.cs-tag:hover {
  background: #dde7f1;
}

.cs-read-more {
  width: 190px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;

  border-radius: 6px;
  background: #08285c;

  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;

  transition: 0.3s ease;
}

.cs-read-more:hover {
  background: #123f85;
  color: #fff !important;
}

.cs-no-posts {
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  color: #475569;
}

/*  H_Case_Study_Meta_Table_Widget  */

.cs-meta-table {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: inherit;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.cs-meta-box {
  background: #0c3359;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.25s ease;
}

.cs-meta-box:hover {
  border-color: rgba(77, 163, 255, 0.5);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(-3px);
}

.cs-meta-label {
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.cs-meta-value {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.cs-meta-tag {
  display: inline-flex;
  align-items: center;

  padding: 6px 12px;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 500;

  color: #ffffff;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.12);

  white-space: nowrap;

  transition: all 0.2s ease;
}

.cs-meta-tag:hover {
  background: #091a2e;
  border-color: rgba(77, 163, 255, 0.6);
  transform: translateY(-1px);
}

.cs-meta-table.style-modern .cs-meta-box {
  border-left: 3px solid #4da3ff;
}

.cs-meta-table.style-minimal .cs-meta-box {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 8px 0;
}

/* breadcrumb case study */
.h-breadcrumb {
  font-size: 16px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.h-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.h-breadcrumb a:hover {
  text-decoration: underline;
}

.h-breadcrumb .current {
  color: #fff;
}

/* Responsive Grid Breakpoints */
@media (max-width: 991px) {
  .mlg-container {
    margin: 30px auto;
  }

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

@media (max-width: 600px) {
  .mlg-grid {
    grid-template-columns: 1fr;
  }

  .mlg-header {
    flex-direction: column;
  }
}

/*  */
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

.ts-nav-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ts-nav-wrapper {
  width: 950px;
}

/* =========================
   DESKTOP MENU
========================= */

.ts-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;

  list-style: none;
}

.ts-nav .menu>li {
  position: relative;
}

.ts-nav .menu>li>a {
  display: flex;
  align-items: center;
  gap: 8px;

  min-height: 60px;

  text-decoration: none;

  font-size: 16px;
  font-weight: 600;

  color: #ffffff;

  transition: 0.3s ease;
}

.ts-nav .menu>li>a:hover {
  opacity: 0.75;
}

/* submenu color */

.elementor-11319 .elementor-element.elementor-element-8d24c61 .ts-nav .sub-menu a {
  color: #070d5d;
}

/* =========================
   DESKTOP ARROW
========================= */

.ts-nav .menu>.menu-item-has-children>a::after {
  content: "";

  width: 7px;
  height: 7px;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  margin-top: -4px;

  transform: rotate(45deg);

  transition: 0.35s ease;
}

.ts-nav .menu>.menu-item-has-children:hover>a::after {
  transform: rotate(225deg) translateY(-2px);
}

/* =========================
   DESKTOP DROPDOWN
========================= */

.ts-nav .sub-menu {
  position: absolute;

  top: 100%;
  left: 50%;

  transform: translateX(-50%) translateY(20px);

  width: max-content;

  display: grid;

  padding: 20px;

  border-radius: 24px;

  list-style: none;

  background: #ffffff;

  overflow: hidden;

  opacity: 0;
  visibility: hidden;

  transition: transform 0.35s ease;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);

  border: 1px solid rgba(255, 255, 255, 0.06);

  z-index: 100;
}

.ts-nav .menu>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;

  transform: translateX(-50%) translateY(0);
}

.ts-nav .sub-menu li {
  width: 100%;
}

body .ts-nav .sub-menu a {
  display: flex;
  align-items: center;

  min-height: 35px;

  text-decoration: none;

  font-size: 16px;
  font-weight: 500;

  transition: 0.3s ease;
}

/* =========================
   HAMBURGER
========================= */

.ts-menu-toggle {
  width: 54px;
  height: 54px;
  position: relative;
  display: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;

  z-index: 10000;
}

.ts-menu-toggle span {
  position: absolute;

  left: 50%;

  width: 24px;
  height: 2px;

  background: #ffffff;

  transition: 0.3s ease;
}

.ts-menu-toggle span:first-child {
  transform: translate(-50%, -6px);
}

.ts-menu-toggle span:last-child {
  transform: translate(-50%, 6px);
}

/* =========================
   OVERLAY
========================= */

.ts-menu-overlay {
  position: fixed;
  inset: 0;

  background: rgba(0, 0, 0, 0.5);

  opacity: 0;
  visibility: hidden;

  transition: 0.3s ease;

  z-index: 9998;
}

.ts-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =========================
   MOBILE MENU
========================= */

.ts-mobile-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #296187;
  overflow: hidden;
  transform: translateX(100%);
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 9999;
}

.ts-mobile-menu.active {
  transform: translateX(0);
}

/* hide hamburger when open */

.ts-mobile-menu.active+.ts-menu-toggle,
.ts-mobile-menu.active~.ts-menu-toggle {
  opacity: 0;
  visibility: hidden;

  pointer-events: none;
}

/* =========================
   MOBILE TOP
========================= */

.ts-mobile-top {
  height: 90px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 24px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ts-mobile-title {
  color: #ffffff;

  font-size: 18px;
  letter-spacing: 1px;
}

/* =========================
   CLOSE
========================= */

.ts-mobile-close {
  width: 44px;
  height: 44px;

  position: relative;

  border: none;

  background: none;

  cursor: pointer;
}

.ts-mobile-close::before,
.ts-mobile-close::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: 32px;
  height: 2px;

  background: #ffffff;
}

.ts-mobile-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ts-mobile-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* =========================
   MOBILE LIST
========================= */

.ts-mobile-list {
  list-style: none;
}

.ts-mobile-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ts-mobile-list a {
  position: relative;

  width: 100%;

  min-height: 58px;

  padding: 0 22px;

  display: flex;
  align-items: center;

  color: #ffffff;

  text-decoration: none;

  font-size: 18px;

  transition: 0.3s ease;
}

/* =========================
   MOBILE ARROW
========================= */

.ts-mobile-list .menu-item-has-children>a {
  padding-right: 60px;
}

.ts-mobile-list .menu-item-has-children>a::after {
  content: "›";

  position: absolute;

  right: 22px;
  top: 50%;

  transform: translateY(-50%);

  font-size: 28px;
  line-height: 1;

  transition: 0.3s ease;
}

/* =========================
   MOBILE SUBMENU
========================= */

.ts-mobile-list .sub-menu {
  position: fixed;

  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  padding-top: 90px;

  background: #356aa3;

  overflow: auto;

  list-style: none;

  display: block !important;

  transform: translateX(100%);

  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);

  z-index: 20;
}

.ts-mobile-list .sub-menu.active {
  transform: translateX(0);
}

/* =========================
   BACK BUTTON
========================= */

.ts-mobile-back {
  appearance: none;

  width: 100%;

  min-height: 64px;

  padding: 0 22px;

  display: flex;
  align-items: center;
  gap: 12px;

  border: none;

  background: none;

  color: #ffffff;

  font-size: 16px;
  font-weight: 600;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  cursor: pointer;
}

.ts-mobile-back span {
  font-size: 30px;
  line-height: 1;
}
