@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --themebg:#810909;
  --themebg2:#ec9049;
  --Jost: "Jost", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--Jost);
  background: #fff;
}

a {
  text-decoration: none;
}

.header_top {
  padding: 5px 0;
}
.header_top .logo_style {
  color: var(--white);
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .fixedtop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-nav {
    justify-content: space-between;
  }
  .header_top {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.26)) !important;
    border: 0;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(2px);
  }
  .header_top .logo_img {
    filter: brightness(0) invert(1);
  }
  .header_top .social_media_header a {
    color: #fff;
  }
  .header_top .menu_style {
    background: none !important;
  }
  .header_top .menu_style .nav-link {
    color: #fff !important;
  }
  .header_top .searchbox {
    position: relative;
  }
  .header_top .searchbox .form-control {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
    font-size: 14px;
    height: 42px;
    padding-right: 40px;
  }
  .header_top .searchbox input::-webkit-input-placeholder {
    color: #fff;
  }
  .header_top .searchbox input:-moz-placeholder {
    color: #fff;
  }
  .header_top .searchbox .searchbtn {
    border: 0;
    background: none !important;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
  }
  .header_top:hover {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.26)) !important;
  }
  .header_top:hover .menu_style .nav-link {
    color: #fff !important;
  }
  .header_top:hover .social_media_header a {
    color: #fff;
  }
  .header_top:hover .logo_img {
    filter: brightness(0) invert(1);
  }
  .header_top:hover .searchbox input::-webkit-input-placeholder {
    color: #fff;
  }
  .header_top:hover .searchbox input:-moz-placeholder {
    color: #fff;
  }
  .header_top:hover .searchbtn {
    color: #fff;
  }
  .navsty {
    background: #fff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .navsty .menu_style .nav-link {
    color: #000000 !important;
  }
  .navsty .social_media_header a {
    color: #000;
  }
  .navsty .logo_img {
    filter: none;
  }
  .navsty .searchbox input::-webkit-input-placeholder {
    color: #000000;
  }
  .navsty .searchbox input:-moz-placeholder {
    color: #000000;
  }
  .navsty .searchbox .searchbtn {
    color: #000;
  }
}
.logo_img img {
  max-height: 90px;
}

.menu_style {
  /* Mega menu */
  /* Navbar icons */
}
.menu_style .dropdown-menu {
  opacity: 0;
  transform: translateY(0px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.menu_style .dropdown-menu.show {
  animation: dropdownFade 0.3s ease forwards;
  visibility: visible;
}
.menu_style .nav-item.dropdown.dropdown-mega {
  position: static;
}
.menu_style .nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 0%;
}
.menu_style .navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.menu_style .navbar-toggler:focus {
  box-shadow: none;
}
.menu_style .navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 0px;
  transition: transform 0.2s ease, background 0.2s ease;
  left: 0;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span:last-child {
  bottom: 10%;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  width: 0;
  left: 50%;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.menu_style .icons {
  display: inline-flex;
  margin-left: auto;
}
.menu_style .icons a {
  color: #ccc !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.menu_style .icons a:hover {
  color: #fff;
  text-shadow: 0 0 30px #fff;
}

/* scroll ke baad apply hone wali class */
/* Keyframes for smooth slideDown */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Large screens */
@media (min-width: 992px) {
  .menu_style .navbar-nav {
    gap: 15px;
  }
  .menu_style .nav-link {
    text-transform: uppercase;
    font-weight: 400;
  }
  .navbar {
    padding: 0;
  }
  .navbar .dropdown-menu {
    line-height: initial;
    display: block;
    opacity: 0;
    transform: translateY(0px);
    visibility: hidden;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    animation: dropdownFade 0.3s ease forwards;
    visibility: visible;
  }
  .dropdown:hover > .dropdown-menu {
    margin-top: 0rem;
  }
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
  }
  .banner_style .carousel-item {
    background: #000;
  }
  .banner_style .carousel-item img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* If you want different width for large screens */
@media only screen and (max-width: 768px) {
  .offcanvas.offcanvas-end,
  .offcanvas.offcanvas-start {
    max-width: 80%;
  }
  .offcanvas .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
  }
  .searchbox {
    position: relative;
  }
  .searchbox .form-control {
    background: transparent;
    font-size: 14px;
    height: 42px;
    padding-right: 40px;
  }
  .searchbox .searchbtn {
    border: 0 !important;
    background: none !important;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #000000;
    z-index: 1;
  }
}
.btn-1 {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #070087 50%, rgb(81, 0, 255) 100%);
  color: #fff;
  font-size: 1.05em;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  box-shadow: inset 0 0 rgb(0, 0, 0);
}
.btn-1:hover {
  box-shadow: inset 12em 0 #000000;
  color: #fff;
}

.btn-2 {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  letter-spacing: 1px;
  font-size: 1.05em;
  border: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgb(253, 29, 29) 50%, rgb(255, 149, 0) 100%);
  color: var(--white);
  border-radius: 5px;
}
.btn-2::before, .btn-2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 55%;
  background: var(--themebg);
  top: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.btn-2::before {
  left: 0;
}
.btn-2::after {
  right: 0;
}
.btn-2:hover {
  color: var(--white);
}
.btn-2:hover::before, .btn-2:hover::after {
  width: 0;
}

.btn-3 {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  letter-spacing: 1px;
  font-size: 1.05em;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
  background: linear-gradient(-45deg, #b60000, #ffdd00, #c00, #ff5500);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: #fff;
  z-index: 1;
}
.btn-3:hover {
  color: var(--white);
}
.btn-3::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, rgb(22, 0, 163) 50%, rgb(3, 0, 84) 100%);
  right: 0;
  top: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.btn-3:hover::after {
  width: 100%;
}

.title_head {
  text-align: center;
  margin-bottom: 2em;
}
.title_head h2 {
  font-size: 2.2rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0;
}
.title_head p {
  margin: 0;
  padding: 0;
}

#backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: #fff;
  padding: 12px 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: none; /* Hidden by default */
  z-index: 1000;
  transition: all 0.3s ease;
}

#backToTopBtn:hover {
  background: #555;
}

.product_list {
  display: block;
  text-align: center;
  background: #fff;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.product_list img {
  width: 100%;
  height: clamp(180px, 25vw, 250px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.product_list h6 {
  font-size: 1rem;
  font-weight: 400;
  border-bottom: #555 1px solid;
  display: inline-block;
  margin: 0;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ConceptCategorys .product_list h6 {
  border-bottom: 0;
  text-transform: capitalize;
}
.ConceptCategorys .product_list img {
  aspect-ratio: 3/4;
  width: min(100%, 180px);
  height: clamp(180px, 20vw, 250px);
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 14px;
}
.product_list:hover {
  transform: translateY(-5px);
}
.product_list:hover h6 {
  color: #CF7B69;
}
.product_list:hover img {
  transform: scale(1.05);
}

.product_list_page {
  display: block;
  text-align: center;
  background: #fff;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
}
.product_list_page .new_bx {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 999;
  background: #CF7B69;
  color: #fff;
  border-radius: 25px;
  padding: 0.1em 0.8em;
}
.product_list_page img {
  width: 100%;
  height: clamp(180px, 25vw, 300px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.product_list_page h6 {
  font-size: 0.8rem;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}
.product_list_page p {
  font-size: 0.8em;
  color: #212529;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.product_list_page:hover {
  transform: translateY(-5px);
}
.product_list_page:hover h6 {
  color: #CF7B69;
}
.product_list_page:hover img {
  transform: scale(1.05);
}

.filer_left {
  top: 160px;
}

@media (max-width: 678px) {
  .product_list {
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .product_list img {
    height: clamp(200px, 25vw, 280px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ConceptCategorys .product_list img {
    width: min(100%, 150px);
    height: clamp(150px, 42vw, 220px);
  }
}
.product_page .product_list {
  text-decoration: none;
}

.product_page .product_list h6 {
  border-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
}

.product_page .product_list h6.product-code-title {
  text-transform: uppercase;
}

.product_page .collection-carpet-image {
  aspect-ratio: 1 / 0.86;
  background: #f8f6f0;
  border: 1px solid #eee8dc;
  height: clamp(183px, calc(18vw + 3px), 253px);
  padding: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 679px) and (max-width: 991.98px) {
  .product_page .product_list {
    max-width: 210px;
    margin: 0 auto;
  }
  .product_page .collection-carpet-image {
    aspect-ratio: 1 / 0.86;
    height: 183px;
    padding: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 679px) and (max-width: 991.98px) and (any-pointer: fine) {
  .product_page .collection-carpet-image {
    height: 245px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .product_page .collection-carpet-image {
    height: clamp(240px, calc(18vw + 20px), 275px);
    padding: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 678px) {
  .product_page .collection-carpet-image {
    aspect-ratio: 1 / 0.92;
    height: clamp(170px, 55vw, 260px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.about_sty {
  margin-bottom: 1.8em;
}
.about_sty h1 {
  font-size: 1.5em;
}
.about_sty .abtn {
  color: #191919;
  text-decoration: underline;
  font-style: italic;
}
.about_sty .abtn:hover {
  color: #CF7B69;
}

.dwi-showroom-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.dwi-showroom-content h4 {
  margin: 0 0 0.75rem;
}
.dwi-showroom-content p {
  margin-bottom: 0.85rem;
  line-height: 1.7;
}

.dwi-showroom-logo {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid rgba(25, 25, 25, 0.1);
  box-shadow: 0 12px 30px rgba(25, 25, 25, 0.08);
}

.dwi-showroom-note {
  max-width: 430px;
  color: #333;
  font-weight: 500;
}

.about-video-container {
  width: 100%;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  overflow: hidden;
  background: #000;
}
.about-video-container video {
  display: block;
  width: 100%;
  height: clamp(240px, 48vw, 620px);
  object-fit: cover;
}

@media (max-width: 678px) {
  .about-video-container video {
    height: clamp(220px, 68vw, 420px);
  }
}

.about-brand-statement {
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  text-align: center;
  color: #191919;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.3vw, 3.25rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
.about-brand-statement span {
  display: block;
}

@media (max-width: 678px) {
  .about-brand-statement {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }
}

.about-copy {
  max-width: 920px;
  margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
  color: #333;
  font-family: var(--Jost);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.about-section-heading {
  margin: clamp(2rem, 5vw, 3.5rem) 0 0;
  color: #191919;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.about-manufacturing-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 920px;
  margin: clamp(1.25rem, 3vw, 2rem) auto 0;
  background: #f5f2ec;
}

.about-manufacturing-block {
  min-height: clamp(110px, 15vw, 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  color: rgba(25, 25, 25, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-left: 2px solid rgba(25, 25, 25, 0.55);
}

.about-manufacturing-block video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.about-manufacturing-block:first-child {
  border-left: 0;
}

.about-process-map {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, clamp(190px, 19vw, 250px));
  row-gap: clamp(1.75rem, 4vw, 3.25rem);
  max-width: 1040px;
  margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
  position: relative;
}

.about-process-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.about-process-lines path {
  fill: none;
  stroke: rgba(25, 25, 25, 0.55);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 7 11;
}

.about-process-node {
  min-height: clamp(190px, 19vw, 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 1;
  color: rgba(25, 25, 25, 0.75);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.75rem);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.16);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(25, 25, 25, 0.08);
  overflow: hidden;
}

.process-node-1 {
  grid-column: 2/span 3;
  grid-row: 1;
}

.process-node-2 {
  grid-column: 6/span 3;
  grid-row: 1;
}

.process-node-3 {
  grid-column: 10/span 3;
  grid-row: 1;
}

.process-node-4 {
  grid-column: 1/span 3;
  grid-row: 2;
}

.process-node-5 {
  grid-column: 5/span 3;
  grid-row: 2;
}

.process-node-6 {
  grid-column: 9/span 3;
  grid-row: 2;
}

.process-node-7 {
  grid-column: 2/span 3;
  grid-row: 3;
}

.process-node-8 {
  grid-column: 6/span 3;
  grid-row: 3;
}

.process-node-9 {
  grid-column: 10/span 3;
  grid-row: 3;
}

.about-process-node:nth-of-type(2n) {
  border-radius: 0;
  transform: none;
}

.about-process-node:nth-of-type(2n+1) {
  transform: none;
}

.about-process-node-split {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.about-process-node-split picture {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-process-node-split img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
  transform-origin: center;
}
.about-process-node-split span,
.about-process-node-photo span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(54px, 4vw, 68px);
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: none;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.08;
  text-shadow: none;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  clip-path: none;
}
.about-process-node-split::after {
  content: none;
}
.about-process-node-photo {
  overflow: hidden;
  background-position: center top;
  background-size: cover;
  border-color: rgba(25, 25, 25, 0.35);
}
.about-process-node-3d {
  background-image: linear-gradient(rgba(120, 48, 18, 0.08), rgba(48, 20, 10, 0.18)), url("../images/about-3d-card.jpg");
  background-position: center, center top;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
}
.about-process-node-design {
  background-image: linear-gradient(rgba(115, 50, 22, 0.08), rgba(45, 18, 10, 0.18)), url("../images/about-design-card.jpg");
}
.about-process-node-pattern {
  background-image: linear-gradient(rgba(90, 16, 36, 0.12), rgba(25, 10, 16, 0.18)), url("../images/about-pattern-card.jpg");
}
.about-process-node-solid {
  background-image: linear-gradient(rgba(110, 18, 45, 0.08), rgba(45, 8, 22, 0.2)), url("../images/about-solid-card.jpg");
}
.about-process-node-solid-texture {
  background-image: linear-gradient(rgba(10, 28, 52, 0.08), rgba(4, 14, 28, 0.22)), url("../images/about-solid-texture-card.jpg");
  background-position: center, center top;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
}
.about-process-node-solid-mix {
  background-image: linear-gradient(rgba(116, 48, 26, 0.08), rgba(50, 18, 10, 0.2)), url("../images/about-solid-mix-card.jpg");
}

.about-sustainability-section {
  margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: #f7f4ef;
}

.about-sustainability-header {
  max-width: 760px;
  margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
}
.about-sustainability-header h2 {
  margin: 0;
  color: #191919;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.about-sustainability-header p {
  margin: 0.65rem 0 0;
  color: #555;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
}

.about-sustainability-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.about-sustainability-video {
  width: 100%;
  overflow: hidden;
  background: #111;
}
.about-sustainability-video video {
  display: block;
  width: 100%;
  height: clamp(260px, 32vw, 460px);
  -o-object-fit: cover;
     object-fit: cover;
}

.about-sustainability-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.about-sustainability-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.about-sustainability-features h3 {
  margin: 0;
  padding: 1rem;
  background: #fff;
  color: #191919;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 500;
  line-height: 1.35;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-sustainability-features h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(25, 25, 25, 0.1);
}

.about-sustainability-highlights {
  display: grid;
  gap: 0.75rem;
}

.about-sustainability-highlight {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 1rem;
  line-height: 1.45;
  transition: background 0.2s ease, transform 0.2s ease;
}
.about-sustainability-highlight span {
  flex: 0 0 auto;
  font-size: 1.25rem;
}
.about-sustainability-highlight:hover {
  background: #fff;
  transform: translateX(4px);
}

.about-presence-section {
  margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
  text-align: center;
}
.about-presence-section h2 {
  margin: 0;
  color: #191919;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.about-presence-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.about-presence-locations {
  display: grid;
  gap: 1rem;
}

.about-presence-location {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  background: #fff;
  border: 1px solid rgba(25, 25, 25, 0.1);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-presence-location i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #cf2f24;
  font-size: 1.8rem;
}
.about-presence-location h3 {
  margin: 0;
  color: #191919;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 500;
  line-height: 1.25;
}
.about-presence-location p {
  margin: 0.45rem 0 0;
  color: #555;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.55;
}
.about-presence-location:hover {
  transform: translateX(4px);
  box-shadow: 0 14px 30px rgba(25, 25, 25, 0.1);
}

.about-presence-stats {
  display: grid;
  gap: clamp(1.15rem, 2.6vw, 1.6rem);
  text-align: left;
}

.about-presence-stat-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  color: #191919;
}
.about-presence-stat-row span {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.35;
}
.about-presence-stat-row strong {
  flex: 0 0 auto;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 600;
}

.about-presence-progress {
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: #ededed;
}
.about-presence-progress span {
  display: block;
  width: var(--progress);
  height: 100%;
  background: #000;
  transform-origin: left;
  animation: aboutPresenceProgress 1s ease-out both;
}

@keyframes aboutPresenceProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@supports (animation-timeline: view()) {
  .about-presence-progress span {
    animation-timeline: view();
    animation-range: entry 10% cover 35%;
  }
}

.about-map-container {
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  width: 100%;
  overflow: hidden;
}
.about-map-container picture {
  display: block;
}
.about-map-container img {
  display: block;
  width: 100%;
  height: auto;
}

.about-closing-section {
  margin: clamp(2.25rem, 5vw, 4rem) auto 0;
  text-align: center;
}
.about-closing-section img {
  display: block;
  width: 100%;
  height: clamp(220px, 45vw, 620px);
  -o-object-fit: cover;
     object-fit: cover;
}
.about-closing-section h3 {
  margin: clamp(1.5rem, 4vw, 2.5rem) 0 0;
  color: #191919;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
.about-closing-section p {
  max-width: 900px;
  margin: 1rem auto 0;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 678px) {
  .about-copy {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .about-section-heading {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .about-closing-section h3 {
    font-size: clamp(1.2rem, 6vw, 1.65rem);
  }
  .about-manufacturing-block {
    min-height: 86px;
    padding: 0.75rem 0.4rem;
    font-size: clamp(1.35rem, 7vw, 2.4rem);
  }
  .about-process-map {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 2rem;
  }
  .about-process-lines {
    display: none;
  }
  .about-process-node {
    grid-column: auto;
    grid-row: auto;
    min-height: clamp(210px, 62vw, 300px);
  }
  .about-process-node-split {
    display: flex;
  }
  .about-process-node-split span,
  .about-process-node-photo span {
    height: clamp(48px, 14vw, 60px);
    font-size: clamp(1rem, 5vw, 1.28rem);
  }
  .about-process-node:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 1.8rem;
    position: absolute;
    top: calc(100% + 0.18rem);
    left: 50%;
    border-left: 2px dashed rgba(25, 25, 25, 0.42);
    transform: translateX(-50%) rotate(7deg);
  }
  .about-sustainability-section {
    padding: clamp(1.5rem, 6vw, 2rem);
  }
  .about-sustainability-layout {
    grid-template-columns: 1fr;
  }
  .about-sustainability-video video {
    height: clamp(220px, 62vw, 360px);
  }
  .about-sustainability-features {
    grid-template-columns: 1fr;
  }
  .about-sustainability-highlight:hover {
    transform: none;
  }
  .about-presence-layout {
    grid-template-columns: 1fr;
  }
  .about-presence-location {
    text-align: center;
    flex-direction: column;
  }
  .about-presence-location:hover {
    transform: none;
  }
}

.private-catalogue-section {
  margin: 1.25rem 0 clamp(2rem, 5vw, 3.5rem);
}

.private-catalogue-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
}

.private-catalogue-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #171717;
  text-align: center;
  cursor: pointer;
}

.private-catalogue-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/4;
  background: #f5f1ec;
  border: 1px solid rgba(20, 20, 20, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.private-catalogue-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.private-catalogue-card:hover .private-catalogue-cover,
.private-catalogue-card:focus-visible .private-catalogue-cover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.private-catalogue-name {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 500;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.private-catalogue-empty {
  margin: 1.5rem 0;
  color: #555;
}

.private-labels-intro {
  max-width: 980px;
  margin: clamp(1.5rem, 3vw, 2.25rem) auto clamp(1.25rem, 3vw, 2rem);
  color: #191919;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.private-labels-texture {
  width: 100%;
  margin: 0 0 clamp(1.75rem, 4vw, 3rem);
  overflow: hidden;
}

.private-labels-texture img {
  display: block;
  width: 100%;
  height: auto;
}

.private-labels-copy {
  margin-top: 0;
  text-align: center;
}

.private-labels-copy p {
  margin-bottom: 0.65rem;
}

.private-catalogue-modal .modal-content {
  height: 100vh;
  border: 0;
  border-radius: 0;
  background: #eee9e3;
}

.private-catalogue-modal .modal-header {
  min-height: 58px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 3;
}

.private-catalogue-modal .modal-title {
  max-width: calc(100vw - 90px);
  overflow: hidden;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.private-catalogue-modal .modal-body {
  height: calc(100vh - 58px);
  padding: 0;
  overflow: hidden;
}

.private-catalogue-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin: -6px -8px -6px 12px;
  opacity: 0.8;
  position: relative;
  z-index: 5;
}

.private-catalogue-viewer {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(1rem, 3vw, 2rem);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.private-catalogue-page {
  width: min(100%, 980px);
  margin: 0 auto clamp(1rem, 3vw, 2rem);
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.private-catalogue-page img {
  display: block;
  width: 100%;
  height: auto;
}

.private-catalogue-load-trigger {
  width: 100%;
  height: 2px;
}

.faq-page h1 {
  margin-bottom: 0.65rem;
}

.faq-accordion {
  display: grid;
  gap: 0.85rem;
  margin-top: clamp(1.5rem, 4vw, 2.75rem);
}

.faq-item {
  border: 1px solid rgba(25, 25, 25, 0.12);
  background: #fff;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.15rem;
  border: 0;
  background: #fff;
  color: #191919;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.faq-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #191919;
  transform: translateY(-50%);
}

.faq-icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-question:not(.collapsed) .faq-icon::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer-inner {
  padding: 0 1.15rem 1.15rem;
  color: #444;
  font-size: 0.98rem;
  line-height: 1.75;
}

.faq-answer-inner p {
  margin-bottom: 0.85rem;
}

.faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.maintenance-page h1 {
  margin-bottom: 0.65rem;
}

.maintenance-section {
  margin-top: clamp(1.75rem, 4vw, 3rem);
}

.maintenance-section h2 {
  margin-bottom: 1rem;
  color: #191919;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.maintenance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.maintenance-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maintenance-card {
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border: 1px solid rgba(25, 25, 25, 0.12);
  background: #fff;
}

.maintenance-card h3 {
  margin-bottom: 0.85rem;
  color: #191919;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 500;
}

.maintenance-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.maintenance-card li {
  margin-bottom: 0.65rem;
  color: #444;
  font-size: 0.96rem;
  line-height: 1.65;
}

.maintenance-card li:last-child {
  margin-bottom: 0;
}

.terms-page h1 {
  margin-bottom: 0.65rem;
}

.terms-content {
  max-width: 920px;
  margin: clamp(1.5rem, 4vw, 2.75rem) auto 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.75;
}

.terms-content p {
  margin-bottom: 1rem;
}

.terms-section {
  margin-top: clamp(1.5rem, 4vw, 2.35rem);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border: 1px solid rgba(25, 25, 25, 0.12);
  background: #fff;
}

.terms-section h2 {
  margin-bottom: 0.85rem;
  color: #191919;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 500;
}

.terms-section ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.terms-section li {
  margin-bottom: 0.55rem;
}

@media (max-width: 991px) {
  .maintenance-grid,
  .maintenance-grid-wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .faq-question {
    padding: 0.9rem 0.95rem;
    font-size: 1rem;
  }
  .faq-answer-inner {
    padding: 0 0.95rem 1rem;
    font-size: 0.95rem;
  }
  .maintenance-section h2 {
    font-size: 1.35rem;
  }
  .maintenance-card {
    padding: 1rem;
  }
  .terms-content {
    font-size: 0.95rem;
  }
}

@media (max-width: 1199px) {
  .private-catalogue-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .private-catalogue-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .private-catalogue-cover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  }
  .private-catalogue-viewer {
    padding: 0.85rem;
  }
  .private-catalogue-page {
    margin-bottom: 0.85rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  }
}
@media (max-width: 480px) {
  .private-catalogue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.footer_style {
  background: #fff;
  color: #191919;
  padding: 50px 0;
  font-family: var(--Jost);
  animation: fadeUp 0.8s ease-in-out;
  border-top: rgba(51, 51, 51, 0.2) 1px solid;
}
.footer_style h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.footer_style h5::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #CF7B69;
  margin-top: 8px;
}
.footer_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_style ul li {
  margin-bottom: 10px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.3s;
}
.footer_style ul li:nth-child(2) {
  animation-delay: 0.5s;
}
.footer_style ul li:nth-child(3) {
  animation-delay: 0.7s;
}
.footer_style ul li:nth-child(4) {
  animation-delay: 0.9s;
}
.footer_style ul li:nth-child(5) {
  animation-delay: 1.1s;
}
.footer_style ul li a {
  color: #191919;
  text-decoration: none;
  font-size: 0.95rem;
  position: relative;
  transition: color 0.3s ease;
}
.footer_style ul li a:hover {
  color: #CF7B69;
}
.footer_style ul li a:hover::after {
  width: 100%;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.social_media {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.social_media a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  border-radius: 50%;
  font-size: 1em;
  transition: all 0.3s ease;
  text-decoration: none;
}
.social_media a:hover {
  background: #CF7B69;
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.story_bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-feature-links {
  padding-top: 5.5rem !important;
  padding-bottom: 1.5rem;
}
.story_bx h4 {
  margin-top: 0.5em;
  color: #000;
  font-weight: 280;
}
.story_bx img {
  width: 100%;
  height: clamp(220px, 30vw, 366px);
  object-fit: cover;
  border-radius: 0.5em;
}
@media (max-width: 678px) {
  .home-feature-links {
    padding-top: 4rem !important;
    padding-bottom: 1rem;
  }
}

.owl_gallery {
  background: #f0f1f2;
  padding: 3em 0;
}
.owl_gallery .r_box {
  color: #000;
  text-align: center;
  display: block;
}
.owl_gallery .r_box h6 {
  margin-top: 0.5em;
  border-bottom: #333 1px solid;
  display: inline-block;
}
.owl_gallery .r_box img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl_gallery .r_box:hover h6 {
  color: #CF7B69;
  border-color: #CF7B69;
}

.concept_bx {
  background: transparent;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.concept_bx .expertise-icon-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: clamp(118px, 11vw, 150px);
}
.our-expertise-section {
  background: rgba(160, 100, 50, 0.20);
}
.our-expertise-video-section {
  background: #fff;
  padding: clamp(2rem, 5vw, 4rem) 0;
}
.our-expertise-video {
  width: 100%;
  overflow: hidden;
}
.our-expertise-video video {
  display: block;
  width: 100%;
  height: clamp(240px, 48vw, 620px);
  object-fit: cover;
}
.concept_bx img {
  background: transparent;
  display: block;
  width: auto;
  max-width: clamp(110px, 11vw, 150px);
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 auto;
}
.concept_bx h5 {
  margin: 0.75rem 0 0;
  min-height: 1.2rem;
  text-transform: uppercase;
}
.concept_bx p {
  color: #333;
  margin: 0.75rem 0 0;
  min-height: 1.5rem;
}
@media (max-width: 678px) {
  .concept_bx .expertise-icon-wrap {
    height: clamp(100px, 28vw, 124px);
  }
  .concept_bx img {
    max-width: clamp(90px, 28vw, 118px);
  }
  .our-expertise-video video {
    height: clamp(220px, 68vw, 420px);
  }
}

.breadcrumb_style {
  background-position: center;
  background-size: cover;
  position: relative;
}
.breadcrumb_style img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breadcrumb_style::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.breadcrumb_style .breadcrumbb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.breadcrumb_style .breadcrumbb a {
  color: #fff;
}
.breadcrumb_style .breadcrumbb .active {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb_style .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.product_page h1 {
  font-size: 2em;
}

a {
  color: #000;
}

.showzoom {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

#show-img {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.small-img {
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left {
  transform: rotate(180deg);
}

.small-img .icon-right {
  right: 0;
}

.small-img .icon-left:hover, .small-img .icon-right:hover {
  opacity: 0.5;
}

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
}

.small-container .show-small-img:last-of-type {
  margin-right: 0;
}

#big-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.pd_list h5 {
  color: #CF7B69;
  margin-bottom: 1em;
}
.pd_list ul {
  margin: 0;
  padding: 0;
}
.pd_list ul li {
  display: block;
  width: 50%;
  margin-bottom: 0.5em;
}
.pd_list ul li span {
  font-weight: 300;
}
.pd_list h6 {
  margin: 0;
  padding: 0 0 0.1em 0;
  text-transform: capitalize;
}

.list_Bx {
  margin-top: 1em;
}
.list_Bx ul {
  margin: 0;
  padding-left: 0.8em;
}
.list_Bx ul li {
  font-size: 12px;
  line-height: 22px;
}

.product_Datails {
  font-size: 0.9em;
}

.shape-detail-row {
  width: 100%;
}

.image-shape {
  display: grid;
  grid-template-columns: repeat(7, minmax(70px, 1fr));
  gap: 1.35rem 1.1rem;
  width: 100%;
  align-items: end;
  padding-top: 0.2rem;
}

.shape-option {
  margin: 0;
  min-width: 0;
  text-align: center;
}

.shape-option figcaption {
  margin-top: 0.55rem;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  line-height: 1.35;
}

.shape-drawing,
.shape-svg {
  width: 76px;
  height: 58px;
  display: block;
  margin: 0 auto;
}

.shape-drawing {
  border: 1.5px solid #111;
  background: #fff;
}

.shape-square {
  width: 54px;
  height: 54px;
}

.shape-rectangle {
  width: 78px;
  height: 54px;
}

.shape-edge {
  width: 70px;
  height: 54px;
  border-radius: 10px;
}

.shape-oval,
.shape-ellipse {
  width: 76px;
  height: 50px;
  border-radius: 50%;
}

.shape-round {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.shape-svg {
  fill: #fff;
  stroke: #111;
  stroke-width: 1.85;
  stroke-linejoin: round;
  stroke-linecap: round;
}

@media (max-width: 991.98px) {
  .image-shape {
    grid-template-columns: repeat(4, minmax(70px, 1fr));
  }
}
@media (max-width: 575.98px) {
  .image-shape {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
    gap: 1.2rem 0.9rem;
  }
}

.hwork {
  background: #eaeaea;
  padding: 1em;
  text-align: center;
}
.hwork h5 {
  margin: 6px 0;
  text-transform: capitalize;
}/*# sourceMappingURL=styles.css.map */


/* Pagination Wrapper */
.pagination {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 10px;
}

/* Pagination List Item */
.pagination li {
  display: inline-block;
}

/* Pagination Links */
.pagination li a {
  display: inline-block;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  background: #f3f3f3;
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.pagination li a:hover {
  background: linear-gradient(45deg, #333, #545153);
  color: #fff;
  /* transform: translateY(-3px); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Active Page */
.pagination li.active a {
  background: linear-gradient(45deg, #cf7b69, #e5895b);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .pagination li a {
    padding: 8px 14px;
    font-size: 13px;
  }
}

.product_list_page .collection-carpet-image {
  height: clamp(200px, 40vw, 340px) !important;
}

/*============================Contact Page CSS=================================*/
.contact-section {
  padding: 60px 0;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.contact-info {
  flex: 1;
  min-width: 320px;
  background: #f8f9fa;
  padding: 50px 40px;
}

.contact-info h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-info > p {
  margin-bottom: 30px;
  color: #555;
}

.info-box {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.info-box h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.info-box h5 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

.info-flex {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 12px;
}

.icon {
  min-width: 40px;
  height: 40px;
  background: #2c2d2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.info-text {
  font-size: 14px;
  color: #555;
}

.contact-form {
  flex: 1;
  min-width: 320px;
  padding: 50px 40px;
}

.contact-form h2 {
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

/* .form-group input,
.form-group textarea {
 width: 100%;
 padding: 14px;
 border-radius: 8px;
 border: 1px solid #ddd;
}

textarea {
 height: 120px;
 resize: none;
} */

.btn-submit {
  background: #333;
  color: #fff;
  padding: 14px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #3a3939;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}

/*============================Contact Page CSS END=================================*/

 header .input-group .form-control::placeholder {
  color: #fff !important;
 }

 header:hover .input-group .form-control::placeholder {
  color: #333 !important;
 }

header.scroll-top .input-group .form-control::placeholder {
  color: #333 !important;
 }
 
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

input,
textarea,
select {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

img,
video {
  -webkit-user-drag: none;
  user-drag: none;
}
