* {
  font-family: Poppins, sans-serif;
}

.hfe-site-logo img {
  width: 200px;
}

#gts-mobile-nav nav {
  right: -55px;
}

.gts-custom-icon {
  z-index: 10;
}

.gts-custom-icon svg path {
  fill: none;
  stroke: var( --e-global-color-primary );
}

.gts-products-section .gts-custom-icon svg path {
  stroke: #fff;
}

.homeSlider,
.homeSlider img {
  max-height: 700px;
}

.homeSlider .elementor-swiper-button-prev {
  margin-left: 20px;
}

.homeSlider .elementor-swiper-button-next {
  margin-right: 20px;
}

#values-container .e-child {
  width: 300px;
}

.custom-page-header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}

#part-of-us-button-footer,
#contact-button-footer {
  flex: 1;
}

#part-of-us-button-footer a,
#contact-button-footer a {
  width: 100%;
}

.custom-info-section {
  height: 370px;
}

.custom-column-info {
  overflow-y: scroll;
}

#search-button button {
  border-radius: 0;
  background: #000000;
}

.gts-vision::before {
  content: '';
  position: absolute;
  width: 166px;
  height: 82px;
  background: black;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: -30px;
  left: 878px;
  z-index: 2;
  animation: visionAnimation 3s ease infinite;
}

@keyframes visionAnimation {
   0% { top: -30px; }
   50% { top: -10px; }
   100% { top: -30; }
}

.gts-brand {
  height: 170px;
}

.gts-brand-image {
  width: 265px;
  height: 80%;
  margin: auto !important;
  position: relative;
}

.gts-brand-image::before {
  content: 'GTS Brand';
  position: absolute;
  padding: 8px 20px 5px 10px;
  color: white;
  font-family: Poppins;
  font-size: 12px;
  background: #4B5FAB;
  border-radius: 0 0 30px 0;
  top: -20px;
  left: 0;
}

.gts-brand-image img {
  height: 100%;
  object-fit: contain;
}

.custom-category {
  position: relative;
}

.custom-category::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.custom-category:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(75, 95, 171, 0.7);
}

.customer-support-image-container {
  position: relative;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.custom-footer-button a {
  width: 100%;
}

.gts-work-with-feature {
  position: relative;
}

.gts-work-with-feature::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: var(--e-global-color-primary);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  top: 0;
  right: 0;
}

.gts-work-with-feature svg path {
  stroke: var( --e-global-color-primary );
}
a.jltma-nav-menu__dropdown-item.jltma-nav-menu__item-anchor.jltma-nav-menu__item-link-top {
    gap: 10px;
}

.custom-contact-button a {
  text-decoration: none;
}

.gts-cooling-feature::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20%;
  background: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  margin: auto 0 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.gts-crac-gallery img {
  height: 250px;
  border: 2px solid #ffffff;
}

.gts-custom-product::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 100%;
  background: #f3ab19;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 1;
}

@media(max-width: 768px) {
/*
  body {
    overflow-x: hidden;
  }
*/

  .homeSlider,
  .homeSlider img {
    height: 180px;
  }

  #join-our-team-btn a {
    width: 100%;
  }
}
