:root {
  --text-default: #555555;
  --fabco-blue: #00a1e4;
  --fabco-dark-blue: #002b57;
  --dark-blue: #0077a8;
  --lt-blue: #92cdf1;
}
html {
  font-size: 18px;
}
body {
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  color: var(--text-default);
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--fabco-blue);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: bold;
  color: var(--fabco-blue);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.375rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.875rem;
  }
  h2,
  .h2 {
    font-size: 2.875rem;
  }
  h3,
  .h3 {
    font-size: 2.125rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

/*  */
.px-0 {
  padding-inline: 0 !important;
}

.my-0 {
  margin-block: 0 !important;
}

.px-outer {
  padding-inline: 10px;
}

@media screen and (min-width: 992px) {
  .px-outer {
    padding-inline: 30px;
  }
}

/*  */
.fw-thin {
  font-weight: 100;
}
.fw-extralight {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}

.flex-full {
  flex: 1 !important;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a {
  color: #ffffff !important;
}

.text-fabco-blue {
  color: var(--fabco-blue);
}
.text-fabco-dark-blue {
  color: var(--fabco-dark-blue);
}
.text-dark-blue {
  color: var(--dark-blue);
}

.fabco-gradient {
  background: radial-gradient(69.74% 170.09% at 56.96% 30.26%, var(--fabco-blue) 0%, var(--dark-blue) 100%);
}

.btn {
  display: inline-flex;
  text-transform: uppercase;
  padding: 0.2rem 0.75rem 0.25rem;
  font-family: acumin-pro-condensed;
  letter-spacing: 2px;
  font-weight: 600;
  border: none;
  box-shadow: 0 5px 30px -10px #000;
  color: #ffffff;
  background-color: var(--fabco-blue);
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn:hover {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
  color: #ffffff;
}
/*  */

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*  */
.elementor-widget-icon > .elementor-icon-wrapper {
  line-height: 1;
}

/* .box-industry > .elementor-widget-image {
  position: relative;
}

.box-industry > .elementor-widget-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--fabco-blue);
  opacity: 0.2;
}

.box-industry > .elementor-widget-image img {
  mix-blend-mode: soft-light;
} */

/*  */
/*
.box-inline {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid var(--lt-blue);
  border-radius: 5px;
  height: 100%;
}

.box-inline .box-inline-media {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: min(50%, 200px);
  padding: 20px;
}

.box-inline .box-inline-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.box-inline .box-inline-body {
  flex: 1;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  min-width: min(90vw, 300px);
}

.box-inline .box-inline-body .box-inline-body--inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box-inline .box-inline-body .box-inline-heading .product-title {
  font-size: 1.5rem;
  margin: 0;
}
.box-inline .box-inline-body .box-inline-heading p {
  font-size: 15px;
  color: var(--dark-blue);
  font-weight: bold;
} */
