:root {
  --text-default: #212529;
  --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: 16px;
  color: var(--text-default);
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--fabco-blue);
}

a:hover {
  text-decoration: underline;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  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;
  }
}

blockquote {
  padding-left: 30px;
  color: #555;
  position: relative;
  margin: 0;
}
blockquote * {
  font-size: inherit;
}
blockquote:before {
  position: absolute;
  left: 0;
  content: "";
  height: 96%;
  top: 5px;
  width: 10px;
  background: #e7ebee;
}
/*  */
.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.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: 100px;
  }
}

.text-center {
  text-align: center;
}

/*  */
.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;
}
.font-acumin-pro {
  font-family: acumin-pro, sans-serif;
}
.font-acumin-pro-condensed {
  font-family: acumin-pro-condensed, sans-serif;
}
.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);
}

.text-grey {
  color: #a3abaf;
}

.text-xl2 {
  font-size: 1.2rem;
}
.text-xl {
  font-size: 20px;
}

.text-base {
  font-size: 16px;
}

.text-xs {
  font-size: 14px;
}

.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;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.5rem 1rem;
  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;
}
/*  */
.uppercase {
  text-transform: uppercase;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*  */
hr.divider-default {
  width: 25%;
  height: 3px;
  background-color: var(--fabco-blue);
  margin-block: 1rem;
  border: none;
}
select.custom-select {
  display: inline-block;
  width: auto;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*  */
.elementor-widget-icon > .elementor-icon-wrapper {
  line-height: 1;
}

.elementor-button {
  font-family: acumin-pro-condensed, sans-serif;
}

nav.elementor-pagination {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 16px;
}

nav.elementor-pagination .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin: 0 !important;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
nav.elementor-pagination .page-numbers:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
nav.elementor-pagination .page-numbers:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* .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;
} */

/* custom */

.catalog-thumbnail-wrap .download-icon {
  opacity: 0;
  transition: 0.3s;
}

.catalog-thumbnail-wrap:hover .download-icon {
  opacity: 1;
  transition: 0.3s;
}

.box-custom-solution .elementor-widget-theme-post-featured-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 340/292;
  object-fit: contain;
  object-position: center;
}

/* resource tab style */
.custom-product-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-product-tabs .tabs {
  display: flex;
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.custom-product-tabs .tabs li {
  flex: 1;
  border-radius: 0;
  background-color: #626364;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 9px 6px;
  text-align: center;
  position: relative;
}

.custom-product-tabs .tabs li.active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  border-color: #454647 transparent;
  border-style: solid;
  border-width: 20px 20px 0;
  display: block;
  width: 0;
}

.custom-product-tabs .tabs li.active {
  background-color: #454647;
}

.custom-product-tabs .tab-content {
  display: none;
  background-color: #a0a1a2;
  min-height: 100px;
}

.custom-product-tabs .tab-content.active {
  display: block;
}

.white-paper-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
}

.product-tab-layout-2 .white-paper-list {
  column-gap: 32px;
  padding: 18px;
}
.white-paper-list .box-white-paper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.white-paper-list .box-white-paper .download-icon-reveal {
  position: absolute;
  top: 45%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: #00a1e3;
  border-radius: 100%;
  font-size: 34px;
  padding: 15px;
  color: #fff;
  box-shadow: none;
  width: 65px;
  height: 65px;
}

.white-paper-list .box-white-paper:hover .download-icon-reveal {
  opacity: 1;
}

/*  */
.catalogs-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 16px;
}
.product-tab-layout-2 .catalogs-list {
  column-gap: 32px;
  padding: 18px;
}
.catalogs-list .box-catalog {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalogs-list .box-catalog .download-icon-reveal {
  position: absolute;
  top: 45%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: #00a1e3;
  border-radius: 100%;
  font-size: 34px;
  padding: 15px;
  color: #fff;
  box-shadow: none;
  width: 65px;
  height: 65px;
}

.catalogs-list .box-catalog:hover .download-icon-reveal {
  opacity: 1;
}

.blogs-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blogs-list .box-post {
  background-color: #242526;
  color: #fff;
  border-bottom: 1px solid #454647;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.blogs-list .box-post:hover {
  background-color: #15a0e6;
}

.blogs-list .box-post .read-more {
  color: #15a0e6;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.blogs-list .box-post:hover .read-more {
  color: #242526;
}

@media screen and (min-width: 768px) {
  .custom-product-tabs {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .custom-product-tabs .tabs li.active:before {
    bottom: unset;
    top: -20px;
    left: calc(50% - 20px);
    border-width: 0 20px 20px;
  }

  .white-paper-list {
    flex-direction: row;
  }

  .white-paper-list > div {
    max-width: 50%;
  }

  .catalogs-list {
    grid-template-columns: 1fr 1fr;
  }
}

/*  */
.loop-carousel-custom-solution .swiper-wrapper .swiper-slide {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .loop-carousel-custom-solution .swiper-wrapper .swiper-slide {
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .loop-carousel-custom-solution .swiper-wrapper .swiper-slide {
    max-width: 33.44%;
  }
}
