@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --light: #efefef;
  --dark: #010101;
  --middark: #565656;
  --medium: #eaeaea;
  --exlight: #f0e1c4;
  --hl: #cc1b1b;
  --lborder: #111762;
  --radius: 20px;

  --titlefont: "Roboto", sans-serif;
  --textfont: "Montserrat", sans-serif;
}

*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

html {
  height: 100%;
  padding-bottom: 2px;
}

.overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

a,
a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

a:hover,
a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

body {
  background-color: #fff;
  color: var(--dark);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: var(--textfont);
}


/* -------------- Top -------------- */

.top-wrapper {
  position: relative;
  z-index: 13;
  background-color: var(--light);
}

.top-wrapper .logo {
  margin: 3px 0;
  display: block;
}

.top-wrapper .logo img {
  max-width: 100%;
}

/* -------------- Menu -------------- */
.top-wrapper2 .top-menu {
  margin-top: 16px;
}

.top-menu {
  padding: 2px 0;
  z-index: 10;
  float: right;
  display: inline-block;
}

.top-menu ul {
  margin: 0px 0 0px 0;
  padding: 0;
  list-style: none;
  display: inline;
}

.top-menu ul li {
  display: inline-block;
  margin: 0px;
  position: relative;
  color: #4e2624;
  float: left;
}

.top-menu ul li a {
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 500;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
}

.top-menu ul li a:hover {
  text-decoration: none;
  color: #d21212 !important;
}

.top-menu ul li:last-child a {
  border-right: 0px;
}

.top-menu .active {
  border-color: #ffcf24;
}

.top-menu ul li ul {
  display: none;
  position: absolute;
  z-index: 30;
  background-color: #4f4e4e;
}

.top-menu ul li:hover ul {
  display: block;
}

.top-menu ul li ul li {
  width: 250px;
  display: block;
  background: none;
  text-align: left !important;
  padding: 3px 5px;
  text-align: left !important;
}

.top-menu ul li ul li a {
  font-size: 15px;
  padding: 5px 6px;
}

.top-menu ul li ul li:first-child a {
  padding: 5px 6px !important;
}

.top-menu ul li ul li ul,
.top-menu ul li:hover ul li ul {
  display: none;
  left: 251px;
  top: 0px;
  border-top: 1px solid #ccc !important;
}

.top-menu ul li:hover ul li:hover ul {
  display: block;
}



.banner-wrapper {
  position: relative;
  background-color: var(--light);
  padding: 40px 0;
}

.banner-text {
  font-size: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
}

.sub-banner {
  padding-top: 70px;
  background-color: var(--light);
}

.head-title {
  font-size: 80px;
  line-height: 56px;
  color: #fff;
  overflow: hidden;
  font-weight: 800;
  font-family: var(--titlefont);
}

/* -------------- Common theme -------------- */
.breadcrumb-wrapper {
  margin-top: 15px;
  padding: 14px 0;
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 0 0px 0 !important;
}

.breadcrumb ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  display: inline-block;
  padding: 0 4px;
  color: var(--middark);
}

.breadcrumb ul li a {
  display: block;
  text-decoration: none;
  padding: 4px 4px;
  color: var(--middark);
}

;

.socialmedia-menu {
  margin-top: 19px;
  margin-left: 30%;
}

.socialmedia-menu ul {
  list-style: none;
  padding: 0;
  list-style: inline-block;
}

.socialmedia-menu ul li {
  display: inline-block;
}

.socialmedia-menu ul li a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 11px;
  width: 48px;
  height: 48px;
  display: block;
  background-color: #dc3c40;
  border-radius: 50%;
  border-bottom: 0;
}

.socialmedia-menu ul li a:hover {
  color: #fff;
  background-color: #e31e24;
}

.socialmedia-menu ul li:first-child a {
  padding-left: 0 !important;
}



.page-title {
  width: 100%;
  float: left;
}

.page-title h1 {
  font-size: 36px;
  font-weight: 800;
  color: var(--dark);
  padding: 0px 15px 14px 0px;
  display: inline-block;
  font-family: var(--titlefont);
}

.page-wrapper {
  padding: 50px 0;
}

.content-wrapper {}

.ani {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ani:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-title2 {}

.page-title2 h1 {
  font-weight: 900;
  color: #7a3c30;
}

.sub-title {
  font-family: "Gabarito", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #000;
}

.page-content {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
}

.page-content h2 {
  color: #699a1f;
  font-size: 22px;
  margin: 8px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a2a2a2;
}

.page-content h3 {
  color: #6c3328;
  font-size: 22px;
  margin: 8px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a2a2a2;
}

.page-content h4 {
  color: #6c3328;
  font-size: 22px;
  margin: 8px 0;
  padding-bottom: 5px;
}

.page-content h5 {
  color: #699a1f;
  font-size: 20px;
  margin: 8px 0;
  padding-bottom: 5px;
}

.page-content h5 {
  color: #6c3328;
  font-size: 20px;
  margin: 8px 0;
  padding-bottom: 5px;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.smooth * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.smooth *:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.smooth {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.smooth:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots {
  bottom: 20px !important;
}

/* -------------- Home Page -------------- */
.about-wrapper {
  padding: 60px 0;
  background-color: #fff;
}

.read-more {
  color: var(--dark);
  text-decoration: none;
  margin: 5px 0 15px 0;
  padding: 3px;
  background-color: var(--light);
  display: inline-block;
}

.read-more:hover {
  color: #fff;
  text-decoration: none;
  margin: 5px 0;
  padding: 3px;
  background-color: var(--dark);
  display: inline-block;
}

.home-about {
  height: 100%;
  display: flex;
  align-items: center;
}

.inq {
  background: url(../img/m-link.jpg) no-repeat left center;
  background-color: var(--dark);
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  font-family: var(--titlefont);
  padding: 18px 26px 18px 119px;
}

.inq-button {
  background-color: var(--light);
  color: var(--dark);
  display: inline-block;
  padding: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  margin-left: 15px;
}

.home-product-wrapper {
  background-color: var(--light);
  padding: 60px 0;
}

.home-product-title {
  padding: 0 15px;
  font-family: var(--titlefont);
  font-weight: 800;
  font-size: 105px;
  color: #cecece;
  line-height: 100px;
}

.home-product-data {
  padding: 0 15px;
  margin-bottom: 15px;
  width: 90%;
}

.home-product-image {
  width: 100%;
}

.home-product-image img {
  width: 100%;
}

.view-more {
  background-color: #cecece;
  padding: 8px 12px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.view-more:hover {
  background-color: var(--dark);
  padding: 8px 12px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.home-key-wrapper {
  padding: 60px 0;
}

.process-wrapper {
  margin: 10px 0;
}

.process-image img {
  border: 3px solid var(--dark);
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.process-title1 {
  font-family: var(--titlefont);
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
}

.process-title2 {
  font-size: 16px;
}

.features-wrapper {
  background-color: var(--light);
  padding: 50px 0;
}

.value-box {
  margin-top: 45px;
}

.value-image {
  text-align: center;
}

.value-image:after {
  content: '';
  border: 3px solid var(--hl);
  width: 70px;
  display: block;
  margin: 10px auto 19px auto;
  border-radius: 25px;
}

.value-image img {
  max-width: 90%;
}

.value-title {
  text-align: center;
  font-size: 16px;
}

.scrolling-wrapper {
  background-color: #565656;
  padding: 20px 0 3px 0;
  line-height: 102px;
  font-size: 90px;
  font-weight: 300;
  color: #888888;
}

/* @media (max-width: 768px) {
  .scrolling-wrapper {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 480px) {
  .scrolling-wrapper {
    font-size: 26px;
    line-height: 40px;
  }
} */

.mv-wrapper {
  margin: 12px 0;
}

.mv-data {
  font-size: 14px;
  margin-top: 6px;
}

.mission {
  padding: 22px 0 22px 110px;
  /* background: url(../img/misson.jpg) no-repeat center left; */
  background-color: #eaeaea;
  font-size: 22px;
  font-weight: 800;
}

.vision {
  padding: 22px 0 22px 110px;
  /* background: url(../img/vision.jpg) no-repeat center left; */
  background-color: #eaeaea;
  font-size: 22px;
  font-weight: 800;
}

.mission h1,
.vision h1 {
  font-size: 20px;
  font-weight: 500;
}

.join-wrapper {
  padding: 60px 0px 60px 0px;
  background-color: var(--light);
}

.h-img {
  border: 3px solid var(--dark);
  margin: 15px 0;
}

.v-img {
  border: 3px solid var(--dark);
  margin: 15px 0;
}

.h-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.v-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.h-img:hover img,
.v-img:hover img {
  filter: grayscale(0);
}

.join-us {
  font-size: 60px;
  font-weight: 300;
  text-decoration: none;
  color: var(--dark);
  display: inline-block;
  margin: 0px auto;
}

.join-us:hover {
  text-decoration: none;
  color: var(--hl);
}

.view-all {
  background-color: #b70f1b;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
}

.view-all:hover {
  background-color: #454545;
}

.contact-wrapper {
  padding: 30px;
}

/* -------------- Contact us Page -------------- */
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px;
}

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px;
}

.contact_us_form input,
.contact_us_form select {
  width: 100%;
  border-radius: 4px;
  height: 38px;
  background: transparent;
  border: 1px solid #8a8c8d;
}

.contact_us_form textarea {
  width: 100%;
  border-radius: 4px;
  height: 132px;
  background: transparent;
  border: 1px solid #8a8c8d;
}

/* -------------- Footer -------------- */

.footer-logo {
  padding: 30px 0;
}

.footer-logo .container {
  text-align: center;
}

.footer-wrapper {
  padding: 40px 0;
  background-color: var(--dark);
}

.footer-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 6px;
  padding-bottom: 6px
}

.footer-data {
  margin: 20px 0;
  color: var(--light);
}

.footer-data p {
  color: #ececec;
}

.footer-data ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-data ul li {
  margin: 0px;
}

.footer-data ul li:last-child {
  border-bottom: 0px solid #454545;
}

.footer-data ul li a {
  display: block;
  padding: 7px 5px;
  color: #ececec;
  text-decoration: none;
}

.footer-data ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.subscribe-text {
  background-color: #b70f1b;
  border: 1px solid #7d0c13;
  height: 40px;
}

.subscribe-text::placeholder {
  color: #ececec;
}

.subscribe-button {
  background-color: #7d0c13;
  border: 1px solid #7d0c13;
  color: #fff;
  height: 40px;
}

/* -------------- Footer2 -------------- */
.footer2 {
  padding-bottom: 15px;
  background-color: #fff;
  padding: 18px 0;
}

.footer2 .copy-text {
  font-size: 15px;
  color: #4f4e4e;
}

.footer2 .wc-text a {
  font-size: 15px;
  color: #4f4e4e;
}



/* -------------- Product Page -------------- */
.product-wrapper {
  border: 3px solid #fff;
  margin: 20px 10px;
  background-color: #fff;
  padding: 5px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-image {
  z-index: 8;
  width: 100%;
  padding: 20px 20px 0 20px;
  overflow: hidden;
  text-align: center;
}

.product-wrapper:hover {
  border: 3px solid var(--dark);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.product-image img {
  width: 100%;
  height: auto;
}

.product-title a {
  color: var(--dark);
  text-decoration: none;
  padding: 20px 0;
  width: 100%;
  display: block;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.product-wrapper:hover .category-title a {
  color: var(--hl);
}

.product-wrapper:hover .product-image img {
  transform: scale(1.1);
}

/* -------------- Product Details Page -------------- */

.prodcut-link-wrapper {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  float: left;
  width: 100%;
}

.link-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  float: left;
  margin-right: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.link-image img {
  width: 80%;
  margin-top: 8%;
}

.link-name {
  color: #585858;
  font-size: 18px;
  font-weight: 500;
  float: left;
  margin-top: 3%;
}

.link-name span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #838383;
}

.prodcut-link-wrapper:hover .link-image {
  scale: 1.4;
}

.prodcut-link-wrapper:hover .link-name {
  margin-left: 4%;
}

.product-detail-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 40px 60px 20px;
}

.inqury-link {
  display: inline-block;
  padding: 12px 22px;
  text-decoration: none;
  color: var(--dark);
  font-weight: 500;
  background-color: #cecece;
}

.inqury-link:hover {
  color: #fff;
  background-color: var(--dark);
}

.brochure-link:hover {
  color: #fff;
  background-color: #e82f35;
}

.product-detail-data {}

.product-detail-title h1 {
  font-size: 56px;
  font-weight: 800;
  color: var(--dark);
  padding: 0px 15px 14px 0px;
  display: inline-block;
  font-family: var(--titlefont);
}

.product-bottom-title {
  position: absolute;
  font-size: 80px;
  color: #fff;
  opacity: 0.9;
  font-weight: 600;
  bottom: -37px;
  right: 0;
}

.reagents-pdf {
  text-decoration: none;
  color: #595959;
  background: url(../img/pdf.png) no-repeat left center #fff;
  background-size: 40px auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin: 5px 0;
  border-radius: 10px;
  padding: 15px 5px 15px 50px;
  display: block;
}

.reagents-pdf:hover {
  text-decoration: none;
  color: #fff;
  background: url(../img/pdf.png) no-repeat left center #dc151d;
  background-size: 40px auto;
}

.specs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.specs-list li {
  margin: 0;
  background: url(../img/specs-list.png) no-repeat center left;
  padding: 9px 3px 9px 40px;
}

.nav-tabs {
  text-align: left;
  width: 100%;
  display: inline-block;
}

.nav-tabs li {
  display: inline-block;
}

.nav-tabs {
  border: 0px !important;
}

.nav-tabs .nav-link {
  border: 0px !important;
}

.tab-content {
  padding: 15px;
  border: 0px solid #ccc;
  border-top: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: transparent !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 3px solid #e82f35 !important;
  font-size: 15px !important;
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 3px solid #000;
}

.nav-item {
  font-size: 15px !important;
  border: 0;
}

.nav-link {
  color: #454545 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #454545 !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--dark);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--hl);
}


#goTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;

  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  font-weight: 500;

  color: #000;
  background: #fff;

  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;

  cursor: pointer;

  /* Premium soft shadow */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);

  transition: all 0.35s ease;
}

/* Show state */
#goTopBtn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover – invert cleanly */
#goTopBtn:hover {
  background: rgb(213 31 30);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Active click feel */
#goTopBtn:active {
  transform: scale(0.95);
}

#main-nav {
  display: none !important
}

.hamburger-left {
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.hamburger-left img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  transition: transform .3s ease
}

.hamburger-left:hover img {
  transform: scale(1.1)
}

.social-icons-header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #a4a2a2;
  color: #fff;
  border-radius: 50%;
  font-size: .8rem;
  transition: all .3s ease;
  text-decoration: none
}

.social-icons-header a:hover {
  background: rgb(213 31 30);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.fullscreen-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center
}

.fullscreen-menu-overlay.active {
  visibility: visible;
  opacity: 0.9;
}

.overlay-nav {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0
}

.overlay-nav>li {
  margin: 15px 0
}

.overlay-nav>li>a,
.submenu-toggle {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  transition: all .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  letter-spacing: .5px;
  cursor: pointer;
  border-radius: 20px
}

.overlay-nav>li>a:hover,
.submenu-toggle:hover {
  background: rgba(0, 0, 0, .05);
  color: #000
}

.overlay-nav>li>a.active-overlay {
  background: #000;
  color: #fff
}

.close-3d {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #333;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden
}

.fullscreen-menu-overlay.active .close-3d {
  opacity: 1;
  visibility: visible
}

.close-3d:hover {
  background: #f5f5f5;
  transform: scale(1.05)
}

.submenu-toggle i {
  font-size: .9rem;
  transition: transform .2s ease
}

.submenu-toggle.active i {
  transform: rotate(180deg)
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out
}

.submenu.open {
  max-height: 300px;
  transition: max-height .4s ease-in
}

.submenu li {
  margin: 10px 0
}

.submenu li a {
  text-decoration: none;
  font-size: 1.1rem;
  padding: 6px 25px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  border-radius: 20px;
  transition: all .2s ease
}

.submenu li a:hover {
  background: rgba(0, 0, 0, .05);
  color: #000
}

.submenu li a.active-overlay {
  background: #000;
  color: #fff
}

body.menu-open {
  overflow: hidden
}

@media(max-width:767px) {
  .hamburger-left img {
    width: 48px;
    height: 48px
  }

  .social-icons-header a {
    width: 28px;
    height: 28px;
    font-size: .7rem
  }

  .overlay-nav>li>a,
  .submenu-toggle {
    font-size: 1rem;
    padding: 6px 16px
  }

  .overlay-nav>li {
    margin: 12px 0
  }

  .submenu li a {
    font-size: .9rem;
    padding: 5px 20px
  }
}

@media(max-width:480px) {
  .hamburger-left img {
    width: 48px;
    height: 48px
  }

  .social-icons-header a {
    width: 24px;
    height: 24px;
    font-size: .65rem
  }
}


/* ===== Custom UL Conversion Fix ===== */

/* Remove default UL styling */
.custom,
.process {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* CUSTOMIZATION TAGS (same as span) */
.custom li {
  border: 1px solid #ddd;
  padding: 10px 16px;
  display: inline-block;
  margin: 8px;
  font-size: 14px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

/* Corner mark */
.custom li::after {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

/* PROCESS GRID (same layout) */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin-top: 20px;
  width: 100%;
}

.process li.box {
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
  padding: 18px 18px 14px;
  box-sizing: border-box;
  position: relative;
}

/* top section */
.step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

/* number */
.process li .num {
  font-size: 72px;
  font-weight: 700;
  color: #bdbdbd;
  line-height: 1;
}

/* image */
.step-top img {
  width: 110px;
  height: 82px;
  object-fit: contain;

  /* pushes image fully to right */
  margin-left: auto;

  /* touch right border like design */
  margin-right: -10px;
}

/* title */
.process li p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

/* responsive */
@media (max-width: 768px) {
  .process {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .process li .num {
    font-size: 50px;
  }

  .step-top img {
    width: 58px;
    height: 58px;
    margin-right: -6px;
  }

  .process li p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .process {
    grid-template-columns: 1fr;
  }
}

/* Badge style (extends existing .custom) */
.custom.badges li {
  border: 0;
  /* remove box border */
  background: #eaeaea;
  /* light grey badge */
  padding: 6px 12px;
  font-size: 13px;
  margin: 6px;
  border-radius: 4px;
  font-weight: 700;
}

/* remove corner mark */
.custom.badges li::after {
  display: none;
}

.product-detail-title {
  font-family: var(--titlefont);
  font-weight: 800;
  font-size: 60px;
  line-height: 1.1;
  color: white;
}

.page-wrapper2 {
  padding: 50px 0;
  /* background-color: var(--light); */
  overflow: hidden;
  /* 🔥 prevents overflow outside screen */
}

@media (max-width: 768px) {
  .process {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .process li.box {
    padding: 18px 10px;
  }

  .process li .num {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .process {
    grid-template-columns: 1fr;
  }
}

/* ===== STATS BAR ===== */
.stats-bar {
  background: #f3f3f3;
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.stat-item {
  position: relative;
  text-align: left;
}

/* Vertical divider */
.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #dcdcdc;
}

/* Inner layout */
.stat-inner {
  padding-left: 20px;
  position: relative;
}

/* Left black line */
.stat-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 40px;
  background: #000;
}

/* Heading */
.stat-inner span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

/* Sub text */
.stat-inner p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) {
  .stat-item {
    margin-bottom: 20px;
  }

  .stat-item::after {
    display: none;
  }
}

.cross-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 30px 0;
  box-sizing: border-box;
}

/* FULL DIAGONAL BLOCK */
.cross-content {
  position: relative;
  width: 140vw;
  min-height: 120px;
  padding: 0 32px;
  background: #f3f3f3;
  transform: rotate(-3deg);
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}

/* TEXT ALSO SAME ANGLE */
.cross-content h1 {
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 900;
  font-family: var(--titlefont);
  letter-spacing: 0.08em;
  color: white;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  line-height: 1.03;
  transform: rotate(0deg);
}

/* ===== CROSS SECTION RESPONSIVE ===== */

@media (max-width: 992px) {
  .cross-section {
    min-height: 180px;
    padding: 24px 0;
  }

  .cross-content {
    min-height: 100px;
    padding: 0 16px;
  }

  .cross-content h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
  }
}

@media (max-width: 768px) {
  .cross-section {
    min-height: 150px;
    padding: 18px 0;
  }

  .cross-content {
    min-height: 90px;
    width: min(1200px, 100%);
  }

  .cross-content h1 {
    font-size: clamp(2.2rem, 7vw, 4.5rem);
  }
}

@media (max-width: 576px) {
  .cross-section {
    min-height: 100px;
    padding: 16px 0;
  }

  .cross-content {
    min-height: 76px;
    width: min(1000px, 100%);
  }

  .cross-content h1 {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }
}

@media (max-width: 480px) {
  .cross-section {
    min-height: 110px;
    padding: 14px 0;
  }

  .cross-content {
    min-height: 45px;
    width: 100%;
    padding: 0 12px;
  }

  .cross-content h1 {
    font-size: clamp(1.2rem, 7vw, 2.4rem);
  }
}

@media (min-width: 2560px) {
  .cross-section {
    min-height: 312px;
    padding: 45px 0;
  }

  .cross-content {
    width: 180vw;
    min-height: 150px;
    padding: 0 48px;
  }

  .cross-content h1 {
    font-size: clamp(4rem, 8vw, 7rem);
  }
}

/* Thumbnail scroll container */
.thumb-scroll {
  max-height: 530px;
  /* 🔥 match main image height */
  overflow-y: auto;
  /* padding-right: 5px; */
}

/* Thumbnail images */
.thumb-scroll img {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #eee;
  transition: 0.3s;
}

/* Hover effect */
.thumb-scroll img:hover {
  border-color: #000;
}

/* Optional: smooth scrollbar */
.thumb-scroll::-webkit-scrollbar {
  width: 4px;
}

.thumb-scroll::-webkit-scrollbar-thumb {
  background: #000;
}

/* MOBILE: horizontal scroll */
/* @media (max-width: 768px) {
  .thumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    max-height: unset;
  }

  .thumb-scroll img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
} */

.product-detail-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}


@media (max-width: 768px) {
  .product-detail-image img {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .product-detail-image img {
    height: 220px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.premium-btn {
  display: inline-block;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  background: linear-gradient(135deg, #d51f1e, #7d0c13);
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(213, 31, 30, 0.25);
  transition: all 0.3s ease;
}

/* Hover effect */
.premium-btn:hover {
  background: linear-gradient(135deg, #000, #333);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Click effect */
.premium-btn:active {
  transform: scale(0.96);
}