@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "Inter", sans-serif;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  overflow-x: hidden !important;
}

p {
  font-family: "Inter", sans-serif;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25em;
  /* margin: 0 0 20px 0; */
  /* color: #222; */
}

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

/* img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
} */
span,
a:hover {
  /* display: inline-block; */
  text-decoration: none;
  color: inherit;
  font-family: "Inter";
}

a {
  color: inherit;
  font-family: "Inter";
}

b {
  font-weight: 400;
  color: #e31e24;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 12px;
  padding: 8px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: 1px solid #ccc;
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  padding-left: 25px;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #000000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  border: 0px solid transparent;
}

select {
  padding: 10px;
  border-radius: 1px;
}

table,
th,
tr,
td {
  border: 1px solid #f8f5f0;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

input[type="submit"] {
  font-weight: 400;
  font-family: "Inter", sans-serif;

  text-transform: uppercase;
  background: #e31e24;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
}

/* blockquote */
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f8f5f0;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #222;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #e31e24;
  font-weight: 400;
}

blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #e31e24;
}

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 600;
}

.count {
  font-family: "Inter", sans-serif;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}

.js .animate-box {
  opacity: 0;
}

:root {
  scroll-behavior: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

/* background & color */
.bg-blck {
  background: #222;
}

.bg-cream {
  background: #f8f5f0;
}

.color-1 {
  color: #fff;
}

.color-2 {
  color: #adadad;
}

.color-3 {
  color: #666;
}

.color-4 {
  color: #222;
}

.color-5 {
  color: #e31e24;
}

/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star:before,
.star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star:after {
  transform: rotate(35deg);
}

/* Star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star-rating:after {
  transform: rotate(35deg);
}

/* ======= Selection style ======= */
/* ::-webkit-selection {
  color: #fff;
  background: #E31E24;
}

::-moz-selection {
  color: #fff;
  background: #E31E24;
}

::selection {
  color: #fff;
  background: #E31E24;
} */

/* ======= Preloader style ======= */
/* body.preloader-active {
    overflow: hidden;
} */

.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000000, #363636);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-text {
  position: absolute;
  font-family: "Inter Tight", sans-serif;
  color: #ffffff;
  opacity: 0.8;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.8s ease;
}

.fade-out {
  transition: opacity 1s ease;
  opacity: 0;
  /* Fade out the preloader */
}

.fade-out-text {
  transform: scale(1.2);
  /* Slightly enlarge text */
  opacity: 0;
  /* Fade out text */
  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
}

/* Make the body content initially invisible */
.highlight_overview_header {
  opacity: 0;
  transform: translateY(30px);
  /* Start slightly below */
  transition: all 1s ease;
}

/* When content is active, fade in */
.highlight_overview_header.active {
  opacity: 1;
  transform: translateY(0);
  /* Slide content into view */
}

/* ======= Section style ======= */
.section-padding {
  padding: 120px 0;
}

.detail-header-padding {
  padding: 140px 0;
}

.header-padding {
  padding: 200px 0;
}

.section-padding2 {
  padding: 0 0 120px 0;
}

.section-padding3 {
  padding: 80px 0 50px 0;
}

/* .section-padding h6 {
    color: #E31E24;
    font-size: 20px;
    margin-bottom: 20px;
} */

.section-subtitle {
  font-size: 15px;
  font-family: "Inter", sans-serif;

  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.section-subtitle span {
  color: #e31e24;
}

.section-title {
  font-size: 46px;

  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.section-title span {
  color: #fff;
}

/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
  border: 1px solid #efefef;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1f;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
}

.navbar .navbar-nav .nav-link a {
  cursor: pointer;
}

.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
  color: #f50514;
}

.navbar .navbar-nav .active {
  color: #f50514 !important;
}

.navbar .navbar-nav .active i {
  color: #f50514;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #e31e24;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

.nav-scroll .navbar-nav .active {
  color: #e31e24 !important;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}

.nav-scroll .logo-img {
  width: 160px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
  font-size: 27px;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  color: #e31e24;
  margin-bottom: 0;
  padding: 20px 0;
  letter-spacing: 1px;
  text-align: center;
}

.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: "Inter", sans-serif;

  font-size: 10px;
  color: #222;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.nav-scroll .logo-wrapper {
}

.logo-wrapper {
  float: left;
}

.logo-wrapper .logo h2 {
  font-size: 27px;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  color: #e31e24;
  margin-bottom: 0;
  padding: 20px 0;
  letter-spacing: 1px;
  text-align: center;
}

.logo-wrapper .logo h2 a i {
  color: #fff;
  font-size: 20px;
  vertical-align: super;
}

.logo-wrapper .logo span {
  display: block;
  font-family: "Inter", sans-serif;

  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.logo {
  padding: 0;
}

.logo-img {
  padding: 0;
  width: 180px;
  text-align: center;
}

.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.nav-scroll .dropdown .nav-link i {
  color: #222;
}

.nav-scroll .navbar-nav .active i {
  color: #e31e24;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 8px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}

.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #e31e24;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

.navbar .dropdown-menu li {
  border-bottom: 1px solid #f4f4f4;
}

/* .navbar .dropdown-menu li:last-child {
    border-bottom: none;
} */

.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}

.nav-right-elements {
  display: flex;
  align-items: center;
}

.menu_extra_search_area ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 30px;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 250px;
    padding: 12px 25px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    /* border: 0; */
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }

  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo-wrapper {
    order: 1;
    padding-left: 20px;
  }

  .navbar-collapse {
    order: 2;
    flex-grow: 1;
    display: flex !important;
    justify-content: center;
  }

  .nav-right-elements {
    order: 3;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-right-elements {
    gap: 15px;
    position: relative;
    padding-right: 20px;
    z-index: 1001;
    order: 2;
  }

  .menu_extra_search_area ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 20px;
  }

  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    /* background: transparent; */
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    min-height: 90px;
  }

  .nav-scroll {
    background: #fff;
  }

  .logo-wrapper {
    padding: 20px 0 20px 20px;
    order: 1;
  }

  .nav-scroll .logo-wrapper {
    padding: 26px 0 26px 20px;
    background-color: transparent;
  }

  .nav-scroll .logo-img {
    width: 160px;
  }

  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }

  .nav-scroll .logo {
  }

  .logo-img {
    margin-bottom: 0px;
    width: 160px;
    padding: 0;
  }

  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    /* margin-top: 10px; */
    border: none;
  }

  .navbar button:hover {
    background: transparent;
  }

  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }

  .navbar .container {
    max-width: 100%;
    padding: 0;
    background: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  /* .navbar .nav-link {
    margin: 0px auto !important;
  } */
  .navbar .navbar-nav .nav-link {
    color: #000000;
  }

  .nav-scroll .navbar-collapse .nav-link {
    /* color: #ffffff !important; */
  }

  .nav-scroll .navbar-collapse .active {
    color: #e31e24 !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }

  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }

  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }

  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }

  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }

  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown .nav-link i {
    color: #222;
    align-content: center;
  }

  .nav-scroll .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link.active i {
    color: #e31e24;
  }
}

@media screen and (max-width: 992px) {
  .mmt-50 {
    margin-top: 50px;
  }

  .navbar .navbar-collapse {
    /* height: 450px; */
    /* overflow: auto; */
    /* height: auto; */
    /* overflow: scroll; */
    /* background: #ffffff; */
    text-align: left;
    padding: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    /* padding: 0 20px 20px 20px; */
    flex-basis: 100%;
    order: 3;
  }

  .navbar-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
  }

  .navbar-collapse.show {
    max-height: 100vh;
  }

  .navbar .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 400;
  }

  .mob-pad-top {
    padding-top: 10px;
  }

  /* body.noscroll {
        overflow: hidden;
    } */

  /* .nav-item {
    border-bottom: 1px solid #e6e6e6;
  } */

  .navbar .navbar-nav .nav-active-icon {
    display: none;
  }
}

/* ======= Header style ======= */
.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}

.header .caption span i.star-rating {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .caption h4 {
  font-family: "Barlow Condensed", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.header .caption h1 {
  position: relative;
  font-family: "Denton";
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
}

.header .caption p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-right: 15px;
}

.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}

.header .caption p span:last-child {
  padding: 0;
}

.header .caption p span:last-child:after {
  display: none;
}

.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}

.header .caption .butn-light {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .caption .butn-dark {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}

hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider-fade .item .caption {
  z-index: 9;
}

/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
  position: absolute;
  bottom: 7%;
  right: 12%;
}

.slider-fade .owl-prev {
  float: left;
}

.slider-fade .owl-next {
  float: right;
}

.slider-fade .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: none;
  color: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .slider-fade .owl-nav {
    display: none;
  }
}

/* owl-dots for slider */
.slider-fade .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  text-align: right !important;
}

.slider-fade .owl-dots:after {
  position: absolute;
  top: -70px;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 1px;
  height: 60px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

.slider-fade .owl-dots:before {
  position: absolute;
  bottom: -70px;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 1px;
  height: 60px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

.slider-fade .owl-dots .owl-dot {
  text-align: center;
}

.slider-fade .owl-dots {
  counter-reset: dots;
}

.slider-fade .owl-dots .owl-dot {
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.slider-fade .owl-dots .owl-dot span {
  background: transparent;
  display: none;
}

.slider-fade .owl-dots .owl-dot.active {
  color: #e31e24;
}

.slider-fade .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

/* video field for slider */
.header div.reservation {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-orientation: sideways;
  margin: 0;
  position: absolute;
  top: 0;
  left: 40px;
  height: 60%;
  z-index: 9;
}

.header div.reservation .call {
  color: #fff;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;

  font-weight: 400;
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 1.75em;
  margin-top: 15px;
}

.header div.reservation .call span {
  font-size: 24px;
  color: #e31e24;
  letter-spacing: 1px;
}

.header div.reservation .icon {
  position: absolute;
  left: -1px;
  top: -50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 100%;
}

.header div.reservation a .icon i {
  color: #fff;
  font-size: 24px;
  transform: rotate(90deg);
}

.header div.reservation a .icon:hover {
  border: 1px solid #e31e24;
}

@media screen and (max-width: 768px) {
  .header div.reservation {
    display: none;
  }
}

/* hr style */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
}

hr.border-1 {
  border-top: 1px solid rgba(170, 132, 83, 0.7);
}

hr.border-2 {
  border-top: 1px solid rgba(170, 132, 83, 0.7);
}

/* ====== Coming Soon ======= */
.comming {
  min-height: 100vh;
  height: auto;
  position: relative;
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.4);
  background-image: url("../img/slider/1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 767px) {
  .comming {
    min-height: 120vh;
  }
}

.comming .item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 15px;
  margin-bottom: 30px;
}

.comming h6 {
  color: #fff;
  font-size: 15px;
  font-family: "Inter", sans-serif;

  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.comming h3 {
  font-size: 48px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.comming h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

.comming h1 {
  font-size: 200px;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #e31e24;
  opacity: 0.8;
  line-height: 160px;
}

.comming p {
  color: #fff;
  font-size: 15px;
}

/* go home */
.go-back {
  margin-top: 45px;
}

.go-back a {
  color: #fff;
  display: inline-block;
  font-family: "Inter", sans-serif;

  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.go-back a:hover {
  color: #e31e24;
}

.go-back a span {
  transition: all 0.5s;
}

.go-back a span i {
  color: #fff;
  font-size: 12px;
}

.go-back a:hover span {
  padding-right: 15px;
}

/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
  background: #f7f7f7;
}

.footer-top {
  position: relative;
  display: block;
  background-color: #f4f4f2;
  padding: 150px 0;
  z-index: 1;
}

/* .footer-top .footer-column {
  margin-bottom: 30px;
} */
.footer-title {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.footer_ul_links {
  padding: 0;
}

.footer_ul_links li {
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 300;
}

.footer-about-text {
  font-size: 15px;
  color: #4d4d4d;
  margin: 0;
}

.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about-social-list a + a {
  margin-left: 15px;
}

.footer-about-social-list a:hover {
  background-color: transparent;
  color: #e31e24;
}

.footer-explore-list li + li {
  margin-top: 3px;
}

.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about h2 {
  color: #000000;
  margin-bottom: 15px;
  font-family: "Denton";
  font-size: 44px;
  font-weight: 600;
}

.footer-about h2 span {
  color: #e31e24;
}

.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #e31e24;
}

.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #e31e24;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
  opacity: 1;
}

.footer-contact {
  position: relative;
  display: block;
}

.footer-contact .footer-title {
  margin-bottom: 20px;
}

.footer-contact-text {
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 140%;
}

.footer-contact-info p {
  margin: 0;
}

.footer-contact-phone {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-phone:hover {
  color: #fff;
}

.footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover {
  color: #fff;
}

.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e31e24;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover:before {
  background-color: #e31e24;
}

/* language */
.footer-language {
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}

.footer-language i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 15px;
  opacity: 0.8;
  color: #666666;
}

.footer-language select {
  height: 50px;
  background: #282828;
  color: #ffffff;
  border: 1px solid #282828;
  border-radius: 0px;
}

.footer-language select option {
  color: #fff;
}

.contact-info {
  position: relative;
  display: block;
}

.contact-info a {
  display: block;
  font-size: 17px;
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.social-info {
  position: relative;
  display: block;
}

.social-info a {
  display: block;
  font-size: 17px;
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

select {
  width: 160px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #adadad;
  color: #adadad;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.footer-bottom {
  position: relative;
  display: block;
  background-color: #dbdddc;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 32px 0;
}

.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: left;
}

.footer-bottom-copy-right {
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  margin: 0;
  line-height: 120%;
}

.footer-bottom-copy-right span {
  color: #151515;
  font-weight: 500;
}

.footer-bottom-copy-right a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
  color: #e31e24;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background-color: #e31e24;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e648";
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
  color: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #e31e24;
}

.nav-active-icon {
  width: 100%;
  height: 11px;
  display: block;
  position: relative;
}

.main-header-image {
  display: block;
  position: relative;
}

.reveal img {
  max-width: 100%;
}

.arrow-btn {
  display: flex;
  position: relative;
}

.arrow-btn p {
  font-family: "Inter", sans-serif;

  color: #0060ae;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  align-self: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 0;
}

.mt90 {
  margin-top: 90px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-60 {
  padding-right: 60px;
}

.menu-icon {
  width: 26px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.4s ease-in-out;
}

.menu-icon.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #000000;
}

.menu-icon.open span:nth-of-type(2) {
  opacity: 0;
}

.menu-icon.open span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #000000;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.sub-header-padding {
  padding: 200px 0;
}

.mobile-header {
  display: none;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.contact_form_area {
  background-color: #f7f7f7;
  padding: 60px;
  border-top-right-radius: 100px;
}

.contact_form_area label {
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 15px;
}

.contact_page_btn {
  margin-top: 20px !important;
  width: 100%;
}

.contact_form_area textarea {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* border: 1px solid #ddd; */
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

th {
  text-align: center;
  border: 1px solid #e4e4e4;
  background: #f6f6f6;
  padding: 10px;
  font-weight: 400;
  color: #e31e24;
  font-size: 15px;
  line-height: 120%;
}

td {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 120%;
  border-top: 1px solid #ddd;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #151515;
}

.table-responsive table {
  width: 100%;
}

.owl-nav button img {
  width: 46px;
}

.swiper-slide {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.swiper-slide img {
  transition: scale 0.5s ease-in-out;
}

.swiper-slide:hover img {
  scale: 1.2;
}

.footer_logo {
  max-width: 180px;
}

.subscribe_input h4 {
  padding: 60px 0;
  font-weight: 400;
}

.footer_form {
  position: relative;
  width: 100%;
}

.footer_form input {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-right: 50px;
  /* Adjust padding for the button space */
  box-sizing: border-box;
  padding-left: 10px;
  margin: 0;
}

.submit_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  /* Customize arrow color */
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 18px;
  /* Adjust icon size */
}

.submit_btn i {
  pointer-events: none;
}

.copyright_footer_content {
  display: block;
  position: relative;
  padding-top: 80px;
}

.copyright_footer_content p {
  font-size: 15px;
  color: #86868b;
  font-weight: 400;
  margin: 0;
  line-height: 160%;
}

.copyright_footer_content p a {
  color: #e31e24;
}

.home_page_header {
  display: block;
  position: relative;
}

.head_container {
  display: block;
  position: relative;
  overflow: hidden;
}

.head_image {
  display: block;
  position: relative;
}

.head_image img {
  height: 100dvh;
  width: 100dvw;
  object-fit: cover;
}

.head_text {
  bottom: 5%;
  position: absolute;
  max-width: 100%;
  display: flex;
}

.marqueeOne {
  font-size: 7.5vw;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  margin-left: 30px;
}

.marqueeTwo {
  background-color: #0088cf;
  font-size: 7vw;
  font-weight: 700;
  color: #eee;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
}

a {
  color: #999;
  text-decoration: none;
}

.metro_btn a,
.metro_btn2 a,
.inside_hero_text_btn a,
.go-back a,
.footer-about-social-list a,
.footer-contact-mail,
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link a,
.tab-links a,
.single_tag_menu a,
.single_catalog_details_links a,
.catalog_btn a,
.product_details_area_btn a,
.new_product_details_content_buttons .metro_btn a,
.available_size_detail .metro_btn a,
.new_product_detail_download_zip .metro_btn a {
  text-decoration: none;
}

.spinningStar {
  margin: 0 4vw;
  display: inline-block;
}

.long_content {
  background-color: #666;
  min-height: 300vh;
}

/* .highlight_overview_header {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
} */

.highlight_overview_header {
  display: block;
  position: relative;
  padding-bottom: 40px;
  opacity: 0;
  /* Initially hidden */
}

.border-bottom-animate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  /* Start with 0 width */
  height: 1px;
  background-color: #ccc;
  /* The border color */
}

.main_header_tagline {
  color: #86868b;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.nature_tagline {
  color: #86868b;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.highlight_overview_header h2 {
  font-size: 32px;
  font-weight: 300;
  color: #1d1d1f;
  margin: 0;
  text-transform: uppercase;
}

.main_header_span {
  font-weight: 600 !important;
}

.main_highlights {
  display: block;
  position: relative;
  padding-top: 60px;
}

/* .single_main_highlight {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
} */

.single_main_highlight_content {
  display: block;
  position: relative;
}

.item-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s all ease;
  cursor: pointer;
}

.item-image:hover {
  translate: 0 -7px;
}

.item-image picture img {
  transition: 0.5s all ease;
}

.item-image:hover picture img {
  transform: scale(1.1);
}

/* Highlighter */

.highlight_header {
  position: absolute;
  bottom: 70px;
  left: 30px;
  width: 50%;
}

.highlight_header h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
}

.highlight_header h3 span {
  font-weight: 300;
}

.highlight_content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.highlight_content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
}

/* Highlighter 1 */

.highlight1_header {
  position: absolute;
  bottom: 85px;
  left: 30px;
}

.highlight1_content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

/* Highlighter 2 */

.highlight2_header {
  position: absolute;
  top: 30px;
  left: 30px;
}

.highlight2_header h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.highlight2_header span {
  font-weight: 300;
}

.highlight2_content {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.highlight2_content img {
  max-width: 30px;
}

/* Highlighter 3 */

.highlight3_header {
  position: absolute;
  top: 30px;
  left: 30px;
}

.highlight3_header h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.highlight3_content {
  position: absolute;
  top: 85px;
  left: 30px;
  right: 30px;
}

.highlight3_content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
}

/* Highlighter 4 */

.highlight4_header {
  position: absolute;
  top: 30px;
  left: 30px;
}

.highlight4_header h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.highlight4_header span {
  font-weight: 300;
}

.highlight4_content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.highlight4_content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
}

/* Highlighter 5 */

.highlight5_header {
  position: absolute;
  top: 30px;
  left: 30px;
}

.highlight5_header h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.highlight5_header h4 {
  color: #86868b;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  margin-top: 2px;
}

.highlight2_header h4 {
  color: #86868b;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  margin-top: 2px;
}

.highlight5_content {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.highlight5_content img {
  max-width: 30px;
}

/* Highlighter 6 */

.highlight6_header {
  position: absolute;
  bottom: 85px;
  left: 30px;
}

.highlight6_header h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.highlight6_content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.highlight6_content img {
  max-width: 30px;
}

.grid-parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 240px);
  grid-auto-rows: 240px;
  gap: 14px;
}

.grid-parent .grid-columns-lg-1 {
  grid-column-start: span 1;
}

.grid-parent .grid-rows-lg-1 {
  grid-row-start: span 1;
}

.grid-parent .grid-columns-lg-2 {
  grid-column-start: span 2;
}

.grid-parent .grid-rows-lg-2 {
  grid-row-start: span 2;
}

.grid-parent .grid-columns-lg-3 {
  grid-column-start: span 3;
}

.grid-parent .grid-rows-lg-3 {
  grid-row-start: span 3;
}

.grid-parent .grid-columns-lg-4 {
  grid-column-start: span 4;
}

.grid-parent .grid-rows-lg-4 {
  grid-row-start: span 4;
}

.grid-parent .grid-columns-lg-5 {
  grid-column-start: span 5;
}

.grid-parent .grid-rows-lg-5 {
  grid-row-start: span 5;
}

.grid-parent .grid-columns-lg-6 {
  grid-column-start: span 6;
}

.grid-parent .grid-rows-lg-6 {
  grid-row-start: span 6;
}

@media (min-width: 1024px) {
  .grid-parent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 240px);
    grid-auto-rows: 240px;
    gap: 14px;
  }

  .grid-parent .fs-h2 {
    font-size: 2.5rem !important;
  }

  .grid-parent .fs-sub {
    font-size: 2rem !important;
  }

  .grid-parent .grid-columns-lg-1 {
    grid-column-start: span 1;
  }

  .grid-parent .grid-rows-lg-1 {
    grid-row-start: span 1;
  }

  .grid-parent .grid-columns-lg-2 {
    grid-column-start: span 2;
  }

  .grid-parent .grid-rows-lg-2 {
    grid-row-start: span 2;
  }

  .grid-parent .grid-columns-lg-3 {
    grid-column-start: span 3;
  }

  .grid-parent .grid-rows-lg-3 {
    grid-row-start: span 3;
  }

  .grid-parent .grid-columns-lg-4 {
    grid-column-start: span 4;
  }

  .grid-parent .grid-rows-lg-4 {
    grid-row-start: span 4;
  }

  .grid-parent .grid-columns-lg-5 {
    grid-column-start: span 5;
  }

  .grid-parent .grid-rows-lg-5 {
    grid-row-start: span 5;
  }

  .grid-parent .grid-columns-lg-6 {
    grid-column-start: span 6;
  }

  .grid-parent .grid-rows-lg-6 {
    grid-row-start: span 6;
  }
}

.d-block {
  display: block;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.object-fit-cover {
  object-fit: cover;
}

@media (max-width: 1023.98px) {
  .grid-parent .grid-columns-1 {
    grid-column-start: span 6;
  }

  .grid-parent .grid-columns-2 {
    grid-column-start: span 12;
  }

  .grid-parent .grid-rows-1 {
    grid-row-start: span 1;
  }

  .grid-parent .grid-rows-2 {
    grid-row-start: span 2;
  }

  .grid-parent .order-mob-1 {
    order: 1;
  }

  .grid-parent .order-mob-2 {
    order: 2;
  }

  .grid-parent .order-mob-3 {
    order: 3;
  }

  .grid-parent .order-mob-4 {
    order: 4;
  }

  .grid-parent .order-mob-5 {
    order: 5;
  }

  .grid-parent .order-mob-6 {
    order: 6;
  }
}

.differ_tiles_view_image_area {
  display: block;
  position: relative;
}

.sustainability_commitment_area {
  display: block;
  position: relative;
}

.differ_tiles_view_image {
  display: block;
  position: relative;
}

.sustainability_commitment_view_image {
  display: block;
  position: relative;
}

.differ_tiles_view_image img {
  max-width: 100%;
}

.differ_content_area {
  display: block;
  position: relative;
}

.sustainability_commitment_content_area {
  display: block;
  position: relative;
}

.differ_content_area h2 {
  color: #6c6c6c;
  font-weight: 600;
  font-size: 36px;
}

.differ_content_area .small_title_text_uppercase {
  color: #86868b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sustainability_commitment_content_area h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
}

.sustainability_commitment_content_area h6 {
  color: #72ac2b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}


.sustainability_commitment_content_area p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
}

.big_tiles_header p {
  color: #86868b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.differ_content_area h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
}

.differ_content_header_span {
  font-weight: 500;
}

.sustainability_commitment_header_span {
  font-weight: 500;
}

.differ_content_area p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
}

.differ_content_area button {
  margin-top: 30px;
  /* background: black; */
  /* font-size: 12px; */
  /* padding: 10px 26px; */
}

/* .differ_content_area button a {
    color: white;
    letter-spacing: 2px;
    font-weight: 400;
} */

.metro_btn2 {
  position: relative;
  line-height: 1.2em;
}

.metro_btn2 a {
  background: black;
  font-size: 12px;
  padding: 12px 26px;
  margin: 0;
  position: relative;
  color: white;
  letter-spacing: 2px;
  font-weight: 400;
}

.metro_btn2 a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #e31e24;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.metro_btn2 a span {
  position: relative;
  z-index: 2;
}

.metro_btn2 a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.metro_btn2 a:hover span {
  color: #ffffff;
}

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

.machinery_main_line {
  border-top: 1px solid #ccc;
  padding-top: 70px;
  margin-top: 70px;
}

.pl-35 {
  padding-left: 35px;
}

.why_us .content {
  position: relative;
}

.why_us .content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 100%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.2);
}

.icon-15 img {
  width: 8px;
}

.why_us_single {
  display: block;
  position: relative;
  margin-top: 60px;
  padding-right: 60px;
}

.why_us_single h4 {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 40px;
}

.whyus_single_points_span {
  color: #86868b;
}

.why_us_single p {
  color: #6c6c6c;
  font-size: 17px;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}

.grad {
  background-image: linear-gradient(#000000, #363636);
}

.big_tiles_header h2 {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.big_tiles_header h4 {
  color: #86868b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.main_big_tiles_area {
  display: block;
  position: relative;
}

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

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

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

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

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

.first_point_big_tiles {
  position: absolute;
  top: 20%;
  left: 4%;
  text-align: left;
  right: 74%;
}

.main_big_tiles_area h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}

.main_big_tiles_area p {
  color: #aaaaaa;
  font-size: 17px;
  font-weight: 300;
  line-height: 110%;
  margin: 0;
  margin-top: 15px;
}

.second_point_big_tiles {
  position: absolute;
  top: 65%;
  left: 4%;
  text-align: left;
  right: 74%;
}

.third_point_big_tiles {
  position: absolute;
  top: 45%;
  right: 4%;
  left: 70%;
  text-align: right;
}

.main_big_tiles_area {
  text-align: center;
}

.main_big_tiles_area img {
  max-width: 580px;
}

.divider_1 {
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  mix-blend-mode: difference;
  opacity: 1;
  transform-origin: left center;
  transform: scale(1.3, 1);
}

.divider_2 {
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  mix-blend-mode: difference;
  opacity: 1;
  transform-origin: left center;
  transform: scale(1.3, 1);
}

.divider_3 {
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  mix-blend-mode: difference;
  opacity: 1;
  transform-origin: right center;
  transform: scale(1.2, 1);
}

.collection_slider_header {
  display: block;
  position: relative;
}

.collection_slider_header h2 {
  font-size: 32px;
  font-weight: 300;
  color: #1d1d1f;
  margin: 0;
  text-transform: uppercase;
}

.collection_slider_header_span {
  color: #86868b;
}

#collection_slider_carousel .item h1 {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.slide-progress_bg {
  width: 100%;
  max-width: 100%;
  height: 3px;
  background: #cccccc;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 3px;
  background: #000000;
}

.secondary_bg {
  background-color: #fafafa;
}

.third_bg {
  background-color: #f7f7f7;
}

.collection_single_slide {
  display: block;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.collection_slide_image {
  display: block;
  position: relative;
}

.collection_slide_image img {
  max-width: 100%;
}

.collection_slide_content {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 20px;
  padding-bottom: 0;
}

.collection_slide_content span {
  color: #86868b;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

.certificate_slide_content {
  display: block;
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}

.certificate_slide_content h4 {
  color: #86868b;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

.collection_slide_content h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

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

canvas {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -15;
}

.ball-text {
  position: fixed;
  z-index: 2;
  color: white;
  line-height: 100%;
  color: rgb(255, 255, 255);
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: -10;
}

.ball-text {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 500;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.mobile_only {
  display: none;
}

.inside_hero_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inside_hero_text h6 {
  color: white;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.inside_hero_text h1 {
  text-align: center;
  font-size: 42px;
  color: white;
  font-weight: 300;
  margin-bottom: 20px;
}

.inside_hero_text span {
  font-weight: 500;
}

.inside_hero_text_btn {
  text-align: center;
}

.inside_hero_text_btn button {
  background: white;
  font-size: 12px;
  /* padding: 10px 26px; */
}

.inside_about_hero_text {
  position: absolute;
  bottom: 60px;
  left: 150px;
  right: 150px;
  /* width: 100%; */
}

.inside_about_hero_text h6 {
  color: white;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-align: left;
}

.inside_about_hero_text p {
  color: white;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-align: left;
}

.inside_about_hero_text h1 {
  text-align: left;
  font-size: 42px;
  color: white;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}

.inside_about_hero_text span {
  font-weight: 500;
}

.metro_btn {
  position: relative;
  line-height: 1.2em;
}

.metro_btn a {
  background: white;
  font-size: 12px;
  padding: 12px 26px;
  margin: 0;
  position: relative;
}

.metro_btn a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #e31e24;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.metro_btn a span {
  position: relative;
  z-index: 2;
}

.metro_btn a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.metro_btn a:hover span {
  color: #ffffff;
}

.inside_hero_text_btn a {
  color: black;
  letter-spacing: 2px;
  font-weight: 400;
}

.size_section_single_image {
  display: block;
  position: relative;
  cursor: pointer;
}

.size_section_single_image img {
  display: block;
  position: relative;
  max-width: 100%;
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.size_section_single_image {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.size_section_single_image:hover img {
  transform: scale(1.2);
}

.classic_row > * {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.size_section_main_image_area {
  display: block;
  position: relative;
}

.main_size_text_bl {
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-size: 28px;
  color: white;
  font-weight: 300;
  line-height: 1.2;
}

.main_size_text_br {
  position: absolute;
  bottom: 40px;
  right: 50px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.size_text_bl {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 28px;
  color: white;
  font-weight: 300;
  line-height: 1.2;
}

.footer_main_img {
  position: relative;
  display: block;
  background-image: url(../upload/Home/Footer.webp);
  min-height: 550px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

/* .footer_main_img img {
    max-width: 100%;
} */

.footer_text_area p {
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  color: white;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 120%;
}

.footer_text_area_span {
  font-weight: 500;
}

.footer_text_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile_head_icons {
  display: flex;
  position: relative;
}

.changing-text {
  border-right: 2px solid #dedede;
  display: inline-block;
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  animation: blink-caret 0.75s step-end infinite;
}

.nature_content_area {
  display: block;
  position: relative;
}

.nature_content_area h2 {
  color: #000;
  font-weight: 300;
  font-size: 36px;
}

.nature_content_area p.big_paragraph_header {
  color: #000;
  font-weight: 300;
  font-size: 36px;
  line-height: 130%;
}

.another_bg {
  background-color: #f4f4f2;
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: #dedede;
  }
}

.more_about_content_area h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 50px;
}

.more_about_content_area p {
  font-size: 17px;
  color: #86868b;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.available_size_area {
  display: block;
  position: relative;
}

.available_size_area_image {
  display: block;
  position: relative;
}

.available_size_area_content {
  /* position: absolute;
    top: 80px;
    left: 100px;
    right: 100px; */
  display: block;
  position: relative;
}

.available_size_absolute_content {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.available_size_area_content p {
  color: #86868b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.available_size_area_content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.contry_header_area {
  display: block;
  position: relative;
}

.contry_header_area p {
  color: #86868b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.contry_header_area h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}

.contry_header_area_span {
  font-weight: 600;
}

.machinery_content_header_area {
  display: block;
  position: relative;
}

.machinery_content_header_area p {
  color: #86868b;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.machinery_content_header_area h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.machinery_content_header_area_span {
  font-weight: 600;
}

.machinery_content_text_area p {
  font-size: 17px;
  color: #86868b;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.tabs {
  width: 100%;
  display: inline-block;
}

/*----- Tab Links -----*/
.tab-links:after {
  display: block;
  clear: both;
  content: "";
}

.tab-links li {
  margin: 0;
  float: left;
  list-style: none;
}

.tab-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #86868b;
  /* transition: all linear 0.3s; */
  text-align: center;
  text-decoration: none;
  margin-right: 30px;
}

.tab-links a:hover {
  color: #ebebeb;
  text-decoration: none;
}

li.active a,
li.active a:hover {
  color: #ffffff;
  border-bottom: 1px solid #e31e24;
  padding-bottom: 6px;
}

.tab-content {
  width: 100%;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tabs ul {
  padding-left: 0;
  margin-bottom: 0;
}

.main_tab_content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tab_content_area {
  /* position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 700px;
    margin-left: 280px;
    box-sizing: border-box;
    color: #fff; */
  display: block;
  position: relative;
  padding-top: 400px;
  padding-bottom: 80px;
}

.tab-content img {
  width: 100%;
  height: auto;
}

.tab_content_area h2 {
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.tab_content_area p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.more_about_content_area_firstp {
  margin-bottom: 15px !important;
}

.inside_about_hero_text br {
  display: none;
}

.single_flag_area {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}

.single_flag_area h4 {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 12px;
}

.single_flag_image {
  display: block;
  position: relative;
}

.single_flag_image img {
  max-width: 100%;
}

.single_flag_image h4 {
}

.mmb_country {
  margin-bottom: 30px;
}

label {
  margin-bottom: 5px;
  color: #a1a1a1;
  font-weight: 300;
}

.export_submit_btn {
  display: block;
  text-align: center;
  text-align: -webkit-center;
  margin-top: 30px;
}

.export_btn {
  background: #000000;
  color: white;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 36px;
  margin: 0;
  position: relative;
}

.export_btn {
  position: relative;
  line-height: 1.2em;
}

.export_btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #e31e24;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.export_btn span {
  position: relative;
  z-index: 2;
}

.export_btn:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.export_btn:hover span {
  color: #ffffff;
}

.tag_menu {
  display: flex;
  position: relative;
}

.single_tag_menu {
  display: block;
  position: relative;
}

.single_tag_menu a {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 8px 30px;
  margin-right: 20px;
  color: #000000;
  transition: 0.2s ease-in all;
  font-size: 14px;
}

.single_tag_menu a:hover {
  transition: 0.2s ease-in all;
  background-color: #000000;
  color: white;
  border: 1px solid #000000;
}

.single_tag_menu a.active {
  background-color: #000000;
  color: white;
  border: 1px solid #000000;
}

/* 
.single_catalog_area {
    display: block;
    position: relative;
    background-color: #F4F4F2;
    padding: 30px;
    border-radius: 20px;
}

.single_catalog_content {
    display: flex;
    position: relative;
}

.single_catalog_thumbnail_img {
    display: block;
    position: relative;
}

.single_catalog_thumbnail_img img {
    max-width: 100%;
}

.single_catalog_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 20px 30px;
    height: 400px;
}

.single_catalog_details_about {
    display: block;
    position: relative;
    text-align: center;
}

.single_catalog_details_about h6 {
    color: #86868B;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single_catalog_details_about h2 {
    color: #000;
    font-weight: 300;
    font-size: 30px;
    line-height: 110%;
}

.single_catalog_details_links {
    display: block;
    position: relative;
}

.single_catalog_details_links a {
    display: block;
    position: relative;
}

.download_btn {
    background-color: #000000;
    border-radius: 50px;
    padding: 6px 30px;
    color: white;
    transition: 0.3s ease-in all;
    font-size: 12px;
    text-align: center;
}

.download_btn:hover {
    transition: 0.3s ease-in all;
    background-color: white;
    color: #000000;
}

.view_btn {
    background-color: white;
    border-radius: 50px;
    padding: 6px 30px;
    color: #000;
    transition: 0.3s ease-in all;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.view_btn:hover {
    transition: 0.3s ease-in all;
    background-color: #000;
    color: white;
} */

.catalog_area {
  display: block;
  position: relative;
}

.catalog_spacing {
  margin-bottom: 50px;
}

.catalog_thumb {
  display: block;
  position: relative;
  cursor: pointer;
  /* padding: 25px; */
  border: 1px solid #eee;
}

.catalog_thumb img {
  max-width: 100%;
}

.catalog_btn {
  display: flex;
  position: relative;
}

.catalog_btn a {
  display: flex;
  position: relative;
  margin-top: 20px;
  border: 1px solid #eee;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2f2f2f;
  justify-content: center;
  padding: 10px 0;
  font-size: 12px;
  transition: 0.3s all ease-in-out;
  width: 100%;
  margin: 0 5px;
}

.catalog_btn a:hover {
  background-color: #f4f4f2;
  transition: 0.3s all ease-in-out;
}

.catalog_btn a img {
  width: 20px;
  margin-right: 8px;
}

.image_overlay {
  position: relative;
  overflow: hidden;
}

.image_overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 1;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* .centered_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 22px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    opacity: 0;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
} */

.centered_text h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
  color: #303030;
  /* text-transform: uppercase; */
  text-align: center;
}

.centered_text h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
  color: #303030;
  /* text-transform: uppercase; */
  text-align: center;
}

.centered_text h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
  color: #303030;
  /* text-transform: uppercase; */
  text-align: center;
}

/* .catalog_thumb:hover .centered_text {
    opacity: 1;
}

.catalog_thumb:hover .image_overlay::before {
    background-color: rgba(0, 0, 0, 0.8);
} */

.office_address_area {
  display: block;
  position: relative;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #efefef;
}

.contact_icon_with_text_area {
  display: flex;
  position: relative;
}

.contact_info_icon {
  display: block;
  position: relative;
}

.contact_info_icon img {
  width: 45px;
}

.contact_info_content {
  display: block;
  position: relative;
  margin-left: 15px;
  align-content: center;
}

.contact_info_content p {
  font-size: 17px;
  font-weight: 300;
  color: #000000;
  line-height: 120%;
  margin: 0;
}

.calling_area {
  margin-bottom: 20px;
}

.custom_select_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px;
  max-width: 200px;
  /* Adjust width as needed */
}

.size_select {
  width: 100%;
  padding: 10px 25px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  appearance: none;
  /* Removes default arrow */
  background-color: white;
  font-family: inherit;
  color: #333;
  cursor: pointer;
  height: 45px;
  border-radius: 50px;
}

.modern_arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  /* Color of the arrow */
  border-bottom: 1px solid #333;
  /* Color of the arrow */
  transform: translateY(-50%) rotate(45deg);
}

.single_yt_video_name h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}

.margin_yt_video {
  margin-top: 50px;
}

.product-sort h6 {
  color: #818181;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 15px;
}

/* .sorten-area {
    background: #F4F4F4;
    padding: 40px 70px 60px;
} */

.product-sort select {
  border: none;
  background: none;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  height: 50px;
  padding-left: 0;
  width: 100%;
  font-weight: 400;
  color: #575656;
  font-size: 17px;
  appearance: none;
  background-image: url("../upload/Icon/drop_down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  cursor: pointer;
  padding-left: 8px;
  /* Adjust padding as needed */
}

/* Focus state */
.product-sort select:focus {
  outline: none;
  border-bottom: 1px solid #999;
}

.product-search {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.product-sort button {
  background: none;
}

.product-sort input[type="text"],
.product-sort button[type="submit"] {
  margin-top: 10px;
  height: 50px;
}

.product-search input[type="text"] {
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 10px;
  font-weight: 400;
  color: #575656;
  font-size: 17px;
  padding-left: 8px;
}

.product-search input::placeholder {
  font-weight: 400;
  color: #575656;
  font-size: 16px;
}

.main_product_index_area {
  display: block;
  position: relative;
  margin-top: 50px;
}

.main_product_index_thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}

.main_product_index_thumbnail img {
  max-width: 100%;
  transition: 0.3s ease all;
}

.main_product_index_thumbnail:hover img {
  transform: scale(1.2);
}

.main_product_index_content {
  display: block;
  position: relative;
  margin-top: 20px;
}

.main_product_index_content h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.main_product_index_content h6 {
  color: #86868b;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

.product_section_padding {
  padding: 150px 0 60px 0;
  background-color: #f8f8f8;
}

.product_title_naming {
  display: block;
  position: relative;
}

.product_title_naming ul {
  display: flex;
  padding: 0;
  margin: 0;
  place-content: center;
}

.product_title_naming ul img {
  width: 15px;
  margin: 0px 10px;
}

.product_title_naming ul li {
  display: flex;
  color: #86868b;
}

.product_title_naming ul li a {
  color: #000000;
}

.product_single_slide {
  display: block;
  position: relative;
}

.product_slide_image {
  display: block;
  position: relative;
}

.product_slide_image img {
  max-width: 100%;
  border: 1px solid #efefef;
}

.thumbnail_nav {
  margin-top: 15px;
}

.thumbnail_nav .item {
  cursor: pointer;
  /* width: 80px;
    margin: 5px; */
}

.thumbnail_nav .item img {
  border: 1px solid #efefef;
  transition: border 0.3s;
}

.thumbnail_nav .item.active img {
  border: 2px solid #e31e24;
  /* Highlight color for active thumbnail */
}

.product_info_details {
  display: block;
  position: relative;
}

.main_product_details {
  display: block;
  position: relative;
  padding-top: 40px;
}

.new_product_details_content_area .main_product_details {
  padding-top: 0;
}

.product_short_description_top {
  border-bottom: 1px solid #dddddd;
  padding: 0px 0px 20px 20px;
}

.product_short_description_top p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #86868b;
  margin: 0;
}

.product_name_and_size {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0px 20px 20px;
}

.product_name_and_size h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1d1d1f;
  margin: 0;
  text-transform: uppercase;
}

.product_name_and_size h6 {
  color: #86868b;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
}

.product_service_area {
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.product_service_single_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
}

.product_service_single_area:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
}

.product_service_single_area img {
  max-width: 45px;
  margin-bottom: 10px;
}

.product_service_single_area p {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  color: #1c1c1c;
}

.products_highlights_area {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0px 20px 20px;
}

.products_highlights_title_area h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1c1c1c;
  margin: 0;
}

.products_highlights_single_area_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.products_highlights_single_area {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.products_highlights_single_area span {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #86868b;
  margin: 0;
}

.products_highlights_single_area p {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1c1c1c;
  margin: 0;
}

.product-table-details {
  display: block;
  position: relative;
  padding-top: 40px;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.product_details_subheader {
  display: block;
  position: relative;
}

.product_details_subheader h3 {
  font-size: 26px;
  font-weight: 400;
  color: #1d1d1f;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 70px;
}

.recent_products_details {
  display: block;
}

.available_size_detail {
  display: block;
  position: relative;
  margin-top: 60px;
}

.single_available_size_detail {
  display: block;
  position: relative;
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.single_available_size_detail h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 100%;
  margin: 0;
}

.available_size_detail .single_available_size_detail:nth-last-of-type(1) {
  margin-bottom: 0;
}

.available_size_detail button {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .new_product_details_content_area .main_product_details {
    padding-top: 60px;
  }

  .product-table-details {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .product-table-details > .table {
    margin-bottom: 0;
  }

  .product-table-details > .table > tbody > tr > td,
  .product-table-details > .table > tbody > tr > th,
  .product-table-details > .table > tfoot > tr > td,
  .product-table-details > .table > tfoot > tr > th,
  .product-table-details > .table > thead > tr > td,
  .product-table-details > .table > thead > tr > th {
    white-space: nowrap;
  }

  .product-table-details > .table-bordered {
    border: 0;
  }

  .product-table-details > .table-bordered > tbody > tr > td:first-child,
  .product-table-details > .table-bordered > tbody > tr > th:first-child,
  .product-table-details > .table-bordered > tfoot > tr > td:first-child,
  .product-table-details > .table-bordered > tfoot > tr > th:first-child,
  .product-table-details > .table-bordered > thead > tr > td:first-child,
  .product-table-details > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .product-table-details > .table-bordered > tbody > tr > td:last-child,
  .product-table-details > .table-bordered > tbody > tr > th:last-child,
  .product-table-details > .table-bordered > tfoot > tr > td:last-child,
  .product-table-details > .table-bordered > tfoot > tr > th:last-child,
  .product-table-details > .table-bordered > thead > tr > td:last-child,
  .product-table-details > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .product-table-details > .table-bordered > tbody > tr:last-child > td,
  .product-table-details > .table-bordered > tbody > tr:last-child > th,
  .product-table-details > .table-bordered > tfoot > tr:last-child > td,
  .product-table-details > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

.product-table-details th {
  text-align: left;
  padding: 10px 10px 10px 25px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #e4e4e4;
  color: #86868b;
  font-weight: 400;
  background: none;
  width: 40%;
}

.product-table-details td {
  text-align: left;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 25px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
  color: black;
  font-weight: 300;
}

.product-table-details tr {
  background-color: #fff;
}

.product-table-details tr:nth-child(even) {
  background-color: #f6f6f6;
}

.product-table-details tr:hover {
  background-color: #f7f7f7;
}

.product-table-details table {
  width: 100%;
}

.product-details-download-btn {
  display: block;
  position: relative;
  margin-top: 25px;
}

.product-details-download-btn a {
  border-radius: 45px;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  transition: all 200ms ease-out;
  color: #ffffff;
  font-family: 600;
  background-color: #f37021;
  font-size: 14px;
  border: 1px solid #f37021;
}

.product-details-download-btn a:hover {
  color: #f37021;
  background-color: #ffffff;
  border: 1px solid #f37021;
}

.recent_product_index_area {
  display: block;
  position: relative;
}

.recent_product_index_thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}

.recent_product_index_thumbnail img {
  max-width: 100%;
  transition: 0.3s ease all;
}

.recent_product_index_thumbnail:hover img {
  transform: scale(1.2);
}

.recent_product_index_content {
  display: block;
  position: relative;
  margin-top: 20px;
}

.recent_product_index_content h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.recent_product_index_content h6 {
  color: #86868b;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
  padding: 0;
}

.accordion-box .block {
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  /* margin-bottom: 15px; */
}

.accordion-box .block.active-block {
  background-color: #fff;
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  cursor: pointer;
  padding: 20px 0px;
  padding-right: 60px;
  color: #222;
  transition: all 500ms ease;
  font-family: "Inter", sans-serif;
  border-top: 1px solid #ccc;
  font-weight: 400;
}

.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 30px;
  content: "\e61a";
  font-family: "Themify";
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background-color: #fff;
  color: #000000;
}

.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 40px 30px 0;
  background-color: #fff;
  color: #666;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  top: 0px;
  display: block;
  position: relative;
  color: #86868b;
  font-weight: 300;
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.product_details_btns {
  display: block;
  position: relative;
  padding-top: 20px;
}

.product_details_area_btn {
  display: flex;
  gap: 10px;
  width: 100%;
}

.product_details_btns {
  width: 100%;
}

.product_details_area_btn a {
  text-decoration: none;
  color: #1c1c1c;
  padding: 10px 30px;
  align-content: center;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  transition: 0.3s ease all;
  background-color: transparent;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.product_details_area_btn a img {
  width: 24px;
}

.download-btn {
  color: #ffffff !important;
  background: linear-gradient(90deg, #b81b20 0%, #511416 100%);
  border: transparent !important;
}

.download-btn:hover {
  background: #b81b20 !important;
  color: #ffffff !important;
}

.product_details_area_btn a:hover {
  background-color: #3a3a3a;
  color: #ffffff;
  transition: 0.3s ease all;
}

.product_details_area_btn a:hover img {
  filter: brightness(0) invert(1);
  transition: 0.3s ease all;
}

.footer_social_links {
  display: flex;
  position: relative;
  padding-left: 0;
  gap: 15px;
}

.footer_social_links ul {
  padding-left: 0;
}

.footer_social_links_area {
  padding-top: 20px;
}

.footer_social_links img {
  width: 30px;
}

.main-collection-two__icon-box {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
  /* background: #000000; */
  padding: 15px;
}

.main-collection-two__icon-box img {
  max-width: 32px;
}

.metro_product_bg-background-cover {
  background-size: cover;
}

.metro_product_bg-background-center-center {
  background-position: 50% 50%;
}

.metro_product_bg-background-norepeat {
  background-repeat: no-repeat;
}

.metro_product_bg-flex {
  display: flex;
}

.metro_product_bg-flex-middle {
  align-items: center;
}

.main_product_content {
  display: block;
  position: relative;
}

.main_product_content p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 130%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.new_product_details_content_buttons {
  display: block;
  position: relative;
  padding-top: 30px;
}

.new_product_details_content_buttons .metro_btn a {
  display: flex;
  background-color: #000;
  font-size: 11px;
  padding: 10px 24px;
}

.new_product_details_content_buttons button:first-child {
  margin-right: 10px;
}

.new_product_details_content_buttons .metro_btn a img {
  width: 24px;
  margin-right: 8px;
}

.new_product_details_content_buttons .metro_btn a span {
  color: white;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.available_size_detail .metro_btn a {
  display: flex;
  background-color: #ffffff;
  font-size: 11px;
  padding: 10px 24px;
}

.available_size_detail .metro_btn a img {
  width: 24px;
  margin-left: 8px;
}

.available_size_detail .metro_btn a span {
  color: rgb(0, 0, 0);
  font-weight: 600;
  letter-spacing: 1.2px;
}

.new_product_detail_download_zip {
  display: block;
  position: relative;
  padding-top: 50px;
  text-align: center;
}

.new_product_detail_download_zip .metro_btn a {
  display: flex;
  background-color: #000;
  font-size: 11px;
  padding: 10px 24px;
}

.new_product_detail_download_zip .metro_btn a img {
  width: 24px;
  margin-right: 8px;
}

.new_product_detail_download_zip .metro_btn a span {
  color: white;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.technical_details_area {
  display: block;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.technical_details_area h6 {
  color: #86868b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.technical_details_area h2 {
  font-size: 32px;
  font-weight: 400;
  color: #1d1d1f;
  margin: 0;
  text-transform: uppercase;
}

.dark_gradient_bg {
  background-image: linear-gradient(#262626, #000000);
}

@media screen and (max-width: 769px) {
  .highlight_header {
    left: 20px;
    bottom: 70px;
  }

  .highlight_header h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .highlight_content {
    left: 20px;
  }

  .highlight_content p {
    font-size: 13px;
    opacity: 0.7;
    line-height: 110%;
  }

  .highlight2_header {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .highlight2_header h3 {
    font-size: 26px;
  }

  .highlight2_header h4 {
    font-size: 18px;
  }

  .highlight5_header h4 {
    font-size: 18px;
  }

  .highlight5_header {
    top: 20px;
    left: 20px;
  }

  .highlight5_header h3 {
    font-size: 25px;
  }

  .highlight4_header {
    top: 20px;
    left: 20px;
  }

  .highlight4_header h3 {
    font-size: 26px;
  }

  .highlight4_content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .highlight4_content p {
    font-size: 13px;
    opacity: 0.7;
    line-height: 110%;
  }

  .highlight3_header {
    top: 20px;
    left: 20px;
  }

  .highlight3_header h3 {
    font-size: 26px;
  }

  .highlight3_content {
    bottom: 30px;
    left: 20px;
    right: 20px;
  }

  .highlight3_content p {
    font-size: 13px;
    opacity: 0.7;
    line-height: 110%;
  }

  .section-padding {
    padding: 80px 0;
  }

  .section-padding3 {
    padding: 40px 0 10px 0;
  }

  .highlight_overview_header {
    padding-bottom: 30px;
  }

  .main_highlights {
    padding-top: 50px;
  }

  .pl-35 {
    padding-left: 0;
  }

  .mmb-60 {
    margin-bottom: 60px;
  }

  .mobile_reverse_row {
    flex-wrap: wrap-reverse;
  }

  .nature_content_area h2 {
    font-size: 28px;
  }

  .nature_content_area p.big_paragraph_header {
    font-size: 28px;
  }

  .why_us .content::after {
    content: none;
  }

  .why_us_single {
    margin-top: 15px;
    padding-right: 15px;
  }

  .why_us_col {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-top: 40px;
  }

  .why_us_col:last-child {
    border-bottom: none;
  }

  .why_us_col:first-child {
    border-top: 1px solid #ccc;
  }

  .why_us_single h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .desktop_only {
    display: none !important;
  }

  .mobile_only {
    display: block;
    color: #e31e24;
  }

  .mobile_no_pb {
    padding-bottom: 0;
  }

  .main_big_tiles_area img {
    max-width: 250px;
  }

  .main_big_tiles_area {
    text-align: right;
  }

  .main_big_tiles_area h3 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
  }

  .first_point_big_tiles {
    top: 10%;
    left: 2%;
    right: 42%;
  }

  .second_point_big_tiles {
    position: absolute;
    top: 40%;
    left: 2%;
    text-align: left;
    right: 42%;
  }

  .third_point_big_tiles {
    position: absolute;
    top: 70%;
    left: 2%;
    text-align: left;
    right: 42%;
  }

  .first_point_big_tiles h4 {
    font-size: 18px;
  }

  .second_point_big_tiles h4 {
    font-size: 18px;
  }

  .third_point_big_tiles h4 {
    font-size: 18px;
  }

  .divider_3 {
    transform-origin: left center;
  }

  .head_image img {
    height: 100dvh;
  }

  .head_text {
    bottom: 10%;
  }

  .marqueeOne {
    font-size: 12vw;
  }

  .highlight_overview_header h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .differ_content_area h2 {
    font-size: 25px;
    line-height: 120%;
  }

  .big_tiles_header h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .big_tiles_header h4 {
    font-size: 17px;
  }

  .collection_slider_header h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .mobile_slider_width {
    width: 50%;
  }

  .main_size_text_bl {
    bottom: 30px;
    left: 40px;
    font-size: 26px;
  }

  .size_text_bl {
    font-size: 26px;
  }

  .main_size_text_br {
    bottom: 30px;
    right: 40px;
  }

  .highlight2_content {
    bottom: 10px;
    right: 10px;
  }

  .highlight5_content {
    bottom: 10px;
    right: 10px;
  }

  .ball-text {
    font-size: 40px;
    max-width: 100%;
  }

  canvas {
    height: 110vh;
  }

  .collection_slide_content {
    padding: 15px;
    gap: 15px;
  }

  .collection_slide_content span {
    font-size: 20px;
  }

  .collection_slide_content h3 {
    font-size: 20px;
  }

  .collection_single_slide {
    padding: 15px;
  }

  .loading-text {
    font-size: 56px;
  }

  .grid-parent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 190px);
    grid-auto-rows: 190px;
    gap: 8px;
  }

  .row > * {
    padding-right: 20px;
    padding-left: 20px;
  }

  .classic_row > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .inside_hero_text {
    width: 100%;
  }

  .inside_hero_text h1 {
    font-size: 36px;
  }

  /* .inside_about_hero_text {
        width: 100%;
    } */

  .inside_about_hero_text h1 {
    font-size: 32px;
  }

  .mpb-70 {
    padding-bottom: 40px !important;
  }

  .main_header_animate br {
    display: none;
  }

  .divider_1 {
    transform: scale(1, 1);
  }

  .divider_2 {
    transform: scale(1, 1);
  }

  .divider_3 {
    transform: scale(1, 1);
  }

  .inside_about_hero_text {
    position: absolute;
    bottom: 50px;
    left: 30px;
    right: 30px;
  }

  .inside_about_hero_text br {
    display: block;
  }

  .pl-80 {
    padding-left: 20px;
  }

  .pr-100 {
    padding-right: 15px;
  }

  .mpl-20 {
    padding-left: 15px;
  }

  .mmb-40 {
    margin-bottom: 40px;
  }

  .machinery_content_header_area h2 {
    font-size: 28px;
  }

  .contry_header_area h2 {
    font-size: 28px;
  }

  .available_size_area_content h2 {
    font-size: 28px;
  }

  .tab_content_area {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .main_tab_content img {
    width: auto;
    height: 500px;
  }

  .tab_content_area h2 {
    font-size: 26px;
  }

  .tab-links a {
    margin-right: 0;
  }

  .tab-links li {
    width: 25%;
  }

  .available_size_absolute_content {
    width: 100%;
  }

  .machinery_main_line {
    padding-top: 40px;
    margin-top: 40px;
  }

  .certificate_slide_content h4 {
    font-size: 16px;
  }

  .contact_form_area {
    padding: 40px;
  }

  .custom_select_wrapper {
    max-width: 100%;
  }

  .more_about_content_area p {
    font-size: 15px;
  }

  .machinery_content_text_area p {
    font-size: 15px;
  }

  .tab_content_area p {
    font-size: 15px;
  }

  .differ_content_area p {
    font-size: 15px;
  }

  .tab_content_area {
    padding-top: 250px;
    padding-bottom: 60px;
  }

  .product_info_details {
    padding-top: 40px;
  }

  .recent_product_index_area {
    margin-bottom: 50px;
  }

  .product_details_area_btn {
    display: block;
  }

  .product_details_area_btn a {
    display: block;
    /* flex: none; */
    margin-top: 10px;
    width: 100%;
  }

  .footer_social_links_area {
    padding-top: 0;
  }

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

  .footer-explore ul {
    margin-bottom: 0;
  }

  .footer-title {
    margin-top: 50px;
  }

  .new_product_details_content_buttons .metro_btn {
    width: 100%;
  }

  .new_product_details_content_buttons .metro_btn:first-child {
    margin-bottom: 10px;
  }

  .new_product_details_content_buttons .metro_btn a {
    justify-content: center;
  }

  .new_product_detail_download_zip .metro_btn {
    width: 100%;
  }

  .new_product_detail_download_zip .metro_btn a {
    justify-content: center;
  }

  .technical_details_area h6 {
    font-size: 14px;
  }

  .technical_details_area h2 {
    font-size: 28px;
  }
}

/* Custom styling for form elements */
#productInquiryModal .form-control,
#productInquiryModal .form-select,
#productInquiryModal textarea.form-control {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 8px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: 1px solid #ececec;
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  padding-left: 25px;
  border-radius: 5px;
}

#productInquiryModal .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 40px;
}

#productInquiryModal .btn {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  background-color: #000000;
  border: none;
  color: white;
  transition: background-color 0.2s ease;
}

#productInquiryModal .btn:hover {
  background-color: #2e2e2e;
}

#productInquiryModal .form-control:focus,
#productInquiryModal .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}

#productInquiryModal .g-recaptcha {
  margin-bottom: 1rem;
}

#productInquiryModal .modal-header {
  background-color: #343a40;
  color: white;
}

#productInquiryModal .modal-header {
  background-color: #fafafa;
  color: rgb(0, 0, 0);
}

#productInquiryModal .modal-header h5 {
  color: #353535;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

#productInquiryForm .form-label {
  margin-bottom: 0;
}

.modal-body {
  padding: 25px;
}

.product_details_title_architecture_head {
  display: block;
  position: relative;
}

.product_details_title_architecture_head h4 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
  color: black;
}

@media screen and (max-width: 769px) {
  .product_details_title_architecture_head h4 {
    font-size: 23px;
  }

  .navbar .dropdown-menu .dropdown-item span {
    padding: 5px 20px;
    font-size: 20px;
  }

  .footer_text_area {
    width: 100%;
  }

  .footer_text_area p {
    font-size: 24px;
    padding: 0 40px;
  }

  .footer_text_area p br {
    display: none;
  }

  .footer_main_img {
    min-height: 400px;
  }
}

.product-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.lazy-image {
  opacity: 0;
  transform: scale(1.1);
  /* Slight zoom-in initially */
  filter: blur(20px);
  /* More pronounced blur at the start */
  transition:
    opacity 1s ease,
    transform 1s ease,
    filter 1s ease;
  /* Longer and smoother transition */
}

.lazy-image.loaded {
  opacity: 1;
  transform: scale(1);
  /* Reset zoom to normal */
  filter: blur(0);
  /* Remove blur smoothly */
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_form_area select {
  max-width: 100%;
  margin-bottom: 12px;
  padding: 8px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: 1px solid #ccc;
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  padding-left: 25px;
}

#contactForm select {
  max-width: 100%;
  margin-bottom: 12px;
  padding: 8px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: 1px solid #ccc;
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  padding-left: 25px;
  border-radius: 8px !important;
  border-color: #ebebeb !important;
}

.floating-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 55px;
  height: 55px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

/* Vibration Animation */
@keyframes softVibrate {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-1px, 1px);
  }

  40% {
    transform: translate(1px, -1px);
  }

  60% {
    transform: translate(-1px, -1px);
  }

  80% {
    transform: translate(1px, 1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.floating-button {
  animation: softVibrate 0.4s ease infinite;
  animation-delay: 0s, 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

/* Control the timing: vibrate, wait, vibrate again */
@keyframes attentionLoop {
  0%,
  80% {
    transform: translate(0, 0);
  }

  82% {
    transform: translate(-1px, 1px);
  }

  84% {
    transform: translate(1px, -1px);
  }

  86% {
    transform: translate(-1px, -1px);
  }

  88% {
    transform: translate(1px, 1px);
  }

  90% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.floating-button {
  animation: attentionLoop 6s infinite;
}

.floating-button img {
  width: 24px;
}

.home_page_header_fullsize {
  display: block;
  position: relative;
}

.head_container_fullsize {
  display: block;
  position: relative;
}

.head_image_fullsize {
  display: block;
  position: relative;
}

.head_image_fullsize img {
  width: 100%;
}

.laying_section_padding {
  background-color: #f2f2f2;
  /* padding: 80px 0; */
}

.chevron_tile_laying_guide_image {
  display: block;
  position: relative;
}

.chevron_tile_laying_guide_image img {
  border-radius: 20px;
  overflow: hidden;
}

.chevron_tile_laying_guide_content {
  display: block;
  position: relative;
}

.chevron_tile_laying_guide_content h3 {
  font-size: 26px;
  font-weight: 400;
  color: #1d1d1f;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.pattern_overview {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.pattern_overview h6 {
  font-size: 15px;
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 15px;
}

.pattern_overview p {
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 0;
}

.pattern_overview ul li {
  list-style-type: disc;
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 300;
  line-height: 150%;
}

.pattern_overview h5 {
  font-size: 15px;
  color: #1c1c1c;
  font-weight: 300;
}

.sub_pattern_overview_point {
  margin-bottom: 10px;
}

.pattern_overview .sub_pattern_overview_point:last-child {
  margin-bottom: 0;
}

.chevron_tile_laying_guide_content .pattern_overview:last-child {
  margin-bottom: 0;
}

.pattern_overview .sub_pattern_overview_point:last-child ul {
  margin-bottom: 0;
}

.sustainability_pillars_header_area {
  display: block;
  position: relative;
}

.sustainability_pillars_header_area h6 {
  color: #72ac2b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sustainability_pillars_header_area h6 {
  color: #72ac2b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sustainability_pillars_header_area h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.sustainability_pillars_header_span {
  font-weight: 500;
}

.sustainability_pillars_header_area p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
}

.sustainability_pillars_single_content {
  display: block;
  position: relative;
  padding: 50px 50px 80px 50px;
}

.sustainablerow .col-lg-4 {
  border-right: 1px solid #ddd;
}

.sustainablerow .col-lg-4:last-child {
  border-right: none;
}

.sustainability_pillars_single_content.first_child {
  padding-left: 0;
}

.sustainability_pillars_single_content.last_child {
  padding-right: 0;
}

.sustainability_pillars_single_image_area img {
  max-width: 70px;
  margin-bottom: 100px;
}

.full_border_line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.sustainability_pillars_single_header_area {
  display: block;
  position: relative;
}

.sustainability_pillars_single_header_area h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.sustainability_pillars_single_header_area h3 b {
  color: #72ac2b;
  font-weight: 500;
}

.sustainability_full_image_area {
  display: block;
  position: relative;
}

.sustainability_full_image_area img {
  max-width: 100%;
}

.sustainability_process_header_area {
  display: block;
  position: relative;
}

.sustainability_process_header_area h6 {
  color: #72ac2b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sustainability_process_header_area h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

.sustainability_process_content_area {
  display: block;
  position: relative;
}

.sustainability_process_content_area p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
}

.metro_process_single_option_area {
  display: block;
  position: relative;
}

.metro_process_single_option_area h3 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  margin-bottom: 40px;
}

.metro_process_single_option_area p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
  margin-bottom: 40px;
}

.metro_process_single_option_area img {
  max-width: 100%;
}

.our_people_content_area {
  display: block;
  position: relative;
  padding: 70px 50px;
  background-color: white;
}

.our_people_content_area h6 {
  color: #72ac2b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.our_people_content_area h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

.our_people_header_span {
  font-weight: 500;
}

.our_people_content_area p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
  margin-bottom: 10px;
}

.our_people_content_area ul {
  margin: 0;
}

.our_people_content_area ul li {
  list-style: disc;
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
  margin-bottom: 10px;
}

.our_people_content_area ul li:last-child {
  margin-bottom: 0;
}

.our_people_content_area ul li b {
  color: #3c3c3c;
  font-weight: 500;
}

.sustainable_people_section .row > * {
  padding: 0;
}

.metro_people_image_area {
  display: block;
  position: relative;
}

.metro_people_image_area img {
  height: 100%;
}

.sustainability_half_sections {
  display: block;
  position: relative;
  width: 100%;
}

.sustain_half_box {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  z-index: 1;
}

.sustain_half_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.sustain_half_content {
  text-align: center;
  max-width: 550px;
}

.sustain_half_content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.2;
}

.sustain_half_content h2 span {
  position: relative;
  font-weight: 500;
  display: inline-block;
  z-index: 1;
}

.sustain_half_content h2 span::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 5px;
  height: 55%;
  background-color: #72ac2b;
  z-index: -1;
}

.sustain_half_content p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.environmental_impact_header_area {
  display: block;
  position: relative;
  text-align: center;
}

.environmental_impact_header_area h6 {
  color: #72ac2b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.environmental_impact_header_area h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

.environmental_impact_header_span {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .sustain_half_box {
    min-height: 400px;
  }

  .sustain_half_content h3 {
    font-size: 26px;
  }
}

.metro_impact_single_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px 40px;
  margin-bottom: 20px;
}

.impact_left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.impact_icon img {
  width: 50px;
  height: auto;
}

.impact_stats h3 {
  font-size: 42px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  line-height: 1;
}

.impact_stats h4 {
  font-size: 20px;
  font-weight: 300;
  color: #72ac2b;
  margin-bottom: 0;
}

.impact_right {
  max-width: 500px;
  text-align: right;
}

.impact_right p {
  font-size: 16px;
  color: #3c3c3c;
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
}

.impact_stats {
  display: flex;
  gap: 20px;
  align-items: end;
}

@media screen and (max-width: 778px) {
  .metro_impact_single_area {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 20px;
  }

  .impact_right {
    max-width: 100%;
    text-align: left;
  }

  .impact_stats h1 {
    font-size: 42px;
  }
}

/* Certifications & Transparency */
.certifications-transparency-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 60px 40px 50px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.certifications-header-wrapper {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.certifications-header h2 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  background: #ffffff;
  display: inline-block;
  padding: 0 40px;
  margin: 0;
  text-transform: uppercase;
}

.certifications-content {
  margin-top: 20px;
}

.certifications-content p {
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;

  max-width: 680px;
  margin: 0 auto;
}

.certifications-divider {
  width: 150px;
  height: 1px;
  background-color: #ddd;
  margin: 45px auto;
}

.certifications-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  flex-wrap: wrap;
}

.certifications-logos img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

.differ_content_area ul {
  margin: 0;
}

.differ_content_area ul li {
  list-style: disc;
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
  margin-bottom: 10px;
}

.slide_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .certifications-transparency-box {
    padding: 50px 20px 30px;
    margin-top: 30px;
  }

  .certifications-header-wrapper {
    top: -15px;
  }

  .certifications-header h2 {
    font-size: 26px;
    padding: 0 20px;
  }

  .certifications-logos {
    gap: 40px;
  }

  .certifications-logos img {
    max-width: 50px;
  }
}

@media screen and (max-width: 769px) {
  .sustainability_commitment_content_area h2 {
    font-size: 28px;
  }

  .sustainability_pillars_header_area h2,
  .environmental_impact_header_area h2 {
    font-size: 30px;
  }

  .sustainability_process_header_area h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .metro_process_single_option_area h3 {
    font-size: 26px;
  }

  .sustain_half_content h2 {
    font-size: 26px;
  }

  .sustainability_commitment_content_area p,
  .sustainability_pillars_header_area p,
  .sustain_half_content p,
  .certifications-content p {
    font-size: 15px;
  }

  .mpl-0 {
    padding-left: 0;
  }

  .mpt-50 {
    padding-top: 50px;
  }

  .mpb-50 {
    padding-bottom: 50px;
  }

  .sustainability_pillars_single_content {
    padding: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
  }

  .sustainablerow .col-lg-4:first-child {
    padding-top: 50px;
  }

  .our_people_content_area {
    padding: 50px 20px;
  }

  .mpt-0 {
    padding-top: 0;
  }

  .mpb-0 {
    padding-bottom: 0;
  }

  .impact_stats {
    display: block;
  }

  .impact_stats h5 {
    font-size: 16px;
  }

  .slide_video {
    margin-top: 80px;
  }
}

/* ==========================================================================
   BLOG STYLES
   ========================================================================== */

.header_overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.inside_about_hero_text {
  z-index: 2;
}

.blog_card {
  background: #fff;
  border-radius: 1px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog_card:hover {
  transform: translateY(-10px);
}

.blog_card_image {
  position: relative;
  overflow: hidden;
}

.blog_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog_card:hover .blog_card_image img {
  transform: scale(1.1);
}

.blog_card_date_badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e31e24;
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  z-index: 2;
  min-width: 60px;
}

.blog_card_date_badge span:first-child {
  font-size: 20px;
  font-weight: 700;
}

.blog_card_date_badge span:last-child {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}

.blog_card_content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog_meta {
  margin-bottom: 15px;
  font-size: 14px;
  color: #888;
}

.blog_meta_item i {
  color: #e31e24;
  margin-right: 5px;
}

.blog_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.blog_title a:hover {
  color: #e31e24;
}

.blog_excerpt {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.blog_read_more {
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.blog_read_more i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.blog_read_more:hover {
  color: #e31e24;
}

.blog_read_more:hover i {
  transform: translateX(5px);
}

/* Blog Details */
.blog_details_content {
  background: #fff;
  padding: 0;
}

.blog_main_text {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
}

.blog_main_text h2,
.blog_main_text h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #222;
}

.blog_main_text ul li {
  list-style: disc;
  color: #86868b;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  line-height: 120%;
  margin-bottom: 10px;
}

.share_icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f5f0;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #666;
}

.share_icons a:hover {
  background: #e31e24;
  color: #fff;
  transform: translateY(-3px);
}

.secondary_bg {
  background-color: #f9f9f9;
}

@media (max-width: 991px) {
  .inside_about_hero_text h1 {
    font-size: 2.5rem !important;
  }
}

/* Refined Blog Badge and Card Styles */
.blog_card_date_badge {
  padding: 12px 15px !important;
  min-width: 80px !important;
}

.blog_card_date_badge span:last-child {
  font-size: 11px !important;
  white-space: nowrap;
}

.blog_title {
  margin-top: 10px;
}

.blog_title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1d1d1f;
}

.blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}

/* Calendar Style Blog Badge */
.blog_card_date_badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden;
  min-width: 70px !important;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
  z-index: 5;
  padding: 0 !important;
  display: block !important;
}

.badge_header {
  background: #e31e24;
  color: #ffffff;
  font-size: 10px;
  padding: 4px 5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.badge_day {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 0 8px;
  line-height: 1;
}

/* product page new css */

.metro_product_filter_main_area {
  background-color: #f7f7f7;
  display: block;
  position: relative;
  padding: 30px;
}

.metro_product_filter_header {
  margin-bottom: 30px;
}

.metro_product_filter_header_subtitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}

.metro_product_filter_header_subtitle p {
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.clear_all_btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000000;
  text-decoration: none !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.clear_all_btn img {
  width: 20px;
  height: 20px;
}

.clear_all_btn span {
  border-bottom: 1px solid #000000;
  line-height: 1.1;
}

.metro_product_filter_header_title lable {
  color: #000000;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* Accordion Styling */

.metro_product_filter_body .accordion-item {
  border: none;
  border-radius: 0 !important;
  background: transparent;
}

.metro_product_filter_body .accordion-button {
  background-color: transparent !important;
  color: #000000 !important;
  padding: 20px 0 20px 0;
  box-shadow: none !important;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}

.metro_product_filter_body .accordion-button:not(.collapsed) {
  box-shadow: none;
}

/* Custom Accordion Arrow */
.metro_product_filter_body .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 16px;
  transition: transform 0.3s ease;
}

.metro_product_filter_body .accordion-body {
  padding: 20px 0 20px 0;
}

/* Checkbox Styling */
.filter_checkbox_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filter_checkbox_item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  color: #333;
  user-select: none;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: color 0.3s ease;
}

.filter_checkbox_item:hover {
  color: #000;
}

.filter_checkbox_item input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1.25px solid #000;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.filter_checkbox_item:hover input {
  background-color: #f0f0f0 !important;
}

.filter_checkbox_item input:checked {
  background-color: #e31e24 !important;
  border-color: #e31e24 !important;
  accent-color: #e31e24;
}

/* .filter_checkbox_item:has(input:checked) {
    color: #E31E24 !important;
    font-weight: 500;
} */

/* Product Search Area Styling */
.product_search_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
  padding: 0 20px;
}

.product_search {
  position: relative;
  width: 320px;
}

.product_search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 8px 35px 8px 0;
  background: transparent;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  font-family: "Inter", sans-serif;
}

.product_search input::placeholder {
  color: #999;
  opacity: 1;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.product_search .search-btn {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.product_search .search-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.product_sort_area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sort_label {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #86868b;
}

.product_sort_area select {
  width: auto;
  border: none;
  background: transparent;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c1c1c;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
}

.product_sort_area select:focus {
  outline: none;
}

.metro_single_product_data_area {
  display: block;
  position: relative;
}

.metro_single_product_img_area {
  display: block;
  position: relative;
  overflow: hidden;
}

.metro_single_product_img_area img {
  width: 100%;
  transition: 0.3s ease all;
}

.metro_single_product_img_area img:hover {
  transform: scale(1.05);
}

.metro_single_product_data {
  padding: 15px;
}

.metro_single_product_name_bookmark_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.metro_single_product_name h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}

.metro_single_product_bookmark_area {
  display: block;
  position: relative;
}

.metro_single_product_bookmark_area a img {
  width: 100%;
}

.metro_single_product_details_area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.metro_single_product_size,
.metro_single_product_surface,
.metro_single_product_random {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.metro_single_product_size span,
.metro_single_product_surface span,
.metro_single_product_random span {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #86868b;
}

.metro_single_product_size p,
.metro_single_product_surface p,
.metro_single_product_random p {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}

.metro_single_product_size {
  border-right: 1px solid #cccccc;
  padding-right: 20px;
}

.metro_single_product_surface {
  border-right: 1px solid #cccccc;
  padding-right: 20px;
}

/* Product Page Header Styling */
.product_page_header {
  padding: 140px 0 100px 0;
}

.product_page_breadcrumb_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.product_page_breadcrumb_area ul li {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.product_page_breadcrumb_area ul li a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product_page_breadcrumb_area ul li a:hover {
  color: #000000;
}

.product_page_breadcrumb_area ul li img {
  width: auto;
  height: auto;
}

.product_page_header h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 40px;
}

.product_page_header h2 span {
  font-weight: 500;
}

.product_page_header h1 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 40px;
}

.product_page_header h1 span {
  font-weight: 500;
}

.product_page_header p {
  color: #86868b;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

/* Product Pagination Styling */
.product_pagination_area .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  background: transparent;
}

.product_pagination_area .page-item {
  border: none;
  background: transparent;
}

.product_pagination_area .page-link {
  border: none;
  background: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: none !important;
}

.product_pagination_area .page-link:hover {
  background-color: #f7f7f7;
  border-radius: 50%;
}

.product_pagination_area .page-link.active {
  border: 1px solid #dddddd !important;
  background-color: transparent !important;
  color: #000000 !important;
  font-weight: 500;
  border-radius: 50%;
}

.product_pagination_area .page-link.dots {
  color: #86868b;
  cursor: default;
  background: transparent !important;
}

.product_pagination_area .page-link img {
  width: 20px;
  height: auto;
}

.metro_bookmark_header_area {
  display: block;
  position: relative;
}

.metro_bookmark_header_area h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.metro_btn_share {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: #000000;
  color: #ffffff;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #000000;
  border-radius: 6px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 5%;
}

.metro_btn_share i {
  display: flex;
  align-items: center;
  line-height: 0;
}

.metro_btn_share i img {
  width: 20px;
  height: auto;
}

.metro_btn_share:hover {
  background-color: #fff;
  color: #161616;
  text-decoration: none;
}

.metro_btn_share:hover i img {
  filter: brightness(0);
}

.metro_bookmark_warning_area {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(105, 19, 21, 0.1);
  border: 1px dashed #691315;
  padding: 20px 30px;
  margin-top: 40px;
  border-radius: 10px;
}

.metro_bookmark_warning_area .icon_box {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #691315;
  font-size: 24px;
  flex-shrink: 0;
}

.metro_bookmark_warning_area .icon_box img {
  width: 100%;
  height: auto;
}

.metro_bookmark_warning_area p {
  margin: 0;
  color: #691315;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
}

.bookmark_product_area {
  padding: 60px 0;
}

/* Metro Share Modal Styling */
.metro_common_modal .modal-content {
  border-radius: 0;
  border: none;
}

.metro_share_modal_content {
  background-color: #ffffff;
  padding: 20px;
}

.metro_share_modal_content .modal-title {
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: -0.5px;
}

.metro_input_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.metro_input_group label {
  font-size: 14px;
  color: #86868b;
  font-weight: 400;
}

.metro_input_group input {
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  transition: border-color 0.3s ease;
  background: transparent;
  width: 100%;
}

.metro_input_group input:focus {
  outline: none;
  border-bottom-color: #1c1c1c;
}

.metro_share_modal_note {
  display: flex;
  gap: 10px;
  background: #fff5f5;
  padding: 15px;
  border-radius: 8px;
  margin-top: 25px;
}

.metro_share_modal_note i {
  color: #e31e24;
  margin-top: 4px;
}

.metro_share_modal_note p {
  font-size: 13px;
  color: #e31e24;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

.metro_modal_footer {
  display: flex;
  justify-content: flex-end;
}

.metro_share_copy_btn {
  background: #1c1c1c;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.metro_share_copy_btn:hover {
  background: #000000;
}

.metro_share_copy_btn:hover {
  background: #000000;
}

/* Metro Ultra-Minimal Search Redesign */
.metro_search_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.metro_search_overlay.active {
  opacity: 1;
  visibility: visible;
}

.metro_search_overlay_content {
  width: 100%;
  max-width: 1400px;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}

.metro_search_header {
  margin-bottom: 35px;
}

.metro_search_header span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #86868b;
  display: block;
}

.metro_search_close_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: #f5f5f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}

.metro_search_close_btn:hover {
  background: #e8e8ed;
}

.metro_search_close_btn img {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}

.metro_search_form {
  position: relative;
  width: 100%;
  display: block;
}

.input_wrapper {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.metro_search_form input {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  outline: none;
  line-height: normal;
  font-family: inherit;
  padding: 0 50px 0 0;
}

.metro_search_form input::placeholder {
  color: #d2d2d7;
  font-weight: 300;
  font-size: 20px;
}

.search_submit_text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
}

.search_submit_text img {
  width: 24px;
  height: 24px;
  opacity: 0.6;
}

@media (max-width: 991px) {
  .metro_search_overlay_content {
    max-width: 100%;
    padding: 0 20px;
  }

  .metro_search_form input {
    font-size: 22px;
  }

  .metro_search_close_btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

/* No Scroll Body */
body.noscroll {
  overflow: hidden !important;
}

/* Search Validation Styles */
.error_massage {
  color: #e31e24;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  height: 15px;
}

.input_wrapper.error::after {
  width: 100% !important;
  background-color: #e31e24 !important;
}

.input_wrapper.error input::placeholder {
  color: #e31e24 !important;
}

.input_wrapper.error {
  border-bottom: 2px solid #e31e24 !important;
}

.metro_search_header_area {
  display: block;
  position: relative;
}

.metro_search_header_area h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.metro_search_header_area p {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #86868b;
  margin: 0;
}

@media screen and (max-width: 769px) {
  .mmt-30 {
    margin-top: 30px;
  }

  .product_page_breadcrumb_area ul {
    margin-bottom: 20px;
  }

  .product_page_header h2,
  .product_page_header h2 .main_header_span {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product_page_header h1,
  .product_page_header h1 .main_header_span {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product_page_header p {
    font-size: 15px;
  }

  .product_page_header {
    padding: 120px 0 60px;
  }

  .metro_product_filter_header {
    margin-bottom: 30px;
  }

  .product_search_area {
    display: block;
    padding: 40px 0;
    margin-bottom: 0;
  }

  .product_sort_area select {
    height: 35px !important;
  }

  .product_short_description_top {
    padding: 0px 0px 25px 5px;
  }

  .product_name_and_size {
    padding: 20px 0px 20px 5px;
  }

  .product_service_area {
    display: none;
  }

  .products_highlights_area {
    padding: 20px 0px 20px 5px;
  }

  .product_short_description_top p {
    font-size: 14px;
  }

  .product_name_and_size h2 {
    font-size: 28px;
  }

  .product_name_and_size h6 {
    font-size: 16px;
    padding-top: 16px;
  }

  .products_highlights_title_area h3 {
    font-size: 16px;
  }

  .products_highlights_single_area span,
  .products_highlights_single_area p {
    font-size: 14px;
  }

  .products_highlights_single_area_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .product_details_btns {
    padding: 0;
  }

  .designs_header_area h2 {
    font-size: 28px;
    margin-top: 40px;
  }

  /* btn css  */
  .product_details_area_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-top: 15px;
  }

  .product_details_area_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1f !important;
    background: #ffffff;
    text-align: center;
    flex: 1;
    transition: all 0.3s ease;
  }

  .product_details_area_btn a:first-child {
    flex: 0 0 55px;
    max-width: 55px;
    padding: 10px;
  }

  .product_details_area_btn a:first-child img {
    width: 20px;
    height: auto;
  }

  .product_details_area_btn .download-btn {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    background: linear-gradient(90deg, #a7191d 0%, #4d1214 100%);
    color: #ffffff !important;
    border: none !important;
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 12px;
  }
}

.diamante_small_title {
  color: #86868b;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.beloved_architects_header_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
}

.diamante_collection_bg_area {
  display: block;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.diamante_collection_bg_area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.diamante_collection_bg_area .container {
  position: relative;
  z-index: 1;
}

.diamante_collection_text_area {
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.diamante_collection_text_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding-bottom: 60px;
}

.diamante_collection_text_area h2 span {
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
}

.diamante_collection_text_area p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .diamante_collection_bg_area {
    padding: 100px 0;
  }

  .diamante_collection_text_area h2,
  .diamante_collection_text_area h2 span {
    font-size: 32px;
  }

  .diamante_collection_text_area h2 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .diamante_collection_bg_area {
    padding: 60px 0;
  }

  .diamante_collection_text_area h2,
  .diamante_collection_text_area h2 span {
    font-size: 28px;
  }

  .diamante_collection_text_area h2 {
    padding-bottom: 30px;
  }

  .diamante_collection_text_area p {
    font-size: 15px;
  }
}

.touch_and_feel_text_area {
  display: block;
  position: relative;
  margin-bottom: 80px;
}

.diamante_small_title {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 20%;
  color: #86868b;
}

.touch_and_feel_text_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1d1f;
  padding-bottom: 30px;
}

.touch_and_feel_text_area h2 span {
  font-weight: 500;
}

.touch_and_feel_description p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #86868b;
}

.designs_area {
  display: block;
  position: relative;
  border-top: 1px solid #dddddd;
}

.designs_header_area h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-top: 60px;
  position: relative;
  display: inline-block;
}

.designs_header_area h2::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 5px;
  height: 50%;
  background-color: #eeeeee;
  z-index: -1;
}

.designs_patterns_and_texture_area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 60px 0px;
}

.designs_patterns_and_texture_card {
  display: flex;
  flex-direction: column;
}

.designs_patterns_and_texture_image {
  position: relative;
  line-height: 0;
}

.designs_patterns_and_texture_image img {
  width: 100%;
  height: auto;
  display: block;
}

.designs_patterns_and_texture_number {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  pointer-events: none;
}

.designs_patterns_and_texture_number span {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.designs_patterns_and_texture_text {
  margin-top: 15px;
}

.designs_patterns_and_texture_text p {
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #1c1c1c;
  margin: 0;
}

.surface_area {
  display: block;
  position: relative;
  border-top: 1px solid #dddddd;
}

.surface_header_area h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-top: 60px;
  position: relative;
  display: inline-block;
}

.surface_header_area h2::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 5px;
  height: 50%;
  background-color: #f0e3df;
  z-index: -1;
}

.surface_patterns_and_texture_area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding-top: 60px;
}

.surface_image_card {
  display: flex;
  flex-direction: column;
}

.surface_image_card img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1199px) {
  .designs_patterns_and_texture_area,
  .surface_patterns_and_texture_area {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .designs_patterns_and_texture_area,
  .surface_patterns_and_texture_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 40px;
  }

  .designs_header_area h2,
  .surface_header_area h2 {
    font-size: 28px;
    margin-top: 40px;
  }

  .designs_patterns_and_texture_area {
    padding: 40px 0;
  }

  .designs_patterns_and_texture_text p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .designs_patterns_and_texture_area,
  .surface_patterns_and_texture_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .designs_patterns_and_texture_text p {
    font-size: 13px;
  }
}

.how_we_are_image_area {
  display: block;
  position: relative;
}

.how_we_are_image_area img {
  width: 100%;
  height: auto;
}

.how_we_are_text_area {
  display: block;
  position: relative;
  padding-left: 45px;
}

.how_we_are_header_area {
  display: block;
  position: relative;
  margin-bottom: 60px;
}

.how_we_are_header_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #000000;
}

.how_we_are_description_area p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #86868b;
}

.collection_header_area {
  display: block;
  position: relative;
  justify-items: center;
}

.collection_header_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.collection_header_area h2 span {
  font-weight: 500;
}

.product_page_details_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 40px 90px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.product_page_single_details {
  text-align: center;
}

.product_page_single_details p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: #86868b;
  padding-bottom: 10px;
}

.product_page_single_details h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 0px;
}

.main_img_area {
  display: block;
  position: relative;
}

.main_img_area img {
  width: 100%;
  object-fit: cover;
}

.diamante_wood_heading_area {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 100px;
}

.diamante_wood_title_area {
  flex: 1;
}

.diamante_wood_para_area {
  flex: 0.7;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.diamante_wood_title_area p {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: #86868b;
}

.diamante_wood_title_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1d1f;
  margin-bottom: 0;
}

.diamante_wood_title_area h2 span {
  font-weight: 500;
}

.diamante_wood_para_area p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0;
  color: #86868b;
}

.diamante_wood_images_area {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 40px;
}

.diamante_wood_single_img {
  flex: 1;
  max-width: 180px;
}

.diamante_wood_single_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.laying_possibilities_section {
  background-color: #ffffff;
}

.laying_possibilities_heading_area h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 0;
}

.laying_possibilities_details_area {
  display: block;
  position: relative;
}

.laying_possibilities_img_area {
  display: block;
  position: relative;
}

.laying_possibilities_img_area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.laying_possibilities_content_area {
  padding: 30px;
  padding-bottom: 0;
  justify-items: center;
}

.laying_possibilities_content_area h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.design_moments_heading_area {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

.design_moments_title_area {
  flex: 1;
}

.design_moments_title_area p {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 20px;
}

.design_moments_title_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1d1f;
  margin-bottom: 0;
}

.design_moments_title_area h2 span {
  font-weight: 500;
}

.design_moments_para_area p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #86868b;
  margin-bottom: 0;
}

.random_patterns_heading_area {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.random_patterns_title_area {
  flex: 1;
}

.random_patterns_title_area p {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 20px;
}

.random_patterns_title_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1d1f;
  margin: 0;
}

.random_patterns_title_area h2 span {
  font-weight: 500;
}

.random_patterns_para_area {
  flex: 0.7;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.random_patterns_para_area p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0;
  color: #86868b;
}

.random_patterns_download_area {
  display: block;
  position: relative;
}

.random_patterns_download_img_area {
  display: block;
  position: relative;
  /* padding: 30px; */
}

.random_patterns_download_img_area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.random_patterns_download_content_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 60px;
  gap: 15px;
}

.random_patterns_download_content_text_area {
  flex: 1;
  min-width: 0;
}

.random_patterns_download_content_text_area h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1d1f;
  margin: 0;
}

.random_patterns_download_content_link_area {
  flex-shrink: 0;
}

.random_patterns_download_content_link_area a {
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d1d1f;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid #1d1d1f;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.random_patterns_download_content_link_area a:hover {
  background-color: #1d1d1f;
  color: #ffffff;
}

.random_patterns_download_content_link_area a:hover img {
  filter: invert(1);
}

.random_patterns_download_content_link_area a img {
  height: 14px;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 769px) {
  .diamante_wood_heading_area {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }

  .diamante_wood_para_area p {
    text-align: left;
    max-width: 100%;
  }

  .diamante_wood_images_area {
    gap: 15px;
  }

  .random_patterns_heading_area {
    flex-direction: column;
  }

  .random_patterns_para_area {
    padding-left: 0;
    margin-top: 30px;
  }

  .design_moments_heading_area {
    flex-direction: column;
  }

  .design_moments_para_area {
    padding-left: 0;
    margin-top: 30px;
  }

  .random_patterns_download_content_area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
  }

  .random_patterns_download_content_text_area h3 {
    text-align: center;
  }

  .random_patterns_download_content_text_area h3 br {
    display: none;
  }

  .product_page_details_area {
    display: block;
    padding: 40px 0;
  }

  .product_page_single_details {
    padding-bottom: 40px;
  }

  .product_page_details_area .product_page_single_details:last-child {
    padding-bottom: 0;
  }

  .diamante_wood_title_area p,
  .random_patterns_title_area p,
  .design_moments_title_area p {
    font-size: 12px;
  }

  .diamante_wood_title_area h2,
  .random_patterns_title_area h2,
  .design_moments_title_area h2 {
    font-size: 28px;
  }

  .laying_possibilities_content_area h3 {
    font-size: 20px;
  }
}

.home_page_header {
  display: block;
  position: relative;
}

.head_container {
  display: block;
  position: relative;
  overflow: hidden;
}

.head_image {
  display: block;
  position: relative;
}

.head_image img {
  height: 100dvh;
  width: 100dvw;
  object-fit: cover;
}

.head_text {
  bottom: 5%;
  position: absolute;
  max-width: 100%;
  display: flex;
}

.slide_video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.slide_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

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

.pl-60 {
  padding-left: 60px;
}

.diamante_architect_area_image {
  display: block;
  position: relative;
}

.diamante_architect_area_image img {
  max-width: 100%;
}

.diamante_architect_collection_content_area {
  display: block;
  position: relative;
}

.diamante_architect_collection_content_area p {
  color: #86868b;
  text-align: justify;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  font-size: 16px;
}

.diamante_architect_collection_content_area img {
  max-width: 180px;
}

.diamante_image_on_box_content_area {
  display: block;
  position: relative;
}

.diamante_image_on_box_content_area > img {
  width: 100%;
  height: auto;
  display: block;
}

.diamante_container_box_area_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.diamante_box_image_area {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  position: relative;
  pointer-events: auto;
  margin: 60px 0;
}

.diamante_box_image_area::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #cacaca;
  pointer-events: none;
  z-index: 1;
}

.diamante_box_inner_content {
  padding: 50px 30px 140px;
  position: relative;
  z-index: 2;
}

.diamante_box_inner_content h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1d1d1f;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.diamante_box_inner_content h2 span {
  font-weight: 300;
  color: #1d1d1f;
}

.diamante_box_divider {
  width: 100px;
  height: 1px;
  background-color: #dcdcdc;
  margin: 0 auto 30px;
}

.diamante_box_inner_content p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #86868b;
  margin-bottom: 0;
}

.diamante_box_bottom_image {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.diamante_box_bottom_image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .diamante_image_on_box_content_area {
    padding: 60px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .diamante_image_on_box_content_area > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .diamante_image_on_box_content_area .container {
    position: relative;
    z-index: 1;
    height: auto !important;
  }

  .diamante_container_box_area_main {
    position: relative;
    height: auto !important;
    background-color: transparent;
    justify-content: center;
  }

  .diamante_box_image_area {
    margin: 0;
  }

  .diamante_box_inner_content {
    padding: 40px 30px 100px;
  }

  .diamante_box_inner_content p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .diamante_image_on_box_content_area {
    padding: 40px 0;
    min-height: auto;
  }

  .diamante_box_inner_content {
    padding: 30px 20px 80px;
  }

  .diamante_box_inner_content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .diamante_box_inner_content p {
    font-size: 14px;
  }
}

.diamante_tiles_size_image_area {
  display: block;
  position: relative;
}

.diamante_tiles_size_image_area h2 {
  color: #1d1d1f;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.diamante_tiles_image_area {
  display: block;
  position: relative;
}

.diamante_tiles_image_area img {
  max-width: 100%;
}

.diamante_catalog_book_area_header {
  display: block;
  position: relative;
}

.diamante_catalog_book_area_header h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.diamante_catalog_book_area_header span {
  font-weight: 500;
}

.pr-100 {
  padding-right: 100px;
}

@media screen and (max-width: 769px) {
  .beloved_architects_header_area h2 {
    font-size: 28px;
  }

  .tpt-50 {
    padding-top: 50px;
  }

  .tpt-30 {
    padding-top: 30px;
  }

  .tpl-20 {
    padding-left: 20px;
  }

  .touch_and_feel_text_area h2 {
    font-size: 28px;
  }

  .diamante_small_title {
    font-size: 12px;
  }

  .how_we_are_text_area {
    padding-left: 0;
  }

  .how_we_are_header_area h2 {
    font-size: 28px;
  }

  .collection_header_area h2 {
    font-size: 28px;
  }

  .diamante_tiles_size_image_area h2 {
    font-size: 28px;
  }

  .diamante_catalog_book_area_header h2 {
    font-size: 28px;
  }

  .product_page_single_details p {
    font-size: 12px;
  }

  .product_page_single_details h3 {
    font-size: 24px;
  }

  .laying_possibilities_heading_area h2 {
    font-size: 28px;
  }

  .tmt-50 {
    margin-top: 50px;
  }
  .product_section_padding {
    padding: 60px 0;
  }
}

/* --- Mobile Filter Sidebar Styles --- */

.mobile_filter_toggle_btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.mobile_filter_toggle_btn:hover {
  background: #f7f7f7;
}

.mobile_filter_toggle_btn i {
  color: #e31e24;
}

.mobile_filter_apply_btn {
  background: #e31e24;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.mobile_filter_apply_btn:hover {
  background: #c8181e;
}

.filter_sidebar_overlay {
  display: none;
}

.subscribe_input p {
  padding: 60px 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
}

@media (max-width: 991px) {
  .metro_product_filter_main_area {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.4s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .metro_product_filter_main_area.active {
    left: 0;
  }

  .filter_sidebar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .filter_sidebar_overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile_filter_toggle_btn {
    gap: 20px;
  }

  .mobile_filter_toggle_btn {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1700px) {
  .container,
  .container-sm,
  .container-lg,
  .container-md,
  .container-xl,
  .container-xxl {
    max-width: 1720px;
  }
}

@media screen and (min-width: 1600px) {
  .container,
  .container-sm,
  .container-lg,
  .container-md,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
}

.another-padding {
  padding: 180px 0;
}

@media screen and (max-width: 769px) {
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }

  .another-padding {
    padding-top: 150px;
  }

  .metro_bookmark_header_area h2 {
    margin-bottom: 30px;
  }

  .metro_bookmark_warning_area {
    display: block;
  }
}

.chevron_collection_header_area {
  display: block;
  position: relative;
}

.chevron_collection_header_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}

.chevron_collection_header_area h2 span {
  font-weight: 500;
}

.chevron_small_title {
  color: #86868b;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.chevron_laying_image_area {
  display: block;
  position: relative;
}

.chevron_laying_image_area img {
  width: 100%;
}

.chevron_laying_description_area {
  display: block;
  position: relative;
}

.chevron_laying_description_header_area {
  margin-bottom: 50px;
}

.chevron_laying_description_header_area h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.chevron_pattern_overview_area,
.tile_size_and_shape_area {
  margin-bottom: 40px;
}

.chevron_pattern_overview_area h6,
.tile_size_and_shape_area h6,
.laying_instructions_area h6 {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c1c1c;
  margin-bottom: 20px;
}

.chevron_pattern_overview_area p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6d6d6d;
}

.tile_size_and_shape_area ul li {
  list-style: disc;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6d6d6d;
  margin-bottom: 10px;
}

.laying_instructions_main_list li {
  list-style: decimal;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1c1c1c;
  margin-top: 10px;
  margin-bottom: 10px;
}

.laying_instructions_main_list p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6d6d6d;
  margin: 0;
}

.nature_inspired_title_area p {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 20px;
}

.nature_inspired_title_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1d1f;
  margin-bottom: 0;
}

.nature_inspired_title_area h2 span {
  font-weight: 500;
}

.nature_inspired_para_area p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #86868b;
  margin-bottom: 0;
}

.nature_inspired_main_img img {
  width: 100%;
  height: auto;
}

.nature_inspired_single_img img {
  width: 100%;
  height: auto;
}

.nature_inspired_download_btn_area a {
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d1d1f;
  /* display: flex; */
  align-items: center;
  /* gap: 8px; */
  text-decoration: none;
  border: 1px solid #1d1d1f;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.nature_inspired_download_btn_area a:hover {
  background-color: #1d1d1f;
  color: #ffffff;
}

.nature_inspired_download_btn_area a:hover img {
  filter: invert(1);
}

.nature_inspired_download_btn_area a img {
  height: 14px;
  width: auto;
  object-fit: contain;
}

.patterns_single_image {
  display: block;
  position: relative;
}

.patterns_single_image img {
  width: 100%;
  height: auto;
}

.patterns_single_text p {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #1c1c1c;
  padding: 30px;
  margin: 0;
}

.chevron_collection_single_slide {
  display: block;
  position: relative;
}

.chevron_collection_slide_image {
  display: block;
  position: relative;
}

.chevron_collection_slide_image img {
  max-width: 100%;
}

.chevron_packing_details_title_area p {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 20px;
}

.chevron_packing_details_title_area h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1d1f;
  margin-bottom: 0;
}

.chevron_packing_details_title_area h2 span {
  font-weight: 500;
}

.chevron_packing_details_single_area {
  display: block;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 30px;
}

.chevron_packing_details_single_area h5 {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  margin-bottom: 20px;
}

.chevron_packing_details_single_area h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #1d1d1f;
  margin: 0;
  margin-bottom: 20px;
}

.chevron_packing_details_single_area h1 span {
  font-weight: 500;
}

.chevron_packing_details_single_area p {
  font-family: Inter;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #3c3c3c;
  margin: 0;
}

/* Custom Message Styles */
.message {
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideIn 0.3s ease-out;
}

.message.success {
  background: rgba(212, 237, 218, 0.9);
  color: #155724;
  border: 1px solid rgba(195, 230, 203, 1);
  box-shadow: 0 4px 12px rgba(21, 87, 36, 0.1);
}

.message.error {
  background: rgba(248, 215, 218, 0.9);
  color: #721c24;
  border: 1px solid rgba(245, 198, 203, 1);
  box-shadow: 0 4px 12px rgba(114, 28, 36, 0.1);
}

.message i {
  font-size: 18px;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chevron_collection_color_area h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-top: 90px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.chevron_collection_color_area h3::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 5px;
  height: 50%;
  background-color: #eeeeee;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  .chevron_collection_header_area h2,
  .chevron_laying_description_header_area h2,
  .nature_inspired_title_area h2,
  .chevron_packing_details_title_area h2 {
    font-size: 28px;
  }

  .chevron_packing_details_single_area h3 {
    font-size: 32px;
    margin-bottom: 0;
  }

  .nature_inspired_title_area h2 {
    margin-bottom: 30px;
  }

  .mmt-50 {
    margin-top: 50px;
  }

  .chevron_collection_color_area h3 {
    font-size: 24px;
  }

  .nature_inspired_title_area p,
  .chevron_packing_details_title_area p {
    font-size: 12px;
  }

  .chevron_packing_details_single_area h5 {
    font-size: 16px;
  }

  .mmt-20 {
    margin-top: 20px;
  }

  .mmb-30 {
    margin-bottom: 30px !important;
  }

  .mmb-0 {
    margin-bottom: 0;
  }
}

.single_flag_area h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  padding: 15px 0 15px 15px;
}

.ball-text span {
  display: none;
}

@media screen and (max-width: 1199px) {
  .tmt-30 {
    margin-top: 30px;
  }
}


.sustainability_content_headline {
  color: #72ac2b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
}
