@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #777777;
  background-clip: content-box;
  border: 1px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ff3131;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: #000000;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-track {
  background: #000000;
}



body {
  --bs-body-font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
}

.tab-content table td{border:1px solid #ddd; padding:6px;}



p{text-align:justify;}

.dropdown-menu-inner p{text-align:center;}

.l {
  box-shadow: inset 0 0 0 1px red;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.ts-0p7 {
  transform: scale(0.7);
}

.ts-0p8 {
  transform: scale(0.8);
}

.ts-0p9 {
  transform: scale(0.9);
}

.ts-1p1 {
  transform: scale(1.1);
}

.ts-1p2 {
  transform: scale(1.2);
}

.ts-1p3 {
  transform: scale(1.3);
}

.ts-1p4 {
  transform: scale(1.4);
}

.ts-1p5 {
  transform: scale(1.5);
}

.ts-1p6 {
  transform: scale(1.6);
}

.ts-1p7 {
  transform: scale(1.7);
}

.ts-1p8 {
  transform: scale(1.8);
}

.ts-1p9 {
  transform: scale(1.9);
}

.ts-2p0 {
  transform: scale(2);
}

.opacity-8 {
  opacity: 0.08 !important;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.bg-theme-dark {
  background: #333333;
}

.bg-facebook, .bg-facebook:hover {
  background: #3b5998 !important;
}

.bg-instagram, .bg-instagram:hover {
  background: #3b5998 !important;
}

.bg-linkedin, .bg-linkedin:hover {
  background: #0077b5 !important;
}

.bg-whatsapp, .bg-whatsapp:hover {
  background: #25d366 !important;
}

.bg-youtube, .bg-youtube:hover {
  background: #3b5998 !important;
}

.bg-twitter, .bg-twitter:hover {
  background: #1da1f2 !important;
}

.bg-pinterest, .bg-pinterest:hover {
  background: #bd081c !important;
}

.text-primary-hover:hover {
  color: #ff3131;
}

.maxw-60 {
  max-width: 60px;
}

.maxw-70 {
  max-width: 70px;
}

.maxw-80 {
  max-width: 80px;
}

.maxw-100 {
  max-width: 100px;
}

.maxw-680 {
  max-width: 680px;
}

.maxw-700 {
  max-width: 700px;
}

.maxw-800 {
  max-width: 800px;
}

.maxw-900 {
  max-width: 900px;
}

.maxw-1000 {
  max-width: 1000px;
}

.lh-md {
  line-height: 1.5 !important;
}

.lh-md2 {
  line-height: 1.75 !important;
}

.fs-17px {
  font-size: 17px;
}

.fs-18px {
  font-size: 18px;
}

.display-7 {
  font-size: calc(1.25rem + 1.5vw);
  font-weight: 300;
  line-height: 1.3;
}

.display-8 {
  font-size: calc(1.25rem + 1vw);
  font-weight: 300;
  line-height: 1.3;
}

.m-0px {
  margin: 0px;
}

.mt-0px {
  margin-top: 0px;
}

.mb-0px {
  margin-bottom: 0px;
}

.p-0px {
  padding: 0px;
}

.pt-0px {
  padding-top: 0px;
}

.pb-0px {
  padding-bottom: 0px;
}

.m-1px {
  margin: 1px;
}

.mt-1px {
  margin-top: 1px;
}

.mb-1px {
  margin-bottom: 1px;
}

.p-1px {
  padding: 1px;
}

.pt-1px {
  padding-top: 1px;
}

.pb-1px {
  padding-bottom: 1px;
}

.m-2px {
  margin: 2px;
}

.mt-2px {
  margin-top: 2px;
}

.mb-2px {
  margin-bottom: 2px;
}

.p-2px {
  padding: 2px;
}

.pt-2px {
  padding-top: 2px;
}

.pb-2px {
  padding-bottom: 2px;
}

.m-3px {
  margin: 3px;
}

.mt-3px {
  margin-top: 3px;
}

.mb-3px {
  margin-bottom: 3px;
}

.p-3px {
  padding: 3px;
}

.pt-3px {
  padding-top: 3px;
}

.pb-3px {
  padding-bottom: 3px;
}

.m-4px {
  margin: 4px;
}

.mt-4px {
  margin-top: 4px;
}

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

.p-4px {
  padding: 4px;
}

.pt-4px {
  padding-top: 4px;
}

.pb-4px {
  padding-bottom: 4px;
}

.m-5px {
  margin: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.p-5px {
  padding: 5px;
}

.pt-5px {
  padding-top: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.m-6px {
  margin: 6px;
}

.mt-6px {
  margin-top: 6px;
}

.mb-6px {
  margin-bottom: 6px;
}

.p-6px {
  padding: 6px;
}

.pt-6px {
  padding-top: 6px;
}

.pb-6px {
  padding-bottom: 6px;
}

.m-7px {
  margin: 7px;
}

.mt-7px {
  margin-top: 7px;
}

.mb-7px {
  margin-bottom: 7px;
}

.p-7px {
  padding: 7px;
}

.pt-7px {
  padding-top: 7px;
}

.pb-7px {
  padding-bottom: 7px;
}

.m-8px {
  margin: 8px;
}

.mt-8px {
  margin-top: 8px;
}

.mb-8px {
  margin-bottom: 8px;
}

.p-8px {
  padding: 8px;
}

.pt-8px {
  padding-top: 8px;
}

.pb-8px {
  padding-bottom: 8px;
}

.m-10px {
  margin: 10px;
}

.mt-10px {
  margin-top: 10px;
}

.mb-10px {
  margin-bottom: 10px;
}

.p-10px {
  padding: 10px;
}

.pt-10px {
  padding-top: 10px;
}

.pb-10px {
  padding-bottom: 10px;
}

.m-12px {
  margin: 12px;
}

.mt-12px {
  margin-top: 12px;
}

.mb-12px {
  margin-bottom: 12px;
}

.p-12px {
  padding: 12px;
}

.pt-12px {
  padding-top: 12px;
}

.pb-12px {
  padding-bottom: 12px;
}

.m-14px {
  margin: 14px;
}

.mt-14px {
  margin-top: 14px;
}

.mb-14px {
  margin-bottom: 14px;
}

.p-14px {
  padding: 14px;
}

.pt-14px {
  padding-top: 14px;
}

.pb-14px {
  padding-bottom: 14px;
}

.img-cover {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #ff3131;
  --bs-btn-border-color: #ff3131;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b81c1c;
  --bs-btn-hover-border-color: #b81c1c;
  --bs-btn-focus-shadow-rgb: 255, 87, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff3131;
  --bs-btn-active-border-color: #ff3131;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff3131;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff3131;
  --bs-gradient: none;
}

.btn-outline-primary {
  --bs-btn-color: #ff3131;
  --bs-btn-border-color: #ff3131;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff3131;
  --bs-btn-hover-border-color: #ff3131;
  --bs-btn-focus-shadow-rgb: 247, 42, 138;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b81c1c;
  --bs-btn-active-border-color: #b81c1c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff3131;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff3131;
  --bs-gradient: none;
}

.btn-readmore {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-readmore:hover {
  border-color: #ff3131;
  background-color: #ff3131;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  border-color: #ff3131;
  background-color: #ff3131;
}

.img-hovereffect {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #333333;
  display: block;
}
.img-hovereffect:hover::before {
  transform: scale(1);
}
.img-hovereffect:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.img-hovereffect::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dotted rgba(255, 49, 49, 0.75);
  transform: scale(0);
  transition: 700ms;
}
.img-hovereffect img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 500ms;
}

/*Start | Header Style*/
.navbar {
  background: #333333;
  position: sticky;
  top: 0;
  z-index: 1022;
}
.navbar .navbar-brand {
  padding: 24px 0;
}
.navbar .navbar-brand img {
  width: 130px;
  position: absolute;
  top: 0px;
  background:#fff;
 /* filter: drop-shadow(0px 1px 3px #555555);*/
}
.navbar .navbar-nav .dropdown-menu {
  border-radius: 0;
  border-top: 2px solid #ff3131 !important;
}
.navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 10px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff3131;
}
.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle {
  color: #ff3131;
}
.navbar .navbar-nav .nav-appointment {
  margin-left: 10px;
}
.navbar .navbar-nav .nav-appointment .btn {
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.navbar .navbar-nav .header-social {
  padding-left: 20px;
}
.navbar .navbar-nav .header-social .whatsapp-link {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.navbar .navbar-nav .header-social .whatsapp-link .icon {
  color: #64b161;
  font-size: 20px;
}
.navbar .navbar-nav .header-social .whatsapp-link:hover {
  color: #ff3131;
}
.navbar .navbar-nav .header-social .social-link {
  text-decoration: none;
  color: #D9D9D9;
  font-size: 16px;
}
.navbar .navbar-nav .header-social .social-link:hover {
  color: #ff3131;
}

.dropdown-menu-full {
  width: 100%;
}
.dropdown-menu-full::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: transparent;
  top: -25px;
  left: 0;
}
.dropdown-menu-full .dropdown-menu-inner {
  overflow: hidden;
  overflow-y: auto;
  max-height: 370px;
  padding: 20px 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  background-color: #ff3131;
}

.dropdown-mobile {
  visibility: hidden;
  width: 31px;
  height: 41px;
  border: none;
  border-left: 1px solid #403a2a;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: Arial;
}
.dropdown-mobile::before {
  content: "+";
}
.dropdown-mobile.show::before {
  content: "-";
}

.card-productmenu {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #333333;
}
.card-productmenu:hover {
  color: #ff3131;
  font-weight: 500;
}
.card-productmenu:hover img {
  transform: scale(1.1);
}
.card-productmenu img {
  max-width: 100%;
  height: 100px;
  transition: 400ms;
  margin-bottom: 10px;
}
.card-productmenu p {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin: 0;
  font-size: 15px;
}

/*End | Header Style*/
.page-bannerbox {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.page-bannerbox .page-bannerimg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-bannerbox .container {
  position: relative;
  z-index: 3;
}

.breadcrumb-box {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8' fill='%236c757d'/%3E%3C/svg%3E");
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
  transform: translateY(3px);
}
.breadcrumb-box .breadcrumb-item a {
  color: var(--bs-black);
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-box .breadcrumb-item a:hover {
  color: #ff3131;
}

.section-banner {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: url('https://nkenginex.com/public/main-banner/1730037343_518717695606259db162.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-banner .owl-stage-outer, .section-banner .owl-stage, .section-banner .owl-item, .section-banner .container, .section-banner .row {
  min-height: inherit;
}
.section-banner .item {
  position: relative;
  min-height: inherit;
}
.section-banner .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(51, 51, 51, 0);
}
.section-banner .item .container {
  z-index: 2;
}
.section-banner .item .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.section-banner .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.card-product {
  overflow: hidden;
  border-radius: 0;
  border-color: rgba(51, 51, 51, 0.1);
  height: 100%;
}
.card-product:hover .card-imghovereffect img {
  transform: scale(1.15);
}
.card-product .card-imghovereffect {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.card-product .card-imghovereffect img {
  max-width: 95%;
  max-height: 95%;
  display: block;
  transition: 350ms;
}
.card-product .card-body, .card-product .card-footer {
  background-color: rgba(51, 51, 51, 0.04) !important;
  border-radius: 0;
}

.ribbon {
  --f: .5em;
  --r: .8em;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 15px;
  right: calc(-1 * var(--f));
  padding-inline: 0.5em 1.25em;
  line-height: 2;
  background: #ff3131;
  border-bottom: var(--f) solid rgba(0, 0, 0, 0.3333333333);
  border-left: var(--r) solid rgba(0, 0, 0, 0);
  z-index: 2;
  pointer-events: none;
  -webkit-clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f) / 2));
          clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f) / 2));
}

.carousel-product {
  border: 1px solid var(--bs-gray-300);
}
.carousel-product .carousel-control-prev, .carousel-product .carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: var(--bs-gray-600);
  padding: 5px;
  top: calc(50% - 15px);
}
.carousel-product .carousel-indicators {
  margin-bottom: 0.25rem;
}
.carousel-product .carousel-indicators [data-bs-target] {
  background-color: #333333;
  width: 16px;
}

.nav-tabs-common .nav-link {
  border-radius: 0;
  font-weight: 500;
}

.heading-box span {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.heading-box span::before, .heading-box span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1.5px;
  background-color: currentColor;
  opacity: 0.25;
  margin-right: 16px;
}
.heading-box span::after {
  margin-left: 16px;
  margin-right: 0;
}

.poster-image {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.poster-image::before {
  content: attr(data-badge);
  color: #fff;
  background: #333333;
  position: absolute;
  top: 25px;
  left: 0;
  padding: 5px 15px;
  box-shadow: 0 2px 6px #999;
  z-index: 2;
  transition: 500ms;
}
.poster-image img {
  width: 100%;
  display: block;
  transition: 500ms;
  border: 1px solid #ddd;
}
.poster-image:hover::before {
  background: #ff3131;
}
.poster-image:hover img {
  transform: scale(1.025);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ff3131;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 5px;
}
.owl-theme.owl-theme-nav.event-arrow .owl-nav {
  left: auto;
  right: 0;
  top: -42px;
  width: auto;
}
.owl-theme.owl-theme-nav.event-arrow .owl-nav button.owl-prev, .owl-theme.owl-theme-nav.event-arrow .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
}
.owl-theme.owl-theme-nav.explore-arrow .owl-nav {
  top: 38%;
}
.owl-theme.owl-theme-nav .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin: 0;
  pointer-events: none;
}
.owl-theme.owl-theme-nav .owl-nav.disabled {
  display: none;
}
.owl-theme.owl-theme-nav .owl-nav button.owl-prev, .owl-theme.owl-theme-nav .owl-nav button.owl-next {
  pointer-events: all;
  font-family: "IBM Plex Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 40px;
  font-size: 0;
  position: relative;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.5);
}
.owl-theme.owl-theme-nav .owl-nav button.owl-prev::after, .owl-theme.owl-theme-nav .owl-nav button.owl-next::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  top: calc(50% - 6px);
  left: calc(50% - 3px);
}
.owl-theme.owl-theme-nav .owl-nav button.owl-prev:hover, .owl-theme.owl-theme-nav .owl-nav button.owl-next:hover {
  background: #ff3131;
}
.owl-theme.owl-theme-nav .owl-nav button.owl-next::after {
  transform: rotate(135deg);
  left: calc(50% - 9px);
}

.card-slideproduct {
  text-align: center;
}
.card-slideproduct img {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-slideproduct h2 {
  font-weight: 500;
  margin: 16px 0 10px 0;
  padding: 0 15px;
  font-size: 22px;
}
.card-slideproduct p {
  padding: 0 15px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 24px;
  max-height: 48px;
  opacity: 0.85;
}
.card-slideproduct a {
  color: #ff3131;
  text-underline-offset: 5px;
  font-weight: 500;
}
.card-slideproduct a:hover {
  color: #b81c1c;
}

.logo-wrapper {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.logo-wrapper .logo-box {
  width: 240px;
  height: 90px;
  border: 1px solid #eee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  margin-right: 14px;
}
.logo-wrapper .logo-box:hover img {
  transform: scale(1.05);
}
.logo-wrapper .logo-box img {
  max-width: 90%;
  max-height: 56px;
  transition: 500ms;
}

.card-testimonial {
  position: relative;
  padding-top: 60px;
  text-align: center;
}
.card-testimonial .card-avatart {
  width: 100px;
  max-width: 100px;
  border-radius: 50%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #f8f9fa;
  transition: 400ms;
}
.card-testimonial .card-body {
  background-color: #f8f9fa;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  transition: 400ms;
}
.card-testimonial .card-body .card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.card-testimonial .card-body small {
  font-size: 14px;
}

.testimonial-carousel.owl-theme-nav .owl-nav {
  width: calc(100% + 100px);
  left: -50px;
}
.testimonial-carousel .owl-item .item {
  transform: scale(0.85);
  transition: 400ms;
}
.testimonial-carousel .owl-item.center .item {
  transform: scale(1);
}
.testimonial-carousel .owl-item.center .item .card-testimonial {
  color: #ccc;
}
.testimonial-carousel .owl-item.center .item .card-testimonial .card-avatart {
  box-shadow: 0 0 0 3px #333333;
}
.testimonial-carousel .owl-item.center .item .card-testimonial .card-body {
  background: #333333;
}

.table-dark {
  --bs-table-bg: #454343;
}

.table-common thead th, .table-common thead td {
  text-align: left;
}
.table-common > :not(caption) > * > * {
  padding: 0.75rem 0.65rem;
}

.accordion-common {
  border: none;
}
.accordion-common .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.accordion-common .accordion-button {
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 1.2rem;
}
.accordion-common .accordion-collapse, .accordion-common .accordion-item {
  border-radius: 0 !important;
}

.goto-top {
  position: fixed;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #333333;
  box-shadow: 0 0 10px #bababa;
  bottom: 15px;
  right: 15px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  border: none;
  opacity: 0;
  transform: scale(0);
  z-index: 120;
}
.goto-top.active {
  opacity: 1;
  transform: scale(1);
}
.goto-top:hover {
  background-color: #ff3131;
  box-shadow: 0 0 10px #333333;
}

footer {
  background: #333333;
  padding-top: 40px;
}
footer .footer-heading {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
footer .footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
footer .footer-links li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-links li a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
footer .footer-links li a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  left: -3px;
  top: 7px;
  opacity: 0.5;
  transition: 200ms;
}
footer .footer-links li a:hover {
  color: #ff3131;
}
footer .footer-links li a:hover::before {
  width: 9px;
  height: 1px;
  transform: rotate(0);
  top: 10px;
  left: 0;
  opacity: 1;
}
footer .footer-address {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
footer .footer-address li:not(:last-child) {
  margin-bottom: 12px;
}
footer .footer-address li .address-link {
  display: flex;
  text-decoration: none;
  color: #ffffff;
}
footer .footer-address li .address-link .icon {
  min-width: 30px;
  font-size: 18px;
  opacity: 0.65;
}
footer .footer-address li .address-link span {
  align-self: start;
  padding-left: 5px;
}
footer .footer-address li .address-link:hover {
  color: #ff3131;
}
footer .footer-address li .address-link:hover .icon {
  opacity: 1;
}
footer .footer-social-link {
  display: flex;
  gap: 14px;
}
footer .footer-social-link a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  font-size: 20px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
footer .footer-social-link a:hover {
  color: #ff3131;
}
footer .copyright {
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  padding: 20px 0;
}
footer .copyright a {
  color: #333333;
  text-decoration: none;
}
footer .copyright a:hover {
  color: #ff3131;
}

.dots {
  position: relative;
  display: inline-flex;
  padding-left: 16px;
}
.dots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background-color: #ccc;
}

.accordion-brands .accordion-button[aria-expanded=true] {
  font-weight: 600;
  color: #000;
  background-color: #d9d9d9;
}
.accordion-brands .list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}
.accordion-brands .list-group-flush .list-group-item.active {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  background: transparent;
  border-color: currentColor;
}

/* ========================================================== */
/* === Responsive === */
/* ========================================================== */
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 1399.5px) {
  .navbar .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .navbar .header-social {
    display: none;
  }
}
@media screen and (max-width: 991.9px) {
  .navbar .navbar-toggler, .navbar .btn-close {
    filter: invert(100%);
  }
  .navbar .navbar-brand {
    padding: 8px 0;
  }
  .navbar .navbar-brand img {
    width: 113px;
    top: 0px;
  }
  .navbar .navbar-collapse {
    position: fixed;
    right: -300px;
    top: 0;
    width: 260px;
    min-height: 100%;
    height: 100%;
    background: #333333;
    bottom: 0;
    transition: 350ms;
    box-shadow: 0 5px 10px #222;
    padding-left: 15px;
    z-index: 100;
    overflow-y: auto;
  }
  .navbar .navbar-collapse.show {
    right: 0;
  }
  .navbar .navbar-nav .nav-appointment {
    margin-left: 0;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) {
    position: relative !important;
    border-bottom: 1px solid #403a2a;
  }
  .navbar .dropdown-toggle::after {
    display: none;
  }
  .navbar .navbar-nav .header-social {
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    display: flex;
  }
  .navbar .navbar-nav .header-social .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px !important;
    text-align: center;
  }
  .navbar .navbar-nav .header-social span {
    width: 100%;
    display: block;
    pointer-events: none;
    transform: rotate(90deg);
  }
  .navbar .navbar-nav .header-social .social-link {
    font-size: 18px;
  }
  .dropdown-mobile {
    visibility: visible;
  }
  .card-productmenu img {
    height: 70px;
    margin-bottom: 4px;
  }
  .card-productmenu p {
    padding-top: 4px;
    font-size: 12px;
  }
  body:has(.navbar-collapse.show) {
    overflow: hidden;
  }
  body:has(.navbar-collapse.show) > *:not(.navbar) {
    opacity: 0.25;
    pointer-events: none;
  }
}
@media screen and (max-width: 575.9px) {
  .poster-image::before {
    top: 10px;
    font-size: 11px;
    padding: 4px 12px;
  }
  .accordion-common .accordion-button {
    font-size: 1rem;
  }
  footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
  }
  footer .footer-links li {
    flex: 1 1 calc(50% - 15px);
  }
}/*# sourceMappingURL=style.css.map */