:root {
  --wgm-ink: #12202f;
  --wgm-navy: #172c45;
  --wgm-navy-deep: #0d1b2a;
  --wgm-blue: #214f78;
  --wgm-accent: #d8a13b;
  --wgm-accent-dark: #b77b18;
  --wgm-paper: #ffffff;
  --wgm-warm: #f6f4ef;
  --wgm-soft: #f3f6f8;
  --wgm-line: #dbe2e8;
  --wgm-muted: #667483;
  --wgm-shadow: 0 18px 50px rgba(13, 27, 42, 0.1);
  --wgm-radius: 8px;
}

.home-redesign {
  color: var(--wgm-ink);
  background: var(--wgm-paper);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign h4,
.home-redesign h5,
.home-redesign h6,
.home-redesign .logo_text,
.home-redesign .card-title {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: -0.025em;
}

.home-redesign .wrapper {
  overflow: visible;
}

.home-redesign .max-container {
  max-width: 1360px;
}

.home-redesign .top-header {
  position: relative;
  z-index: 1004;
  min-height: 42px;
  padding: 7px 0;
  color: #dbe6ef;
  background: var(--wgm-navy-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-redesign .top-header .list_contact ul,
.home-redesign .top-header .list_contact li,
.home-redesign .top-header .network,
.home-redesign .top-header form {
  margin: 0;
}

.home-redesign .top-header .list_contact a,
.home-redesign .top-header .login a {
  color: #f4f7fa;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.home-redesign .top-header .list_contact a:hover,
.home-redesign .top-header .login a:hover {
  color: #f0c269;
}

.home-redesign .top-header .search-input {
  width: 230px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.home-redesign .top-header .search-input input {
  height: 28px;
  color: #fff;
  background: transparent;
}

.home-redesign .top-header .search-input input::placeholder {
  color: #aebbc7;
}

.home-redesign .top-header .search-input .icon {
  color: #f0c269;
}

.home-redesign .navigation-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0;
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid rgba(18, 32, 47, 0.08);
  box-shadow: 0 8px 30px rgba(13, 27, 42, 0.06);
  backdrop-filter: blur(14px);
}

.home-redesign .navigation-wrap .navbar {
  min-height: 88px;
  padding: 8px 0;
}

.home-redesign .navbar-brand {
  margin-right: 16px;
  padding: 0;
}

.home-redesign .navbar-brand .logo {
  width: auto;
  height: 68px;
  object-fit: contain;
}

.home-redesign .logo_text {
  max-width: 180px;
  color: var(--wgm-navy-deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-redesign .top_links .navbar-nav {
  align-items: center;
}

.home-redesign .top_links .nav-item {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.home-redesign .top_links .nav-link {
  position: relative;
  padding: 31px 10px !important;
  color: #2b3a49 !important;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.home-redesign .top_links .nav-link::after {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: 10px;
  height: 2px;
  content: "";
  background: var(--wgm-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.home-redesign .top_links .nav-link:hover::after,
.home-redesign .top_links .nav-link:focus::after,
.home-redesign .top_links .nav-link#active::after {
  transform: scaleX(1);
}

.home-redesign .top_links li:nth-last-child(4) .nav-link {
  margin-left: 8px;
  padding: 12px 18px !important;
  color: #fff !important;
  background: var(--wgm-accent-dark);
  border-radius: 4px;
}

.home-redesign .top_links li:nth-last-child(4) .nav-link::after {
  display: none;
}

.home-redesign #slider-rev-container {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  background: var(--wgm-navy-deep);
}

.home-redesign #slider-rev-container::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 120px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to top, rgba(7, 18, 29, 0.36), transparent);
}

.home-redesign #slider-rev {
  min-height: 590px;
}

.home-redesign #slider-rev .rev-title {
  max-width: 620px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.28);
}

.home-redesign #slider-rev .rev-text {
  max-width: 600px;
  color: #eef3f7;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.home-redesign #slider-rev .btn-black {
  min-width: 138px;
  padding: 14px 22px !important;
  color: var(--wgm-navy-deep) !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.home-redesign #slider-rev .btn-black:hover {
  color: #fff !important;
  background: var(--wgm-accent-dark) !important;
  border-color: var(--wgm-accent-dark) !important;
}

.home-redesign .tp-leftarrow,
.home-redesign .tp-rightarrow {
  width: 52px !important;
  height: 52px !important;
  background-color: rgba(13, 27, 42, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  backdrop-filter: blur(8px);
}

.home-redesign .tp-bullets .bullet {
  width: 22px !important;
  height: 3px !important;
  margin: 0 3px !important;
  background: rgba(255, 255, 255, 0.48) !important;
  border-radius: 0 !important;
}

.home-redesign .tp-bullets .bullet.selected {
  background: var(--wgm-accent) !important;
}

.home-trust-strip {
  position: relative;
  z-index: 8;
  margin-top: -32px;
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wgm-line);
  border-radius: var(--wgm-radius);
  box-shadow: var(--wgm-shadow);
}

.home-trust-item {
  position: relative;
  min-height: 112px;
  padding: 25px 28px;
  border-right: 1px solid var(--wgm-line);
}

.home-trust-item:last-child {
  border-right: 0;
}

.home-trust-item::before {
  position: absolute;
  top: 25px;
  left: 14px;
  width: 3px;
  height: 42px;
  content: "";
  background: var(--wgm-accent);
}

.home-trust-item strong,
.home-trust-item span {
  display: block;
}

.home-trust-item strong {
  margin-bottom: 4px;
  color: var(--wgm-navy-deep);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.home-trust-item span {
  color: var(--wgm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.home-redesign section {
  scroll-margin-top: 100px;
}

.home-redesign .home-about {
  padding: 100px 0 88px !important;
  background:
    radial-gradient(circle at 0 100%, rgba(216, 161, 59, 0.08), transparent 28%),
    #fff;
}

.home-redesign .home-about .row {
  gap: 0;
}

.home-redesign .home-about .video-container {
  overflow: hidden;
  min-height: 480px;
  padding: 0;
  background: var(--wgm-navy-deep);
  border-radius: var(--wgm-radius);
  box-shadow: var(--wgm-shadow);
}

.home-redesign .home-about .video-container iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.home-redesign .home-about .col-md-6:last-child {
  padding-left: 64px;
}

.home-redesign .hny-title {
  position: relative;
  margin-bottom: 28px !important;
  color: var(--wgm-navy-deep);
  font-size: 34px !important;
  font-weight: 800;
  line-height: 1.2;
}

.home-redesign .hny-title::before {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 0 15px;
  content: "";
  background: var(--wgm-accent);
}

.home-redesign .hny-title.text-center::before,
.home-redesign .text-center .hny-title::before {
  margin-right: auto;
  margin-left: auto;
}

.home-redesign .hny-title span {
  color: var(--wgm-accent-dark);
}

.home-redesign .home-about p {
  color: #536170;
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
}

.home-redesign .btn-custom,
.home-redesign .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  background: var(--wgm-navy);
  border: 1px solid var(--wgm-navy);
  border-radius: 4px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-redesign .btn-custom:hover,
.home-redesign .home-btn:hover {
  color: #fff;
  background: var(--wgm-accent-dark);
  border-color: var(--wgm-accent-dark);
  transform: translateY(-2px);
}

.home-redesign .home-expertise,
.home-redesign .home-blogs,
.home-redesign .home-clients {
  padding: 92px 0 !important;
  background: var(--wgm-soft) !important;
}

.home-redesign .home-expertise .product-carousel,
.home-redesign .home-blogs .product-carousel {
  padding: 4px 2px 34px;
}

.home-redesign .home-expertise .card,
.home-redesign .home-blogs .card {
  overflow: hidden;
  height: 100%;
  background: #fff;
  border: 1px solid var(--wgm-line);
  border-radius: var(--wgm-radius);
  box-shadow: 0 10px 28px rgba(13, 27, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-redesign .home-expertise .card:hover,
.home-redesign .home-blogs .card:hover {
  border-color: #c7d0d8;
  box-shadow: 0 18px 44px rgba(13, 27, 42, 0.13);
  transform: translateY(-5px);
}

.home-redesign .home-expertise .card-image .wrap,
.home-redesign .home-blogs .card-image .wrap {
  overflow: hidden;
  height: 220px;
  background: #e8edf1;
}

.home-redesign .home-expertise .card-image img,
.home-redesign .home-blogs .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-redesign .home-expertise .card:hover .card-image img,
.home-redesign .home-blogs .card:hover .card-image img {
  transform: scale(1.035);
}

.home-redesign .home-expertise .card-content,
.home-redesign .home-blogs .card-content {
  min-height: 98px;
  padding: 21px 22px;
  background: #fff;
}

.home-redesign .home-expertise .card-title,
.home-redesign .home-blogs .card-title {
  color: var(--wgm-navy-deep);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.home-redesign .home-expertise .card-reveal {
  color: #4e5e6e;
  background: #fff;
}

.home-redesign .owl-nav button,
.home-redesign .owl-prev,
.home-redesign .owl-next {
  width: 42px;
  height: 42px;
  color: var(--wgm-navy-deep) !important;
  background: #fff !important;
  border: 1px solid var(--wgm-line) !important;
  border-radius: 50% !important;
}

.home-redesign .owl-dot span {
  background: #b9c4ce !important;
}

.home-redesign .owl-dot.active span {
  width: 28px !important;
  background: var(--wgm-accent-dark) !important;
}

.home-redesign .home-products {
  padding: 96px 0 84px !important;
  background:
    linear-gradient(135deg, rgba(23, 44, 69, 0.98), rgba(13, 27, 42, 0.98)),
    var(--wgm-navy-deep) !important;
}

.home-redesign .home-products .hny-title,
.home-redesign .home-products .hny-title span {
  color: #fff;
}

.home-redesign .home-products .hny-title::before {
  background: #f0bd5b;
}

.home-redesign .home-products .row > [class*="col-"] {
  margin-bottom: 18px;
}

.home-redesign .home-products .product-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 210px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--wgm-radius);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-redesign .home-products .product-box:hover {
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(240, 189, 91, 0.62);
  transform: translateY(-4px);
}

.home-redesign .home-products .product-box img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.home-redesign .home-products .product-box h3 {
  margin: 0;
  padding: 17px 18px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
}

.home-redesign .home-products .product-box h3 b {
  color: #f0bd5b;
  font-weight: 750;
}

.home-redesign .home-accreditation {
  position: relative;
  overflow: hidden;
  padding: 96px 0 !important;
  color: #dce5ec;
  background: var(--wgm-warm);
}

.home-redesign .home-accreditation::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42%;
  content: "";
  background: var(--wgm-navy-deep);
}

.home-redesign .home-accreditation .container {
  position: relative;
}

.home-redesign .home-accreditation .hny-title {
  color: #fff;
}

.home-redesign .home-accreditation p,
.home-redesign .home-accreditation li {
  line-height: 1.75;
}

.home-redesign .home-accreditation .col-md-6:last-child {
  padding-left: 54px;
}

.home-redesign .home-accreditation .border {
  overflow: hidden;
  background: #fff;
  border-color: #d6dde3 !important;
  border-radius: 4px;
}

.home-redesign .home-blogs {
  padding-top: 92px !important;
  background: #fff !important;
}

.home-redesign .home-blogs .card-content + .card-content {
  min-height: 42px;
  padding-top: 0;
  color: var(--wgm-muted);
}

.home-redesign .home-clients {
  padding-top: 70px !important;
  border-top: 1px solid var(--wgm-line);
}

.home-redesign .home-clients .mid_content {
  overflow: hidden;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--wgm-line);
  border-radius: var(--wgm-radius);
  box-shadow: 0 10px 32px rgba(13, 27, 42, 0.06);
}

.home-cta-band {
  padding: 46px 0;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(33, 79, 120, 0.98), rgba(13, 27, 42, 0.98)),
    var(--wgm-navy);
}

.home-cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.home-cta-copy span {
  color: #f0c269;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-cta-copy h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 750;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-redesign .home-btn-light {
  color: var(--wgm-navy-deep);
  background: #fff;
  border-color: #fff;
}

.home-redesign .home-btn-outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.home-redesign .footer_wrap {
  position: relative;
  color: #cbd5de;
  background: #0a1622;
}

.home-redesign .footer {
  padding-top: 76px !important;
  background: #0a1622;
}

.home-redesign .footer .brand-logo img {
  max-width: 150px;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
}

.home-redesign .footer h3,
.home-redesign .footer h4 {
  color: #fff;
  font-weight: 700;
}

.home-redesign .footer h3 {
  margin-bottom: 24px;
  font-size: 17px;
  text-transform: capitalize;
}

.home-redesign .footer h3::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  content: "";
  background: var(--wgm-accent);
}

.home-redesign .footer p,
.home-redesign .footer li,
.home-redesign .footer a {
  color: #adbbc7;
  font-size: 13px;
  line-height: 1.75;
}

.home-redesign .footer a:hover {
  color: #f0c269;
}

.home-redesign .footer iframe {
  height: 230px;
  border-radius: 5px;
  filter: grayscale(0.3) contrast(0.95);
}

.home-redesign .social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.home-redesign .copy_right {
  color: #8fa0ae;
  background: #07111b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-redesign .blantershow-chat {
  right: 22px;
  bottom: 22px;
  padding: 11px 16px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  background: #1f9c59;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.home-redesign a:focus-visible,
.home-redesign button:focus-visible,
.home-redesign input:focus-visible {
  outline: 3px solid #f0bd5b;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .home-redesign .logo_text {
    display: none;
  }

  .home-redesign .top_links .nav-link {
    padding-right: 7px !important;
    padding-left: 7px !important;
    font-size: 12px;
  }

  .home-redesign .home-about .col-md-6:last-child {
    padding-left: 38px;
  }
}

@media (max-width: 991px) {
  .home-redesign .top-header .search-input {
    width: 180px;
  }

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

  .home-trust-item:nth-child(2) {
    border-right: 0;
  }

  .home-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--wgm-line);
  }

  .home-redesign .home-about .video-container,
  .home-redesign .home-about .video-container iframe {
    min-height: 390px;
  }

  .home-redesign .home-accreditation::before {
    width: 48%;
  }

  .home-cta-band .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .home-redesign {
    font-size: 15px;
  }

  .home-redesign .top-header {
    padding: 8px 0;
  }

  .home-redesign .top-header .row {
    gap: 7px;
  }

  .home-redesign .top-header .list_contact {
    text-align: center;
  }

  .home-redesign .top-header .list_contact a {
    font-size: 11px;
  }

  .home-redesign .top-header .network {
    display: none;
  }

  .home-redesign .navigation-wrap .navbar {
    min-height: 74px;
  }

  .home-redesign .navbar-brand .logo {
    height: 56px;
  }

  .home-redesign .navbar-toggler {
    padding: 8px;
    border-color: var(--wgm-line);
  }

  .home-redesign .top_links {
    margin: 9px -15px -8px;
    padding: 12px 20px 20px;
    background: #fff;
    border-top: 1px solid var(--wgm-line);
    box-shadow: 0 18px 30px rgba(13, 27, 42, 0.08);
  }

  .home-redesign .top_links .navbar-nav {
    align-items: stretch;
    padding: 0 !important;
  }

  .home-redesign .top_links .nav-link,
  .home-redesign .top_links li:nth-last-child(4) .nav-link {
    margin: 0 !important;
    padding: 11px 8px !important;
    color: var(--wgm-navy-deep) !important;
    background: transparent;
    border-bottom: 1px solid #edf1f4;
    border-radius: 0;
  }

  .home-redesign .top_links .nav-link::after {
    display: none;
  }

  .home-redesign #slider-rev-container,
  .home-redesign #slider-rev {
    min-height: 480px;
  }

  .home-redesign #slider-rev .rev-title {
    font-size: 28px !important;
  }

  .home-redesign #slider-rev .rev-text {
    font-size: 15px !important;
  }

  .home-redesign .tp-leftarrow,
  .home-redesign .tp-rightarrow {
    width: 42px !important;
    height: 42px !important;
  }

  .home-trust-strip {
    margin-top: 0;
    padding: 18px 0;
    background: var(--wgm-soft);
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-trust-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--wgm-line);
  }

  .home-trust-item:last-child {
    border-bottom: 0;
  }

  .home-redesign .home-about,
  .home-redesign .home-expertise,
  .home-redesign .home-products,
  .home-redesign .home-accreditation,
  .home-redesign .home-blogs,
  .home-redesign .home-clients {
    padding: 64px 0 !important;
  }

  .home-redesign .home-about .video-container,
  .home-redesign .home-about .video-container iframe {
    min-height: 280px;
  }

  .home-redesign .home-about .col-md-6:last-child {
    padding-top: 36px;
    padding-left: 15px;
  }

  .home-redesign .hny-title {
    font-size: 28px !important;
  }

  .home-redesign .home-products .product-box {
    min-height: 180px;
  }

  .home-redesign .home-accreditation::before {
    width: 100%;
  }

  .home-redesign .home-accreditation .col-md-6:last-child {
    margin-top: 36px;
    padding-left: 15px;
  }

  .home-redesign .home-accreditation .col-md-6:last-child::before {
    position: absolute;
    inset: -20px 0 -60px;
    z-index: -1;
    content: "";
    background: var(--wgm-warm);
  }

  .home-redesign .home-accreditation .col-md-6:last-child {
    position: relative;
    z-index: 1;
    color: var(--wgm-ink);
  }

  .home-cta-copy h2 {
    font-size: 26px;
  }

  .home-cta-actions,
  .home-cta-actions .home-btn {
    width: 100%;
  }

  .home-redesign .footer {
    padding-top: 58px !important;
  }

  .home-redesign .footer .row > [class*="col-"] {
    margin-bottom: 34px;
  }

  .home-redesign .blantershow-chat {
    right: 12px;
    bottom: 12px;
    font-size: 0;
  }

  .home-redesign .blantershow-chat svg {
    width: 24px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-redesign *,
  .home-redesign *::before,
  .home-redesign *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
