@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
}

.cookie-policy-lightbox-list li {
  list-style: none;
}
.container {
  position: relative;
}
.container header {
  font-family: 'TTNorms', sans-serif;
}
@media (min-width: 1300px) {
  .container header {
    top:0px;
  }
}
@media (max-width: 900px) and (min-width: 721px) {
  .container header::after {
      top: 70px !important;
  }
}
@media (max-width: 900px) {
  .container header::before {
    top: 10px;
  }
  .container header::after {
    top: 50px;
  }
  .container header .globalnav .gn__group.subnav {
    margin-top: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1300px) {
  .container header {
    top: 0px;
  }
}
.container header .globalnav {
  max-width: 1236px;
}
.container header .globalnav a{
  text-decoration: none;
}
.container header .globalnav .gn__logo .icon-company-logo {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  height: 28px;
  transform: translateY(-50%) !important;
}
.container header .gn__list .gn__item>.item-name {
  font-size: 15px;
}
#hd #comon-main {
    padding-top: 100px;
}

/* dropdown-content */
.wtb-dropdown {
  position: relative;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .wtb-dropdown {
    width: 80%;} }
@media only screen and (min-width: 768px) {
  .wtb-dropdown {
    margin: 0;
     } }
.dropdown-content {
  background: #fff;
  width: 250px;
  position: absolute;
  left: 55px;
  bottom: 50px;
  box-shadow: 0 0 20px 5px rgb(0 0 0 / 20%);
  padding: 3px;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 480px) {
  .dropdown-content {
    width: 80%;
    margin: auto !important;
  }
}
.dropdown-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom:-9px;
		left: 0;
	  right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.dropdown-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom:-11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ddd;
}
.dropdown-content a {
  color: #ff0000;
  padding: 5px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .dropdown-content a {
    border: 2px solid transparent;
    /* padding: 5px !important; */
  }
}
.dropdown-content a:hover {
  border: 2px solid #ccc;
    /* background-color: #fff !important;
    color: #ff0000;
    box-shadow: inset 3px 0 0 #ff0000, inset -3px 0 0 #ff0000; */
}
.dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.aci-show {
  display: flex;
  flex-flow: row wrap;
}

/* ===========================
   Reseller Nav Container
   =========================== */
.resellerNavContainer {
  max-width: 1280px;
  margin: 6rem auto 0 auto;
}

.resellerNavContainer ul {
  gap: 20px;
  display: flex;
}

.resellerNavContainer ul li {
  flex: 1 1 calc(33.333% - 20px);
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 5%);
}
.resellerNavContainer .list-item {
  padding: 2rem 1rem;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 150ms ease;
}

.resellerNavContainer .list-item:hover,
.resellerNavContainer .list-item:focus-visible {
  background-color: rgba(241, 241, 241, 0.1);
  outline: 2px solid #1467a1;
  outline-offset: -2px;
  text-decoration: none;
}

/* The icon — inherits the background-image from contactUsAll.css */
.resellerNavContainer .item-img {
  position: relative;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.resellerNavContainer .content_title {
  color: #828386;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
}

/* Mobile: stack items vertically, reduce spacing */
@media (max-width: 767px) {
  .resellerNavContainer .list-item {
    padding: 1.5rem 1rem;
  }
}

/* ===========================
   Section Industry (section_2)
   =========================== */

/* Nav link reset — inherit existing listNav colours */
.section_industry .nav-link {
  color: inherit;
  padding: 0.25rem 0.5rem;
}
.section_industry .nav-link:hover,
.section_industry .nav-link:focus {
  text-decoration: underline;
  color: inherit;
  background-color: transparent;
}

/* Convert figure > div for background-image items */
.section_industry .listContainer .item-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Desktop: item-img full-bleed, list_content overlaid left */
@media (min-width: 1301px) {
  .section_industry .listContainer .list-item {
    position: relative;
  }
  .section_industry .listContainer .item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section_industry .listContainer .list_content {
    position: relative;
    z-index: 1;
  }
}

/* Tablet: stack image above content */
@media (min-width: 721px) and (max-width: 1300px) {
  .section_industry .listContainer .list-item {
    display: flex;
    flex-direction: column;
  }
  .section_industry .listContainer .item-img {
    position: static;
    width: 100%;
    height: 320px;
    flex-shrink: 0;
  }
  .section_industry .listContainer .list_content {
    position: static;
    width: 100% !important;
    left: auto !important;
    margin-left: auto !important;
    padding: 2rem 2rem;
    box-sizing: border-box;
  }
  /* Override dark-text colours for dark bg items on tablet */
  .section_industry .listContainer .list-item-1 .content_title,
  .section_industry .listContainer .list-item-2 .content_title {
    color: #1467a1 !important;
  }
  .section_industry .listContainer .list-item-1 .content_info,
  .section_industry .listContainer .list-item-2 .content_info {
    color: #333 !important;
  }
}

/* Mobile: same stack, smaller image */
@media (max-width: 720px) {
  .section_industry .listContainer .list-item {
    display: flex;
    flex-direction: column;
  }
  .section_industry .listContainer .item-img {
    position: static;
    width: 100%;
    height: 200px;
    flex-shrink: 0;
  }
  .section_industry .listContainer .list_content {
    position: static;
    width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
    padding: 1.25rem 1.25rem;
    box-sizing: border-box;
    text-align: left !important;
  }
  .section_industry .listContainer .link-item {
    width: 100% !important;
  }
  .section_industry .listContainer .list-item-1 .content_title,
  .section_industry .listContainer .list-item-2 .content_title {
    color: #1467a1 !important;
  }
  .section_industry .listContainer .list-item-1 .content_info,
  .section_industry .listContainer .list-item-2 .content_info {
    color: #333 !important;
  }
}

/* ===========================
   Section KV — Hero Banner
   =========================== */
.section_kv .section_content {
  padding: 0;
}

.section_kv .hero-banner {
  position: relative;
  overflow: hidden;
}

/* Hero image */
.section_kv .hero-img {
  display: block;
  width: 100%;
  height: 686px;
  object-fit: cover;
  object-position: center;
}

/* Left-side content overlay */
.section_kv .hero-content-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 48%;
  max-width: 560px;
  padding: 2rem 2rem;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 55%, transparent 100%); */
  transform: translate(-120%, 0px);
}

.section_kv .hero-content .content-title {
  display: block;
  color: #14639e;
  /* color: #ffffff; */
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section_kv .hero-content .content-info {
  /* color: #ffffff; */
  font-size: 30px;
  line-height: 1.3;
  margin: 0;
}

/* ===========================
   Section — contact form
   =========================== */

.contact-form {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4%;
  background-color: #fff;
  box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
  font-family: 'Roboto', sans-serif;

}

.contact-form legend {
  font-size: 1rem;
}

/* Tablet (721px – 1300px) */
@media (min-width: 721px) and (max-width: 1300px) {
  .section_kv .hero-img {
    height: 688px;
  }
  .section_kv .hero-content-overlay {
    width: 100%;
    padding: 2rem 0;
    top: 0;
    bottom: inherit;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
    max-width: 660px;
  }
  .section_kv .hero-content .content-title {
    font-size: 38px;
    color: #fff;
  }
  .section_kv .hero-content .content-info {
    font-size: 25px;
    color: #fff;
  }
}

/* Mobile (≤ 720px) — content stacks below image */
@media (max-width: 720px) {
  .small_use {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
        text-align: center;
  }
  .section_kv .hero-img {
    height: 420px;
    object-position: center;
  }
  .section_kv .hero-content-overlay {
    position: static;
    left: 0;
    transform: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    padding: 1.25rem 1.5rem;
  }
  #heroHeading {
    display: none;
  }
  .section_kv .hero-content .content-title {
    font-size: 35px;
    color: #fff;
    
  }
  .section_kv .hero-content .content-info {
    font-size: 22px;
    color: #333;
  }
  .resellerNavContainer {
    margin: 3rem auto 0 auto;
  }
  .resellerNavContainer ul {
    flex-direction: column;
    padding: 20px;
  }
  .contact-form {
    padding: 30px 20px 50px;
  }
}




