/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@200..800&display=swap");
/* line 5, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@use 'variables' as *;
/* ---------- CSS Custom Properties ---------- */
/* line 6, ../sass/_common.scss */
:root {
  --red: #c1121f;
  --red-dark: #9b0e18;
  --red-light: #e63946;
  --charcoal: #1a1a1a;
  --dark: #212529;
  --dark2: #1e1e1e;
  --dark3: #252525;
  --mid: #524946;
  --text-light: #cccccc;
  --text-muted: #979797;
  --tc-nutral: #979797;
  --text-body: #979797;
  --white: #ffffff;
  --off-white: #f5f5f5;
  --light-bg: #F5F7F8;
  --light-gray: #ebebeb;
  --card-bg: #ffffff;
  --border: #e0e0e0;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --transition: all 0.3s ease;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  --shadow-red: 0 8px 32px rgba(193, 18, 31, 0.3);
}

/* ---------- Reset ---------- */
/* line 33, ../sass/_common.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 41, ../sass/_common.scss */
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
}

/* line 49, ../sass/_common.scss */
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--charcoal);
  overflow-x: hidden;
  font-size: 1rem;
  position: relative;
}
/* line 57, ../sass/_common.scss */
body::-webkit-scrollbar {
  width: 6px;
}
/* line 61, ../sass/_common.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 66, ../sass/_common.scss */
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 74, ../sass/_common.scss */
img {
  max-width: 100%;
  width: 100%;
}

/* line 79, ../sass/_common.scss */
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: flex;
}

/* line 86, ../sass/_common.scss */
section {
  width: 100%;
  position: relative;
}

/* ---------- Typography ---------- */
/* line 92, ../sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

/* line 101, ../sass/_common.scss */
p {
  margin: 0 0 1rem;
  padding: 0;
  color: #979797;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

/* line 111, ../sass/_common.scss */
a,
p,
ul,
li,
span,
b,
strong,
figcaption {
  line-height: 1.4;
}

/* line 122, ../sass/_common.scss */
b,
strong {
  font-weight: 700;
}

/* line 127, ../sass/_common.scss */
figcaption {
  line-height: 1.5;
}

/* line 131, ../sass/_common.scss */
ul,
ol,
li {
  color: #979797;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  font-family: var(--font-body);
}

/* ---------- Selection ---------- */
/* line 143, ../sass/_common.scss */
::selection {
  background: #1a1a1a;
  color: #fff;
}

/* line 148, ../sass/_common.scss */
::-moz-selection {
  background: #1a1a1a;
  color: #fff;
}

/* ---------- Utility: image filters ---------- */
/* line 156, ../sass/_common.scss */
.filter-red, .topbar span img, .btn-maps img, .red-icon img, .view-all-card .product-link img,
.view-all-card .red-link img, .view-all-card:hover .product-link img, .view-all-card:hover .red-link img, .slide-floting-menu ul.menu li:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(92%) saturate(2930%) hue-rotate(346deg) brightness(85%) contrast(92%);
}

/* line 161, ../sass/_common.scss */
.filter-white, .industries-section .industries-right .industry-card:hover .icon, .industries-section .industries-right .industry-card.active-card .icon, .btn-call img, .product-card:hover .product-link img, .red-link img, .btn-cta-white:hover img, .btn-cta-outline img, .contact-item img, .footer-contact-list li img, .slide-floting-menu ul.menu li img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(138deg) brightness(105%) contrast(101%);
}

/* line 166, ../sass/_common.scss */
.filter-mid {
  filter: brightness(0) saturate(100%) invert(28%) sepia(2%) saturate(2172%) hue-rotate(329deg) brightness(97%) contrast(90%);
}

/* line 171, ../sass/_common.scss */
.filter-black, .btn-cta-white img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(7481%) hue-rotate(203deg) brightness(98%) contrast(100%);
}

/* ---------- Layout helpers ---------- */
/* line 183, ../sass/_common.scss */
.container-custom {
  width: 94%;
  display: block;
  margin: auto;
  position: relative;
  max-width: 94%;
}

/* ---------- Scroll progress bar ---------- */
/* line 193, ../sass/_common.scss */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--red);
  width: 0%;
  z-index: 99999;
  transition: width 0.1s linear;
}

/* ---------- Pace preloader ---------- */
/* line 205, ../sass/_common.scss */
.pace {
  pointer-events: none;
  user-select: none;
}

/* line 210, ../sass/_common.scss */
.pace .pace-progress {
  background: var(--red);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 220, ../sass/_common.scss */
.pace-inactive {
  display: none;
}

/* ---------- WhatsApp float ---------- */
/* line 225, ../sass/_common.scss */
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  animation: floatPulse 3s ease infinite;
}
/* line 243, ../sass/_common.scss */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
  color: white;
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
/* ---------- Back to top ---------- */
/* line 256, ../sass/_common.scss */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 0;
  width: 44px;
  height: 44px;
  background: var(--red);
  color: white;
  border: none;
  border-radius: 50% 50% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 1;
  transform: translateY(20px);
  transition: all 0.4s ease;
  font-size: 0.9rem;
}
/* line 276, ../sass/_common.scss */
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}
/* line 281, ../sass/_common.scss */
.back-to-top:hover {
  background: var(--red-dark);
  box-shadow: var(--shadow-red);
}

@use 'variables' as *;
@use 'base';
/* line 7, ../sass/_main.scss */
.header {
  width: 100%;
  height: auto;
  display: block;
  background: var(--white);
  transition: all 0.4s ease;
  z-index: 1050;
}
/* line 16, ../sass/_main.scss */
.header.scrolled .navbar {
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  padding: 8px 0;
  transition: all 0.4s ease;
}
/* line 23, ../sass/_main.scss */
.header.scrolled .topbar {
  display: none;
  transition: all 0.4s ease;
}
/* line 28, ../sass/_main.scss */
.header.scrolled .logo-box img {
  height: 70px;
  transition: all 0.4s ease;
}
/* line 33, ../sass/_main.scss */
.header.scrolled .right-wrap {
  row-gap: 0;
  transition: all 0.4s ease;
}
/* line 39, ../sass/_main.scss */
.header .right-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1rem;
  transition: all 0.4s ease;
}

/* line 48, ../sass/_main.scss */
.row-wrap {
  display: flex;
}

/* line 53, ../sass/_main.scss */
.topbar {
  color: var(--tc-nutral);
  font-size: 0.84rem;
  font-family: var(--font-body);
  padding: 6px 0;
  position: relative;
  z-index: 1100;
  letter-spacing: 0.3px;
}
/* line 62, ../sass/_main.scss */
.topbar span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
/* line 67, ../sass/_main.scss */
.topbar span i {
  color: var(--red);
}
/* line 68, ../sass/_main.scss */
.topbar span b {
  color: var(--mid);
}
/* line 70, ../sass/_main.scss */
.topbar span img {
  width: 16px;
  height: auto;
}

/* line 79, ../sass/_main.scss */
.topbar-right a {
  color: #979797;
  transition: var(--transition);
  font-size: 0.84rem;
}
/* line 85, ../sass/_main.scss */
.topbar-right a:hover {
  color: var(--red);
}

/* line 92, ../sass/_main.scss */
.nav-inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 99, ../sass/_main.scss */
.navbar {
  padding: 8px 0;
  background: transparent;
}

/* line 105, ../sass/_main.scss */
.logo-box {
  display: flex;
}
/* line 108, ../sass/_main.scss */
.logo-box img {
  height: 90px;
  width: auto;
  transition: all 0.4s ease;
}

/* line 115, ../sass/_main.scss */
.logo-icon {
  width: 40px;
  height: 40px;
  background: var(--red);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* line 128, ../sass/_main.scss */
.logo-text {
  line-height: 1;
}

/* line 130, ../sass/_main.scss */
.logo-name {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: white;
  letter-spacing: 1px;
  line-height: 1.1;
}

/* line 140, ../sass/_main.scss */
.logo-tagline {
  font-size: 0.6rem;
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 149, ../sass/_main.scss */
.navbar-nav .nav-link {
  color: #979797 !important;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 6px 10px !important;
  position: relative;
  transition: var(--transition);
}
/* line 159, ../sass/_main.scss */
.navbar-nav .nav-link.dropdown-toggle::after {
  margin-left: 1.255em;
  vertical-align: 0.1rem;
}
/* line 165, ../sass/_main.scss */
.navbar-nav .nav-link span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
/* line 178, ../sass/_main.scss */
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: var(--charcoal) !important;
}
/* line 182, ../sass/_main.scss */
.navbar-nav .nav-link:hover span::after, .navbar-nav .nav-link.active span::after {
  width: 80%;
}

/* line 190, ../sass/_main.scss */
.dropdown-menu {
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 8px;
  box-shadow: var(--shadow);
}

/* line 198, ../sass/_main.scss */
.dropdown-item {
  color: var(--text-light);
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 5px;
  transition: var(--transition);
}
/* line 205, ../sass/_main.scss */
.dropdown-item:hover {
  background: var(--red);
  color: white;
}

/* line 212, ../sass/_main.scss */
.btn-maps {
  border: 1.5px solid var(--mid);
  color: var(--mid);
  transition: var(--transition);
}
/* line 221, ../sass/_main.scss */
.btn-maps:hover {
  border-color: var(--red);
  color: var(--red);
}

/* line 227, ../sass/_main.scss */
.btn-call,
.btn-maps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 1rem;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 500;
  font-family: var(--font-body);
}
/* line 241, ../sass/_main.scss */
.btn-call img,
.btn-maps img {
  height: 16px;
  width: auto;
}

/* line 247, ../sass/_main.scss */
.btn-call {
  background: var(--red);
  color: white;
  transition: var(--transition);
  white-space: nowrap;
}
/* line 257, ../sass/_main.scss */
.btn-call:hover {
  color: white;
  background: var(--red-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-red);
}

/* line 266, ../sass/_main.scss */
.navbar-toggler {
  border: none;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: transparent;
}
/* line 274, ../sass/_main.scss */
.navbar-toggler:focus {
  box-shadow: none;
}

/* line 277, ../sass/_main.scss */
.hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: var(--transition);
}

/* line 287, ../sass/_main.scss */
#hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

/* line 294, ../sass/_main.scss */
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

/* line 300, ../sass/_main.scss */
.hero-slide {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 311, ../sass/_main.scss */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(17, 17, 17, 0.88) 0%, rgba(193, 18, 31, 0.35) 60%, rgba(17, 17, 17, 0.6) 100%);
}

/* line 322, ../sass/_main.scss */
.hero-content {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  max-width: 90%;
}

/* line 329, ../sass/_main.scss */
.hero-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  border-left: 3px solid var(--white);
  padding-left: 12px;
  margin-bottom: 16px;
}

/* line 341, ../sass/_main.scss */
.hero-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 7vw, 8rem);
  font-weight: 900;
  color: white;
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* line 351, ../sass/_main.scss */
.hero-desc {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
  line-height: 1.7;
}

/* line 360, ../sass/_main.scss */
.btn-hero-outline {
  border: 2px solid var(--white);
  background: var(--white);
  color: var(--charcoal);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
/* line 376, ../sass/_main.scss */
.btn-hero-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
  transform: translateX(-101%);
  transition: transform 0.3s ease;
  z-index: -1;
}
/* line 386, ../sass/_main.scss */
.btn-hero-outline:hover {
  color: var(--charcoal);
  border-color: white;
}
/* line 390, ../sass/_main.scss */
.btn-hero-outline:hover::before {
  transform: translateX(0);
}

/* line 394, ../sass/_main.scss */
.btn-hero-red {
  background: var(--red);
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2px solid var(--red);
  transition: all 0.3s;
}
/* line 407, ../sass/_main.scss */
.btn-hero-red:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--shadow-red);
}

/* line 416, ../sass/_main.scss */
.btn-hero-ghost {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  transition: all 0.3s;
}
/* line 428, ../sass/_main.scss */
.btn-hero-ghost:hover {
  border-color: var(--white);
  color: var(--white);
  background: rgba(193, 18, 31, 0.1);
}

/* line 436, ../sass/_main.scss */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  transition: var(--transition);
}
/* line 449, ../sass/_main.scss */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--red);
  border-color: var(--red);
}
/* line 454, ../sass/_main.scss */
.carousel-control-prev i,
.carousel-control-next i {
  color: white;
  font-size: 1rem;
}

/* line 460, ../sass/_main.scss */
.carousel-control-prev {
  left: 24px;
}

/* line 461, ../sass/_main.scss */
.carousel-control-next {
  right: 24px;
}

/* line 463, ../sass/_main.scss */
.carousel-indicators {
  bottom: 30px;
}
/* line 466, ../sass/_main.scss */
.carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  transition: var(--transition);
}
/* line 474, ../sass/_main.scss */
.carousel-indicators button.active {
  background: var(--red);
  width: 24px;
  border-radius: 4px;
}

/* line 483, ../sass/_main.scss */
.since-badge {
  position: absolute;
  top: 120px;
  right: 60px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotateBadge 20s linear infinite;
  z-index: 10;
  font-family: "Barlow Condensed", sans-serif;
}
/* line 496, ../sass/_main.scss */
.since-badge svg {
  position: absolute;
  width: 160px;
  height: 160px;
}

/* line 503, ../sass/_main.scss */
.since-year {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: white;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  animation: rotateBadge 20s linear infinite reverse;
  background: rgba(0, 0, 0, 0.53);
  border-radius: 100%;
  border: 3px solid #ffffff;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes rotateBadge {
  to {
    transform: rotate(360deg);
  }
}
/* line 527, ../sass/_main.scss */
.hero-float-contact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--red);
  writing-mode: vertical-lr;
  text-orientation: mixed;
  rotate: 180deg;
  padding: 14px 10px;
  z-index: 10;
}
/* line 539, ../sass/_main.scss */
.hero-float-contact a {
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* line 549, ../sass/_main.scss */
.hero-float-contact i {
  rotate: 90deg;
}

/* line 553, ../sass/_main.scss */
.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  letter-spacing: 3px;
}

/* line 568, ../sass/_main.scss */
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.2);
  }
}
/* line 581, ../sass/_main.scss */
.slide-animate {
  opacity: 0;
}

/* line 584, ../sass/_main.scss */
.carousel-item.active .slide-animate {
  animation-fill-mode: both;
}
/* line 586, ../sass/_main.scss */
.carousel-item.active [data-animation='fade-down'] {
  animation: fadeDown   0.8s ease 0.10s forwards;
}
/* line 587, ../sass/_main.scss */
.carousel-item.active [data-animation='slide-right'] {
  animation: slideRight 0.9s ease 0.30s forwards;
}
/* line 588, ../sass/_main.scss */
.carousel-item.active [data-animation='fade-up'] {
  animation: fadeUp     0.8s ease 0.50s forwards;
}
/* line 589, ../sass/_main.scss */
.carousel-item.active [data-animation='zoom-in'] {
  animation: zoomIn     0.6s ease 0.70s forwards;
}
/* line 590, ../sass/_main.scss */
.carousel-item.active [data-animation='slide-up'] {
  animation: slideUp    0.6s ease 0.85s forwards;
}
/* line 591, ../sass/_main.scss */
.carousel-item.active [data-animation='rotate-in'] {
  animation: rotateIn   0.6s ease 1.00s forwards;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-15deg) scale(0.8);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
/* line 602, ../sass/_main.scss */
.section-label {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-muted);
  display: block;
}
/* line 611, ../sass/_main.scss */
.section-label.big {
  font-size: 1.3rem;
  text-transform: capitalize;
}
/* line 612, ../sass/_main.scss */
.section-label.red {
  color: var(--red);
}
/* line 613, ../sass/_main.scss */
.section-label.white {
  color: rgba(255, 255, 255, 0.5);
}

/* line 616, ../sass/_main.scss */
.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: var(--charcoal);
}
/* line 626, ../sass/_main.scss */
.section-title.white {
  color: white;
}

/* line 629, ../sass/_main.scss */
.red-text {
  color: var(--red);
}

/* line 632, ../sass/_main.scss */
.about-section {
  padding: 100px 0;
  background: var(--white);
}

/* line 637, ../sass/_main.scss */
.about-accent {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--red);
  display: block;
  margin: 0;
}

/* line 646, ../sass/_main.scss */
.about-desc {
  color: var(--tc-nutral);
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 10px;
  width: 94%;
}

/* line 654, ../sass/_main.scss */
.about-bullet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.6rem;
  margin-top: 2rem;
  width: 94%;
}
/* line 663, ../sass/_main.scss */
.about-bullet li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: var(--charcoal);
  margin-bottom: 8px;
  font-family: var(--font-body);
  position: relative;
  padding-left: 2rem;
  width: calc(50% - 2rem);
}
/* line 675, ../sass/_main.scss */
.about-bullet li::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../images/bullet.png) center center no-repeat;
  left: 0;
}
/* line 685, ../sass/_main.scss */
.about-bullet i {
  color: var(--red);
  margin-top: 2px;
  flex-shrink: 0;
}

/* line 693, ../sass/_main.scss */
.stat-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: left;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  column-gap: 1.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 708, ../sass/_main.scss */
.stat-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}
/* line 721, ../sass/_main.scss */
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
/* line 726, ../sass/_main.scss */
.stat-card:hover::before {
  transform: scaleX(1);
}
/* line 729, ../sass/_main.scss */
.stat-card .stat-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: rgba(193, 18, 31, 0.06);
  border-radius: 100%;
}
/* line 739, ../sass/_main.scss */
.stat-card .stat-icon img {
  width: 70px;
  height: auto;
}
/* line 745, ../sass/_main.scss */
.stat-card .content-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 10px;
}
/* line 751, ../sass/_main.scss */
.stat-card .content-wrap .counter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  column-gap: 0.2rem;
}
/* line 759, ../sass/_main.scss */
.stat-card .content-wrap .stat-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1;
  display: inline;
}
/* line 768, ../sass/_main.scss */
.stat-card .content-wrap .stat-plus {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--red);
  display: inline;
}
/* line 776, ../sass/_main.scss */
.stat-card .content-wrap .stat-label {
  font-size: 1rem;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  display: block;
  font-weight: 500;
}

/* line 788, ../sass/_main.scss */
.industries-section {
  display: flex;
  min-height: 560px;
  background: var(--light-bg);
  overflow: hidden;
}
/* line 795, ../sass/_main.scss */
.industries-section .industries-image {
  flex: 0 0 300px;
  position: relative;
  overflow: hidden;
}
/* line 800, ../sass/_main.scss */
.industries-section .industries-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* line 807, ../sass/_main.scss */
.industries-section .industries-image::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 80px;
  background: var(--light-bg);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}
/* line 820, ../sass/_main.scss */
.industries-section .industries-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 52px 40px 40px 20px;
  overflow: hidden;
  min-width: 0;
}
@media (max-width: 576px) {
  /* line 820, ../sass/_main.scss */
  .industries-section .industries-right {
    padding: 28px 16px 24px;
  }
}
/* line 832, ../sass/_main.scss */
.industries-section .industries-right .carousel-sec-wrap {
  background: var(--light-bg);
  padding: 48px 40px 36px;
}
/* line 837, ../sass/_main.scss */
.industries-section .industries-right .label {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--red);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
/* line 846, ../sass/_main.scss */
.industries-section .industries-right h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 12px;
}
/* line 856, ../sass/_main.scss */
.industries-section .industries-right .subtitle {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.6;
  max-width: 480px;
}
/* line 864, ../sass/_main.scss */
.industries-section .industries-right .industry-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.25s;
}
/* line 877, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.12;
  letter-spacing: -0.02em;
  color: inherit;
  position: absolute;
  right: 16px;
  top: 16px;
  pointer-events: none;
  z-index: 10;
}
/* line 893, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-title-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--red);
  z-index: 10;
}
/* line 903, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-desc {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.85;
  flex: 1;
  z-index: 10;
}
/* line 912, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  z-index: 10;
}
/* line 921, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-icon {
  width: 44px;
  height: 44px;
  opacity: 0.9;
  flex-shrink: 0;
  z-index: 10;
}
/* line 930, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
  z-index: 10;
}
/* line 941, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-link svg {
  transition: transform 0.2s;
}
/* line 945, ../sass/_main.scss */
.industries-section .industries-right .industry-card .card-link:hover svg {
  transform: translateX(4px);
}
/* line 952, ../sass/_main.scss */
.industries-section .industries-right .industry-card .icon {
  width: 56px;
}
/* line 956, ../sass/_main.scss */
.industries-section .industries-right .industry-card:hover, .industries-section .industries-right .industry-card.active-card {
  background: #c1121f;
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
/* line 962, ../sass/_main.scss */
.industries-section .industries-right .industry-card:hover .card-title-text, .industries-section .industries-right .industry-card:hover .card-desc, .industries-section .industries-right .industry-card.active-card .card-title-text, .industries-section .industries-right .industry-card.active-card .card-desc {
  color: #fff;
}
/* line 967, ../sass/_main.scss */
.industries-section .industries-right .industry-card:hover::after, .industries-section .industries-right .industry-card.active-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/bolt-pattern.png") center center no-repeat;
  background-size: cover;
  z-index: 5;
}
/* line 993, ../sass/_main.scss */
.industries-section .industries-right .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
/* line 997, ../sass/_main.scss */
.industries-section .industries-right .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--dark);
  background: transparent;
  opacity: 1;
  transition: background 0.2s, border-color 0.2s;
}
/* line 1007, ../sass/_main.scss */
.industries-section .industries-right .carousel-indicators .active {
  background: var(--red);
  border-color: var(--red);
}
/* line 1013, ../sass/_main.scss */
.industries-section .industries-right .carousel-control-prev,
.industries-section .industries-right .carousel-control-next {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, border-color 0.2s;
  z-index: 20;
}
/* line 1027, ../sass/_main.scss */
.industries-section .industries-right .carousel-control-prev:hover,
.industries-section .industries-right .carousel-control-next:hover {
  background: var(--red);
  border-color: var(--red);
}
/* line 1031, ../sass/_main.scss */
.industries-section .industries-right .carousel-control-prev:hover .carousel-control-prev-icon,
.industries-section .industries-right .carousel-control-prev:hover .carousel-control-next-icon,
.industries-section .industries-right .carousel-control-next:hover .carousel-control-prev-icon,
.industries-section .industries-right .carousel-control-next:hover .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}
/* line 1038, ../sass/_main.scss */
.industries-section .industries-right .carousel-control-prev {
  left: -18px;
}
@media (max-width: 576px) {
  /* line 1038, ../sass/_main.scss */
  .industries-section .industries-right .carousel-control-prev {
    left: -12px;
  }
}
/* line 1046, ../sass/_main.scss */
.industries-section .industries-right .carousel-control-next {
  right: -18px;
}
@media (max-width: 576px) {
  /* line 1046, ../sass/_main.scss */
  .industries-section .industries-right .carousel-control-next {
    right: -12px;
  }
}
/* line 1054, ../sass/_main.scss */
.industries-section .industries-right .carousel-control-prev-icon,
.industries-section .industries-right .carousel-control-next-icon {
  width: 14px;
  height: 14px;
  filter: invert(1) brightness(0);
}
/* line 1061, ../sass/_main.scss */
.industries-section .industries-right .carousel-inner {
  border-radius: 4px;
}
/* line 1065, ../sass/_main.scss */
.industries-section .industries-right #industryCarousel {
  padding-bottom: 36px;
}

/* line 1072, ../sass/_main.scss */
.why-section {
  padding: 100px 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
}

/* line 1079, ../sass/_main.scss */
.why-items {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
/* line 1085, ../sass/_main.scss */
.why-items li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  transition: var(--transition);
  width: calc(50% - 1rem);
}
/* line 1094, ../sass/_main.scss */
.why-items li:hover {
  background: var(--off-white);
  transform: translateX(6px);
}

/* line 1101, ../sass/_main.scss */
.why-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  background: var(--red);
  line-height: 1;
  flex-shrink: 0;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 60px;
}

/* line 1118, ../sass/_main.scss */
.why-content h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--charcoal);
}
/* line 1127, ../sass/_main.scss */
.why-content p {
  color: var(--tc-nutral);
}

/* line 1130, ../sass/_main.scss */
.why-image-wrap {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
/* line 1135, ../sass/_main.scss */
.why-image-wrap:hover .why-img {
  transform: scale(1.05);
}

/* line 1138, ../sass/_main.scss */
.why-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* line 1146, ../sass/_main.scss */
.why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
}
/* line 1150, ../sass/_main.scss */
.why-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  background: rgba(193, 18, 31, 0.3);
}

/* line 1163, ../sass/_main.scss */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: var(--red);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: var(--transition);
  padding-left: 4px;
}
/* line 1183, ../sass/_main.scss */
.play-btn:hover {
  background: var(--red-dark);
  transform: translate(-50%, -50%) scale(1.1);
}

/* line 1189, ../sass/_main.scss */
.play-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(193, 18, 31, 0.4);
  animation: pulsate 2s ease infinite;
}
/* line 1197, ../sass/_main.scss */
.play-pulse.delay {
  animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
/* line 1206, ../sass/_main.scss */
.products-section {
  padding: 100px 0;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
/* line 1212, ../sass/_main.scss */
.products-section .section-title {
  font-weight: 600;
}

/* line 1215, ../sass/_main.scss */
.products-bg-overlay {
  position: absolute;
  inset: 0;
  background: url("../images/bg-2.png") bottom center no-repeat fixed;
  background-size: cover;
  opacity: 0.8;
  pointer-events: none;
}

/* line 1224, ../sass/_main.scss */
.products-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  text-align: left;
  margin: 0;
}

/* line 1231, ../sass/_main.scss */
.product-card {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: left;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 10px;
}
/* line 1248, ../sass/_main.scss */
.product-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(193, 18, 31, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
/* line 1260, ../sass/_main.scss */
.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(193, 18, 31, 0.4);
  box-shadow: 0 20px 50px rgba(193, 18, 31, 0.15);
}
/* line 1265, ../sass/_main.scss */
.product-card:hover::before {
  opacity: 1;
}
/* line 1267, ../sass/_main.scss */
.product-card:hover .product-icon {
  color: var(--red);
}
/* line 1269, ../sass/_main.scss */
.product-card:hover .product-link {
  background: var(--red) !important;
  width: auto;
  padding-left: 10px;
  border-radius: 30px;
}
/* line 1275, ../sass/_main.scss */
.product-card:hover .product-link img {
  height: 20px;
  width: auto;
}
/* line 1283, ../sass/_main.scss */
.product-card h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #212529;
}
/* line 1291, ../sass/_main.scss */
.product-card p {
  color: var(--tc-nutral);
}

/* line 1294, ../sass/_main.scss */
.product-icon {
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
  transition: var(--transition);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: rgba(193, 18, 31, 0.06);
  border-radius: 100%;
}
/* line 1308, ../sass/_main.scss */
.product-icon img {
  height: 58px;
  width: auto;
}

/* line 1314, ../sass/_main.scss */
.red-icon {
  color: var(--red) !important;
  background: var(--white);
}

/* line 1321, ../sass/_main.scss */
.product-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  transition: var(--transition);
}

/* line 1334, ../sass/_main.scss */
.red-link {
  background: var(--red) !important;
  width: auto;
  padding-left: 10px;
  border-radius: 30px;
}
/* line 1340, ../sass/_main.scss */
.red-link img {
  height: 20px;
  width: auto;
}

/* line 1347, ../sass/_main.scss */
.view-all-card {
  background: #c1121f !important;
  border-color: rgba(193, 18, 31, 0.3) !important;
}
/* line 1351, ../sass/_main.scss */
.view-all-card h5,
.view-all-card p {
  color: var(--white);
}
/* line 1354, ../sass/_main.scss */
.view-all-card .product-link,
.view-all-card .red-link {
  background: var(--white) !important;
}
/* line 1358, ../sass/_main.scss */
.view-all-card .product-link img,
.view-all-card .red-link img {
  height: 20px;
  width: auto;
}
/* line 1366, ../sass/_main.scss */
.view-all-card:hover .product-link,
.view-all-card:hover .red-link {
  background: var(--white) !important;
  width: auto;
  padding-left: 10px;
  border-radius: 30px;
}
/* line 1373, ../sass/_main.scss */
.view-all-card:hover .product-link img,
.view-all-card:hover .red-link img {
  height: 20px;
  width: auto;
}

/* line 1386, ../sass/_main.scss */
.brands-section {
  padding: 4rem 0;
  background: var(--white);
  overflow: hidden;
}

/* line 1392, ../sass/_main.scss */
.brands-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--charcoal);
}

/* line 1400, ../sass/_main.scss */
.brands-marquee-wrapper {
  overflow: hidden;
  position: relative;
}
/* line 1404, ../sass/_main.scss */
.brands-marquee-wrapper::before, .brands-marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 2;
  pointer-events: none;
}
/* line 1415, ../sass/_main.scss */
.brands-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
/* line 1420, ../sass/_main.scss */
.brands-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

/* line 1426, ../sass/_main.scss */
.brands-marquee {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marqueeScroll 20s linear infinite;
}
/* line 1432, ../sass/_main.scss */
.brands-marquee:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  to {
    transform: translateX(-50%);
  }
}
/* line 1439, ../sass/_main.scss */
.brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  border-right: 1px solid var(--light-gray);
  transition: var(--transition);
  filter: grayscale(80%);
  opacity: 0.5;
  min-width: 100px;
}
/* line 1451, ../sass/_main.scss */
.brand-item img {
  height: 130px;
  width: auto;
}
/* line 1453, ../sass/_main.scss */
.brand-item:hover {
  filter: grayscale(0);
  opacity: 1;
}
/* line 1458, ../sass/_main.scss */
.brand-item small {
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  text-transform: uppercase;
  display: block;
}

/* line 1467, ../sass/_main.scss */
.brand-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  display: block;
  text-align: center;
}
/* line 1474, ../sass/_main.scss */
.brand-name.unbrako {
  color: #1a3a8c;
  font-size: 1.5rem;
}
/* line 1475, ../sass/_main.scss */
.brand-name.cooper {
  color: #333;
  font-size: 1rem;
}
/* line 1476, ../sass/_main.scss */
.brand-name.fried {
  color: var(--charcoal);
  letter-spacing: 2px;
}
/* line 1477, ../sass/_main.scss */
.brand-name.unified {
  color: #444;
}
/* line 1479, ../sass/_main.scss */
.brand-name.nord {
  width: 36px;
  height: 36px;
  background: #003087;
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

/* line 1493, ../sass/_main.scss */
.product-ticker {
  background: var(--white);
  padding: 10px 0;
  overflow: hidden;
}

/* line 1499, ../sass/_main.scss */
.ticker-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: tickerScroll 30s linear infinite;
}
/* line 1505, ../sass/_main.scss */
.ticker-track span {
  font-family: 'Stick No Bills', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tc-nutral);
  padding: 0 2rem;
  white-space: nowrap;
}
/* line 1516, ../sass/_main.scss */
.ticker-track .sep {
  color: var(--red);
}

@keyframes tickerScroll {
  to {
    transform: translateX(-50%);
  }
}
/* line 1524, ../sass/_main.scss */
.cta-section {
  padding: 80px 0;
  background: var(--red);
  position: relative;
  overflow: hidden;
}
/* line 1530, ../sass/_main.scss */
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 50%, var(--red-light) 100%);
  background-size: 400% 400%;
  animation: gradientShift 6s ease infinite;
}
/* line 1539, ../sass/_main.scss */
.cta-section > .container-fluid {
  position: relative;
  z-index: 2;
}

/* line 1545, ../sass/_main.scss */
.cta-particles {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.06) 1px, rgba(0, 0, 0, 0) 1px), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.06) 1px, rgba(0, 0, 0, 0) 1px), radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.04) 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 60px 60px;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* line 1560, ../sass/_main.scss */
.cta-content-area {
  display: flex;
  column-gap: 1.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
/* line 1568, ../sass/_main.scss */
.cta-content-area .inner-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 10px;
}
/* line 1574, ../sass/_main.scss */
.cta-content-area .inner-wrap p, .cta-content-area .inner-wrap h2 {
  margin: 0;
}

/* line 1578, ../sass/_main.scss */
.cta-top {
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1585, ../sass/_main.scss */
.cta-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: white;
  line-height: 1;
  letter-spacing: -1px;
}

/* line 1594, ../sass/_main.scss */
.cta-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 500px;
}

/* line 1601, ../sass/_main.scss */
.cta-buttons {
  display: flex;
}
/* line 1604, ../sass/_main.scss */
.cta-buttons a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  transition: all 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
/* line 1619, ../sass/_main.scss */
.cta-buttons a img {
  width: 30px;
  height: auto;
}

/* line 1623, ../sass/_main.scss */
.btn-cta-white {
  background: white;
  color: var(--charcoal);
  border: 2px solid white;
}
/* line 1628, ../sass/_main.scss */
.btn-cta-white img {
  transition: all 0.3s;
}
/* line 1633, ../sass/_main.scss */
.btn-cta-white:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
}

/* line 1642, ../sass/_main.scss */
.btn-cta-outline {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
}
/* line 1646, ../sass/_main.scss */
.btn-cta-outline img {
  transition: all 0.3s;
}
/* line 1651, ../sass/_main.scss */
.btn-cta-outline:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateY(-2px);
}

/* line 1660, ../sass/_main.scss */
.contact-section {
  padding: 100px 0;
  background: var(--off-white);
}

/* line 1665, ../sass/_main.scss */
.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 1.5rem;
  color: var(--tc-nutral);
}
/* line 1674, ../sass/_main.scss */
.contact-item img {
  width: 16px;
  height: auto;
}
/* line 1680, ../sass/_main.scss */
.contact-item i {
  width: 36px;
  height: 36px;
  background: var(--red);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* line 1694, ../sass/_main.scss */
.contact-form-wrap {
  background: white;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

/* line 1701, ../sass/_main.scss */
.contact-input {
  background: var(--off-white);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: var(--charcoal);
  transition: var(--transition);
}
/* line 1710, ../sass/_main.scss */
.contact-input:focus {
  background: white;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(193, 18, 31, 0.1);
  outline: none;
}

/* line 1718, ../sass/_main.scss */
.btn-send-msg {
  background: var(--red);
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 14px 32px;
  border-radius: 6px;
  border: none;
  transition: all 0.3s;
  width: 100%;
}
/* line 1731, ../sass/_main.scss */
.btn-send-msg:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-red);
}

/* line 1739, ../sass/_main.scss */
.footer-section {
  background: var(--dark);
  padding-top: 80px;
}

/* line 1744, ../sass/_main.scss */
.footer-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
}

/* line 1750, ../sass/_main.scss */
.footer-heading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
/* line 1761, ../sass/_main.scss */
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: var(--red);
}

/* line 1772, ../sass/_main.scss */
.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
/* line 1779, ../sass/_main.scss */
.footer-links a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
  transition: var(--transition);
  position: relative;
  display: inline-block;
}
/* line 1786, ../sass/_main.scss */
.footer-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: width 0.3s;
}
/* line 1797, ../sass/_main.scss */
.footer-links a:hover {
  color: var(--white);
  padding-left: 6px;
}
/* line 1801, ../sass/_main.scss */
.footer-links a:hover::after {
  width: 100%;
}

/* line 1806, ../sass/_main.scss */
.footer-contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
/* line 1813, ../sass/_main.scss */
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
}
/* line 1820, ../sass/_main.scss */
.footer-contact-list li img {
  width: 26px;
  height: auto;
}
/* line 1825, ../sass/_main.scss */
.footer-contact-list li img.location {
  width: 18px;
  opacity: 0.45;
}
/* line 1832, ../sass/_main.scss */
.footer-contact-list i {
  color: var(--red);
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 0.8rem;
}
/* line 1839, ../sass/_main.scss */
.footer-contact-list .inner-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
/* line 1844, ../sass/_main.scss */
.footer-contact-list .inner-wrap .label {
  font-size: 0.8rem;
}
/* line 1845, ../sass/_main.scss */
.footer-contact-list .inner-wrap .value {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  font-weight: 500;
}

/* line 1853, ../sass/_main.scss */
.social-icons {
  display: flex;
  gap: 10px;
}

/* line 1855, ../sass/_main.scss */
.social-icon {
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
/* line 1868, ../sass/_main.scss */
.social-icon:hover {
  background: var(--red);
  color: white;
  box-shadow: 0 0 16px rgba(193, 18, 31, 0.5);
  transform: translateY(-3px);
}

/* line 1876, ../sass/_main.scss */
.footer-top {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* line 1881, ../sass/_main.scss */
.footer-bottom {
  padding: 20px 0;
}
/* line 1884, ../sass/_main.scss */
.footer-bottom p, .footer-bottom a {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.3);
}
/* line 1889, ../sass/_main.scss */
.footer-bottom a:hover {
  color: var(--red);
}

/* line 1893, ../sass/_main.scss */
.slide-floting-menu {
  position: fixed;
  bottom: calc(20% - 70px);
  right: 0;
  display: block;
  z-index: 999;
}
/* line 1900, ../sass/_main.scss */
.slide-floting-menu ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 1905, ../sass/_main.scss */
.slide-floting-menu ul.menu li {
  background: var(--red);
  width: auto;
  height: 44px;
  display: inline-flex;
  padding: 0.6rem 0.6rem 0.6rem 15px;
  position: relative;
  margin-right: 0;
  transition: transform 500ms, background-color 500ms, color 500ms;
  align-items: center;
  margin-bottom: 2px;
  border-radius: 30px 0 0 30px;
}
/* line 1918, ../sass/_main.scss */
.slide-floting-menu ul.menu li i {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* line 1919, ../sass/_main.scss */
.slide-floting-menu ul.menu li fig {
  display: inline-block;
}
/* line 1921, ../sass/_main.scss */
.slide-floting-menu ul.menu li img {
  width: 22px;
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
}
/* line 1930, ../sass/_main.scss */
.slide-floting-menu ul.menu li a {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 1939, ../sass/_main.scss */
.slide-floting-menu ul.menu li span {
  display: none;
}
/* line 1941, ../sass/_main.scss */
.slide-floting-menu ul.menu li:hover {
  background: var(--white);
  margin-right: -100px;
  transform: translateX(-100px);
}
/* line 1946, ../sass/_main.scss */
.slide-floting-menu ul.menu li:hover a {
  color: #000;
}
/* line 1947, ../sass/_main.scss */
.slide-floting-menu ul.menu li:hover span {
  display: inline;
  padding-left: 10px;
}

/* ----------------------------------- */
/*  Break-Points Min-1200px - Desktop 
/* ----------------------------------- */
/* ----------------------------------- */
/*  Break-Points Min-1200px - Desktop 
/* ----------------------------------- */
/* ----------------------------------- */
/*  Break-Points MAx-1600px -  
/* ----------------------------------- */
/* ----------------------------------- */
/*  Break-Points MAx-1400px -  
/* ----------------------------------- */
/* ----------------------------------- */
/*  Break-Points Max-1199px - Laptop 
/* ----------------------------------- */
@media screen and (max-width: 1199px) {
  /* line 39, ../sass/_media-query.scss */
  .industries-left-image {
    width: 30%;
  }

  /* line 40, ../sass/_media-query.scss */
  .industries-right {
    padding: 60px 40px;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-1050px - Min-desktop
/* ----------------------------------- */
@media (max-width: 1050px) {
  /* line 51, ../sass/_media-query.scss */
  .navbar-toggler {
    background: #1a1a1a;
    padding: 8px;
    gap: 6px;
  }

  /* line 56, ../sass/_media-query.scss */
  .navbar-collapse {
    background: rgba(17, 17, 17, 0.98);
    padding: 20px;
    border-radius: 0 0 12px 12px;
    margin-top: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 84px;
    height: 100vh;
  }
  /* line 68, ../sass/_media-query.scss */
  .navbar-collapse.show .navbar-nav {
    row-gap: 1.5rem !important;
  }
  /* line 73, ../sass/_media-query.scss */
  .navbar-collapse .navbar-nav {
    row-gap: 1.5rem !important;
  }
  /* line 75, ../sass/_media-query.scss */
  .navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-992px - Laptop 
/* ----------------------------------- */
@media screen and (max-width: 992px) {
  /* line 91, ../sass/_media-query.scss */
  .since-badge {
    display: none;
  }

  /* line 92, ../sass/_media-query.scss */
  .hero-float-contact {
    display: none;
  }

  /* line 93, ../sass/_media-query.scss */
  .nav-actions {
    margin-top: 16px;
  }

  /* line 94, ../sass/_media-query.scss */
  .industries-section {
    flex-direction: column;
    min-height: unset;
  }

  /* line 95, ../sass/_media-query.scss */
  .industries-image {
    flex: 0 0 240px;
    width: 100%;
  }

  /* line 99, ../sass/_media-query.scss */
  .industries-image::after {
    display: none;
  }

  /* line 100, ../sass/_media-query.scss */
  .industries-right {
    padding: 36px 20px 32px;
  }

  /* line 101, ../sass/_media-query.scss */
  .industry-card {
    flex: 0 0 240px;
    min-height: 240px;
  }

  /* line 102, ../sass/_media-query.scss */
  .carousel-sec-wrap {
    padding: 36px 24px 28px;
  }
  /* line 102, ../sass/_media-query.scss */
  .carousel-sec-wrap .card {
    flex: 0 0 calc(100% - 8px);
  }
}
/* ----------------------------------- */
/*  Break-Points Max-768px - Tab 
/* ----------------------------------- */
@media screen and (max-width: 768px) {
  /* line 110, ../sass/_media-query.scss */
  .hero-title {
    font-size: 2.2rem;
  }

  /* line 111, ../sass/_media-query.scss */
  .topbar {
    display: none;
  }

  /* line 112, ../sass/_media-query.scss */
  .contact-form-wrap {
    padding: 24px;
  }

  /* line 113, ../sass/_media-query.scss */
  .why-img {
    height: 300px;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-680px - Tab 
/* ----------------------------------- */
/* ----------------------------------- */
/*  Break-Points Max-600px - Mobile 
/* ----------------------------------- */
@media screen and (max-width: 600px) {
  /* line 131, ../sass/_media-query.scss */
  .hero-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* line 132, ../sass/_media-query.scss */
  .hero-buttons {
    flex-direction: column;
  }

  /* line 133, ../sass/_media-query.scss */
  .hero-buttons .btn {
    text-align: center;
  }

  /* line 134, ../sass/_media-query.scss */
  .industry-card {
    flex: 0 0 220px;
    min-height: 230px;
    padding: 22px 18px 18px;
  }

  /* line 135, ../sass/_media-query.scss */
  .carousel-arrows {
    display: none;
  }

  /* line 136, ../sass/_media-query.scss */
  .carousel-sec-wrap {
    padding: 28px 16px 24px;
  }
  /* line 138, ../sass/_media-query.scss */
  .carousel-sec-wrap .nav-btn--prev {
    left: -12px;
  }
  /* line 139, ../sass/_media-query.scss */
  .carousel-sec-wrap .nav-btn--next {
    right: -12px;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-380px - Mobile 
/* ----------------------------------- */
