@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=Barlow+Condensed:wght@600;700;800&display=swap");
/*!
 * Theme Name:        Surenjtech
 * Template:          univarsal
 * Description:       Custom theme for Surenjtech
 * Version:           1.0.0
 * Author:            Cortex
 * Author URI:        https://cortex-media.de
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       surenjtech
 * Domain Path:       /assets/lang
 * Tested up to: 5.8
 * Requires PHP: 7.2
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  font-family: "Barlow", "Poppins", sans-serif;
  font-size: clamp(14px, 1.2vw + 0.5rem, 20px);
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  font-family: "Barlow", "Poppins", sans-serif;
}

.mb-4 {
  margin-bottom: 4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  letter-spacing: 0.03em;
  color: #222222;
}

.large-heading {
  font-size: clamp(2em, 3.5vw, 3em);
  font-weight: 700;
}
.large-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #EBAF3D;
  margin-top: 0.5em;
}

.heading {
  margin-bottom: 1.5em;
}

div.frm_form_field.frm_html_container h2.heading {
  color: #EBAF3D;
}

div.main {
  list-style: none;
  padding-left: 1em;
}
div.main li {
  margin-bottom: 0.6em;
  position: relative;
  padding-left: 1.2em;
}
div.main li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.3em;
  color: #EBAF3D;
  font-weight: 600;
  font-size: 0.7em;
}

.inner-banner {
  background-position: center center !important;
}
.inner-banner.text-center::before {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.boxed_wrapper {
  padding-top: 70px;
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1800px;
  }
}
.container.main {
  background: #FFFFFF;
}

/*.clearfix {
    padding: 1em;
}*/
.theme_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #222222 !important;
  margin: 0;
}
.theme_menu .menu-bg {
  background: #222222;
}
.theme_menu.stricky-fixed {
  background: #222222;
}
.theme_menu .menuzord-menu > li.home {
  margin-right: auto;
}
.theme_menu .right-column .menu-social {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 18px;
}
.theme_menu .right-column .menu-social li {
  display: inline-block;
  margin-left: 10px;
}
.theme_menu .right-column .menu-social li a {
  color: #ffffff;
  font-size: 15px;
  transition: color 0.3s ease;
}
.theme_menu .right-column .menu-social li a:hover {
  color: #EBAF3D;
}

.menuzord-menu > li.home > a.brand-name {
  color: #EBAF3D !important;
  font: inherit;
  background: inherit;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 20px 18px;
}
.menuzord-menu > li.home > a.brand-name:hover {
  color: #EBAF3D !important;
  opacity: 0.85;
}
.menuzord-menu > li {
  margin: 0;
  padding: 0;
}
.menuzord-menu > li > a {
  font-size: 18px;
  padding: 22px 16px 21px;
  margin: 0;
}
.menuzord-menu ul.dropdown li a {
  font-size: 16px;
}
.menuzord-menu ul.dropdown li:hover > a {
  padding: 10px 25px 10px 28px;
  color: #EBAF3D;
  font-size: 16px;
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .menuzord-menu ul.dropdown {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
  .menuzord-menu ul.dropdown li:hover > ul.dropdown.custom-dropdown {
    width: 645px;
    position: absolute;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
    list-style: none !important;
    padding: 0;
  }
  .menuzord-menu ul.dropdown li:hover > ul.dropdown.custom-dropdown li {
    flex: 1 0 40%;
    aspect-ratio: 1/1;
    display: flex !important;
  }
}
.container.main {
  padding: 0;
}

div.category-menu-item {
  position: relative;
  width: 100%;
  height: 100%;
}
div.category-menu-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
div.category-menu-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: normal;
  overflow-wrap: break-word;
  padding: 10px;
}

#custom-product-category-menu-items {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  z-index: 1000;
}

.menu-content {
  display: flex;
  gap: 2rem;
}

#product-category {
  /*width: 80%;
  margin-left: 10%;
  margin-right: 10%;*/
  background-color: #FFFFFF;
  /*> * {
      padding-left: 10%;
      padding-right: 10%;
  }*/
}

.main > div:not(.black-container) h2:not(.large-heading) {
  font-size: clamp(1.3em, 2vw, 1.6em);
  font-weight: 700;
}
.main > div:not(.black-container) h2:not(.large-heading)::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}

.btn-cta, .main button {
  display: inline-block;
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #222222;
  background: #EBAF3D;
  border: 2px solid #EBAF3D;
  padding: 0.7em 2em;
  margin-top: 1.5em;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-cta:hover, .main button:hover {
  background: transparent;
  color: #EBAF3D;
}

.black-container .btn-cta:hover {
  color: #EBAF3D;
  background: transparent;
}

.hero-product {
  padding: 2em 0 2em;
}
.hero-product h1 {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 800;
  line-height: 1.05;
  position: relative;
  z-index: 1;
}
.hero-product h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #EBAF3D;
  margin-top: 0.5em;
}
.hero-product .main-image-container img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-product:hover .main-image-container img {
  transform: scale(1.02);
}

.claim {
  color: #EBAF3D;
  font-size: 1.1em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-top: 0.8em;
  z-index: 1;
}

.product-stage,
.product-category-stage {
  padding: 4em 0 3em;
}
.product-stage h1,
.product-category-stage h1 {
  font-size: clamp(2.5em, 4vw, 3.5em);
  font-weight: 800;
  line-height: 1.05;
}
.product-stage h1 div,
.product-category-stage h1 div {
  text-align: start;
}
.product-stage h1::after,
.product-category-stage h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #EBAF3D;
  margin-top: 0.5em;
}
.product-stage .main-image-container img,
.product-category-stage .main-image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-stage .main-image-container:hover img,
.product-category-stage .main-image-container:hover img {
  transform: scale(1.02);
}

.black-container {
  background: linear-gradient(135deg, #1A1A1A 0%, #222222 100%);
  color: rgba(255, 255, 255, 0.85);
  padding: 4em 4em 4.5em;
  border-top: 3px solid #EBAF3D;
  line-height: 1.7;
}
.black-container h2 {
  color: #FFFFFF;
  letter-spacing: 0.04em;
}
.black-container.takumi h2, .black-container.hurco-product h2 {
  font-size: clamp(1.5em, 2.5vw, 2.2em);
  font-weight: 700;
}
.black-container.takumi h2::after, .black-container.hurco-product h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #EBAF3D;
  margin-top: 0.5em;
}
.black-container.takumi .row, .black-container.hurco-product .row {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .black-container.takumi .row, .black-container.hurco-product .row {
    display: flex;
    align-items: center;
  }
}
.black-container.takumi table, .black-container.hurco-product table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 991px) {
  .black-container.takumi table, .black-container.hurco-product table {
    margin-bottom: 2em;
  }
}
.black-container.takumi table thead th, .black-container.hurco-product table thead th {
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.1em;
  color: #FFFFFF;
  padding: 0 0 0.6em;
  text-align: left;
  border-bottom: 2px solid #666666;
}
.black-container.takumi table tbody td, .black-container.hurco-product table tbody td {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.black-container.takumi table tbody td:last-child, .black-container.hurco-product table tbody td:last-child {
  text-align: right;
  font-weight: 500;
}
.black-container.takumi table tbody tr:last-child td, .black-container.hurco-product table tbody tr:last-child td {
  border-bottom: none;
}
.black-container.hurco h2 {
  font-size: clamp(1.3em, 2.5vw, 2em);
  font-weight: 700;
}
.black-container.hurco h3 {
  margin-top: 1.5em;
  font-weight: 700;
  color: #FFFFFF;
  border-left: 3px solid #EBAF3D;
  padding-left: 0.8em;
}

.product-nav {
  margin-top: 3em;
}
.product-nav div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-nav div a {
  color: #222222;
}
.product-nav div a:hover {
  text-decoration: underline;
}

.machines-brand {
  padding: 3em 0;
  scroll-margin-top: calc(70px + 1em);
}
.machines-brand + .machines-brand {
  border-top: 1px solid #E0E0E0;
}

.machines-brand-header {
  text-align: center;
  padding-bottom: 2.5em;
}
.machines-brand-header .machines-brand-logo {
  display: block;
  margin: 0 auto 1em;
  max-width: 260px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.machines-brand-header h2 {
  font-size: clamp(1.4em, 2vw, 1.8em);
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.02em;
}
.machines-brand-header h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin: 0.5em auto 0;
}

.product-boxes-container {
  padding: 3em 0;
}
.product-boxes-container h3 {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 1em;
}
.product-boxes-container h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.5em;
}

.product-boxes {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  margin-bottom: 4em;
}
.product-boxes > [class*=col-] {
  margin-bottom: 30px;
}

.product-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 1.5em 1.5em 1.2em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}
.product-box .hidden {
  display: none;
}
.product-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #EBAF3D;
  transition: width 0.35s ease, left 0.35s ease;
}
.product-box:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-4px);
  border-color: #EBAF3D;
}
.product-box:hover::after {
  width: 100%;
  left: 0;
}
.product-box:hover .product-category-image {
  transform: scale(1.05);
}
.product-box:hover .product-footer a {
  color: #EBAF3D;
}
.product-box .product-media {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.product-box .image-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-box .product-category-image {
  max-width: 100%;
  max-height: 220px;
  height: auto;
  object-fit: contain;
  padding: 1em 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-box .quick-view {
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  display: flex;
  align-items: safe center;
  justify-content: center;
  overflow-y: auto;
  padding: 0.5em 0.25em;
}
.product-box .quick-view table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78em;
}
.product-box .quick-view td {
  padding: 0.4em 0.25em;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.25;
}
.product-box .quick-view td:first-child {
  text-align: left;
  color: #666666;
  font-weight: 400;
}
.product-box .quick-view td:last-child {
  text-align: right;
  color: #222222;
  font-weight: 600;
}
.product-box .quick-view tr:last-child td {
  border-bottom: 0;
}
.product-box .product-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  margin-top: auto;
  padding: 0.8em 0 0;
  border-top: 1px solid #E0E0E0;
}
.product-box .product-footer a {
  color: #222222;
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
  flex: 1;
  min-width: 0;
}
.product-box .quickview-toggle {
  color: #666666;
  font-size: 0.75em;
  letter-spacing: 0.03em;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  transition: color 0.25s ease;
}
.product-box .quickview-toggle:hover {
  color: #EBAF3D;
}

.sub-categories .sub-category {
  padding: 3em 0;
  border-bottom: 1px solid #E0E0E0;
}
.sub-categories .sub-category:last-child {
  border-bottom: none;
}
.sub-categories .sub-category h2 {
  font-size: clamp(1.3em, 2vw, 1.6em);
  font-weight: 700;
}
.sub-categories .sub-category h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.sub-categories .sub-category > div {
  color: #666666;
  line-height: 1.7;
  margin-bottom: 2em;
}

.bottom-text {
  padding: 3em 0 4em;
  color: #666666;
  line-height: 1.7;
}
.bottom-text h2 {
  font-size: clamp(1.3em, 2vw, 1.6em);
  font-weight: 700;
}
.bottom-text h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}

.content-element {
  padding: 4em 0;
  margin: 0;
}
.content-element h2 {
  font-size: clamp(1.5em, 2.5vw, 2em);
  font-weight: 700;
  color: #222222;
}
.content-element h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.content-element .text {
  color: #666666;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .content-element.with-image > .row {
    display: flex;
    align-items: center;
  }
}
.content-element .images {
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-element .images img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.content-element .images img:first-child:not(:only-child) {
  margin-left: -20px;
}
.content-element .images img:nth-child(2) {
  margin-top: -10px;
  margin-left: 20px;
}

.product-description {
  margin-bottom: 3em;
}
.product-description h2 {
  font-size: clamp(1.3em, 2vw, 1.6em);
  font-weight: 700;
  margin-top: 2em;
}
.product-description h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}

.info-block {
  padding: 3em 0;
  border-bottom: 1px solid #E0E0E0;
}
.info-block:last-child {
  border-bottom: none;
}
.info-block h2 {
  font-size: clamp(1.3em, 2.5vw, 2em);
  font-weight: 700;
}
.info-block h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.info-block .text {
  color: #666666;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .info-block.with-image > .row {
    display: flex;
    align-items: center;
  }
}
.info-block .info-block-image {
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-block .info-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.accordion-container {
  padding: 2em 0;
}

.accordion-item {
  border-bottom: 1px solid #E0E0E0;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2em 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
.accordion-header:hover {
  color: #EBAF3D;
}
.accordion-header:hover .accordion-icon {
  color: #EBAF3D;
}

.accordion-label {
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  font-size: clamp(1.1em, 1.5vw, 1.3em);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.accordion-icon {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  color: #666666;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #666666;
  line-height: 1.7;
}
.accordion-content .accordion-content-inner {
  padding-bottom: 1.5em;
}

.accordion-item.is-open > .accordion-header {
  color: #222222;
}
.accordion-item.is-open > .accordion-header .accordion-icon {
  transform: rotate(180deg);
  color: #EBAF3D;
}
.accordion-item.is-open > .accordion-header:hover {
  color: #EBAF3D;
}
.accordion-item.is-open > .accordion-header:hover .accordion-icon {
  transform: rotate(180deg) translateY(2px);
}

.data-table-container {
  break-inside: avoid;
}

.data-tables {
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
@media (min-width: 992px) {
  .data-tables {
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}

.data-table-container {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-top: 3px solid #EBAF3D;
  border-radius: 0 0 2px 2px;
  padding: 1.5em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table thead th {
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.1em;
  color: #222222;
  padding: 0 0 0.6em;
  text-align: left;
  border-bottom: 2px solid #EBAF3D;
}
.data-table tbody td {
  padding: 0.6em 0;
  border-bottom: 1px solid #E0E0E0;
  transition: color 0.2s ease;
  font-weight: 400;
}
.data-table tbody td:first-child {
  color: #666666;
}
.data-table tbody td:last-child {
  text-align: right;
  color: #222222;
  font-weight: 600;
}
.data-table tbody tr:last-child td {
  border-bottom: none;
}
.data-table tbody tr:hover td {
  color: #EBAF3D;
}

.accessories h3 {
  margin-bottom: 1em;
}
.accessories ul {
  list-style: none;
}
.accessories ul li {
  margin: 1em 0;
  color: #666666;
}
@media (min-width: 992px) {
  .accessories .optional-accessories {
    margin-top: 30vh;
  }
}

.spindle-container {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-top: 3px solid #EBAF3D;
  border-radius: 0 0 2px 2px;
  padding: 1.5em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
}

.spindle-table {
  width: 100%;
  border-collapse: collapse;
}
.spindle-table thead th {
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.1em;
  color: #222222;
  padding: 0 0.8em 0.6em;
  text-align: center;
  border-bottom: 2px solid #EBAF3D;
}
.spindle-table thead th:first-child {
  text-align: left;
  padding-left: 0;
}
.spindle-table tbody td {
  padding: 0.6em 0.8em;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
  transition: color 0.2s ease;
}
.spindle-table tbody td:first-child {
  text-align: left;
  color: #666666;
  padding-left: 0;
}
.spindle-table tbody tr:last-child td {
  border-bottom: none;
}
.spindle-table tbody tr:hover td {
  color: #EBAF3D;
}

.images img {
  max-width: 31%;
}

.service-catergory li.active a {
  background: #222222;
  border-color: #EBAF3D;
}

.accordion-style-two .accordion .acc-btn.active {
  background: #222222;
}

.growth-item:hover {
  background: #222222;
}

.widget_nav_menu ul li.current-menu-item a {
  background: #222222;
  border-color: #EBAF3D;
}

.pagination > li > a:hover,
.pagination > li > span {
  background: #EBAF3D;
}

.widget ul {
  border-left-color: #EBAF3D;
}

.widget ul li:hover,
.widget ul li a:hover {
  color: #EBAF3D;
}

.widget_nav_menu ul li.current-menu-item a {
  color: #EBAF3D;
}

.widget_nav_menu ul li.current-menu-item a:after {
  color: #EBAF3D;
}

.widget_nav_menu ul li a:hover {
  color: #EBAF3D;
}

.widget_tag_cloud .tagcloud a:hover {
  background: #EBAF3D;
}

.error-section .big-text {
  color: #EBAF3D;
}

.search-website .form-group input[type=text]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #EBAF3D;
}

.search-website .form-group button {
  background: #EBAF3D;
}

.footer-bottom {
  background: #222222;
}
.footer-bottom .container {
  height: 40px;
}
.footer-bottom .social {
  padding: 0;
}
.footer-bottom .social li a {
  background: #383838;
  /*&:hover {
      background: $color-accent;
  }*/
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.footer-contact-item a {
  color: #ffffff;
  text-decoration: none;
}
.footer-contact-item a:hover {
  color: #EBAF3D;
}
.footer-contact-item span {
  color: #ffffff;
  text-decoration: none;
}
.footer-contact-item .lucide-icon {
  width: 1.1em;
  height: 1.1em;
  color: #EBAF3D;
  flex-shrink: 0;
}

.footer-brand {
  font-size: 1.2em;
  color: #EBAF3D;
}

@media (max-width: 1500px) {
  #product-category {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #product-category > * {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 991px) {
  .menuzord-menu.menu-animating .dropdown {
    pointer-events: none;
  }
  .menuzord-menu a,
  .menuzord-menu .indicator {
    touch-action: manipulation;
  }
  ul.dropdown.custom-dropdown {
    width: 100% !important;
    position: static !important;
    flex-direction: column !important;
  }
  ul.dropdown.custom-dropdown li {
    flex: none !important;
    aspect-ratio: auto !important;
    display: block !important;
    width: 100%;
  }
  .menuzord-responsive .menuzord-menu > li > ul.dropdown {
    background: #222222 !important;
  }
  .menuzord-responsive .menuzord-menu > li > ul.dropdown > li > a {
    color: #FFFFFF !important;
    padding-left: 30px !important;
    border-bottom-color: #444 !important;
  }
  .menuzord-responsive .menuzord-menu > li > ul.dropdown > li > a > .indicator {
    height: 45px !important;
    font-size: 22px !important;
    line-height: 43px !important;
    border-left-color: #444 !important;
    color: #FFFFFF !important;
  }
  .menuzord-responsive .menuzord-menu > li > ul.dropdown > li > ul.dropdown {
    background: #333 !important;
  }
  .menuzord-responsive .menuzord-menu > li > ul.dropdown > li > ul.dropdown > li > a {
    color: #FFFFFF !important;
    padding-left: 45px !important;
    border-bottom-color: #444 !important;
  }
  .menuzord-responsive .menuzord-menu > li > ul.dropdown > li:hover > a {
    color: #FFFFFF !important;
    padding-left: 30px !important;
    background: transparent !important;
  }
  .menuzord-responsive .menuzord-menu > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    color: #FFFFFF !important;
    padding-left: 45px !important;
    background: transparent !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 30px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
    padding-left: 30px !important;
    background: transparent !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 45px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 45px !important;
    background: transparent !important;
  }
  div.category-menu-item {
    position: static;
    height: auto;
  }
  div.category-menu-item img {
    display: none;
  }
  div.category-menu-item p {
    position: static;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
  }
}
.menuzord-menu ul.dropdown li a:before {
  content: none;
}

.menuzord li.menu-item:hover,
.menuzord-menu ul.dropdown:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .hero-product {
    padding: 2.5em 0 2em;
  }
  .product-stage,
  .product-category-stage {
    padding: 2.5em 0 2em;
  }
  .black-container {
    padding: 2.5em 1em;
  }
  .data-tables {
    padding: 2em 1em;
  }
  .product-box {
    padding: 1em;
  }
  .product-box:hover {
    transform: none;
  }
  .sub-categories .sub-category {
    padding: 2em 0;
  }
  .content-element {
    padding: 2.5em 0;
  }
}
.has-accent-color {
  color: #EBAF3D;
}

.has-dark-color {
  color: #222222;
}

.has-light-color {
  color: #F7F7F7;
}

.has-white-color {
  color: #FFFFFF;
}

.has-muted-text-color {
  color: #666666;
}

.has-accent-background-color {
  background-color: #EBAF3D;
}

.has-dark-background-color {
  background-color: #222222;
}

.has-light-background-color {
  background-color: #F7F7F7;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-muted-text-background-color {
  background-color: #666666;
}

/*.has-dark-background-color,
.has-accent-background-color,
.has-muted-text-background-color {
    color: $color-white;

    h1, h2, h3, h4, h5, h6, p, a { color: inherit; }
}

.has-light-background-color,
.has-white-background-color {
    color: $color-dark;

    h1, h2, h3, h4, h5, h6 { color: $color-dark; }
}*/
.st-hero {
  position: relative;
  padding: clamp(4em, 9vw, 8em) 0;
  background: linear-gradient(135deg, #1A1A1A 0%, #222222 100%);
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  overflow: hidden;
}
.st-hero.has-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.94) 0%, rgba(26, 26, 26, 0.72) 55%, rgba(26, 26, 26, 0.4) 100%);
}
.st-hero .container {
  position: relative;
  z-index: 1;
}
.st-hero .st-hero-content {
  max-width: 46em;
}
.st-hero.is-centered {
  text-align: center;
}
.st-hero.is-centered .st-hero-content {
  margin: 0 auto;
}
.st-hero.is-centered .st-hero-title::after {
  margin-left: auto;
  margin-right: auto;
}
.st-hero.is-centered .st-hero-actions,
.st-hero.is-centered .st-hero-stats {
  justify-content: center;
}
.st-hero.is-centered.has-image::before {
  background: rgba(26, 26, 26, 0.82);
}
.st-hero .st-hero-eyebrow {
  display: inline-block;
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #EBAF3D;
  margin-bottom: 0.8em;
}
.st-hero .st-hero-title {
  color: #FFFFFF;
  font-size: clamp(2.2em, 4.5vw, 3.6em);
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}
.st-hero .st-hero-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #EBAF3D;
  margin-top: 0.5em;
}
.st-hero .st-hero-text {
  margin-top: 1.4em;
  font-size: 1.05em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}
.st-hero .st-hero-text p:last-child {
  margin-bottom: 0;
}
.st-hero .st-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.st-hero .st-hero-actions .btn-cta.is-ghost {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.45);
}
.st-hero .st-hero-actions .btn-cta.is-ghost:hover {
  background: #EBAF3D;
  border-color: #EBAF3D;
  color: #222222;
}
.st-hero .st-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.st-hero .st-hero-stat-value {
  display: block;
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  font-size: clamp(1.8em, 3vw, 2.4em);
  font-weight: 800;
  line-height: 1;
  color: #EBAF3D;
}
.st-hero .st-hero-stat-label {
  display: block;
  margin-top: 0.4em;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .st-hero .st-hero-stats {
    gap: 1.6em;
  }
  .st-hero .st-hero-stat {
    flex: 1 1 40%;
  }
}

.btn-cta.is-ghost {
  background: transparent;
  color: #222222;
  border-color: #222222;
}
.btn-cta.is-ghost:hover {
  background: #222222;
  border-color: #222222;
  color: #FFFFFF;
}

.has-image.st-faq .row, .has-image.st-text-image .row, .has-image.st-cta .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .has-image.st-faq .row, .has-image.st-text-image .row, .has-image.st-cta .row {
    flex-direction: column;
  }
  .st-faq .st-media, .st-text-image .st-media, .st-cta .st-media {
    margin-top: 1.5em;
  }
}

.is-swapped.st-faq .row, .is-swapped.st-text-image .row {
  flex-direction: row-reverse;
}

.st-media img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.st-cta .text {
  font-size: 1.05em;
  line-height: 1.7;
  color: #666666;
}
.st-cta .text p:last-child {
  margin-bottom: 0;
}
.st-cta .st-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.st-text-image .text,
.st-text-full .text {
  font-size: 1.05em;
  line-height: 1.75;
  color: #666666;
}
.st-text-image .text p:last-child,
.st-text-full .text p:last-child {
  margin-bottom: 0;
}

.st-heading {
  text-align: center;
}
.st-heading .large-heading {
  font-size: clamp(2.2em, 3.4vw, 2.75em);
  font-weight: 800;
  margin: 0;
  text-wrap: balance;
}
.st-heading .large-heading::after {
  width: 60px;
  height: 3px;
  margin: 0.5em auto 0;
}
.st-heading .text {
  max-width: 68ch;
  margin: 1.2em auto 0;
  font-size: 1.05em;
  line-height: 1.7;
  color: #666666;
}
.st-heading .text p:last-child {
  margin-bottom: 0;
}

.st-heading {
  padding-bottom: 2.5em;
}

.st-features > .container > .text {
  margin-bottom: 2.4em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #666666;
}
.st-features > .container > .text p:last-child {
  margin-bottom: 0;
}
.st-features .st-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4em 2.6em;
}
@media (min-width: 768px) {
  .st-features.cols-2 .st-feature-grid, .st-features.cols-3 .st-feature-grid, .st-features.cols-4 .st-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .st-features.cols-3 .st-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .st-features.cols-4 .st-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.st-features .st-feature-icon {
  display: inline-flex;
  margin-bottom: 0.6em;
  font-size: 2.1em;
  line-height: 1;
  color: #C8941F;
}
.st-features .st-feature-title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.st-features .st-feature-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #EBAF3D;
  margin-top: 0.5em;
}
.st-features .st-feature-text {
  margin-top: 0.7em;
  font-size: 0.98em;
  line-height: 1.65;
  color: #666666;
}
.st-features .st-feature-text p:last-child {
  margin-bottom: 0;
}

.st-faq .text {
  margin-bottom: 1.6em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #666666;
}
.st-faq .text p:last-child {
  margin-bottom: 0;
}

.st-why > .container > .text {
  margin-bottom: 2.2em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #666666;
}
.st-why > .container > .text p:last-child {
  margin-bottom: 0;
}
.st-why .st-usps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6em 2.8em;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .st-why.cols-2 .st-usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.st-why .st-usp {
  display: flex;
  align-items: flex-start;
  gap: 0.9em;
  margin: 0;
}
.st-why .st-usp-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.28em;
  color: #C8941F;
}
.st-why .st-usp-mark i {
  font-size: 1em;
  line-height: 1;
}
.st-why .st-usp-title {
  font-family: "Barlow", "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
  color: #222222;
  margin: 0;
}
.st-why .st-usp-text {
  margin-top: 0.35em;
  font-size: 0.98em;
  line-height: 1.65;
  color: #666666;
}
.st-why .st-usp-text p:last-child {
  margin-bottom: 0;
}

.st-why .st-usps li {
  padding-left: 0;
  margin-bottom: 0;
}
.st-why .st-usps li::before {
  content: none;
}

.st-partners .st-partner {
  flex: 1;
  height: 100%;
  padding: 2em;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.st-partners .st-partner:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}
.st-partners .st-partner-logo {
  margin-bottom: 1.4em;
}
.st-partners .st-partner-logo img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
}
.st-partners .st-partner-name {
  font-size: clamp(1.3em, 2vw, 1.6em);
  font-weight: 700;
  margin: 0 0 0.6em;
}
.st-partners .st-partner-name a {
  color: inherit;
  text-decoration: none;
}
.st-partners .st-partner-name a:hover {
  color: #EBAF3D;
}
.st-partners .st-partner-name::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #EBAF3D;
  margin: 0.4em auto 0;
}
.st-partners .st-partner-text {
  line-height: 1.7;
  color: #666666;
}
.st-partners .st-partner-text p:last-child {
  margin-bottom: 0;
}
.st-partners .row {
  display: flex;
  flex-wrap: wrap;
}
.st-partners .row > .st-partner-col {
  display: flex;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .st-partners .row > .st-partner-col {
    display: block;
  }
}

.section-title {
  padding-bottom: 5px;
}
.section-title::before {
  display: none;
}
.section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 0.6em;
  background: #EBAF3D;
}
.section-title.center::after {
  margin-left: auto;
  margin-right: auto;
}

.st-404 {
  position: relative;
  overflow: hidden;
  margin-top: -70px;
  padding: calc(clamp(3.5em, 8vw, 7em) + 70px) 0 clamp(4em, 9vw, 8em);
  background: linear-gradient(135deg, #1A1A1A 0%, #222222 100%);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.st-404-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 64px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 64px);
  mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 82%);
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 82%);
}

.st-404-brackets {
  position: absolute;
  inset: clamp(1em, 2.5vw, 2.2em);
  top: calc(clamp(1em, 2.5vw, 2.2em) + 70px);
  pointer-events: none;
}
.st-404-brackets span {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(235, 175, 61, 0.35);
}
.st-404-brackets span:nth-child(1) {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.st-404-brackets span:nth-child(2) {
  top: 0;
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
.st-404-brackets span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0;
}
.st-404-brackets span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}

.st-404-inner {
  position: relative;
  z-index: 1;
}

.st-404-eyebrow {
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EBAF3D;
  margin: 0 0 0.4em;
}

.st-404-code {
  font-family: "Barlow Condensed", "Barlow", sans-serif;
  font-size: clamp(5.5em, 20vw, 13em);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: 0.02em;
  color: #313131;
  user-select: none;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.05), 0 -2px 0 rgba(0, 0, 0, 0.55);
}

.st-404-title {
  font-size: clamp(1.6em, 3.4vw, 2.6em);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin: 0.7em 0 0;
}
.st-404-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #EBAF3D;
  margin: 0.6em auto 0;
}

.st-404-text {
  max-width: 34em;
  margin: 1.2em auto 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

.st-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-top: clamp(2em, 4vw, 3em);
}
.st-404-actions .btn-cta {
  margin-top: 0;
}
.st-404-actions .btn-cta.is-ghost {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.45);
}
.st-404-actions .btn-cta.is-ghost:hover {
  background: #EBAF3D;
  border-color: #EBAF3D;
  color: #222222;
}

@media (max-width: 575px) {
  .st-404-brackets {
    display: none;
  }
}
@keyframes st404Rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.st-404-eyebrow,
.st-404-code,
.st-404-title,
.st-404-text,
.st-404-actions {
  animation: st404Rise 0.6s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.st-404-eyebrow {
  animation-delay: 0s;
}

.st-404-code {
  animation-delay: 0.06s;
}

.st-404-title {
  animation-delay: 0.16s;
}

.st-404-text {
  animation-delay: 0.24s;
}

.st-404-actions {
  animation-delay: 0.32s;
}

@media (prefers-reduced-motion: reduce) {
  .st-404-eyebrow,
  .st-404-code,
  .st-404-title,
  .st-404-text,
  .st-404-actions {
    animation: none;
  }
}

/*# sourceMappingURL=style.css.map */
