﻿:root {
  --white-color: #ffffff;
  --white-bg: #fcfcfc;
  --orange-color: #f26722;
  --gray-100: #e6e6e6;
  --gray-200: #f0f0f0;
  --gray-400: #979797;
  --gray-500: #808080;
  --gray-600: #555555;
  --gray-700: #4d4d4d;
  --gray-900: #1a1a1a;
  --dark-gray: #333333;
}

hr {
  border-top: 1px solid #eee;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.overlay-loading {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.overlay-loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
}

.pagination-arrow .left-arrow svg {
  transform: rotate(180deg);
}

.pagination-main {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pagination-main {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pagination-main {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .pagination-main {
    margin-top: 11px;
  }
}
.pagination-main .page-link {
  width: 31.864px;
  height: 31.864px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd3be;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.pagination-main .page-link.pagination-arrow, .pagination-main .page-link.active {
  background: var(--orange-color);
}
.pagination-main .pagination-arrow.left-arrow svg {
  transform: rotate(180deg);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Gilroy";
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
  background: var(--white-bg);
  line-height: 1.4;
  color: var(--dark-gray);
}
@media screen and (max-width: 1023px) {
  body {
    background-color: var(--white-color);
  }
}

img {
  display: block;
}

/* font */
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Light.ttf") format("opentype");
  font-weight: 300; /* Light */
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Regular.otf") format("opentype");
  font-weight: 400; /* Regular */
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Medium.otf") format("opentype");
  font-weight: 500; /* Medium */
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Semibold.otf") format("opentype");
  font-weight: 600; /* Semibold */
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Bold.ttf") format("opentype");
  font-weight: 700; /* Bold */
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800; /* Gilroy-ExtraBold */
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Black.otf") format("opentype");
  font-weight: 900; /* Black */
}
/*@font-face {
    font-family: "DidactGothic";
    src: url("../../fonts/DidactGothic-Regular.ttf") format("opentype");
    font-weight: 400;*/ /* Regular */
/*}*/
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--dark-gray);
}

a,
img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.container {
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  /* Small devices (576px) */
  /* Medium devices (768px) */
  /* Large devices (992px) */
  /* Extra Large devices (1200px) */
  /* Extra Large devices (1300px) */
  /* Extra Extra Large devices (1400px) */
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* ---==================  header css start  ==================--- */
.sidebar {
  display: none;
}

header {
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  header {
    position: fixed;
    width: 100%;
  }
}
header .header-topbar {
  border-bottom: 1px solid #f1f1f1;
}
header .header-topbar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 8px 30px;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  header .header-topbar-wrapper {
    padding: 8px 50px;
  }
}

@media screen and (max-width: 1023px) {
  main {
    padding-top: 135px;
  }
}

.country-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
}
.country-dropdown span {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 500;
}
.country-dropdown .dropdown-toggle {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 82px;
}
.country-dropdown .dropdown-toggle img {
  margin-right: 5px;
}
.country-dropdown .dropdown-toggle .dropdown-gray-arrow {
  width: 5.85px;
  margin-left: 5px;
}
.country-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: var(--white-color);
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 100%;
}
.country-dropdown .dropdown-item {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.country-dropdown .dropdown-item a {
  display: flex;
  align-items: center;
}
.country-dropdown .dropdown-item img {
  margin-right: 5px;
  width: 18px;
}
.country-dropdown .dropdown-item:hover {
  background-color: var(--white-color);
}

header .country-dropdown .dropdown-toggle {
  justify-content: start;
}

.social-media-icons-main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-media-icons-main span {
  font-weight: 400;
  color: #8b8b8b;
  font-size: 12px;
}
.social-media-icons-main ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-media-icons-main ul a:hover img {
  scale: 1.2;
}

.header-main .header-section-wrapper {
  padding: 13px 30px 13px 30px;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .header-main .header-section-wrapper {
    padding: 13px 50px;
  }
}

.header-container {
  padding: 0 30px;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .header-container {
    padding: 0 50px;
  }
}

.header-main .header-section .header-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo,
.account-wishlist {
  width: 100%;
  max-width: 25%;
}

.account-wishlist a:hover {
  opacity: 0.7;
}

.header-section-wrapper .site-logo img {
  max-width: 179px;
  width: 100%;
}

.search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 457px;
}
.search-bar input {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 45px 12px 18px;
}
.search-bar input:focus {
  outline: none;
}
.search-bar input:placeholder {
  color: #808080;
}
.search-bar button {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 20px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.account-wishlist {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: end;
}
.account-wishlist a {
  display: flex;
  gap: 2px;
  align-items: center;
  font-size: 14px;
  color: var(--dark-gray);
}
.account-wishlist .wishlist {
  gap: 5px;
}

.request-btn-main {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1079px) {
  .request-btn-main {
    gap: 12px;
  }
}

.white-outline-btn {
  font-weight: 500;
  font-size: 15px;
  padding: 12px 18px;
  border: 1px solid var(--white-color);
  border-radius: 1px;
  color: var(--white-color);
}
@media screen and (max-width: 1079px) {
  .white-outline-btn {
    padding: 12px 14px;
  }
}

.white-outline-btn:hover {
  background-color: var(--white-color);
  color: var(--dark-gray);
}

.white-solid-btn {
  font-weight: 500;
  font-size: 15px;
  padding: 9.5px 18px;
  border: 1px solid var(--white-color);
  border-radius: 1px;
  color: var(--white-color);
  background-color: var(--white-color);
}
@media screen and (max-width: 1079px) {
  .white-solid-btn {
    padding: 9.5px 14px;
  }
}

.white-solid-btn:hover {
  background-color: var(--dark-gray);
  color: var(--white-color);
}

.phone-call-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-color);
  font-weight: 700;
  font-size: 16px;
}

.phone-call-btn:hover {
  opacity: 0.8;
}

.header-section {
  background-color: var(--dark-gray);
}
.header-section .main-menu {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .header-section .main-menu {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .header-section .main-menu {
    gap: 18px;
  }
}
@media screen and (max-width: 1079px) {
  .header-section .main-menu {
    gap: 12px;
  }
}
.header-section .main-menu li:last-child {
  margin-right: 0px;
}
.header-section .main-menu .active-link {
  padding: 22px 0 17px 0;
  position: relative;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-section .main-menu .active-link {
    color: var(--dark-gray);
    padding: 22px 25px 17px 22px;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
  }
}
.header-section .main-menu .active-link a {
  font-size: 16px;
  font-weight: 400;
  gap: 4px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: var(--white-color);
}
@media screen and (max-width: 1023px) {
  .header-section .main-menu .active-link a {
    color: var(--dark-gray);
    justify-content: space-between;
  }
}
.header-section .main-menu .active-link:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--orange-color);
  transition: 0.4s all ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header-section .main-menu .active-link .menu-gray-arrow {
    display: block;
  }
}
.header-section .main-menu .active-link:hover::after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header-section .main-menu .active-link:hover::after {
    opacity: 0;
  }
}
.header-section .header-right-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 248px;
  width: 100%;
}
.header-section .header-search {
  width: 27px;
  cursor: pointer;
}

.featured-item {
  margin-top: 7px;
  margin-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .featured-item {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .featured-item a {
    color: var(--dark-gray);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    padding: 12px 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
  }
}
.featured-item img {
  max-width: 248px;
  width: 100%;
  margin-bottom: 4px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .featured-item img {
    display: none;
  }
}
.featured-item img.menu-gray-arrow {
  display: none;
}
@media screen and (max-width: 1023px) {
  .featured-item img.menu-gray-arrow {
    display: block;
    width: fit-content;
  }
}
.featured-item .eco-friendly-icon {
  position: absolute;
  top: 11px;
  left: 14px;
  margin-bottom: 0;
  width: 32px;
  border-radius: 0;
}

.header-btn {
  max-width: 189px;
  width: 100%;
  margin-right: 32px;
}
.header-btn a {
  border-radius: 3px;
  background: linear-gradient(270deg, #dc5b62 0%, #875f9f 100%);
  padding: 16px 20px;
  font-size: 16px;
  color: var(--white-color);
  display: block;
  text-align: center;
}
.header-btn a:hover {
  background: linear-gradient(87deg, #dc5b62 0%, #875f9f 100%);
}

/* ---------- mega-menu start---------- */
.mega-menu-main {
  background-color: var(--white-color);
  border-radius: 3px;
  top: 100%;
  left: 8px;
  z-index: 99;
  opacity: 0;
  display: none;
  position: absolute;
  visibility: hidden;
  width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  box-shadow: 0px 4px 12.8px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .mega-menu-main.open {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    overflow-y: auto;
    align-items: start;
    top: 0;
    left: 0;
    transition: 0.7s;
    box-shadow: unset;
    top: 77px;
    height: calc(100vh - 77px) !important;
  }
}
.mega-menu-main .mega-menu-inbox {
  padding: 22px 29px;
  display: flex;
  gap: 25px;
  width: 100%;
}
@media screen and (max-width: 1360px) {
  .mega-menu-main .mega-menu-inbox {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .mega-menu-main .mega-menu-inbox {
    gap: 0;
    padding: 0;
    height: 100%;
    box-shadow: unset;
    background: #f6f6f6;
  }
}

.main-menu li:hover .mega-menu-main {
  opacity: 1;
  visibility: visible;
}

.mega-menu-list-main {
  width: 100%;
}

.explore-content {
  padding-top: 13px;
}

.megamenu-title {
  color: #b7b7b7;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 0;
  text-transform: uppercase;
}

.megamenu-list {
  display: flex;
  gap: 21px;
  margin-top: 4px;
}
.megamenu-list ul {
  width: 100%;
}

.mega-menu-inbox ul li {
  padding: 12px 0;
}

.mega-menu-inbox a {
  position: relative;
}

.mega-menu-inbox a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 4px;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

.mega-menu-inbox a:hover::after {
  opacity: 1;
  width: 100%;
}

.mega-menu-inbox a::after {
  background-color: var(--orange-color);
}

.mega-menu-inbox ul li a,
.featured-item a:not(.menu-img) {
  color: var(--dark-gray);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

.mega-menu-inbox a:hover {
  color: var(--orange-color);
}

.featured-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.orange {
  color: var(--orange-color);
}

.orange-link {
  color: var(--orange-color);
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  display: inline-block;
}

.orange-link::after {
  bottom: 3px;
}

/* ---------- mega-menu start---------- */
.header-section .mega-menu-sectors-overview {
  max-width: 922px;
  width: 100%;
  left: 21%;
}
.header-section .mega-menu-sectors-overview .about-us-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 48px;
}
.header-section .mega-menu-sectors-overview .about-us-info h3 {
  color: var(--dark-bg);
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 500;
}
.header-section .mega-menu-sectors-overview .about-us-info p {
  color: rgba(29, 55, 75, 0.7);
  font-size: 14px;
  line-height: 1.4;
  max-width: 215px;
  width: 100%;
}
.header-section .mega-menu-sectors-overview .about-us-info .about-info-text {
  min-height: 110px;
  max-width: 208px;
  width: 100%;
}

.menu-overlay.is-active {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  transition: 0.6s all ease-in-out;
  width: 100%;
  z-index: 999;
}

/* ---==================  header css end  ==================--- */
/* ----------------------------------------------------------------------------------------------------- */
/* ---==================  hero-section css strat  ==================--- */
.hero-section-item {
  position: relative;
}

.hero-slider-wrapper {
  /*background-image: url(../../image/hero-slider.png);*/
  background-position: left;
  background-size: cover;
}
@media screen and (min-width: 767px) {
  .hero-slider-wrapper {
    height: 500px;
    margin-bottom: 100px;
  }
}

.hero-inner-overlay {
  width: 100%;
  display: flex;
  align-items: center;
}

.hero-inner-text {
  padding: 129px 143px 151px;
}
@media screen and (max-width: 449px) {
  .hero-inner-text {
    margin-left: 24px;
  }
}
.hero-inner-text h1 {
  color: #f0f0f0;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 1;
}
.hero-inner-text h1 b {
  font-weight: 700;
  display: block;
}
.hero-inner-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #f0f0f0;
  line-height: 1.4;
  width: 100%;
  max-width: 429px;
  margin-bottom: 38px;
}

.orange-btn {
  border-radius: 1px;
  background: #f16722;
  padding: 12px 40px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  display: inline-block;
}

.orange-btn {
  border: 0;
  transition: 0.3s;
  cursor: pointer;
}

.white-btn:hover,
.orange-btn:hover {
  scale: 1.1;
}

.bitmap-shap-main {
  width: 100%;
  max-width: 480px;
  max-height: 100%;
  height: 289px;
  flex-shrink: 0;
  position: absolute;
  bottom: -102px;
  right: 81px;
  z-index: 10;
}
@media screen and (max-width: 1360px) {
  .bitmap-shap-main {
    max-width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .bitmap-shap-main {
    max-width: 350px;
    height: auto;
    bottom: -70px;
  }
}
@media screen and (max-width: 991px) {
  .bitmap-shap-main {
    max-width: 310px;
    bottom: -80px;
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bitmap-shap-main {
    right: auto;
    bottom: -75px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (max-width: 480px) {
  .bitmap-shap-main {
    width: 100%;
    max-width: 100%;
    right: 0;
    padding: 0 20px;
  }
}
.bitmap-shap-main.owl-carousel {
  /*        .owl-item img {
      width: auto;
      height: 100%;
  }*/
}
.bitmap-shap-main.owl-carousel .owl-stage-outer {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bitmap-shap-main.owl-carousel .owl-stage-outer {
    height: 180px;
  }
}
.bitmap-shap-main.owl-carousel .owl-stage {
  border-radius: 10px;
}
.bitmap-shap-main.owl-carousel .owl-nav,
.bitmap-shap-main.owl-carousel .owl-dots {
  display: none;
}

/* ---==================  hero-section css end  ==================--- */
/* ---==================  featured-product-section css start  ==================--- */
.sub-heading-text {
  color: var(--dark-gray);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .sub-heading-text {
    font-size: 48px;
  }
}
@media screen and (max-width: 1079px) {
  .sub-heading-text {
    font-size: 44px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-heading-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sub-heading-text {
    margin-bottom: 12px;
    font-size: 36px;
    text-align: center;
  }
}

.sub-heading-small {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}

.featured-product-section {
  padding: 0 0 150px;
}
@media screen and (max-width: 1023px) {
  .featured-product-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .featured-product-section {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .featured-product-section.extra-margin {
    margin-top: 30px;
    padding-bottom: 45px;
  }
}

.featured-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-product-left {
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: end;
}

.featured-product-right {
  padding-left: 30px;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 1360px) {
  .featured-product-right {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .featured-product-right {
    max-width: 100%;
    padding-left: 0;
  }
}

.featured-product-text {
  width: 100%;
  max-width: 553px;
}
.featured-product-text h2 {
  text-align: left;
}
.featured-product-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 19px;
  margin-bottom: 33px;
}

.product-feature-subheading-list {
  margin-bottom: 46px;
}

.product-feature-subheading-items {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}
.product-feature-subheading-items h3 {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .product-feature-subheading-items h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.product-feature-subheading-items p {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  margin: 0;
}

.product-feature-subheading-img {
  width: 79px;
}

.product-feature-subheading-text {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-feature-subheading-text {
    max-width: calc(100% - 79px);
  }
}

/* ---==================  featured-product-section css end  ==================--- */
/* ---==================  industry category-section start  ==================--- */
.industry-category-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 33px 28px;
}

.industry-category-section {
  padding-top: 51px;
}

.industry-category {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.industry-category img {
  width: 100%;
  transition: 0.3s;
}

.industry-category:hover img {
  scale: 1.1;
}

.industry-category-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 30px 12px;
}
.industry-category-text p {
  color: var(--white-color);
  font-size: 32px;
  font-weight: bold;
  /*line-height: 1.9;*/
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}

/* ---==================  industry category-section end  ==================--- */
/* ---==================  featured-products-slider-section start  ==================--- */
.featured-products-slider-section {
  padding: 80px 0;
}
.featured-products-slider-section .owl-stage-outer {
  margin-top: -5px;
  padding: 20px 15px !important;
  margin-bottom: 0 !important;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: block;
}

.featured-products-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.featured-products-item a {
  border-radius: 8px;
  background: var(--white-color);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.07);
  display: block;
}

.grid-item:hover .featured-products-image img,
.featured-products-item:hover .featured-products-image img {
  opacity: 0.7;
}

.featured-products-item:hover .featured-products-image .foam-eco-friendly {
  opacity: 1;
}

.featured-products-text {
  padding: 20px 16px 28px 15px;
}
@media screen and (max-width: 1439px) {
  .featured-products-text {
    padding: 20px 14px 28px 14px;
  }
}
.featured-products-text h2 {
  color: var(--dark-gray);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.featured-products-text h3 {
  color: var(--dark-gray);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.featured-products-text p {
  color: var(--dark-gray);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}

.featured-products-image {
  position: relative;
}
.featured-products-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.featured-products-image img.foam-eco-friendly {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 41px;
  height: auto;
}

.featured-products-slider-section .owl-carousel .owl-nav,
.featured-products-slider-section .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.black-white-arrow.owl-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
}

.black-white-arrow.owl-carousel .owl-nav button span {
  display: none;
}

.black-white-arrow.owl-carousel .owl-nav .owl-next::before,
.black-white-arrow.owl-carousel .owl-nav .owl-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../../image/prev-arrow-slider-only.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  transition: all 0.3s;
}

.black-white-arrow.owl-carousel .owl-nav .owl-next::before {
  background-image: url(../../image/prev-arrow-slider-only.svg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.black-white-arrow.owl-carousel .owl-nav .owl-prev,
.black-white-arrow.owl-carousel .owl-nav .owl-next {
  background-color: var(--white-color);
  position: relative;
  transition: all 0.3s;
}

.black-white-arrow.owl-carousel .owl-nav .owl-next:hover,
.black-white-arrow.owl-carousel .owl-nav .owl-prev:hover {
  background: linear-gradient(90deg, rgb(21, 21, 21) 0%, rgb(95, 105, 125) 100%);
}

.black-white-arrow.owl-carousel .owl-nav .owl-next:hover::before,
.black-white-arrow.owl-carousel .owl-nav .owl-prev:hover::before {
  filter: invert(1);
}

/* ---==================  featured-products-slider-section end  ==================--- */
/* ---==================  Cant-find-banner-section start  ==================--- */
.cant-find-banner-section {
  text-align: center;
  padding: 36px 16px 49px;
  background-image: url(../../image/Cant-find-banner.png);
  background-size: cover;
}
.cant-find-banner-section h3 {
  color: var(--white-color);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 8px;
}

/* ---==================  Cant-find-banner-section end  ==================--- */
/* ---==================  Cant-find-banner-section end  ==================--- */
.delivering-solutions-section {
  padding: 80px 0;
}
.delivering-solutions-section .delivering-solutions-pera {
  padding: 40px 0 27px;
  text-align: center;
  width: 100%;
  max-width: 886px;
  margin: 0 auto;
  color: var(--dark-gray);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.delivering-solutions-inner {
  position: relative;
  overflow: hidden;
  z-index: 15;
}

.delivering-solutions-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.69%, rgba(11, 11, 11, 0.6) 114.1%);
  z-index: 1;
  border-radius: 12px;
}

.delivering-solutions-inner img {
  width: 100%;
  border-radius: 12px;
}

.delivering-solutions-inner-text {
  width: 100%;
  max-width: 610px;
  position: absolute;
  bottom: 47px;
  left: 8%;
  z-index: 10;
}

.delivering-solutions-inner-text p {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.white-btn {
  border-radius: 2px;
  background: var(--white-color);
  color: #2a2a2a;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  text-transform: capitalize;
  padding: 12px 40px;
  display: inline-block;
}

/* ---==================  Cant-find-banner-section end  ==================--- */
/* ---==================  our-work-section start  ==================--- */
.our-work-section {
  padding: 80px 0 77px;
  background-image: url(../../image/our-work-bg.png);
  background-size: cover;
}

.our-work-wrapper {
  display: flex;
  gap: 22px;
  justify-content: center;
  padding: 0 23px;
}

.our-work-item {
  position: relative;
  width: fit-content;
}

.our-work-item img {
  width: 100%;
}

.our-work-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-work-text h4 {
  color: var(--white-color);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.our-work-text p {
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

/* ---==================  our-work-section end  ==================--- */
/* ---==================  industry-updates-section start  ==================--- */
.industry-updates-section {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .industry-updates-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .industry-updates-section {
    padding: 35px 0;
  }
}

.industry-updates-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 19px 19px;
  padding-top: 46px;
  padding-bottom: 40px;
}

.industry-updates-item {
  width: 100%;
}
.industry-updates-item img {
  width: 100%;
  transition: 0.3s;
}
.industry-updates-item:hover h3 {
  color: var(--orange-color);
}
.industry-updates-item:hover img {
  opacity: 0.8;
}
.industry-updates-item h3 {
  color: var(--dark-gray);
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 13px;
  transition: 0.3s;
}
@media screen and (max-width: 1360px) {
  .industry-updates-item h3 {
    font-size: 22px;
  }
}
.industry-updates-item p {
  color: var(--gray-400);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.black-outline-btn {
  color: var(--dark-gray);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  text-transform: capitalize;
  border-radius: 2px;
  border: 1px solid var(--dark-gray);
  padding: 12px 40px;
  display: inline-block;
}

.black-outline-btn:hover {
  background-color: var(--dark-gray);
  color: var(--white-color);
}

.industry-updates-button {
  text-align: center;
}

/* ---==================  industry-updates-section end  ==================--- */
/* ---==================  client-say-section start  ==================--- */
.client-say-section {
  background: linear-gradient(180deg, #fafafa -42.47%, #ffefe7 209.62%), var(--orange-color);
  padding: 64px 0 91px;
}
.client-say-section .sub-heading-text {
  text-align: left;
  color: #2a2a2a;
}
.client-say-section .client-say-slider-main {
  padding-top: 25px;
}
.client-say-section .client-say-slider-main.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  top: -55px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .client-say-section .client-say-slider-main.owl-carousel .owl-nav {
    top: -47px;
  }
}
@media screen and (max-width: 767px) {
  .client-say-section .client-say-slider-main.owl-carousel .owl-nav {
    position: unset;
    margin-top: 23px;
  }
}
.client-say-section .client-say-slider-main.owl-carousel .owl-nav.disabled {
  display: flex;
}

.client-say-item-box {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: var(--Gray-Scale-White, var(--white-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.client-say-item-box p {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.client-say-item-box img.quates-icon {
  width: 32px;
  height: 26px;
}

.review-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.review-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-left .review-text p {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.review-left .review-text span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.review-wrapper .review-left img {
  width: 56px;
  height: 56px;
}

.review-star {
  display: flex;
  align-items: center;
  gap: 1px;
}

.review-star img {
  width: 20px;
  height: 20px;
}

/* ---==================  client-say-section end  ==================--- */
/* ---==================  company-logos start  ==================--- */
.company-logos-main {
  display: flex;
  padding: 85px 0 64px;
  justify-content: center;
  align-items: center;
  gap: 80px;
  background: #eee;
}
.company-logos-main span {
  width: 1px;
  height: 32px;
  background: #fff;
}
.company-logos-main a {
  display: block;
  padding: 32px;
  border-radius: 8px;
  background: #fff;
}

.company-logos-section::-webkit-scrollbar, .industry-updates-scroll::-webkit-scrollbar {
  width: 0px;
}

/* ---==================  company-logos end  ==================--- */
/* ---==================  footer start  ==================--- */
footer {
  padding-bottom: 80px;
}

.footer-wrapper {
  border-radius: 12px;
  background: #2a2a2a;
  padding: 77px 88px 50px;
}

.footer-inner-content .footer-inner-text {
  width: 100%;
  max-width: 345px;
  margin-top: 23px;
  margin-bottom: 23px;
}
.footer-inner-content .footer-inner-text p {
  color: #c8c8c8;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer-inner-content .footer-inner-text a {
  color: #c8c8c8;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.footer-inner-content .footer-inner-text a:hover {
  text-decoration: underline;
}

.dropdown-white-arrow {
  display: none;
}

.footer-social-media {
  display: flex;
  gap: 25px;
  /*margin-bottom: 82px;*/
}

.footer-social-media a:hover {
  opacity: 0.7;
}

.footer-country-dropdown {
  border-radius: 2px;
  background: var(--white-bg);
  width: 100%;
  max-width: 183px;
}
.footer-country-dropdown .dropdown-toggle {
  padding: 12px 20px;
  width: 100%;
}
.footer-country-dropdown .dropdown-toggle img {
  width: 21px;
  margin-right: 10px;
}
.footer-country-dropdown .dropdown-toggle .dropdown-gray-arrow {
  width: 10px;
  height: auto;
  margin-left: 10px;
  margin-right: 0;
}
.footer-country-dropdown span {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.footer-country-dropdown .dropdown-menu {
  top: 100%;
  width: 100%;
}

.footer-wrapper {
  display: flex;
  gap: 65px;
}

.footer-link-contant {
  width: 100%;
  max-width: 200px;
}
.footer-link-contant:nth-child(3) {
  max-width: 125px;
}
.footer-link-contant:last-child {
  max-width: 240px;
}
.footer-link-contant h4 {
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px;
  white-space: nowrap;
}
.footer-link-contant p {
  color: #c8c8c8;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 13px;
  width: 100%;
  max-width: 244px;
}
.footer-link-contant .umbraco-forms-submitmessage {
  color: var(--orange-color) !important;
}

.footer-link-contant ul li {
  margin-bottom: 10px;
}

.footer-link-contant ul li a {
  display: block;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 400;
}

.footer-link-contant ul li a:hover {
  color: var(--orange-color);
}

.email-submit-btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.email-submit-btn:hover {
  opacity: 0.8;
}

/* ---==================  footer end  ==================--- */
/* ---==================  back to top start  ==================--- */
a#back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../image/enter-email-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: rotate(270deg);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
a#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* ---==================  back to top end  ==================--- */
/* ---================== serch bar start ==================--- */
.search-bar-mob {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 90%;
  background: var(--white-color);
  z-index: 999;
  box-shadow: 1px -1px 17px rgba(0, 0, 0, 0.1098039216);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.search-bar-mob.intro {
  opacity: 1;
  visibility: visible;
}

.close-search {
  margin-right: 0 !important;
}

.search-bar-mob .search-bar input[type=text] {
  display: block;
  font-size: 16px;
  padding: 12px 10px 5px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--dark-gray);
  border-radius: 0;
}

.search-bar-mob .search-bar {
  width: 100%;
  max-width: 100%;
  margin: 0;
  gap: 12px;
  display: flex;
}

header .header-section .serch-bar-main img.close-search {
  cursor: pointer;
  max-width: 35px;
}

.search-icon .searchButton {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  outline: none;
  border: none;
}

/* menu button line */
.menu-open .menu-open .line:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
  -webkit-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-open .line:nth-child(3) {
  transform: translateY(-5px) rotate(135deg);
  -webkit-transform: translateY(-5px) rotate(135deg);
  -o-transform: translateY(-5px) rotate(135deg);
  -moz-transform: translateY(-5px) rotate(135deg);
  -ms-transform: translateY(-5px) rotate(135deg);
}

.menu-open .menu-open .line:nth-child(2) {
  display: none;
}

.menu-open .line {
  width: 27px;
  height: 2px;
  background-color: var(--dark-gray);
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 999;
  margin-top: 6px;
}

/*
.sticky-header .menu-open1 {
    position: fixed;
    top: 23px;
    left: 26px;
    background-color: white;
    margin: -10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.3);
}*/
@media screen and (max-width: 1023px) {
  .sticky-header .header-topbar {
    margin-top: -70px;
    -webkit-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
}
.sticky-header .header-section-wrapper-mobile {
  padding: 9px 25px 10px 25px;
  margin: 0 -15px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-link-back,
.menu-country-dropdown,
.header-section .account-wishlist,
.header-section-wrapper-mobile,
.request-btn.orange-outline-btn,
.header-section .social-media-icons-main,
.industry-category-slider-mobile.owl-carousel.owl-loaded,
.menu-gray-arrow {
  display: none;
}

.orange-outline-btn {
  color: var(--orange-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  text-transform: capitalize;
  padding: 12px 40px;
  border-radius: 1px;
  border: 1px solid var(--orange-color);
}

.show-mobile {
  display: none;
}

/* ----------======================= category page css start =======================---------- */
.category-select-left {
  display: flex;
  gap: 16px;
  width: 100%;
}

.category-select-right {
  display: flex;
  justify-content: end;
  gap: 16px;
  width: 100%;
}

.selection-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}
.selection-list .current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  width: 100%;
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.selection-list .nice-select.form-select {
  min-width: 160px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

.select-main {
  width: 100%;
  max-width: 230px;
}

.nice-select:after {
  border-bottom: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  border-radius: 1.5px;
}

.active-filters-wrapper {
  background: var(--white-color);
  box-shadow: 0px -1px 0px 0px #e5e5e5, 0px 1px 0px 0px #e5e5e5;
  padding: 16px 0;
}

.active-filters-wrapper .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.active-filters-left {
  display: flex;
  gap: 24px;
}
.active-filters-left p {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.selected-filter-item {
  color: var(--orange-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.remove {
  position: relative;
  align-items: center;
  display: flex;
  width: 12px;
  height: 12px;
}

.remove::after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../../image/badge-close-gray.svg);
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.remove:hover::after {
  background-image: url(../../image/badge-close-orange.svg);
}

.remove svg path {
  transition: 0.3s;
}

.remove:hover svg path {
  stroke: #903203;
}

.active-filters-right {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #808080;
  white-space: nowrap;
}

.active-filters-right b {
  font-weight: 700;
  color: var(--orange-color);
}

.poductlist {
  padding: 47px 0 57px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 100%;
}

.grid-item {
  filter: drop-shadow(1px 1px 30.6px rgba(0, 0, 0, 0.05));
  border-radius: 8px;
  background: var(--white-color);
  max-width: 305px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .grid-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .grid-item {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .grid-item .featured-products-text {
    padding: 20px 16px 46px 15px;
  }
}

.item-2 {
  /*grid-column: span 2;*/
  grid-column: 3/5;
}

.add-box-inner {
  background-image: url(../../image/add-box-bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.add-box-inner img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-text-containt {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) -12.38%, rgba(0, 0, 0, 0) 105.21%);
  padding: 55px 32px 94px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.add-text-containt h3 {
  color: var(--white-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 351px;
  width: 100%;
  padding: 72px 0 42px;
}

.orange-badge {
  border-radius: 50px;
  background: #ffd3be;
  padding: 10px 15px;
  color: var(--orange-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
}

/* ----------======================= category page css end =======================---------- */
/* ----------======================= tabs css start =======================---------- */
.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background: #eee;
  gap: 40px;
}

.tab-button {
  color: #888;
  font-weight: 700;
  border: none;
  padding: 16px 6.5px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
.tab-button.active {
  color: var(--dark-gray);
  border-bottom: 2px solid var(--orange-color);
}

.tab-content {
  display: none;
  padding: 37px 0 63px;
  border-top: none;
}

.tab-content.active {
  display: block;
}

.specification-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 32px;
}

.specification-table th:first-child {
  border-radius: 4px 0 0 0;
}

.specification-table th:last-child {
  border-radius: 0 4px 0 0;
}

.specification-table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.specification-table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.specification-table td,
.specification-table th {
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 14px 10px;
  width: 100%;
  max-width: 155px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: var(--dark-gray);
}

.specification-table th {
  background-color: #ffd3be;
}

.specification-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.specification-left {
  max-width: 648px;
  width: 100%;
}
.specification-left p {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 23px;
}
.specification-left p:last-child {
  margin-bottom: 0;
}
.specification-left td {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 23px;
  padding-right: 20px;
}

.specification-right {
  width: 100%;
  max-width: 537px;
}

.specification-image {
  width: 100%;
}

.benefits-feature {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 24px;
  border-radius: 6px;
  border: 1px solid var(--gray-100);
  background: #eee;
  margin-top: 51px;
}

.benefits-feature-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 50%;
}

.benefits-feature-text h4 {
  color: var(--orange-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.benefits-feature-text p {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.applications-wrapper {
  width: 100%;
  max-width: 1063px;
  margin: 0 auto;
  display: flex;
}

.applications-item {
  text-align: center;
}

.applications-item img {
  border-radius: 4px;
}

.applications-item a {
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.applications-left {
  width: 50%;
  padding-right: 40px;
}
.applications-left h4 {
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.applications-left .applications-list {
  list-style: disc;
  padding-left: 20px;
}
.applications-left .applications-list li {
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
}

.applications-right {
  width: 50%;
}
.applications-right img {
  width: 100%;
  border-radius: 4px;
}

.features-wrapper, .specification-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
}

.features-left {
  width: 50%;
}
.features-left h4 {
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.features-left ul {
  margin-top: 2rem;
  list-style: disc;
  padding-left: 20px;
}
.features-left li {
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
}

.features-right, .specification-right {
  width: 50%;
}
.features-right img, .specification-right img {
  width: 100%;
  border-radius: 6px;
}

.variant-colours,
.variant-thicknesses,
.variant-sheet-sizes,
.variant-note {
  margin-bottom: 24px;
}
.variant-colours h4,
.variant-thicknesses h4,
.variant-sheet-sizes h4,
.variant-note h4 {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.variant-colours p,
.variant-thicknesses p,
.variant-sheet-sizes p,
.variant-note p {
  color: var(--gray-600);
  line-height: 1.5;
}
.variant-colours ul,
.variant-thicknesses ul,
.variant-sheet-sizes ul,
.variant-note ul {
  list-style: disc;
  padding-left: 20px;
}
.variant-colours li,
.variant-thicknesses li,
.variant-sheet-sizes li,
.variant-note li {
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
}

.colour-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.colour-circle {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.colour-circle:hover {
  transform: scale(1.1);
}
.colour-circle.colour-active {
  box-shadow: 0 0 0 3px var(--orange-color);
}

.selected-colour-name {
  font-weight: 400;
  color: var(--orange-color);
  margin-left: 8px;
}

.resource-section {
  margin-bottom: 24px;
}
.resource-section h4 {
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.resource-section ul.downloads-item {
  list-style: none;
}
.resource-section ul.downloads-item li a {
  border-radius: 2px;
  border: 1px solid #ffd3be;
  background: #fbfbfb;
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}
.resource-section ul.downloads-item li a:hover {
  opacity: 0.7;
}
.resource-section ul.downloads-item li a .file-size {
  color: var(--gray-600);
  font-size: 14px;
}

.downloads-wrapper .resource-section {
  margin-bottom: 24px;
}
.downloads-wrapper .resource-section h4 {
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.downloads-wrapper .resource-section ul.downloads-item {
  list-style: none;
}
.downloads-wrapper .resource-section ul.downloads-item li a {
  border-radius: 2px;
  border: 1px solid #ffd3be;
  background: #fbfbfb;
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}
.downloads-wrapper .resource-section ul.downloads-item li a:hover {
  opacity: 0.7;
}
.downloads-wrapper .resource-section ul.downloads-item li a .file-size {
  color: var(--gray-600);
  font-size: 14px;
}

.downloads-wrapper {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  display: grid;
  /*grid-template-areas: "item1 item4 item7 item10 item13" "item2 item5 item8 item11 item14" "item3 item6 item9 item12 item15";*/
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 35px;
  margin-bottom: 7px;
}

.downloads-item a {
  border-radius: 2px;
  border: 1px solid #ffd3be;
  background: #fbfbfb;
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}

.downloads-item a:hover {
  opacity: 0.7;
}

.downloads-item img {
  width: 24px;
  height: 24px;
}

.compliance-wrapper {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  display: grid;
  /*grid-template-areas: "item1 item4 item7 item10 item13" "item2 item5 item8 item11 item14" "item3 item6 item9 item12 item15";*/
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 35px;
  margin-bottom: 7px;
}

.compliance-item a {
  border-radius: 2px;
  border: 1px solid #ffd3be;
  background: #fbfbfb;
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}

.compliance-item a:hover {
  opacity: 0.7;
}

.compliance-item img {
  width: 24px;
  height: 24px;
}

.related-products-main {
  padding: 54px 0 77px;
  border-top: 1px solid var(--gray-100);
}

.related-products-main h2 {
  margin-bottom: 26px;
}

/* ----------======================= tabs css end =======================---------- */
/* ----------============  left right image content section css start  ============---------- */
.hero-text-main {
  padding: 70px 0 36px;
}

.content-center-text-main h1 {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.content-center-text-main p {
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
}

.sub-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  /*text-transform: uppercase;*/
  margin-bottom: 33px;
}

/* ----------============  left right image content section css end  ============---------- */
/* ----------============  Sustainability Promises css start  ============---------- */
.sustainability-promises-section {
  border-radius: 12px;
  overflow: hidden;
}

.sustainability-promises-inner {
  position: relative;
  z-index: 10;
  padding: 151px 50px;
  text-align: center;
}
.sustainability-promises-inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background: linear-gradient(143deg, #85c884 7.46%, #3b8b33 44.01%, #166301 80.56%);
  mix-blend-mode: multiply;
}
.sustainability-promises-inner:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../image/sustainability-promises-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sustainability-promises-inner h3 {
  color: #fff;
}
.sustainability-promises-inner p {
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

/* ----------============  Sustainability Promises css end  ============---------- */
/* ----------============  our-company css start  ============---------- */
.our-company-page {
  padding-bottom: 59px;
}

/* ----------============  our-company css end  ============---------- */
/* ----------============  careers-banner css start  ============---------- */
.careers-hero-section {
  position: relative;
  background-image: url(../../image/careers-banner-bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 45px;
  z-index: 1;
}

.careers-banner {
  position: relative;
  padding: 94px 128px;
  z-index: 20;
}
.careers-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background: var(--orange-color);
  z-index: -1;
}
.careers-banner p {
  margin-bottom: 20px;
  color: var(--white-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

/* ----------============  careers-banner css end  ============---------- */
/* ----------============  our-culture-headline css start  ============---------- */
.our-culture-headline .sustainable-feature-item h5 {
  color: var(--dark-gray);
}

/* ----------============  our-culture-headline css end  ============---------- */
/* ----------============  open-positions-section css start  ============---------- */
.open-positions-section {
  margin-bottom: 80px;
  padding: 71px 20px 62px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .open-positions-section {
    padding: 50px 20px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .open-positions-section {
    padding: 35px 20px 58px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 359px) {
  .open-positions-section {
    padding: 35px 16px 58px;
  }
}
.open-positions-section .sub-heading-text {
  margin-bottom: 26px;
}

.open-positions-list {
  max-width: 900px;
  width: 100%;
  padding-left: 6px;
  padding-right: 7px;
  margin: 26px auto 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .open-positions-list {
    padding: 0 4px;
  }
}
@media screen and (max-width: 599px) {
  .open-positions-list {
    margin-top: 42px;
  }
}
@media screen and (max-width: 359px) {
  .open-positions-list {
    padding: 0;
  }
}
.open-positions-list .open-positions-item {
  padding: 55px 8px 54px;
  border-bottom: 1px solid #ddd;
}
.open-positions-list .open-positions-item p {
  color: var(--gray-600);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 26px;
}

.open-positions-wrapper {
  position: relative;
}
.open-positions-wrapper h3 {
  margin-bottom: 17px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  max-width: 60%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.open-positions-wrapper .share-social-media-main {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.market-leading-options {
  display: flex;
  gap: 19px;
  align-items: center;
}

.market-leading-options-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.market-leading-options-item span {
  color: var(--dark-gray);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

/* ----------============  open-positions-section css end  ============---------- */
/* ----------============  about-the-compnay-section css start  ============---------- */
.about-the-compnay-section {
  margin-bottom: 80px;
}

.about-the-compnay-section .delivering-solutions-inner-text {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 886px;
}

.about-the-compnay-section .sub-title {
  color: #fff;
  margin-bottom: 19px;
}

/* ----------============  about-the-compnay-section css end  ============---------- */
/* ----------============  Contact Us css start  ============---------- */
.contact-us-hero-section {
  margin-top: 55px;
}

.contact-us-banner {
  position: relative;
  padding: 134px 60px;
  background-image: url(../../image/contact-us-banner.png);
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  text-align: center;
}

.contact-us-banner h1 {
  color: #000;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
}

.contact-us-banner span {
  color: #474747;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-us-content-left {
  max-width: 522px;
  width: 100%;
}

.contact-us-content-right {
  max-width: 630px;
  width: 100%;
}

.our-locations-item {
  border-bottom: 1px solid #e1e4ed;
}

.question {
  padding: 40px 46px 40px 10px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.question.active {
  padding: 40px 40px 16px 10px;
}
.question.active:after {
  transform: rotate(45deg);
}
.question:after {
  content: "";
  background-image: url(../../image/orange-plus-icon.svg);
  background-position: center;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  transition: 0.2s;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 10px 40px;
}
.answer p {
  line-height: 1.5rem;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #484848;
}
.answer p a {
  font-weight: 700;
}
.answer p a:hover {
  color: var(--orange-color);
}

.our-locations {
  margin-top: 52px;
}

.our-locations-item.always-open {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.our-locations-item.always-open .location-left {
  flex: 1;
}
.our-locations-item.always-open .location-right {
  flex-shrink: 0;
}
.our-locations-item.always-open .location-header {
  padding: 40px 10px 16px;
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.our-locations-item.always-open .location-icon {
  width: 100px;
  height: auto;
  object-fit: contain;
}
.our-locations-item.always-open .location-content {
  max-height: none;
  overflow: visible;
}

.contact-us-tabs .answer {
  padding: 0 10px 22px;
}

.contact-us-tabs .question.active {
  padding: 20px 40px 11px 10px;
}

.contact-us-tabs .question {
  padding: 20px 46px 20px 10px;
}

.contact-us-content-right p {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.contact-us-form {
  margin-top: 31px;
}

.contact-us-form .orange-btn {
  border-radius: 2px;
}

.input-field {
  margin-bottom: 35px;
}
.input-field label {
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 11px;
}

.input-field textarea:focus,
.input-field input:focus {
  outline: none;
}

.input-field textarea,
.input-field input {
  border-radius: 4px;
  border: 1px solid #9f9f9f;
  padding: 26px 24px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  font-family: "Gilroy";
  background: transparent;
}

.input-field input::placeholder {
  color: #9f9f9f;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.contact-us-tabs {
  max-width: 632px;
  width: 100%;
  margin: 0 auto;
}

.contact-us-tabs > ul li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.tabs-nav li.active {
  border-bottom: 1px solid var(--orange-color);
}

.tabs-nav li.active a {
  color: inherit;
}

.tabs-content {
  padding: 10px;
  overflow: hidden;
}

.tabs-content div:not(:first-child) .tabs-content-inner {
  display: none;
}

.contact-us-tabs-section {
  padding: 37px;
  background: rgba(228, 228, 228, 0.5);
}

.contact-us-tabs > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

.contact-us-tabs > ul li {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}

.contact-us-tabs > ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: black;
  transition: all 0.3s;
  border-bottom: 1px solid #e1e4ed;
}

.contact-us-tabs > ul li a[aria-selected] {
  border-bottom: 1px solid var(--orange-color);
}

.contact-us-tabs > section[aria-hidden=true] {
  display: none;
}

.contact-us-panel {
  padding: 33px 24px;
}

.contact-us-panel .our-locations-item .answer p {
  color: #888;
  /*font-family: "DidactGothic";*/
  font-family: "Gilroy";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.our-values-contact-section {
  padding: 23px 0 48px;
}

/* ----------============  Contact Us css end  ============---------- */
/* ----------============  server-error-section css start  ============---------- */
.server-error-section {
  max-width: 536px;
  width: 100%;
  margin: 19px auto 135px;
  text-align: center;
}
.server-error-section h2 {
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.22;
}
.server-error-section p {
  margin: 24px 0;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.server-error-section .server-error-vector {
  width: 100%;
}

.server-page-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.server-page-buttons a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 24px;
}
.server-page-buttons a:hover {
  scale: 1;
}

.go-back-btn:hover {
  background-color: var(--dark-gray);
}

.server-page-buttons .black-outline-btn:hover img {
  filter: invert(1);
}

/* ----------============  server-error-section css end  ============---------- */
.buttons {
  display: flex;
  gap: 31px;
}
@media screen and (max-width: 1023px) {
  .buttons {
    gap: 21px;
  }
}
@media screen and (max-width: 767px) {
  .buttons {
    flex-direction: column;
    width: fit-content;
  }
}

.orange-balck-hover-btn {
  display: flex;
  align-items: center;
}
.orange-balck-hover-btn:hover {
  scale: 1;
  background-color: var(--dark-gray);
  color: var(--white-color);
}

.nowrap {
  white-space: nowrap;
}

.owl-carousel .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

.bg-gray {
  background-color: var(--gray-200);
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.social-img {
  height: 20px;
}

.page-not-found h1 {
  font-size: 40px;
}

.typical-text {
  width: 100%;
  max-width: 1063px;
  margin: 0 auto;
}

.typical-text p {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 23px;
}

.downloads-item-link {
  min-height: 80px;
}

.compliance-item-link {
  min-height: 80px;
}

@media screen and (max-width: 1439px) {
  .featured-product-left img {
    width: 100%;
    max-width: 700px;
  }
  .grid-container {
    gap: 12px;
  }
}
@media screen and (max-width: 1360px) {
  .featured-list {
    gap: 20px;
  }
  .industry-category-text p {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .our-work-wrapper {
    gap: 20px;
  }
  .our-work-text h4 {
    font-size: 48px;
  }
  .our-work-text p {
    font-size: 16px;
    white-space: nowrap;
  }
  .hero-inner-text {
    padding-left: 130px;
  }
  .hero-inner-text h1 {
    font-size: 56px;
  }
  .hero-inner-text p {
    margin-bottom: 32px;
  }
  .request-btn-main {
    gap: 20px;
  }
  .industry-category-wrapper {
    grid-gap: 30px 25px;
  }
  .company-logos-main {
    gap: 60px;
    padding: 75px 0 64px;
  }
  .footer-wrapper {
    padding: 60px 60px 50px;
    gap: 60px;
  }
}
@media screen and (max-width: 1299px) {
  .specification-wrapper {
    gap: 24px;
  }
  .specification-right {
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .request-btn-main {
    gap: 18px;
  }
  .header-main .header-section-wrapper {
    padding: 13px 30px;
  }
  header .header-topbar-wrapper {
    padding: 8px 30px;
  }
  .header-container {
    padding: 0 30px;
  }
  .cant-find-banner-section h3 {
    font-size: 36px;
    line-height: 1.13;
    margin-bottom: 21px;
  }
  .our-work-text h4 {
    font-size: 42px;
  }
  .industry-category-text p {
    font-size: 24px;
  }
  .footer-wrapper {
    padding: 60px 50px 50px;
    gap: 30px;
  }
  .phone-call-btn {
    gap: 5px;
  }
  .add-text-containt {
    padding: 48px 32px 48px;
  }
  .add-text-containt h3 {
    padding: 64px 0 42px;
  }
  .share-social-media-main ul {
    gap: 22px;
  }
  .divider {
    margin-top: 27px;
    margin-bottom: 20px;
  }
  .share-social-media-main {
    margin-top: 20px;
  }
  .specification-right {
    max-width: 42%;
  }
  .benefits-feature {
    gap: 16px;
    padding: 16px;
    margin-top: 24px;
  }
  .specification-table td,
  .specification-table th {
    max-width: 120px;
  }
  .downloads-item a {
    font-size: 14px;
  }
  .downloads-item img {
    width: 18px;
    height: 18px;
  }
  .compliance-item a {
    font-size: 14px;
  }
  .compliance-item img {
    width: 18px;
    height: 18px;
  }
  .content-center-text-main h1 {
    font-size: 56px;
  }
  .sub-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  /* header css start */
  .social-media-icons-main {
    display: none;
  }
  .header-topbar .country-dropdown {
    width: 100%;
    max-width: 100%;
  }
  .header-topbar .country-dropdown span {
    color: var(--white-color);
  }
  header .header-topbar .dropdown-toggle {
    justify-content: center;
  }
  .header-topbar .dropdown-toggle {
    border-radius: 5px;
    background: var(--dark-gray);
    padding: 11px;
    justify-content: center;
    width: 100%;
  }
  header .header-topbar {
    border: 0;
  }
  header .header-topbar-wrapper {
    padding: 15px 15px 0;
    justify-content: center;
  }
  .country-dropdown .dropdown-toggle img.dropdown-white-arrow {
    display: block;
    width: 10px;
    height: auto;
    margin-left: 5px;
    margin-right: 0;
  }
  header .dropdown-gray-arrow {
    display: none;
  }
  .header-topbar .dropdown-menu {
    width: 100%;
    top: 100%;
  }
  .header-topbar .dropdown-menu li span {
    color: var(--dark-gray);
  }
  .header-main {
    padding: 11px 15px;
    position: relative;
  }
  .header-section-wrapper,
  .request-btn-main {
    display: none;
  }
  .header-section-wrapper-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: var(--white-color);
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.1);
    padding: 9px 7px 10px 9px;
  }
  .header-right-sec {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    width: 70px;
  }
  .mobile-menu-icon {
    width: 70px;
    display: flex;
    justify-content: left;
  }
  body.menu-open {
    overflow-y: hidden;
    height: 100vh !important;
  }
  .header-section {
    position: absolute;
    left: -100%;
    transition: 0.7s;
    z-index: 50;
    background: var(--white-color);
    width: 100%;
    display: block;
    top: 100%;
    padding-bottom: 15px;
  }
  .header-main .header-section .header-menu-wrapper {
    overflow: hidden;
    overflow-y: auto;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    height: calc(100vh - 77px);
  }
  .menu-open .header-section {
    overflow-y: auto;
    left: 0;
    height: calc(100vh - 77px);
    background-color: #f6f6f6;
    padding-bottom: 0;
  }
  .header-topbar-wrapper {
    transition: all 0.3s;
  }
  .menu-open .header-topbar-wrapper {
    margin-top: -55px;
    opacity: 0;
  }
  .menu-open .header-section-wrapper-mobile {
    box-shadow: none;
  }
  .header-section .main-menu {
    display: block;
    width: 100%;
    background-color: var(--white-color);
  }
  .header-container {
    padding: 0;
    height: calc(100vh - 77px);
  }
  .header-section .main-menu li a.active-link img.menu-gray-arrow {
    display: block;
  }
  .active-link-back {
    display: flex;
    gap: 6px;
    color: var(--dark-gray);
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px 8px;
  }
  .active-link-back img {
    transform: rotate(180deg);
  }
  .active-link-back:hover {
    color: var(--dark-gray);
  }
  .active-link-back::after {
    display: none;
  }
  .mega-menu-inbox {
    flex-direction: column;
  }
  .mega-menu-inbox a,
  .mega-menu-list-main {
    background: var(--white-color);
  }
  .main-menu .mega-menu-main.open {
    left: 0;
    transition: 0.7s;
    box-shadow: unset;
    top: 77px;
    height: calc(100vh - 77px) !important;
    overflow-y: auto;
  }
  .main-menu .mega-menu-main {
    top: 77px;
    left: 100%;
    height: 0;
    position: fixed;
  }
  .megamenu-title {
    padding: 12px 25px 8px;
  }
  .megamenu-list {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .mega-menu-inbox ul li {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
  }
  .mega-menu-inbox ul li a {
    padding: 12px 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .mega-menu-inbox a:hover {
    color: var(--dark-gray);
  }
  .mega-menu-inbox a::after {
    display: none;
  }
  .orange-link {
    padding: 12px 25px;
  }
  .featured-list {
    flex-direction: column;
    gap: 0;
  }
  .account-wishlist {
    justify-content: start;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    align-items: start;
  }
  .account-wishlist a {
    padding: 21px 24px 22px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .menu-country-dropdown .country-dropdown {
    margin: 26px 24px;
    max-width: 150px;
    width: 100%;
  }
  .menu-country-dropdown .country-dropdown .dropdown-toggle img {
    margin-right: 10px;
    display: block;
  }
  .menu-country-dropdown .country-dropdown span {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  .menu-country-dropdown button.dropdown-toggle {
    background-color: var(--white-color);
    padding: 12px 20px;
    border-radius: 2px;
    background: var(--white-color);
    width: 100%;
  }
  .country-dropdown .dropdown-toggle img.gray-smail-down-arrow {
    width: 10px;
    margin-left: 10px;
    margin-right: 0;
  }
  .header-section .account-wishlist,
  .menu-country-dropdown,
  .mega-menu-inbox .menu-gray-arrow {
    display: block;
  }
  .request-btn.orange-outline-btn {
    margin-left: 23px;
    display: block;
    padding: 12px 18px;
  }
  .header-section .social-media-icons-main {
    margin-left: 23px;
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  /* header css end */
  .hero-inner-text h1 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .hero-inner-text p {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 400px;
  }
  .hero-section .owl-carousel .owl-item .hero-slider-wrapper img {
    height: 390px;
    object-fit: cover;
  }
  .product-feature-subheading-list {
    margin-bottom: 30px;
  }
  .industry-category-wrapper {
    grid-gap: 25px 20px;
  }
  .industry-category-text {
    padding: 20px 12px;
  }
  .industry-category-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .industry-category-section {
    padding-top: 50px;
  }
  .featured-products-slider-section {
    padding: 50px 0;
  }
  .delivering-solutions-section {
    padding: 50px 0;
  }
  .client-say-section {
    padding: 50px 0 50px;
  }
  .company-logos-main {
    gap: 40px;
    padding: 50px 0;
  }
  .featured-products-slider-section .owl-stage-outer {
    padding: 20px 15px;
    width: calc(100% + 30px);
  }
  .delivering-solutions-section .delivering-solutions-pera {
    padding: 32px 0 27px;
  }
  footer {
    padding-bottom: 40px;
  }
  .footer-inner-content {
    max-width: 270px;
    width: 100%;
  }
  .footer-logo {
    width: 100%;
    max-width: 202px;
  }
  .footer-wrapper {
    padding: 40px 32px;
    gap: 20px;
  }
  .our-work-text p {
    font-size: 14px;
    white-space: nowrap;
  }
  .our-work-text h4 {
    font-size: 36px;
  }
  .our-work-wrapper {
    padding: 0 12px;
  }
  .featured-product-left img {
    width: 110%;
  }
  .hero-inner-text {
    padding: 100px 100px 100px;
  }
  .mega-menu-list-main .orange-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .explore-content {
    background: #f6f6f6;
  }
  .explore-content a {
    background: #f6f6f6;
  }
  .specification-wrapper {
    flex-direction: column;
  }
  .specification-right {
    max-width: 100%;
  }
  .applications-wrapper {
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .downloads-wrapper {
    width: 800px;
    gap: 25px;
  }
  .compliance-wrapper {
    width: 800px;
    gap: 25px;
  }
  .downloads-tab-scroll {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .compliance-tab-scroll {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .hero-text-main {
    padding: 50px 0 36px;
  }
  .content-center-text-main h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .sub-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .content-text {
    max-width: 48%;
  }
  .sustainability-promises-inner {
    padding: 120px 50px;
  }
  .sustainability-promises-inner p {
    font-size: 18px;
  }
  .specification-left {
    max-width: 100%;
  }
  .specification-table {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .careers-banner {
    padding: 80px 100px;
  }
  .product-details-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .select-share-details .share-social-media-main {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 991px) {
  .industry-category-section {
    padding-top: 40px;
  }
  .featured-products-slider-section {
    padding: 40px 0;
  }
  .delivering-solutions-section {
    padding: 40px 0;
  }
  .client-say-section {
    padding: 40px 0 50px;
  }
  .company-logos-main {
    gap: 40px;
    padding: 40px 0 40px;
  }
  .industry-updates-scroll {
    overflow-x: auto;
  }
  .industry-updates-wrapper {
    overflow-x: auto;
    width: 800px;
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .industry-updates-button {
    margin-top: 12px;
  }
  .footer-wrapper {
    padding: 29px 24px 33px;
    gap: 16px;
  }
  .delivering-solutions-inner-text {
    max-width: 80%;
  }
  .footer-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px 20px;
  }
  .footer-social-media {
    margin-bottom: 50px;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .selection-list {
    gap: 16px;
  }
  .category-select-right {
    justify-content: start;
  }
  .add-text-containt {
    padding: 55px 32px 54px;
  }
  .selection-list {
    flex-direction: column;
  }
  .tabs {
    gap: 20px;
  }
  .hero-text-main {
    padding: 36px 0 10px;
  }
  .content-center-text-main h1 {
    font-size: 44px;
    margin-bottom: 18px;
  }
  .sub-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .our-company-page .hero-text-main {
    padding: 36px 0 25px;
  }
  .careers-banner {
    padding: 80px;
  }
  .careers-banner img {
    max-width: 200px;
    width: 100%;
  }
  .careers-banner p {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .open-positions-item {
    padding: 40px 8px;
  }
  .about-the-compnay-section {
    margin-bottom: 64px;
  }
  .about-the-compnay-section .delivering-solutions-inner-text {
    max-width: 600px;
    bottom: 28px;
  }
  .server-error-section h2 _ {
    font-size: 32px;
  }
  .our-locations {
    margin-top: 20px;
  }
  .contact-us-banner h1 {
    font-size: 56px;
  }
  .contact-us-banner {
    padding: 100px 60px;
  }
  .footer-inner-content,
  .footer-link-contant,
  .footer-link-contant:nth-child(3),
  .footer-inner-content .footer-inner-text,
  .footer-link-contant:last-child {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .blog-page h1 {
    padding: 35px 0 25px;
  }
  .select-main .nice-select.open .list {
    width: 100%;
  }
  .filter-main-sec .category-select-left, .category-select-right {
    flex-wrap: wrap;
  }
  .filter-main-sec .category-select-left .select-main {
    max-width: initial;
  }
  .filter-main-sec {
    display: flex;
    max-width: 540px;
    margin: 20px auto 0;
  }
  .filter-main-sec .container, .select-main {
    max-width: 100%;
  }
  .selection-list .close-search {
    display: block !important;
    width: 25px;
    margin-left: auto;
  }
  .filter-menu p {
    display: flex !important;
  }
  .filter-main-sec {
    position: relative;
  }
  .inner-filter-sec .selection-list {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 95%;
    background: var(--white-color);
    z-index: 999;
    box-shadow: 1px -1px 17px rgba(0, 0, 0, 0.1098039216);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .inner-filter-sec .selection-list.open {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .show-mobile {
    display: block;
  }
  .hero-inner-text {
    padding: 42px 0 141px 0;
    margin-left: 10%;
    max-width: 272px;
    width: 100%;
  }
  .hero-inner-overlay {
    align-items: start;
    width: 100%;
  }
  .hero-inner-text h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .hero-inner-text p {
    font-size: 15px;
    line-height: 22px;
  }
  .hero-section .owl-carousel .owl-nav {
    display: none;
  }
  .home-page .container {
    padding: 0 20px;
  }
  .container {
    padding: 0 16px;
  }
  .featured-product-wrapper {
    flex-direction: column;
  }
  .featured-product-text p {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .featured-product-text img.show-mobile {
    width: 112%;
    padding: 10px 0;
    margin: 0 -20px;
  }
  .featured-product-text p {
    font-size: 14px;
    margin-top: 4px;
  }
  .featured-product-left img {
    display: none;
  }
  .industry-category-section {
    padding-top: 16px;
  }
  .industry-category-wrapper {
    display: none;
  }
  .industry-category-slider-mobile.owl-carousel.owl-loaded {
    display: block;
  }
  .industry-category-text {
    padding: 20px 12px 68px;
  }
  .industry-updates-item p {
    font-size: 14px;
  }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-dots {
    display: block;
    bottom: 23px;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
  .owl-carousel .owl-dots button.owl-dot {
    width: 11px;
    height: 11px;
    background-color: var(--white-color);
    border-radius: 100%;
  }
  .owl-carousel .owl-dots button.owl-dot.active {
    background-color: transparent;
    border: 1px solid var(--white-color);
  }
  .featured-products-slider-section {
    padding: 30px 0 26px;
  }
  .cant-find-banner-section {
    background-position-x: 55%;
  }
  .delivering-solutions-section .delivering-solutions-pera {
    padding: 25px 0 46px;
  }
  .delivering-solutions-inner img {
    height: 522px;
    object-fit: cover;
  }
  .delivering-solutions-inner-text p {
    max-width: 80%;
    width: 100%;
  }
  .delivering-solutions-section {
    padding: 40px 0 46px;
  }
  .our-work-section {
    padding: 38px 0 37px;
  }
  .our-work-wrapper {
    flex-direction: column;
    padding: 0 14px;
  }
  .our-work-item {
    width: 100%;
    object-fit: cover;
  }
  .our-work-item img {
    height: 104px;
  }
  .client-say-section .sub-heading-text {
    padding: 0 16px;
    text-align: center;
  }
  .company-logos-section {
    overflow-x: auto;
    margin: 20px 0 30px;
    padding: 0 30px;
  }
  .company-logos-main {
    overflow-x: auto;
    width: 800px;
    padding: 13px 0;
    gap: 65px;
  }
  .footer-wrapper {
    grid-template-columns: auto;
    gap: 38px;
  }
  .footer-inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 37px;
  }
  .footer-country-dropdown {
    width: fit-content;
  }
  .footer-social-media {
    margin-bottom: 0;
  }
  .footer-link-contant ul {
    padding-bottom: 12px;
  }
  .review-wrapper {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .review-star {
    width: fit-content;
  }
  .selection-list {
    gap: 16px;
    margin-bottom: 14px;
  }
  .active-filters-wrapper {
    padding: 0;
    box-shadow: none;
  }
  .poductlist {
    padding: 20px 0 28px;
  }
  .add-box-inner img {
    height: 451px;
    object-fit: cover;
  }
  .add-text-containt {
    left: 23px;
  }
  .add-text-containt h3 {
    font-size: 36px;
    line-height: 1.3;
    max-width: 265px;
    width: 100%;
    padding: 64px 0 42px;
  }
  .active-filters-left {
    display: none;
  }
  .product-hero-section .owl-carousel .owl-dots {
    display: none;
  }
  .select-share-details {
    margin-top: 0;
  }
  .content-center-text-main h1 {
    text-align: left;
    font-size: 36px;
  }
  .content-center-text-main p {
    text-align: left;
    font-size: 14px;
  }
  .hero-text-main {
    padding: 10px 0;
  }
  .sub-title {
    margin-bottom: 16px;
  }
  .sustainability-promises-inner {
    padding: 42px 21px 46px;
  }
  .sustainability-promises-inner p {
    font-size: 14px;
  }
  .sustainability-promises-inner h3 {
    margin-bottom: 19px;
  }
  .black-outline-btn {
    line-height: 1.4;
  }
  .careers-banner {
    padding: 64px;
  }
  .careers-hero-section {
    margin-top: 30px;
  }
  .open-positions-wrapper .share-social-media-main {
    position: relative;
    margin-bottom: 20px;
  }
  .open-positions-item p {
    margin-bottom: 20px;
  }
  .open-positions-item {
    padding: 35px 0;
  }
  .about-the-compnay-section .delivering-solutions-inner-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .server-error-section p {
    font-size: 14px;
  }
  .server-error-section {
    margin: 0 auto 63px;
  }
  .contact-us-banner {
    padding: 70px 40px;
  }
  .contact-us-hero-section {
    margin-top: 30px;
  }
  .contact-us-content-right p {
    font-size: 14px;
  }
  .open-positions-wrapper h3 {
    max-width: 100%;
  }
  .footer-inner-content,
  .footer-link-contant,
  .footer-link-contant:nth-child(3),
  .footer-inner-content .footer-inner-text,
  .footer-link-contant:last-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .grid-container {
    grid-template-columns: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .careers-hero-section {
    margin-top: 0;
  }
  .category-select-left,
  .category-select-right {
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px;
  }
  /*.select-main {
      width: calc(50% - 6px);
  }*/
  .selection-list {
    gap: 12px;
  }
  .request-callback-btn .orange-full-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .request-callback-btn .like-btn {
    display: none;
  }
  .request-bag-icon {
    display: block;
  }
  .tabs {
    overflow-x: auto;
    justify-content: start;
    margin-left: -16px;
    margin-right: -16px;
  }
  .tab-content {
    padding-top: 0;
  }
  .specification-left p {
    margin-bottom: 16px;
  }
  .specification-table td,
  .specification-table th {
    max-width: 25%;
    font-size: 12px;
    padding: 14px 5px;
  }
  .specification-table {
    margin-bottom: 21px;
  }
  .specification-wrapper {
    gap: 20px;
  }
  .benefits-feature {
    margin-top: 21px;
    flex-direction: column;
    padding: 19px 44px;
    gap: 29px;
  }
  .benefits-feature-inner {
    width: 100%;
  }
  .tab-content {
    padding: 0;
  }
  .related-products-main {
    padding: 20px 0 37px;
  }
  .downloads-tab-scroll {
    margin-bottom: 38px;
  }
  .compliance-tab-scroll {
    margin-bottom: 38px;
  }
  .applications-wrapper {
    margin-bottom: 38px;
  }
  .downloads-item a {
    padding: 21px 20px;
  }
  .compliance-item a {
    padding: 21px 20px;
  }
  .about-the-compnay-section .delivering-solutions-inner-text p {
    font-size: 14px;
  }
  .careers-banner {
    padding: 18px 19px 16px;
  }
  .open-positions-section .sub-heading-text {
    margin-bottom: 20px;
  }
  .open-positions-section .content-center-text-main p {
    text-align: center;
  }
  .open-positions-item p {
    margin-bottom: 22px;
    font-size: 14px;
  }
  .open-positions-wrapper .share-social-media-main {
    margin-bottom: 22px;
    padding: 0;
  }
  .open-positions-list .open-positions-item:last-child {
    border-bottom: 0;
  }
  .about-the-compnay-section .sub-title {
    margin-bottom: 25px;
  }
  .about-the-compnay-section .delivering-solutions-inner-text {
    bottom: 40px;
  }
  .contact-us-banner {
    padding: 29px 20px 33px;
  }
  .contact-us-banner h1 {
    font-size: 36px;
  }
  .contact-us-banner span {
    font-size: 16px;
  }
  .contact-us-hero-section {
    margin-top: 0;
  }
  .answer p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .contact-us-wrapper h2 {
    font-size: 24px;
  }
  .contact-us-form {
    margin-top: 22px;
  }
  .input-field textarea,
  .input-field input {
    padding: 18px 24px;
  }
  .input-field label {
    margin-bottom: 8px;
  }
  .contact-us-tabs-section {
    padding: 29px 18px 20px;
  }
  .contact-us-tabs > ul {
    overflow-x: auto;
    padding: 0 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .contact-us-tabs > ul li a {
    padding: 12px 15px;
  }
  .contact-us-panel {
    padding: 21px 0;
  }
  .question::after {
    right: 0;
  }
  .contact-us-panel .our-locations-item .answer p {
    margin-bottom: 0;
  }
  .question {
    padding: 20px 24px 20px 10px;
  }
  .server-page-buttons a {
    font-size: 14px;
  }
}
@media screen and (max-width: 535px) {
  .select-main {
    max-width: 100%;
  }
  .category-select-left .select-main:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .header-right-sec {
    gap: 8px;
  }
  .header-main {
    padding: 11px 10px;
  }
  .header-section-wrapper-mobile {
    padding: 10px 7px;
  }
  .selection-list .nice-select.filter-select {
    min-width: auto;
  }
  .nice-select {
    padding-left: 12px;
    padding-right: 24px;
  }
  .specification-table th {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .specification-table tr:first-child {
    display: flex;
  }
  .market-leading-options {
    gap: 12px;
  }
  .market-leading-options-item {
    gap: 5px;
  }
  .server-page-buttons a {
    padding: 12px 16px;
  }
  .server-page-buttons {
    gap: 12px;
  }
}
.search-results-page .search-results-section {
  margin-bottom: 80px;
  padding: 71px 20px 62px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.05);
}
.search-results-page .search-results-item {
  padding: 25px 8px;
  border-bottom: 1px solid #ddd;
}
.search-results-page .search-results-item h2 {
  margin-bottom: 17px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  max-width: 60%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .search-results-page .search-results-item {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.product-hero-section {
  padding: 51px 0 54px;
}
@media screen and (max-width: 1023px) {
  .product-hero-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .product-hero-section {
    padding: 0;
  }
}

.product-hero-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 88px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-hero-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 1360px) {
  .product-hero-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .product-hero-wrapper {
    gap: 20px;
  }
}

.product-view {
  width: 100%;
  max-width: 616px;
}
@media screen and (max-width: 1199px) {
  .product-view {
    max-width: 470px;
  }
}
.product-view .slides {
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-view .slides .slide img {
  border-radius: 6px;
}
.product-view .slider-thumbs {
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .product-view .slider-thumbs {
    margin-top: 13px;
  }
}
.product-view .slider-thumbs .slide {
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .product-view .slider-thumbs .slide {
    margin-right: 10px;
  }
}
.product-view .slider-thumbs .slide img {
  border-radius: 4px;
}
.product-view .slider-thumbs .owl-stage {
  margin-left: 0;
}
.product-view .owl-nav,
.product-view .owl-dots {
  display: none;
}

.variants-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .variants-container {
    gap: 18px;
  }
}
@media screen and (max-width: 359px) {
  .variants-container {
    gap: 12px;
  }
}

.selectable-image {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .selectable-image {
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 359px) {
  .selectable-image {
    width: 48px;
    height: 48px;
  }
}
.selectable-image.selected {
  border-color: #f16722 !important;
}
.selectable-image.variant-color-multiple {
  background-image: url("/image/multi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.selectable-image.variant-color-clear {
  background-color: #f4f6f6;
}
.selectable-image.variant-color-opal {
  background-color: #ecf0f1;
}
.selectable-image.variant-color-white {
  background-color: #FFFFFF;
  border: 3px solid #efefef;
}
.selectable-image.variant-color-black {
  background-color: #000000;
}
.selectable-image.variant-color-opal-ice {
  background-color: #f0f3f4;
}
.selectable-image.variant-color-glass-green {
  background-color: #e9f7ef;
}
.selectable-image.variant-color-marine-blue {
  background-color: #d4e6f1;
}
.selectable-image.variant-color-pastel-pink {
  background-color: #f5b7b1;
}
.selectable-image.variant-color-lime-green {
  background-color: #CCFF66;
}
.selectable-image.variant-color-autumn-orange {
  background-color: #fb8c00;
}
.selectable-image.variant-color-cobalt-blue {
  background-color: #333399;
}
.selectable-image.variant-color-stone-grey {
  background-color: #9e9e9e;
}
.selectable-image.variant-color-sepia-bronze {
  background-color: #bcaaa4;
}
.selectable-image.variant-color-grey-tint {
  background-color: #4c4a49;
}
.selectable-image.variant-color-green-tint {
  background-color: #e9f5e3;
}
.selectable-image.variant-color-blue {
  background-color: #0000FF;
}
.selectable-image.variant-color-green {
  background-color: #008000;
}
.selectable-image.variant-color-yellow {
  background-color: #FFFF00;
}
.selectable-image.variant-color-red {
  background-color: #FF0000;
}
.selectable-image.variant-color-orange {
  background-color: #ff5733;
}
.selectable-image.variant-color-charcoal {
  background-color: #36454f;
}
.selectable-image.variant-color-silver {
  background-color: #C0C0C0;
}
.selectable-image.variant-color-black-galaxy {
  background-color: #101010;
}
.selectable-image.variant-color-metallic-dark-grey {
  background-color: #808080;
}
.selectable-image.variant-color-gold {
  background-color: #FFD700;
}
.selectable-image.variant-color-dark-blue {
  background-color: #00007F;
}
.selectable-image.variant-color-dark-yellow {
  background-color: #dcc720;
}
.selectable-image.variant-color-dark-red {
  background-color: #e50000;
}
.selectable-image.variant-color-dark-green {
  background-color: #139b13;
}
.selectable-image.variant-color-orange {
  background-color: #f36604;
}
.selectable-image.variant-color-light-blue {
  background-color: #0000FF;
}
.selectable-image.variant-color-light-yellow {
  background-color: #e5e500;
}
.selectable-image.variant-color-light-red {
  background-color: #e50000;
}
.selectable-image.variant-color-light-green {
  background-color: #139b13;
}
.selectable-image.variant-color-silver-mirror {
  background-color: #C0C0C0;
}
.selectable-image.variant-color-grey {
  background-color: #4c4a49;
}
.selectable-image.variant-color-bronze {
  background-color: #5A2D00;
}

.product-details {
  max-width: 498px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .product-details {
    max-width: 470px;
  }
}

.product-details-title {
  width: 100%;
  max-width: 434px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .product-details-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details-title img {
    width: 100%;
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-title img {
    max-width: 47px;
  }
}

.product-details-title-text h3 {
  color: var(--dark-gray);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .product-details-title-text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-title-text h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.product-details-title-text p {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .product-details-title-text p {
    font-size: 12px;
  }
}
.product-details-title-text p a {
  text-decoration-line: underline;
}

.product-deep-details {
  max-width: 434px;
  width: 100%;
  border-top: 1px solid #c5c5c5;
  padding: 19px 0;
}
.product-deep-details p {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}
.product-deep-details p:last-child {
  margin-bottom: 0;
}

.select-share-details {
  margin-top: 14px;
}
.select-share-details p {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
}

.divider {
  border-top: 1px solid #c5c5c5;
  margin-top: 34px;
  margin-bottom: 34px;
  max-width: 434px;
  width: 100%;
}

.request-bag-icon {
  display: none;
}

.request-callback-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.request-callback-btn .orange-full-btn {
  max-width: 434px;
  width: 100%;
  border-radius: 2px;
  background: #f16722;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 16px 40px;
  text-align: center;
  transition: all 0.3s;
}

.request-callback-btn .orange-full-btn:hover {
  opacity: 0.7;
}

.request-callback-btn .like-btn {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.request-callback-btn .like-btn:hover {
  opacity: 0.7;
}

.request-callback-btn .like-btn img {
  width: 20px;
  height: 20px;
}

.share-social-media-main {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 41px;
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.share-social-media-main ul, .share-social-media-main li {
  list-style: none !important;
}

.share-social-media-main ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.share-social-media-main img:hover {
  transform: scale(1.1);
}

.hero-slider-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-slider-section .owl-carousel .owl-nav {
    display: none;
  }
}
.hero-slider-section .owl-carousel .owl-nav .owl-prev {
  background-image: url(/image/prev-aoorw-slider.svg);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 46px;
  transition: 0.3s;
}
.hero-slider-section .owl-carousel .owl-nav .owl-next {
  background-image: url(/image/prev-aoorw-slider.svg);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 46px;
  transition: 0.3s;
}
.hero-slider-section .owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}
.hero-slider-section .owl-carousel .owl-nav span {
  display: none;
}

.content-page .hero-section .hero-banner h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.hero-section {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .hero-section {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .hero-section {
    margin-top: 50px;
  }
}
.hero-section .hero-banner {
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  padding: 93px 58px 92px;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-banner {
    padding: 32px;
  }
}
@media screen and (max-width: 599px) {
  .hero-section .hero-banner {
    padding: 15px 17px 16px 17px;
  }
}
.hero-section .hero-banner h1 {
  color: var(--white-color);
  font-size: 60px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-banner h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-banner h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .hero-section .hero-banner h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-banner.smaill-text h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .hero-section .hero-banner.smaill-text h1 {
    font-size: 24px;
  }
}
.hero-section .hero-banner.variant-2 h1 {
  margin-bottom: 20px;
  color: var(--white-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .hero-section .hero-banner.variant-2 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .hero-banner.variant-2 .description img {
    max-width: 200px;
    width: 100%;
  }
}
.hero-section .hero-banner.variant-3 h1 {
  color: #000;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.hero-section .hero-banner.variant-3 .description {
  color: #474747;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.category-banner {
  margin: 35px 0 47px;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  padding: 93px 58px 92px;
}
@media screen and (max-width: 991px) {
  .category-banner {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .category-banner {
    margin: 0 0 14px;
  }
}
@media screen and (max-width: 599px) {
  .category-banner {
    padding: 15px 17px 16px 17px;
  }
}
.category-banner h1 {
  width: 100%;
  max-width: 897px;
  height: 137px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white-color);
  font-size: 60px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .category-banner h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .category-banner h1 {
    font-size: 42px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .category-banner h1 {
    font-size: 36px;
    height: 48px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .category-banner.smaill-text h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .category-banner.smaill-text h1 {
    font-size: 24px;
  }
}

.blog-content-section {
  margin-top: 46px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .blog-content-section {
    margin-bottom: 8px;
  }
}

.blog-page h1 {
  padding: 56px 0 37px;
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .blog-page h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 599px) {
  .blog-page h1 {
    font-size: 36px;
    padding: 11px 0;
  }
}

.blog-content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .blog-content-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .blog-content-wrapper {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .blog-content-wrapper .pagination-main {
    margin-top: 52px;
    margin-bottom: 58px;
  }
}

.blog-content-left {
  max-width: 847px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .blog-content-left {
    max-width: 750px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-content-left {
    max-width: 620px;
  }
}
@media screen and (max-width: 1023px) {
  .blog-content-left {
    max-width: 100%;
  }
}
.blog-content-left h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  /*text-transform: uppercase;*/
  margin-bottom: 11px;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .blog-content-left h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .blog-content-left h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 359px) {
  .blog-content-left h2 {
    font-size: 20px;
  }
}
.blog-content-left h2:hover {
  color: #f26722;
}
.blog-content-left p {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media screen and (max-width: 599px) {
  .blog-content-left p {
    font-size: 14px;
  }
}

.blog-content-right {
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .blog-content-right {
    max-width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .blog-content-right {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-right {
    max-width: 100%;
  }
}

.badges-main {
  display: flex;
  gap: 13px;
  margin: 0 0 12px;
  flex-wrap: wrap;
}

.orange-badge-smaill {
  color: #f26722;
  background-color: #ffd3be;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding: 6px 10px;
  border-radius: 20px;
  display: inline-block;
}

.blog-main-image {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .blog-main-image {
    margin-bottom: 52px;
  }
}
.blog-main-image img {
  width: 100%;
  transition: 0.3s;
  padding-bottom: 12px;
}
.blog-main-image img:hover {
  opacity: 0.8;
}

.no-products-text {
  text-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .no-products-text {
    text-wrap: auto !important;
  }
}

.blogs-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 21px;
}
@media screen and (max-width: 767px) {
  .blogs-wrapper {
    gap: 52px 12px;
  }
}
@media screen and (max-width: 599px) {
  .blogs-wrapper {
    flex-direction: column;
    display: flex;
  }
}

.blog-item {
  max-width: 408px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .blog-item {
    max-width: 100%;
  }
}
.blog-item img {
  width: 100%;
  transition: 0.3s;
  padding-bottom: 12px;
}
.blog-item img:hover {
  opacity: 0.8;
}
.blog-item h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  transition: 0.3s;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media screen and (max-width: 1199px) {
  .blog-item h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .blog-item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .blog-item h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 359px) {
  .blog-item h3 {
    font-size: 20px;
  }
}
.blog-item a:hover h3:hover {
  color: #f26722;
}

.last-posts-section h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
}
.last-posts-section .trending-articles-item {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 39px;
}
.last-posts-section .trending-articles-item img {
  width: 84px;
  height: auto;
  border-radius: 8px;
}
.last-posts-section .trending-articles-item a:hover h3 {
  color: #f26722;
}
.last-posts-section .trending-articles-item a:hover img {
  opacity: 0.8;
}
.last-posts-section .trending-articles-item h3 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  transition: 0.3s;
}
.last-posts-section .trending-articles-text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.last-posts-section .badges-main {
  margin: 0;
}

/* ----------============  blog page css end  ============---------- */
/* ----------============  blog-post-article-banner css start  ============---------- */
.blog-post-article-banner {
  padding: 134px 60px;
  background-image: url(../../image/blog-post-article-banner.png);
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .blog-post-article-banner {
    margin-top: 0;
    padding: 111px 12px;
    background-image: url(../../image/blog-post-article-banner-mobile.png);
  }
}
.blog-post-article-banner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.blog-post-article-section {
  padding-bottom: 41px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .blog-post-article-section {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 49px;
  }
}

.blog-post-article-content {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  padding-top: 52px;
}
.blog-post-article-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-post-article-content h1 {
    font-size: 36px;
  }
}
.blog-post-article-content h2 {
  margin-top: 40px;
}
.blog-post-article-content h3 {
  margin-top: 40px;
}
.blog-post-article-content h4 {
  margin-top: 40px;
}
.blog-post-article-content .badges-main {
  margin: 0 0 20px;
}
.blog-post-article-content p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-post-article-content p {
    font-size: 14px;
  }
}
.blog-post-article-content .share-social-media-main {
  margin: 55px 0 57px;
}
@media screen and (max-width: 767px) {
  .blog-post-article-content .share-social-media-main {
    margin: 49px 0;
    padding-bottom: 0;
  }
}
.blog-post-article-content ul:not(.share-social-media-main ul) {
  list-style: inside !important;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.blog-post-article-content li:not(.share-social-media-main li) {
  list-style: inside !important;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.back-next-articale {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.back-next-articale a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.back-next-articale a:hover {
  opacity: 0.7;
}
.back-next-articale a.next-arrow img {
  transform: rotate(180deg);
}

.blog-post-article-page .related-products-main {
  padding: 60px 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .blog-post-article-page .related-products-main .blog-post-article-page .related-products-main {
    padding: 20px 0 35px;
  }
}
@media screen and (max-width: 1023px) {
  .blog-post-article-page {
    padding: 50px 0;
  }
}

.image-text-section .image-text-wrapper {
  padding: 42px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .image-text-section .image-text-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .image-text-section .image-text-wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .image-text-section .image-text-wrapper.narrowText {
    padding: 20px 0;
  }
}
.image-text-section .image-text-wrapper.narrowText.text-content-left .content-text {
  padding-left: 55px;
}
@media screen and (max-width: 1199px) {
  .image-text-section .image-text-wrapper.narrowText.text-content-left .content-text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .image-text-section .image-text-wrapper.narrowText.text-content-left .content-text {
    padding-left: 0;
  }
}
.image-text-section .image-text-wrapper.narrowText.text-content-right .content-text {
  padding-right: 32px;
}
@media screen and (max-width: 1023px) {
  .image-text-section .image-text-wrapper.narrowText.text-content-right .content-text {
    padding-right: 0;
  }
}
.image-text-section .image-content-img {
  max-width: 50.8%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .image-text-section .image-content-img {
    max-width: 650px;
  }
}
.image-text-section .image-content-img img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .image-text-section .image-content-img img {
    border-radius: 6px;
  }
}
.image-text-section .content-text {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .image-text-section .content-text {
    max-width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .image-text-section .content-text {
    max-width: 100%;
  }
}
.image-text-section .content-text p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .image-text-section .content-text p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .image-text-section .content-text p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.image-text-section .text-content-right {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .image-text-section .text-content-right {
    flex-direction: row-reverse;
  }
}
.image-text-section .company-logo {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .image-text-section .company-logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .image-text-section .company-logo {
    margin-bottom: 16px;
  }
}

.about-page .text-content-left.narrowText .content-text {
  padding-left: 55px;
}

.about-page .text-content-right .content-text {
  padding-right: 32px;
}

.our-company-content-wrapper h3 {
  margin: 32px 0 20px;
}

.our-company-content-wrapper .content-text p {
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .our-company-content-wrapper h3 {
    margin: 24px 0 20px;
  }
  .our-company-content-wrapper .content-text p {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .our-company-content-wrapper a {
    display: none;
  }
  .our-company-content-wrapper .content-text p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .our-company-content-wrapper .content-text {
    max-width: 522px;
    width: 100%;
  }
}
.features-column-section {
  padding: 84px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .features-column-section {
    padding: 64px 0;
  }
}
@media screen and (max-width: 991px) {
  .features-column-section {
    padding: 20px 0 51px;
  }
}
@media screen and (max-width: 767px) {
  .features-column-section {
    text-align: left;
  }
}
.features-column-section .features-column-details-list {
  padding: 43px 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 14px;
}
@media screen and (max-width: 991px) {
  .features-column-section .features-column-details-list {
    grid-template-columns: 1fr 1fr;
    gap: 18px 14px;
    padding: 43px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .features-column-section .features-column-details-list {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 24px 0 0;
  }
}
.features-column-section .features-column-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.features-column-section .features-column-item img {
  max-width: 79px;
  width: 100%;
}
.features-column-section .features-column-item h3 {
  color: var(--dark-gray);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.features-column-section .features-column-item p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .features-column-section .features-column-item p {
    text-align: center;
    font-size: 16px;
  }
}
.features-column-section .features-column-icon {
  height: 94px;
}
.features-column-section.theme-orange .features-column-item h3 {
  color: #f26722;
}
.features-column-section.theme-green .features-column-item h3 {
  color: #119f0f;
}
.features-column-section.big-cards .features-column-details-list {
  justify-content: center;
}
.features-column-section.big-cards .features-column-icon {
  height: 160px;
}
.features-column-section.big-cards .features-column-item img {
  max-width: 160px;
}

.features-2column-section .features-2column-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 69px 0;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .features-2column-section .features-2column-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .features-2column-section .features-2column-wrap {
    padding: 51px 0 15px;
    gap: 51px;
  }
}
.features-2column-section .features-2column-left {
  max-width: 462px;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .features-2column-section .features-2column-left {
    max-width: 440px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .features-2column-section .features-2column-left {
    max-width: 400px;
  }
}
.features-2column-section .features-2column-left h3 {
  color: var(--dark-gray);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.features-2column-section .features-2column-left p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .features-2column-section .features-2column-left p {
    margin-bottom: 23px;
  }
}
.features-2column-section .features-2column-right {
  max-width: 652px;
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  grid-gap: 45px 0;
}
@media screen and (max-width: 1299px) {
  .features-2column-section .features-2column-right {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .features-2column-section .features-2column-right {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .features-2column-section .features-2column-right {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 599px) {
  .features-2column-section .features-2column-right {
    grid-template-columns: 1fr;
  }
}
.features-2column-section.theme-orange .features-2column-item h3 {
  color: #f26722;
}
.features-2column-section.theme-green .features-2column-item h3 {
  color: #119f0f;
}
.features-2column-section .features-2column-item {
  margin-right: 66px;
}
@media screen and (max-width: 1299px) {
  .features-2column-section .features-2column-item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .features-2column-section .features-2column-item {
    margin-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .features-2column-section .features-2column-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .features-2column-section .features-2column-item {
    max-width: 400px;
    margin: 0 auto;
  }
}
.features-2column-section .features-2column-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 16px;
  padding-bottom: 3px;
  display: block;
}
.features-2column-section .features-2column-item p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .features-2column-section .features-2column-item p {
    font-size: 14px;
  }
}

.contact-us-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 63px 0 77px;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .contact-us-wrapper {
    gap: 58px;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 32px;
  }
}
.contact-us-wrapper h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  /*text-transform: uppercase;*/
  margin-bottom: 3px;
}

.contact-us-content-right.center {
  margin-left: auto;
  margin-right: auto;
}

.sustainable-products-section {
  padding: 28px 0 102px;
}
@media screen and (max-width: 767px) {
  .sustainable-products-section {
    padding: 20px 0 35px;
  }
}
.sustainable-products-section h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sustainable-products-section h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .sustainable-products-section h2 {
    text-align: left;
  }
}
.sustainable-products-section .industry-updates-button {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .sustainable-products-section .industry-updates-button {
    margin-top: 35px;
  }
}

.featured-products-pvc .owl-stage-outer {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .featured-products-pvc.owl-carousel .owl-nav .owl-prev,
  .featured-products-pvc.owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
.product-carousel {
  padding: 40px 0 6px;
}
@media screen and (min-width: 767px) {
  .product-carousel {
    padding: 60px 0;
  }
}
.product-carousel .sub-heading-text {
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-carousel .sub-heading-text {
    text-align: center;
    margin-bottom: 12px;
  }
}
.product-carousel .view-more {
  margin-top: 20px;
  text-align: center;
}
.product-carousel .owl-carousel.show-navigation .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 20px;
}
.product-carousel .owl-carousel.show-navigation .owl-nav.disabled {
  display: none;
}
.product-carousel .owl-carousel .owl-stage {
  display: flex;
}
.product-carousel .owl-carousel .owl-nav {
  display: none;
}
.product-carousel .owl-carousel .owl-nav.disabled {
  display: none;
}
.product-carousel .owl-stage-outer {
  margin-top: -5px;
  padding: 20px 15px !important;
  margin-bottom: 0 !important;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: block;
}

.two-column-section {
  padding: 30px 0;
}
@media screen and (min-width: 767px) {
  .two-column-section {
    padding: 50px 0;
  }
}
.two-column-section .columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .two-column-section .columns {
    flex-direction: row;
    gap: 35px;
  }
}
.two-column-section .column {
  width: 100%;
}

.umbraco-forms-form .umbraco-forms-fieldset {
  border: none;
}
.umbraco-forms-form .umbraco-forms-hidden {
  height: 0;
  opacity: 0;
}
.umbraco-forms-form label {
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 11px;
}
.umbraco-forms-form .umbraco-forms-field {
  margin-bottom: 35px;
}
.umbraco-forms-form .umbraco-forms-field textarea,
.umbraco-forms-form .umbraco-forms-field input {
  border-radius: 4px;
  border: 1px solid #9f9f9f;
  padding: 26px 24px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  font-family: "Gilroy";
  background: transparent;
}
.umbraco-forms-form .umbraco-forms-field textarea.input-validation-error,
.umbraco-forms-form .umbraco-forms-field input.input-validation-error {
  border-color: var(--orange-color);
}
.umbraco-forms-form .umbraco-forms-field textarea {
  height: 120px;
}
.umbraco-forms-form .umbraco-forms-field .nice-select {
  border-radius: 4px;
  border: 1px solid #9f9f9f;
  padding: 26px 24px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  font-family: "Gilroy" !important;
  background: transparent;
  height: auto;
}
.umbraco-forms-form .umbraco-forms-field .nice-select.input-validation-error {
  border-color: var(--orange-color);
}
.umbraco-forms-form .umbraco-forms-field .nice-select .current {
  color: #484848;
}
.umbraco-forms-form .field-validation-error {
  color: var(--orange-color);
}

.subscribe-newsletter {
  position: relative;
}
.subscribe-newsletter .umbraco-forms-form .umbraco-forms-field {
  margin-bottom: 0;
}
.subscribe-newsletter .umbraco-forms-form .umbraco-forms-field input {
  padding: 5px 55px 5px 10px;
  height: 46px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  border-radius: 2px;
  background: var(--white-color);
  border: 0;
  width: 100%;
}
.subscribe-newsletter .umbraco-forms-form .umbraco-forms-field input .input-validation-error {
  border: 1px solid var(--orange-color);
}
.subscribe-newsletter .umbraco-forms-form .field-validation-error {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 13px;
  font-weight: 400;
}
.subscribe-newsletter .umbraco-forms-submitmessage {
  font-size: 15px;
  font-weight: 400;
  color: #c8c8c8;
}

.modal-btn-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center;
}

.modal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  background: rgba(51, 51, 51, 0.7);
  backdrop-filter: blur(8px);
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 512px;
  width: calc(100% - 48px);
  background-color: #fff;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  border-radius: 12px;
  overflow: hidden;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
  border-radius: 12px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
}
.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
}
.modal-content img {
  margin-bottom: 25px;
}
.modal-content span {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.modal-content p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  margin: 6px 0 20px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .modal-content p {
    text-align: center;
  }
}
.modal-content p b {
  font-weight: 700;
}
.modal-content .orange-btn {
  max-width: 356px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.modal-text-link {
  color: var(--orange-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  padding: 14px 0;
  margin-top: 12px;
}

.filter-menu p {
  gap: 10px;
  font-weight: 700;
  color: #484848;
  font-size: 16px;
  display: none;
}

.selection-list .close-search {
  display: none;
}
