/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Red+Rose:wght@300..700&display=swap');
/* @import url('../fonts/stylesheet.css'); */

/* Theme Color */
:root {
  --clr-primary: #FFF;
  --clr-accent: #BFA261;
  --clr-accent-400: #CFB672;
  --clr-accent-700: #956930;
  --clr-text: #66696B;
  --clr-accent-600: #020202;
  --clr-grey: #C5B7B7;
  --clr-white: #ffffff;
  --clr-white-600: #fcfcfc;
  --clr-white-700: #F5F5F5;
  --clr-black: #1E1E1E;

  --ff-primary: "Red Rose", serif;
  --ff-body: "Figtree", sans-serif;
  /* --ff-accent: "Arizonia", serif; */

  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-drag-bg-color: var(--clr-accent);
  --swiper-pagination-color: var(--clr-accent);
  --swiper-pagination-progressbar-size: 3px;
  --swiper-pagination-progressbar-bg-color: #D6D6D6;
}

/* Browser Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
  font: inherit;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
a:focus,
a:hover {
  outline: none;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  color: var(--clr-text);
  background-color: var(--clr-primary);
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
}
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Utility Classes */
.container  {
  max-width: 1620px;
}
.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.56);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 1;
}
.w-40 {
  width: 40%;
}
.asb19__bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.asb19__bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}
section[class^="asb19__"] {
  position: relative;
  z-index: 3;
}

/* Theme Classes */
.asb19__bg--white {
  background-color: var(--clr-primary);
}
.asb19__bg--light {
  background-color: var(--clr-white-700);
}
.asb19__bg--grey {
  background-color: var(--clr-grey);
  color: #6A6A6A;
}
.asb19__bg--dark {
  background-color: var(--clr-black);
  color: var(--clr-white);
}
.asb19__texture__bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/texture_bg.png');
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: 100%;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.3;
}
.asb19__bg--bent {
  clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
}

/* Custom Properties */
.asb19__py {
  padding: 80px 0;
}
.asb19__py--60 {
  padding: 60px 0;
}
.asb19__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to left, #956930, #a47c3f, #b28f4f, #c1a260, #cfb672);
  background-position: 0% 0%;
  background-size: 200%;
  font-family: var(--ff-primary);
  color: var(--clr-white);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 20px;
  gap: 16px;
  height: 50px;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.asb19__btn--black {
  background-image: linear-gradient(to left, #251501, #291714, #281b1f, #252124, #252525);
}
.asb19__btn--white {
  background-image: linear-gradient(to left, var(--clr-white) 0%, var(--clr-white-700) 100%);
}
.asb19__btn--white .icon img {
  filter: invert(37%) sepia(86%) saturate(337%) hue-rotate(354deg) brightness(96%) contrast(90%);
}
.asb19__btn--link {
  padding: 0;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.asb19__btn--link .icon {
  position: relative !important;
}
.asb19__btn .icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.asb19__btn:hover {
  color: var(--clr-white);
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.asb19__btn-wrap {
  margin-top: 24px;
}
.asb19__btn--wrap.d-flex {
  gap: 16px;
}
.asb19__heading h6 {
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.asb19__heading h2 span {
  display: block;
}

h2 {
  font-size: 50px;
  line-height: 1.05;
}
h3 {
  font-size: 36px;
  line-height: 1.05;
}
h4 {
  font-size: 28px;
  font-weight: 500;
}
h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
h6 {
  font-size: 22px;
  line-height: 1.3;
}
.asb19__heading {
  position: relative;
  --bs-heading-color: var(--clr-black);
  padding-bottom: 32px;
}

.asb19__heading--line {
  position: relative;
  padding-left: 25px;
}
.asb19__heading--line::before {
  position: absolute;
  content: '';
  background-color: var(--clr-accent-400);
  width: 3px;
  height: calc(100% - 10px);
  left: 0px;
  top: 7px;
}
.asb19__heading .elem {
  display: inline-flex;
  margin-bottom: 16px;
}
.asb19__heading .elem img {
  height: 100px;
  object-fit: contain;
}
.asb19__heading-center {
  margin: 0 auto;
  text-align: center;
}
.asb19__heading-center .icon img  {
  margin: 0 auto;
}
.asb19__heading-right {
  text-align: right;
}
.asb19__heading-right .icon img {
  margin-left: auto;
}

.asb19__heading.light::before{
  background-color: rgba(255, 255, 255, 0.18);
}
/* .asb19__heading h3 {
  border: 1px solid rgba(30, 30, 30, 0.09);
  width: fit-content;
  padding: 10px 5%;
  background-color: var(--clr-white);
} */
.asb19__heading-center h3 {
  margin-inline: auto;
}
.asb19__heading h6 {
  background-image: linear-gradient(to left, #956930, #a47c3f, #b28f4f, #c1a260, #cfb672);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.asb19__heading .icon {
  display: block;
  margin-top: 0;
}
.asb19__heading .icon img {
  height: 15px;
  object-fit: contain;
}
.asb19__heading h2 {
  text-transform: capitalize;
}
.asb19__heading--white {
  --bs-heading-color: var(--clr-white) !important;
}
.asb19__heading--center {
  text-align: center;
}
.asb19__content > :not(:last-child) {
  margin-bottom: 20px;
}

.asb19__electric--field {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.asb19__elem--left {
  position: absolute;
  content: '';
  background-image: url('../images/hero-elem-left.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 160px;
  top: 8%;
  left: -50px;
}
.asb19__elem--right {
  position: absolute;
  background-image: url('../images/hero-elem-right.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 160px;
  bottom: 25px;
  right: -50px;
}


[class^="swiper-button-"]::after {
  content: "";
  display: none;
}
[class^="swiper-button-"] {
  position: absolute;
  background-color: #ffffffb8;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 0;
  color: var(--clr-accent-400);
  transition: all 0.3s ease-in-out;
  z-index: 4;
  backdrop-filter: blur(5px);
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.06);
}
[class^="swiper-button-"]:hover {
  background-color: var(--clr-accent-400);
  color: var(--clr-white);
  transition: all 0.3s ease-in-out;
}
[class^="swiper-button-next"] {
  right: 0;
}
[class^="swiper-button-prev"] {
  left: 0;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0px;
}
.form-label {
  margin-bottom: 12px;
  font-size: 22px;
  font-family: var(--ff-primary);
  color: var(--clr-black);
}
.form-control {
  height: 40px;
  background-color: transparent;
  padding: 15px 15px 10px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 18px;
  min-height: 69px;
}
.form-control:focus {
  color: var(--clr-black);
  background-color: transparent;
  border-color: var(--clr-accent);
  box-shadow: none;
}
.form-group:not(.form-button) {
  margin-bottom: 24px;
}
.form-control::placeholder {
  color: var(--clr-grey);
}
textarea.form-control {
  height: 160px;
  resize: none;
  padding-top: 25px;
}
.form-group a {
  color: var(--clr-accent-600);
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(245, 166, 64, 0.42);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 9999;
  transition: transform 0.2s ease-out;
}

/* Cursor Text */
.cursor span {
  position: absolute;
  font-size: 4px;
  color: white;
  font-weight: 600;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  transform: scale(0.6);
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--ff-primary);
}

/* Cursor */
.cursor__follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9998;
}

.cursor.drag {
  background-color: transparent;
  color: #000;
  box-shadow: inset 0 0 0px 0.18px var(--clr-secondary);
}

.cursor.drag span {
  color: #000;
}

.cursor.drag+.cursor__follower {
  background-color: #ffb1471f;
  width: 50px;
  height: 50px;
  top: 7px;
  left: 7px;
}
/* keyframes */

/* keyframes */
/** =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ HOMEPAGE START =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ */

/* HEADER */
.asb19__header {
  border-bottom: 1px solid #E6E9EB;
}
body.home .asb19__header {
  border-bottom: unset;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
body.home .asb19__header .asb19__navbar--nav .nav-item .nav-link {
  --bs-nav-link-color: var(--clr-white);
}
.asb19__header .navbar-brand {
  padding: 8px 0 8px 0;
  margin: 0;
}
.asb19__header .navbar-brand img {
  height: 60px;
  object-fit: contain;
}
.navbar-toggler {
  height: 94px;
  /* display: inline-flex; */
  width: 85px;
  border: none;
  border-radius: 0;
  background-color: var(--clr-black);
  display: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 24px;
  height: 1px;
  margin: 0 auto;
  border-bottom: 4px dotted var(--clr-white);
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.asb19__header .offcanvas {
  --bs-offcanvas-width: 45%;
}
.asb19__offcanvas-header {
  padding-block: 6px;
}
.asb19__offcanvas-header .navbar-brand {
  padding: 0;
}
.asb19__offcanvas-header .navbar-brand img {
  height: 55px;
}
.asb19__header .offcanvas .asb19__git--right .asb19__media  {
  width: 100%;
}
.asb19__header .asb19__git--contact-list li {
  padding: 20px 20px 20px 60px;
}
.asb19__header .asb19__git--contact-list li .icon {
justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--clr-accent);
  left: 20px;
}
.asb19__header .asb19__git--contact-list li > * {
  color: var(--clr-black);
  font-size: 15px;
}

.asb19__emergency--strip .asb19__contact--card .icon {
  width: 60px;
  height: 60px;
  color: var(--clr-accent-400);
}

.asb19__offcanvas--tabs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--clr-grey);
}
.asb19__offcanvas--tabs .nav-item .nav-link {
  background-color: var(--clr-white-700);
  border: none;
  border-radius: 0;
  position: relative;
  color: var(--clr-accent-700);
  padding: 13px 10px;
}
.asb19__offcanvas--tabs .nav-item .nav-link.active {
  background-color: var(--clr-accent-700);
  color: var(--clr-primary);
}

.asb19__offcanvas--tabs .nav-item .nav-link::after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--clr-white-700);
  content: '';
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.asb19__offcanvas--tabs .nav-item .nav-link.active::after {
  transition: all 0.4s ease-in-out;
  left: 50%;
  opacity: 1;
  border-top-color: var(--clr-accent-700);
}
.asb19__offcanvas-title-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 90%;
  justify-content: space-between;
}
.asb19__social-links h6 {
  background-image: linear-gradient(to left, #956930, #a47c3f, #b28f4f, #c1a260, #cfb672);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
  font-size: 15px;
}
.btn-close {
  opacity: 1;
  background-image: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #d74049;
  font-size: 24px;
  border: 2px solid #d74049;
  padding: 6px !important;
}
.btn-close::before {
  content: "\f00d";
  font-family: "FontAwesome";
  /*! display: inline-flex; */
}
.asb19__pspl-linkedin {
  width: 40px;
}
/* HEADER */
/* HERO */
.asb19__heading--black {
  color: var(--clr-black);
}

.asb19__hero--home {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 4;
  top: 0;
  height: 100%;
  left: 0;
}
.asb19__bgVideo {
  position: relative;
}
.asb19__bgVideo::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient( -90deg, #0000 0%, #00000069 100%);
  left: 0;
  top: 0;
}
.asb19__hero--main {
  background-image: url('../images/hero-bg-pattern.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
  padding: 50px 0 50px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.asb19__hero .asb19__electric--field  {
  height: 550px;
}
.asb19__media:has(.parallax_vertical) {
  overflow: hidden;
}
.asb19__media:has(.parallax_vertical) .asb19__img {
  scale: 1.17 !important;
}
.asb19__hero--heading h1 {
  font-size: 55px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -1px;
}
.asb19__hero--widget {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 32px;
}
.asb19__hero--widget .asb19__content {
  flex: 0 0 auto;
  width: 35%;
}
/* HERO */
/* TRUST */
.asb19__trust--single {
  height: 100%;
  border: 1px solid #e6e6e6;
  min-height: 115px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--clr-black);
  transition: all 0.4s ease-in-out;
}
.asb19__trust--single:hover {
  background-color: var(--clr-accent-400);
  color: var(--clr-white);
  border-color: var(--clr-accent-400);
  transition: all 0.4s ease-in-out;
}
/* TRUST */
/* CATEGORY */
.asb19__category--single {
  position: relative;
  background-color: var(--clr-white);
  padding: 32px 30px 40px 30px;
  z-index: 1;
  color: var(--clr-accent-600);
}
.asb19__category--single .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--clr-white-700);
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-accent-600);
}
.asb19__category--single h5 {
  font-weight: 300;
}
.asb19__category--single h6 {
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.asb19__category--single h4 {
  font-size: 28px;
  line-height: 38px;
  width: 80%;
}
.asb19__category--single > .asb19__content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
 .asb19__title {
  padding-bottom: 23px;
  margin-bottom: 24px;
  position: relative;
  display: block;
  color: inherit;
}
.line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70px;
  height: 3px;
  background-color: var(--clr-accent-400);
}
.line::before, .line::after {
  position: absolute;
  content: '';
  background-color: var(--clr-accent-400);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  bottom: -2px;
}
.line::before {
  left: 0px;
}
.line::after {
  right: 0px;
}
.asb19__overlay--content {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--clr-accent-600);
  color: var(--clr-white);
  padding: 30px 40px 40px 30px;
  z-index: 2;
  opacity: 0;
  transition: all .4s cubic-bezier(.25,.8,.25,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.asb19__category--single:hover .asb19__overlay--content {
  top: 0px;
  opacity: 1;
}
.asb19__overlay--content .asb19__bgImg {
  opacity: 0.3;
}
.asb19__category--single .icon-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
/* CATEGORY */
/* ABOUT */
.asb19__main--widget.d-flex {
  margin-bottom: 40px;
}
.asb19__about--stats {
  display: flex;
  align-items: center;
  gap: 16px;
}
.asb19__about--statBox {
  background-color: var(--clr-accent-400);
  color: var(--clr-white);
  padding: 24px;
  flex: 1 0 auto;
  width: 31.8%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.asb19__about--statBox .asb19__content h3 {
  margin-bottom: 0;
}
.asb19__about--statBox h3 em {
  color: var(--clr-accent-700);
  font-size: 35px;
  display: inline-block;
  margin-left: 2px;
}
.asb19__about--statBox p {
  text-transform: capitalize;
  line-height: 1.4;
  max-width: 100%;
  margin-top: 4px;
}
.asb19__about--statBox .icon img {
  margin-left: auto;
  height: 50px;
}
.asb19__about--info {
  background-color: var(--clr-accent-700);
  color: var(--clr-white);
  padding: 36px;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.asb19__about--info .icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.asb19__about--wrap .asb19__img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* ABOUT */
/* CLIENTELE */
.asb19__clientele--wrap .asb19__clientele--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 0;
}
.asb19__clientele--wrap .asb19__clientele--list li {
  flex: 0 0 auto;
  width: 20%;
}
.asb19__client--single {
  border: 1px solid #ededed;
  width: 100%;
  height: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.asb19__client--single img {
  height: 100px;
  object-fit: contain;
  object-position: center;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.asb19__client--single:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease-in-out;
}
.asb19__clientele--swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}
.asb19__clientele--swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}

.asb19__clientele--swiper .swiper-slide {
  width: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* CLIENTELE */
/* SERVICES */
.asb19__concentric--pattern {
  position: relative;
  z-index: 3;
}
.asb19__concentric--pattern::before {
  position: absolute;
  content: '';
  background-image: url("../images/services-img-bg.webp");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 80%;
  height: 85%;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
/* .asb19__main--widget.asb19__services--widget {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.asb19__services--widget .asb19__heading {
  position: absolute;
  width: 35%;
  z-index: 9;
  top: 70px;
  padding-bottom: 0;
} */

.asb19__services--widget {
  position: sticky;
  top: 100px;
}
 .asb19__services--widget {
    will-change: transform;
}
.asb19__services--title {
  background-color: var(--clr-white-700);
  width: fit-content;
  padding: 6px 25px 0 0;
}
.asb19__service--single:hover .asb19__service--single-content .asb19__title {
  color: var(--clr-accent-700);
}
/* .asb19__service--single {
  position: relative;
  color: var(--clr-black);
  transition: transform 0.3s ease, opacity 0.3s ease;
} */
.asb19__service--single {
  position: relative;
  color: var(--clr-black);
  transition: transform 0.3s ease, opacity 0.3s ease;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}

/* .asb19__service--single .asb19__media {
  flex: 0 0 auto;
  width: 35%;
  padding: 25px 0 25px 90px;
  position: relative;
  z-index: 1;
} */

.asb19__service--single .asb19__media {
  flex: 0 0 auto;
  width: 22%;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 135px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.asb19__service--single .asb19__media a {
  display: block;
  height: 100%;
}
.asb19__service--single .asb19__media a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.asb19__service--single:hover .asb19__media {
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
}

.asb19__service--single-content {
  padding-left: 40px;
  flex: 0 0 auto;
  width: 60%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.asb19__service--single-content .asb19__title {
  flex: 0 0 auto;
  width: 45%;
  padding: 0;
  margin: 0;
}
.asb19__service--single-content .asb19__title h3 {
  font-size: 32px;
}
.asb19__service--single .asb19__media::before {
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: 100%;
  left: 0px;
  top: 0px;
  border: 2px solid #ebe9ef;
  transition: all 500ms ease;
  z-index: -1;
}
.asb19__service--single:hover .asb19__media::before {
  background-color: var(--clr-white);
}
.asb19__service--info-item h6 {
  color: var(--clr-black);
  margin-bottom: 12px;
}
.asb19__service--single .icon-box {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: var(--clr-black);
  z-index: 2;
}
.asb19__service--single:hover .icon-box {
  color: var(--clr-accent-400);
    transition: all 0.4s ease-in-out;
}
.asb19__service--num {
  color: var(--clr-text);
  z-index: 2;
  transition: all 0.4s ease-in-out;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background-color: var(--clr-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.asb19__service--single:hover .asb19__service--num {
  color: var(--clr-white);
  transition: all 0.4s ease-in-out;
  background-color: var(--clr-accent);
}
.asb19__service--single-content {
  padding-left: 40px;
}
/* .asb19__service--single .asb19__content {
  margin-left: 45px;
} */
.asb19__service--info-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.swiper-button-next-service {
  left: 52%;
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.8;
}
/* SERVICES */
/* PRODUCTS */
.asb19__products::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-bg-pattern.webp');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
  transform: scaleX(-1);
  left: 0;
  top: 0;
}
.asb19__products::after {
  position: absolute;
  content: '';
  width: 240px;
  height: 280px;
  right: 0;
  top: 10%;
  background-image: url('../images/faq-element-left.webp');
  background-size: contain;
  background-position: 300%;
  background-repeat: no-repeat;
  z-index: -1;
}
.asb19__product--single .asb19__content {
  margin-top: 16px;
}
.asb19__product--info h6 {
  color: var(--clr-black);
  margin-bottom: 12px;
}
.asb19__product--single .asb19__img img {
  margin: 0 auto;
  /* height: 600px; */
}
.asb19__product--single .asb19__media {
  position: relative;
}
.asb19__product--single .asb19__media .asb19__product--cat {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #ffffffd4;
  color: var(--clr-black);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  backdrop-filter: blur(3px);
  border: 1px solid #e6e6e6;
}

.asb19__products--swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
}

.asb19__products--swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.asb19__products--swiper .asb19__store--product-box .asb19__media {
  background-color: var(--clr-white-700);
}
.asb19__products--swiper .asb19__store--product-box .asb19__media img {
  height: 360px;
}
/* PRODUCTS */
/* BENEFITS */
.asb19__benefits::before {
  position: absolute;
  content: '';
  background-image: url("../images/benefits-img-bg.webp");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.asb19__benefits--widget {
  padding-right: 32px;
}
.asb19__benefits--list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.asb19__benefits--list .asb19__benefits--item {
  flex: 0 0 auto;
  width: 48%;
}
.asb19__benefits--title {
  color: var(--clr-black);
}
.asb19__benefits--title h3 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.asb19__benefits--title h3::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, rgba(29, 29, 29, 0) 0%, rgb(39, 39, 39) 50%, rgba(18, 18, 18, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.asb19__benefits--title h4 {
  margin-bottom: 15px;
}
/* BENEFITS */
/* OPERATIONS */
/* .asb19__operations::after {
  position: absolute;
  content: '';
  width: 240px;
  height: 280px;
  left: 0;
  top: 10%;
  background-image: url('../images/faq-element-left.webp');
  background-size: contain;
  background-position: -300%;
  background-repeat: no-repeat;
  z-index: -1;
} */
.asb19__operations--widget .asb19__heading h6  {
  color: var(--clr-operation);
  background-image: linear-gradient(to left, #00c4c5, #00b9ba, #00aeaf, #00a3a4, #009899);
}
.asb19__operations--widget .asb19__heading h2 span  {
  display: inline-block;
  color: var(--clr-operation);
}
.asb19__operations .asb19__btn  {
  background-image: linear-gradient(to left, #00c4c5, #00b9ba, #00aeaf, #00a3a4, #009899);
}

.asb19__operations--wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.asb19__operations--wrap .asb19__operations--certificate {
  margin-bottom: 0 !important;
}
.asb19__operations--wrap .asb19__content {
  flex: 0 0 auto;
  width: 40%;
}
.asb19__operations--logo > :not(:last-child) {
  margin-bottom: 24px;
}
.asb19__operations--logo .asb19__img img {
  height: 125px;
}
.asb19__operations--wrap .asb19__content h6 {
  color: var(--clr-black);
  margin-bottom: 12px;
}
.asb19__operations--right {
  position: relative;
}
.asb19__operations--right .icon {
  position: absolute;
  width: 150px;
  right: 16px;
  bottom: 16px;
}
.asb19__operations--center {
position: absolute;
  width: 80%;
  right: -25%;
  bottom: 12px;
  z-index: 2;
}
.asb19__operations--list {
  display: flex;
  gap: 12px;
}
.asb19__operations--list .asb19__trust--single {
  background-color: var(--clr-white);
}
.asb19__operations--list .asb19__trust--single:hover {
  background-color: #009a9b;
  border-color: #009a9b;
}
.asb19__operations--list .asb19__trust--single .icon {
  color: #009a9b;
}
.asb19__operations--list .asb19__trust--single:hover .icon {
  color: var(--clr-white);
}
.asb19__operations--info {
  border-top: 1px solid #d6d6d6;
  padding-top: 32px;
  margin-top: 32px;
}
.asb19__operations--list .asb19__trust--single h6 {
  font-size: 20px;
  padding: 8px 0;
  width: 80%;
}

/* OPERATIONS */
/* BROCHURE */
.asb19__text--white, .asb19__text--white > * {
  --bs-heading-color: var(--clr-white);
  color: var(--bs-heading-color);
}
/* BROCHURE */
/* INDUSTRIES */
.asb19__industries {
  overflow-x: hidden;
}
.asb19__industries-swiper {
  width: 100vw;
}
.asb19__industry--single .asb19__img img {
  width: 100%;
}
.asb19__industry--single .asb19__content h6 {
  color: var(--clr-black);
  margin-bottom: 8px;
}
.asb19__industry--single .asb19__content {
  margin-top: 20px;
}

.asb19__industries--v2 .asb19__industry--single {
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 1;
  padding: 32px 30px 30px 32px;
  min-height: 420px;
  color: var(--clr-white);
  background-color: var(--clr-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.asb19__industries--v2 .asb19__industry--single .asb19__media {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.asb19__industries--v2 .asb19__industry--single .asb19__content {
  margin-top: 0;
}
.asb19__industries--v2 .asb19__industry--single .icon-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--clr-white-700);
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-accent-600);
}
.asb19__industry--single .asb19__bgImg {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.asb19__industries--v2 .asb19__industry--single.active {
color: var(--clr-white);
}
.asb19__industry--single.active .asb19__bgImg {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.asb19__industry--single .asb19__bgImg.overlay::before {
  background: linear-gradient(180deg, rgba(63, 55, 11, 0.18) 0%, #131313ab 88.45%);
}
.asb19__industry--single .asb19__title {
min-height: 91px;
}
/* INDUSTRIES */
/* SUSTAINABILITY */
.asb19__sustainability::after {
  position: absolute;
  content: '';
  width: 265px;
  height: 280px;
  background-image: url('../images/sustainability-element.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 10%;
  right: 8%;
}
.asb19__sustainability--left {
  position: relative;
  padding: 0px 32px 32px 0;
}
.asb19__sustainability--box h3 {
  font-size: 32px;
  line-height: 40px;
}
.asb19__sustainability--box {
  position: absolute;
  background-color: #343D14;
  display: inline-flex;
  padding: 24px 20px;
  max-width: 45%;
  right: 0;
  bottom: 0;
}
.asb19__sustainability--right {
  padding-left: 20px;
}
.asb19__sustainability--feat {
  color: var(--clr-black);
  margin-top: 40px;
}
.asb19__sustainability--feat ul li {
  position: relative;
  z-index: 3;
}
.asb19__sustainability--feat ul li + li {
  margin-top: 24px;
  padding-top: 24px;
}
.asb19__sustainability--feat ul li + li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, rgba(29, 29, 29, 0) 0%, rgb(39, 39, 39) 50%, rgba(18, 18, 18, 0) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.asb19__sustainability--right .asb19__btn--wrap {
  margin-top: 40px;
}
/* SUSTAINABILITY */
/* FAQS */
.asb19__dots--bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('../images/faq-bg-pattern.webp');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  z-index: -1;
}
.asb19__faq::after {
  position: absolute;
  content: '';
  width: 240px;
  height: 280px;
  left: 0;
  top: 10%;
  background-image: url('../images/faq-element-left.webp');
  background-size: contain;
  background-position: -300%;
  background-repeat: no-repeat;
  z-index: -1;
}
.asb19__content--widget:not(.d-flex) > *:not(:last-child) {
  margin-bottom: 40px;
}
.asb19__faq--accordion .accordion-item {
  border: unset;
  border-bottom: 1px solid #a1a1a1;
  --bs-accordion-color: #898989;
  --bs-accordion-active-bg: transparent;
}
.asb19__faq--accordion .accordion-button {
  font-size: inherit;
  padding: 27px 55px 25px 0;
}
.asb19__faq--accordion .accordion-button:not(.collapsed) {
  color: var(--clr-accent-700);
  box-shadow: unset;
}
.asb19__faq--accordion .accordion-button:focus {
  box-shadow: unset;
}
.asb19__faq--accordion .accordion-header .accordion-button:not(.collapsed)::after {
  content: '\f068';
  transition: all 0.5s ease-in-out;
}
.asb19__faq--accordion .accordion-header .accordion-button::after {
  background-image: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  color: var(--clr-accent-700);
  font-size: 25px;
}
.asb19__faq--accordion .accordion-body {
  padding: 0 0 27px;
}
/* FAQS*/
/* EVENTS*/
.asb19__events--grid {
  display: grid;
  grid-template: 1fr 1fr 1fr / 31% 30% 35.8%;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
}
.asb19__event--single-0 {
  grid-row: 1 / 4;
  grid-column: 1 / 3;
}
.asb19__event--single-1 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
.asb19__event--single-2 {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}
.asb19__event--single-3 {
  grid-row: 3 / 4;
  grid-column: 3 / 4;
}
.asb19__events .overlay::before {background-color: rgba(27, 27, 27, 0.67);}
/* EVENTS*/
/* GIT*/

.asb19__git--right .asb19__media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #f5f5f5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: -1;
}
.asb19__git--right .asb19__img img {
  margin-left: auto;
  width: 90%;
  mix-blend-mode: multiply;
}

.asb19__git--contact-list {
  gap: 16px;
  padding: 0 35px;
}
.asb19__git--contact-list li {
  border: 1px solid #e6e6e6;
  padding: 20px 25px 20px 70px;
  display: flex;
  color: var(--clr-black);
  transition: all 0.4s ease-in-out;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  background-color: #ffffffed;
  backdrop-filter: blur(2px);
}
.asb19__git--contact-list li + li {
  margin-top: 16px;
}
.asb19__git--contact-list li > * {
  color: var(--clr-black);
}
.asb19__git--contact-list li .icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 25px;
  top: 20px;
}
/* GIT*/
/* FOOTER*/
.asb19__footer--top {
  text-align: center;
  padding: 45px 0 38px;
}
.asb19__footer--logo {
  margin-bottom: 25px;
}
.asb19__footer--logo a {
  display: inline-flex;
  margin: 0 auto;
}
.asb19__footer--main {
  padding: 30px 0;
}
.asb19__footer--connect {
  text-align: center;
}
.asb19__footer--connect .icon {
  margin: 0 auto;
  display: inline-flex;
}
.asb19__footer--connect ul li > * {
  font-size: 18px;
  line-height: 32px;
  color: var(--clr-white);
}
.asb19__footer--connect ul li + li {
  margin-top: 4px;
}
.asb19__footer--connect ul li a:hover {
  color: var(--clr-accent-400);
}
.asb19__footer--border {
  position: relative;
  z-index: 3;
}
.asb19__footer--border::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.asb19__footer--bottom {
  padding: 30px 0;
}
.asb19__footer--copyright p {
  font-size: 18px;
}
.asb19__footer--menu {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  align-items: center;
}
.asb19__footer--menu .asb19__footer--link {
  font-size: 18px;
  color: var(--clr-white);
}
.asb19__footer--menu .asb19__footer--link:hover {
  color: var(--clr-accent-400);
}
/* FOOTER*/


/* SECTION: HERO INNER */
.asb19__hero--inner .asb19__hero--main {
  height: 280px;
  padding: 20px 0 20px;
}
.asb19__hero--inner .asb19__hero--heading h1 {
  font-size: 56px;
}
.breadcrumb {
  font-size: 18px;
  padding: 0;
  margin-bottom: 0;
  --bs-breadcrumb-item-active-color: var(--clr-black);
  --bs-breadcrumb-divider-color: var(--clr-accent-400);
  font-family: var(--ff-primary);
}

.breadcrumb-item a {
  color: var(--clr-accent-400);
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
/* SECTION: HERO INNER */
/* PAGE: ABOUT */
.asb19__page--about .asb19__about--widget {
  padding-right: 32px;
}
.asb19__about--cluster-item .asb19__img {
  flex: 0 0 auto;
  width: 50%;
}
.asb19__about--cluster-item .asb19__content {
  padding: 32px;
  color: var(--clr-accent-600);
}
.asb19__about--cluster [class^="col-"]:nth-child(3) .asb19__about--cluster-item, .asb19__about--cluster [class^="col-"]:nth-child(4) .asb19__about--cluster-item {
  flex-direction: row-reverse;
}
.asb19__founder--left .asb19__media {
  flex: 0 0 auto;
  width: 50%;
}
.asb19__founder--info {
  padding-left: 48px;
  color: var(--clr-accent-600);
}
.asb19__founder--signature {
  margin-top: 32px;
}
.asb19__founder--right {
  position: relative;
  padding-left: 32px;
}
.asb19__founder--right .asb19__btn--wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* PAGE: ABOUT */
/* PAGE: CLIENTELE */
.asb19__clientele--wrap .asb19__clientele--list {
  gap: 16px 16px;
}

.asb19__clientele--wrap .asb19__clientele--list li {
  width: 24%;
  background-color: var(--clr-white);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 12px 0;
}
.asb19__page--clientele .asb19__main--widget {
  margin-bottom: 40px;
}
/* PAGE: CLIENTELE */
/* PAGE: CONTACT */
.asb19__page--contact .asb19__git--right .asb19__img img {
  margin-left: unset;
}
.asb19__contact--card .icon {
  display: inline-flex;
  background-color: var(--clr-accent-700);
  width: 74px;
  height: 81px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.asb19__contact--card {
  display: flex;
  gap: 40px;
  align-items: center;
}
.asb19__contact--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 54px 0;
}
.asb19__contact--wrap li {
  flex: 0 0 auto;
  width: 38%;
}
.asb19__contact--wrap li:nth-child(1) {
  width: 50%;
}
.asb19__contact--details {
  color: var(--clr-accent-600);
}
.asb19__contact--details h5 {
  margin-bottom: 24px;
}
.asb19__contact--details a {
  display: inline-block;
  color: inherit;
  position: relative;
}
.asb19__contact--details a:hover {
  color: var(--clr-accent-700);
}
.asb19__contact--details a:has(+ a)::after {
  content: "|";
  color: #b9b8b6;
  margin: 6px 0 0px 6px;
}
.asb19__map--iframe iframe {
  width: 100%;
  height: 500px;
}
/* PAGE: CONTACT */
/* PAGE: STORE */
.asb19__store--widget h5 {
  color: var(--clr-black);
  border-bottom: 1px solid var(--clr-grey);

}
.asb19__search--box .form-control {
  background-image: url('../images/sidebar-search.webp');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 12px 52%;
  padding-left: 45px;
}
.asb19__store--sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.asb19__store--widget li {
  margin-top: 16px;
}
.asb19__store--widget li a {
  display: flex;
  align-items: center;
}
.asb19__store--category-list a {
  justify-content: space-between;
  color: #7E7E7E;
  font-size: 18px;
}
.asb19__store--category-list a .badge {
  --bs-badge-color: inherit;
  border: 1px solid;
  --bs-badge-border-radius: 0;
  --bs-badge-font-weight: 400;
}
.asb19__store--rated-box {
  color: var(--clr-black);
  gap: 24px;
}
.asb19__store--rated-box .asb19__img {
  flex: 0 0 auto;
  width: 85px;
}
.asb19__store--rated-box .asb19__content h6 {
  margin-bottom: 4px;
}
.asb19__store--rated-box .asb19__content p {
  font-size: 16px;
  line-height: 26px;
  color: #7E7E7E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.asb19__store--tag-list a {
  background-color: #ECECEC;
width: fit-content;
  padding: 8px 16px;
  color: #7E7E7E;
}
.asb19__store--tag-list {
  display: flex;
  gap: 0px 12px;
  flex-wrap: wrap;
}

/* 17-02-2026 */
.asb19__hero--product .asb19__hero--main {
/* height: auto;
  display: flex;
  align-items: center;
  padding: 12px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: unset;
background-color: #f5f5f5; */
}
.asb19__hero--product .asb19__hero--main .breadcrumb {
  margin-bottom: 0;
}

.asb19__store--category-single {
  display: block;
}

.asb19__store--category-single h6 {
  color: var(--clr-accent-600);
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}

.asb19__store--product-box {
  border: 1px solid #EFEFEF;
  padding: 15px;
  transition: all 0.4s ease-in-out;
}
.asb19__store--product-box:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
}
.asb19__store--product-box .asb19__media {
  margin-bottom: 12px;
  display: block;
}
.asb19__store--product-box .asb19__title {
  padding-bottom: 0;
  color: var(--clr-accent-600);
  margin-bottom: 12px;
}
.asb19__store--product-box .asb19__content > * {
  font-size: 16px;
  margin-bottom: 12px;  
}
.asb19__store--product-box .asb19__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  max-height: 98px;
  overflow-y: auto;
}
.asb19__store--product-box .asb19__content li {
  font-size: 14px;
  background-color: #f5f5f5;
  display: inline-block;
  padding: 4px 8px;
}
.asb19__store--product-box .asb19__content li strong {
  color: var(--clr-black);
}
.asb19__store--product-box .asb19__btn {
  width: 100%;
  justify-content: space-between;
}
.asb19__store--product-box .asb19__media img {
  width: 100%;
  height: 305px;
  object-fit: contain;
}
/* 17-02-2026 */

.asb19__hero--product-breadcrumb {
  padding: 8px 0;
}
.asb19__btn--wrap {
  display: flex;
  gap: 12px;
}
.asb19__store--category {
  border: 1px solid #EFEFEF;
  padding: 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.asb19__store--category .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--clr-white-700);
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-accent-600);
}
.asb19__store--category-list {
  margin-bottom: 16px;
}
.asb19__store--category-list li a {
  background-color: var(--clr-white-700);
  color: var(--clr-accent-700);
  font-size: 18px;
  font-family: var(--ff-primary);
  padding: 8px 12px;
  display: inline-flex;
  width: 100%;
}
.asb19__store--category-list li + li {
  margin-top: 8px;
}
.asb19__category--header .asb19__heading h3 {
  margin-bottom: 16px;
}
.asb19__product--categories-single {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--clr-white-700);
}
.asb19__form--fieldset .asb19__heading .icon {
  margin-right: 4px;
  font-size: 20px;
  display: inline-flex;
}
.asb19__form--fieldset .asb19__heading {
  margin-bottom: 12px;
}
/* PAGE: STORE */
/* PAGE: SERVICE DETAILS */
.asb19__sidebar--widget {
  padding: 32px 24px;
}
.asb19__sidebar--widget + .asb19__sidebar--widget {
  margin-top: 24px;
}
.asb19__sidebar--heading {
  color: var(--clr-black);
padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.asb19__sidebar--widget.asb19__bg--dark .asb19__sidebar--heading {
  color: var(--clr-white);
}
.asb19__sidebar--services li + li {
  border-top: 1px solid #D6D6D6;
}
.asb19__sidebar--services li a {
  color: var(--clr-accent-600);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px;
}
.asb19__sidebar--services li a .icon {
  background-color: var(--clr-black);
  width: 32px;
  height: 32px;
  padding: 4px;
}
.asb19__sidebar--services li a h6 {
  font-size: 18px;
}
.asb19__sidebar--services li.active a {
  background-color: var(--clr-white);
  color: var(--clr-accent-700);
}
.asb19__sidebar--services li.active a .icon {
  background-color: var(--clr-accent);
}
.asb19__sidebar--cta .asb19__contact--details {
  color: var(--clr-white);
}
.asb19__sidebar--cta .asb19__content {
  margin-top: 20px;
}
.asb19__sidebar--cta .asb19__contact--strip {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.asb19__bg--dark .asb19__contact--card .icon {
  background-color: var(--clr-accent);
}
.asb19__solutions--inner .asb19__generic.asb19__content {
  padding-right: 40px;
}
.asb19__generic h2, .asb19__generic h3, .asb19__generic h4, .asb19__generic h5, .asb19__generic h6, .asb19__generic strong, .asb19__generic b, .asb19__generic a {
  color: var(--clr-black);
}
.asb19__generic ul li + li {
  margin-top: 8px;
}
.asb19__generic ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: var(--clr-accent-700);
  margin-right: 10px;
  font-size: 16px;
}
.asb19__solutions--main .asb19__solutions--faq {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d4d4d4;
}
.asb19__solutions--sidebar {
  position: sticky;
  top: 80px;
}
/* PAGE: SERVICE DETAILS */
/* PAGE: SERVICE */
.asb19__solutions--single {
  position: relative;
  display: flex;
  background-color: var(--clr-white-700);
  margin-bottom: 30px;
}
.asb19__solutions--single .asb19__media {
  position: relative;
  display: inline-flex;
  padding: 32px 32px;
  border-right: 1px solid #dddbe4;
  flex: 0 0 auto;
  width: 40%;
  height: auto;
}
.asb19__solutions--single .asb19__media .asb19__img, .asb19__solutions--single .asb19__media .asb19__img img {
  height: 100%;
  object-fit: cover;
}
.asb19__solutions--content {
  position: relative;
  display: block;
  padding: 32px 24px 34px 32px;
  width: 100%;
}
.asb19__solutions--overlay {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 100%;
  background-color: #f5f4f9;
  padding: 32px 24px 34px 32px;
  z-index: 2;
  opacity: 0;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.asb19__solutions--single .asb19__title {
  color: var(--clr-black);
}
.asb19__solutions--single:hover .asb19__solutions--overlay {
  top: 0;
  opacity: 1;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.count-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 28px;
  font-family: var(--ff-primary);
  color: var(--clr-black);
  font-weight: 600;
  display: inline-block;
}
.count-box em {
  font-size: 20px;
  color: var(--clr-text);
}
.asb19__solutions--single .shape-1, .asb19__solutions--single .shape-2  {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.asb19__solutions--single .shape-2::after {
  position: absolute;
  content: '';
  background-color: #f5f4f9;
  width: 50px;
  height: 100px;
  right: 0px;
  top: 50%;
  margin-top: -50px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  transition: all 500ms ease;
}
.asb19__solutions--single .shape-2::before {
  position: absolute;
  content: '';
  background-color: #f5f4f9;
  width: 50px;
  height: 100px;
  left: 0px;
  top: 50%;
  margin-top: -50px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: all 500ms ease;
}
.asb19__solutions--single .shape-1::before {
  position: absolute;
  content: '';
  background-color: #f5f4f9;
  width: 100px;
  height: 50px;
  left: 50%;
  margin-left: -50px;
  top: 0px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all 500ms ease;
}
.asb19__solutions--single .shape-1::after {
  position: absolute;
  content: '';
  background-color: #f5f4f9;
  width: 100px;
  height: 50px;
  left: 50%;
  margin-left: -50px;
  bottom: 0px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 500ms ease;
}
.asb19__solutions--single:hover .shape-1::after, .asb19__solutions--single:hover .shape-1::before {
  width: 0px;
  margin-left: 0px;
}
.asb19__solutions--single:hover .shape-2::after, .asb19__solutions--single:hover .shape-2::before {
  height: 0px;
  margin-top: 0px;
}
/* PAGE: SERVICE */
/* PAGE: PRODUCT DETAILS */
.asb19__product--top {
  padding-right: 40px;
}
.asb19__product--top .asb19__title {
  color: var(--clr-black);
}
.asb19__product--top .asb19__badge--wrap {
  margin-bottom: 16px;
}
.asb19__product--sidebar .asb19__title {
  color: var(--clr-black);
  margin-bottom: 0;
  text-align: center;
}
.asb19__product--sidebar .asb19__btn--wrap {
  flex-direction: column;
}
.asb19__bg--light .asb19__store--product-box {
  background-color: var(--clr-white);
}
.asb19__product--tabs-nav {
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  padding-bottom: 32px;
}
.asb19__product--tabs-nav .nav-link {
  font-family: var(--ff-primary);
  font-size: 28px;
  font-weight: 700;
  color: #1E1E1E3D;
  border: none !important;
  padding: 0;
}
.asb19__product--tabs-nav .nav-link.active {
  color: var(--clr-black);
}
.asb19__product--gallery .accordion-item {
  --bs-accordion-bg: none;
}
.asb19__product--gallery .accordion-button {
  --bs-accordion-btn-bg: none;
  --bs-accordion-active-bg: none;
  --bs-accordion-active-color: var(--clr-accent);
  --bs-accordion-btn-focus-box-shadow: unset;
  padding: 32px 0;
  font-size: 28px;
  font-weight: 700;
}
.asb19__product--gallery .accordion-button:focus {
  box-shadow: unset;
}  
.asb19__product--gallery .accordion-body {
  padding: 24px 0;
}
.asb19__product--gallery-left img {
  height: 550px;
  margin: 0 auto;
}
.asb19__product--gallery-left {
  padding-right: 40px;
  position: sticky;
  top: 55px;
}
.asb19__product--gallery-left .asb19__media {
  background-color: var(--clr-white);
  border: 1px solid #eee;
}
.accordion-body .asb19__generic h2 {
  font-size: 28px;
}
.accordion-body .asb19__generic h3 {
  font-size: 26px;
}
.accordion-body .asb19__generic h4 {
  font-size: 24px;
}
.accordion-body .asb19__generic h5 {
  font-size: 22px;
}
.accordion-body .asb19__generic h6 {
  font-size: 20px;
}

/* PAGE: PRODUCT DETAILS */
/* ELEMENT: BADGES */
.asb19__badge {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 12px;
  line-height: 1.4;
color: var(--clr-white);
  background-color: var(--clr-accent-400);
} 
.asb19__badge--siemens {
  background-color: #00b9ba;
}
/* ELEMENT: BADGES */