.top-black-banner {
  background-color: #1a1a1a;
  padding: 7px 10px;
  border-bottom: 1px solid #333;
}
.navbar {
  bottom: auto;
  z-index: 9;
  width: 100%;
}
.container-banner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.banner-right {
  display: flex;
  gap: 8px;
  align-items: center;
}
.dropdown-menu-custom {
  position: relative;
}
.dropdown-toggle-custom {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}
.dropdown-toggle-custom:hover {
  color: #9c905c;
}
.dropdown-content-custom {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  top: 100%;
  left: 0;
  padding: 10px 0;
}
.dropdown-menu-custom:hover .dropdown-content-custom {
  display: block;
}
.dropdown-content-custom a {
  color: #000000;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-left: 3px solid transparent;
}
.dropdown-content-custom a:hover {
  color: #9c905c;
}
.banner-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}
.banner-link:hover {
  color: #9c905c;
}
.language-selector-banner {
  display: flex;
  gap: 8px;
  align-items: center;
}
.lang-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.lang-link:hover {
  color: #9c905c;
}
.lang-link.active {
  color: #9c905c;
  font-weight: 700;
}
.lang-separator {
  color: #666;
  font-size: 11px;
}
.banner-icon-link {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.banner-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #9c905c;
  color: #ffffff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menulinks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menulinks .linkitem {
  padding: 15px 0px !important;
}
.text-years a {
  color: #9c905c !important;
  font-weight: bold;
  font-size: 14px !important;
}
.minisubmenu .itemmegamenu {
  top: 60px !important;
}

@media (max-width: 1400px) {
  .banner-left {
    gap: 20px;
  }
  .dropdown-toggle-custom,
  .banner-link {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .top-black-banner {
    padding: 10px 15px;
  }
  .container-banner {
    flex-wrap: wrap;
    gap: 15px;
  }
  .banner-right {
    gap: 15px;
    order: 2;
  }
}
@media (max-width: 999px) {
  .top-black-banner {
    display: none;
  }
}

.randevu-btn {
  background-color: #9c905c;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
.randevu-btn:hover {
  background-color: #8a7d4a;
}
.mainheader {
  background: #ffffff;
}
img.loda-logo {
  width: 220px;
  /* margin-top: 14px; */
  margin-left: 10px;
}
.plus-header {
  color: #9c905c !important;
  font-weight: bold;
}

@media (max-width: 999px) {
  img.loda-logo {
    width: 170px;
    max-width: 170px;
    margin-left: 0px;
    /* margin-top: 23px; */
  }
}
.subitemss a {
  display: block !important;
  padding: 3px !important;
}
.menulinks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mob-block {
  display: none;
}
.menulinks .linkitem {
  padding: 15px 0px !important;
}
.text-years a {
  color: #9c905c !important;
  font-weight: bold;
  font-size: 14px !important;
}
.itemmegamenu {
  top: 95px !important;
}
.header-right-section {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.randevu-al-btn {
  background-color: #9c905c;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(156, 144, 92, 0.2);
}
.randevu-al-btn:hover {
  background-color: #8a7d4a;
  box-shadow: 0 4px 12px rgba(156, 144, 92, 0.4);
  transform: translateY(-2px);
}
.randevu-al-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(156, 144, 92, 0.3);
}

@media (max-width: 1850px) and (min-width: 1610px) {
  .text-years a {
    font-size: 13px !important;
  }
  .menulinks .linkitem {
    padding: 24px 5px !important;
  }
  .randevu-al-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media (max-width: 1610px) and (min-width: 1400px) {
  .text-years a {
    font-size: 12px !important;
  }
  .menulinks .linkitem {
    padding: 24px 4px !important;
  }
  .randevu-al-btn {
    padding: 10px 18px;
    font-size: 12px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .menulinks .linkitem {
    padding: 24px 5px !important;
  }
  .text-years a {
    font-size: 10px !important;
  }
  .randevu-al-btn {
    padding: 10px 16px;
    font-size: 12px;
  }
}
@media (max-width: 1249px) and (min-width: 1050px) {
  .menulinks a {
    padding: 3px;
    font-size: 10px;
  }
  .text-years a {
    font-size: 10px !important;
  }
  .menulinks .linkitem {
    padding: 24px 2px !important;
  }
  .randevu-al-btn {
    padding: 9px 14px;
    font-size: 11px;
  }
}
@media (max-width: 1050px) {
  .header-button {
    display: none;
  }
}
@media (max-width: 999px) {
  .mob-block {
    display: inline;
  }
}

.engin {
  height: 0px;
  width: 1px;
  border-bottom: 1px solid #c1ba99;
  -webkit-animation: increase 3s;
  -moz-animation: increase 3s;
  -o-animation: increase 3s;
  animation: increase 3s;
  animation-fill-mode: forwards;
}

@keyframes increase {
  100% {
    width: 100%;
  }
}

.d-none-web {
  display: none;
}
.header-years a {
  color: #9c905c !important;
  font-weight: bold;
  font-size: 16px !important;
}
.mob-years {
  color: #9c905c !important;
  font-weight: bold;
  font-size: 16px !important;
}

@media (max-width: 999px) {
  .d-none-web {
    display: block !important;
  }
  .d-none-mob {
    display: none;
  }
  .count-header {
    left: 87% !important;
    font-size: 11px !important;
    height: 14px !important;
    width: 14px !important;
    line-height: 15px !important;
  }
  .m-r-8 {
    margin-right: 8px;
  }
  .lang-link {
    width: 30px !important;
  }
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.count-header {
  position: absolute;
  top: 34%;
  left: 98%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  height: 17px;
  background: #9c9059;
  width: 17px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-family: "FontAwesome";
}
.whatsappfixed img {
  max-width: 60px;
}
.whatsappfixed {
  position: fixed;
  z-index: 9;
  right: 1%;
  bottom: 2%;
}
.globalh1font {
  font-size: 2.5 vw;
}
.itemmegamenu a {
  padding: 3px 0px !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: relative;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 0px;
  text-align: right;
}

@media screen and (max-width: 400px) {
  .icon-social-square {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 990px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  h1.display-1.globalh1font {
    font-size: 1.59 rem;
    font-weight: 600;
  }
  .container.mobile-mt-5 {
    margin-top: 100px;
  }
}

.logo-loda {
  width: 200px;
  margin-left: 10px;
}

@media (min-width: 999px) {
  .align-items-center-web {
    align-items: center;
  }
}
@media (max-width: 999px) {
  .logo-loda {
    margin-top: 20px;
  }
  .col-2.w-mob {
    width: 50% !important;
  }
}
@media screen and (mim-width: 1050px) {
  a.mobilemenuopener {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .col-2.logo {
    width: 35% !important;
    margin-top: 0px !important;
  }
  .languageselect a {
    margin-left: 8px !important;
  }
}
@media screen and (max-width: 1050px) {
  .col-2.logo {
    width: 35% !important;
    margin-top: 14px;
  }
  .col-3.desktopmenu {
    display: none;
  }
  .col-2.headerrightdesktop {
    width: 65% !important;
  }

  a.mobilemenuopener {
    font-size: 20px;
    position: relative;
    top: 3px;
  }
  .languageselect a {
    font-size: 14px !important;
  }
  a.mobilemenuopener {
    font-size: 30px !important;
    margin-top: -16px;
    top: 7px;
    display: inline-block !important;
  }
}

a.mobilemenuopener {
  display: none;
}
header.mainheader {
  padding: 0px 10px;
  display: grid;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-box-shadow: 0px 10px 14px -14px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 10px 14px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 14px -14px rgb(0 0 0 / 75%);
}
header.mainheader > .row > .col-3 {
  float: left;
  width: 60%;
}
header.mainheader > .row > .col-2 {
  float: left;
  width: 19%;
  gap: 20px;
}

.menulinks {
  text-align: center;
}
.menulinks .linkitem {
  display: inline-flex;
  padding: 15px 0px;
}
.itemmegamenu {
  position: absolute;
}
.itemmegamenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  left: 0px;
  width: 103%;
  background: #ffffff;
  padding: 15px;
  min-height: 280px;
  text-align: left;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-box-shadow: 0px 10px 14px -14px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 10px 14px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 14px -14px rgb(0 0 0 / 75%);
}
.linkitem:hover .itemmegamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.groupbox {
}
.groupbox a {
  display: block;
}
.w-dyn-item.subitemss {
  width: 15%;
}
.linkitem.minisubmenu {
  position: relative;
}
.linkitem.minisubmenu .itemmegamenu {
  min-width: 200px;
  min-height: auto;
}
.linkitem.minisubmenu .w-dyn-item.subitemss {
  width: 100%;
}
.languageselect a {
  font-size: 12px;
  margin-left: 8px;
}
.languageselect {
  padding: 24px 0px;
}
.navbar.w-nav {
  padding: 0;
  left: 0;
}
.footer-link {
  padding-left: 0px;
  font-size: 14px;
  background-image: none;
  color: #ffffff;
}
.footer {
  background-color: #2d2d2d;
}
.icon-social-square {
  background-size: 65% !important;
}
.icon-social-square:hover {
  background-color: #9c905c;
}

.sidenav a,
.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #e7e7e7;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.sidenav a:hover,
.dropdown-btn:hover {
  color: #f1f1f1;
}
.sidenav a,
.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.dropdown-container {
  max-height: 60vh;
  overflow: scroll;
  padding-left: 15px;
}
input#inlineCheckbox1,
input#inlineCheckbox2 {
  float: left;
  margin-right: 10px;
}
.footer-section h5 {
  font-weight: 600;
  font-size: 1.3em;
}
.submit-button-absolute.grey:hover {
  background-color: #9c905c;
  color: #fff;
}
.splitscreen {
  height: auto;
}
.font-module {
  color: #b3a482;
  font-weight: 600;
}
.margin-size {
  margin: 70px 10px 0px 10px;
}
.p-r-l-200 {
  padding: 0px 200px;
}
.p-20 {
  padding: 0px 20px;
}
.pd-lr-165 {
  padding: 0 70px;
}

@media (max-width: 999px) {
  .p-r-l-200 {
    padding: 0px 20px;
  }
  .pd-lr-165 {
    padding: 0 0px;
  }
  .background-vid-wrapper-video {
    height: 219px !important;
  }
  .homepageslider .swiper-button-prev,
  .homepageslider .swiper-button-next::after,
  .homepageslider .swiper-button-prev,
  .homepageslider .swiper-button-prev::after {
    font-size: 20px !important;
  }
  .background-vid-wrapper-video > iframe {
    height: 30.25vw !important;
  }
  .p-20 {
    padding: 0px 0px;
  }
}

.background-vid-wrapper-video {
  width: 100%;
  background-color: #000;
  height: 700px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.background-vid-wrapper-video > iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  height: 36.25vw;
  min-height: 100%;
  min-width: 100%;
  width: 177.77777778vh;
  z-index: 0;
}
.pb-4rem {
  padding-bottom: 4rem;
}
.home-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 999px) {
  .home-text {
    height: 45vh;
  }
}
.splitscreen {
  /* align-items: center; */
}

@media screen and (max-width: 991px) {
  .right-section {
    width: 100%;
  }
  .splitscreen {
    display: block;
    margin-bottom: 0vh;
  }
  .left-section {
    width: 100%;
  }
  .sticky {
    padding-top: 5px;
    height: auto;
  }
  .display-one-two {
    font-size: 20px;
    letter-spacing: 0;
  }
  .mob-home-screen {
    padding-top: 0px;
  }
  .image-wrapper.big {
    height: 350px;
  }
}

@media (max-width: 999px) {
  .background-vid-wrapper-video-2 {
    height: 203px !important;
  }
  .background-vid-wrapper-video > iframe {
    height: 30.25vw !important;
  }
  .prb-3 {
    padding: 0px 10px !important;
  }
  .ptr-65 {
    margin-top: 65px;
  }
  .pbr-60 {
    padding-bottom: 65px;
  }
}

.background-vid-wrapper-video-2 {
  width: 100%;
  background-color: #ffffff;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.background-vid-wrapper-video-2 > iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  z-index: 0;
}

@media (max-width: 1650px) and (min-width: 1500px) {
  .background-vid-wrapper-video-2 {
    height: 350px;
  }
}
@media (max-width: 1499px) and (min-width: 1300px) {
  .background-vid-wrapper-video-2 {
    height: 330px;
  }
}

.prb-3 {
  padding: 0px 3rem 0px 0px;
}
@media screen and (min-width: 769px) and (max-width: 1390px) {
  .card.xl-space {
    padding: 2rem !important;
  }
}
.pdl-0 {
  padding-left: 80px !important;
}
.width-100 {
  max-width: 100%;
}
@media (max-width: 999px) {
  .ptm-0 {
    padding-top: 0px !important;
  }
}
.pb-0 {
  padding-bottom: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1390px) {
  .section.newlestter {
    width: 90% !important;
    margin: auto !important;
  }
}
.x3 {
  padding-right: 18px;
}
@media (max-width: 999px) {
  .x3 {
    padding-right: 1px;
  }
}
.pb-0 {
  padding-bottom: 0px;
}
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.globalh1font {
  font-size: 1.1vw;
}
.product-item img {
  width: 100%;
  height: 100%;
}
.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 25px;
}
.p-item-name {
  font-size: 16px;
}
.catalog-row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 999px) {
  .col-md-4 {
    flex: 100%;
    max-width: 100%;
    padding: 15px;
  }
}

.text-catalog {
  position: absolute;
  left: 10%;
  width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  bottom: 20%;
  border: 1px solid #ffffff;
}
.text-catalog a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 999px) {
  .text-catalog {
    left: 5%;
    width: 70px;
    height: 26px;
    bottom: 10%;
  }
  .text-catalog a {
    letter-spacing: 1.8px;
    font-size: 5px;
  }
}
@media (min-width: 400px) and (max-width: 480px) {
  .text-catalog {
    left: 5%;
    width: 70px;
    height: 26px;
    bottom: 10%;
  }
  .text-catalog a {
    letter-spacing: 1.8px;
    font-size: 5px;
  }
}

.heroscreen {
  min-height: 75vh;
}
.homepageslider .swiper-button-prev,
.homepageslider .swiper-button-next {
  color: #9c905c;
  background: rgb(0 0 0 / 0%);
  width: 40px;
  height: 50px;
  font-size: 30px !important;
}
.homepageslider .swiper-button-prev,
.homepageslider .swiper-button-next::after,
.homepageslider .swiper-button-prev,
.homepageslider .swiper-button-prev::after {
  font-size: 30px;
}
.background-image.one {
  background-repeat: round;
}

@media screen and (max-width: 1050px) {
  #homeslider img.desktopslider {
    display: none !important;
  }
  #homeslider img.mobileslider {
    display: block !important;
  }
  .background-image.one {
    background-repeat: inherit;
  }
}

.heroscreen {
  min-height: auto;
}
@media screen and (min-width: 1050px) {
  #homeslider img.desktopslider {
    display: block;
  }
  #homeslider img.mobileslider {
    display: none;
  }
}

.content.top-bottom {
  max-height: 60vh;
}
.image-wrapper.big .background-image {
  opacity: 1 !important;
}
.mob-pd-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 999px) {
  .mob-pd-tb {
    padding-top: 68px;
    padding-bottom: 10px;
  }
  .homepageslider .swiper-button-prev,
  .homepageslider .swiper-button-next::after,
  .homepageslider .swiper-button-prev,
  .homepageslider .swiper-button-prev::after {
    font-size: 20px !important;
  }
}

.pd-30 {
  padding: 30px;
}
.image {
  background-size: contain !important;
}
.background-color.grey {
  background-color: #f4f4f4;
}
.image-wrapper.medium {
  height: 370px;
}
.product-description {
  padding-top: 20px;
}
.pt-4rem {
  padding-top: 4rem !important;
}
.grid-fullwidth._4x4 {
  grid-row-gap: 0px;
}

@media only screen and (max-width: 600px) {
  .title {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 768px) {
  .categorie.inline li.id-70 a::before {
    display: none;
  }
}

.categorie.inline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.categorie.inline li {
  display: inline-block;
  padding: 0 4px;
}
.categorie.inline li a {
  position: relative;
  display: block;
  align-items: center;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 500;
}
.categorie.inline li a::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #1e1e1e;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.categorie.inline li:first-child a::before {
  display: none;
}
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.swiper-home {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(30, 30, 30, 0) 0%,
    rgba(30, 30, 30, 0) 40%,
    rgb(30 30 30 / 70%) 100%
  );
  z-index: 1;
}
.text h1 {
  font-size: 1.5vw;
  line-height: 1em;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

@media (max-width: 999px) {
  .text h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .text {
    bottom: 5px;
  }
  .categorie.inline li a {
    font-size: 12px;
  }
  .categorie.inline li {
    display: inline-block;
    padding: 0 2px;
  }
  .display-1 {
    font-size: 25px;
  }
  .categorie.inline li a::before {
    margin-right: 10px !important;
  }
  .section {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .card.xl {
    padding: 4rem;
  }
}

.content.top-bottom {
  max-height: 37vh !important;
}
.mob-none {
  display: block;
}
.web-block {
  display: none;
}

@media (max-width: 999px) {
  .mob-none {
    display: none;
  }
  .web-block {
    display: block;
  }
  .mob-ptb {
    padding-bottom: 4rem !important;
  }
}

.overline {
  /* font-size: 0.875rem; */
}
.display-one-two {
  color: #000;
  font-size: 1.5vw;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.home-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #000000;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000000;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}
.module-one .swiper-button-next,
.module-one .swiper-button-prev {
  color: #000000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  font-weight: 900;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0px);
}
.mob-ptb {
  padding-bottom: 4rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0rem;
}
.mob-ptb-2 {
  padding-bottom: 4rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0rem;
}
.mobile-top {
  margin-top: 30px;
}
@media (max-width: 999px) {
  .mobile-top {
    margin-top: 70px;
  }
}
.mySwiperslider68 {
  width: 100%;
  height: 80vh;
  position: relative;
}
.mySwiperslider68 .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.mySwiperslider68 .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.mySwiperslider68 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 40%
  );
  z-index: 1;
}
.mySwiperslider68 .slide-content {
  position: absolute;
  bottom: 60px;
  right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  width: 90%;
}
.mySwiperslider68 .slide-title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.mySwiperslider68 .slide-btn {
  background-color: #fff;
  color: #000;
  padding: 15px 60px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.mySwiperslider68 .slide-btn:hover {
  background-color: #f0f0f0;
}
.mySwiperslider68 .swiper-pagination {
  bottom: 25px !important;
}
.mySwiperslider68 .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #fff;
  opacity: 0.6;
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
}
.mySwiperslider68 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .mySwiperslider68 {
    height: 500px;
  }
  .mySwiperslider68 .slide-content {
    flex-direction: column;
    align-items: flex-start;
    bottom: 75px;
  }
  .mySwiperslider68 .slide-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .mySwiperslider68 .slide-btn {
    padding: 12px 30px;
    width: 100%;
    text-align: center;
  }
  .mySwiperslider68 .desktopslider {
    display: none;
  }
  .mySwiperslider68 .mobileslider {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .mySwiperslider68 .desktopslider {
    display: block;
  }
  .mySwiperslider68 .mobileslider {
    display: none;
  }
}
.tab-arrow {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: #9c905c;
  cursor: pointer;
  margin-bottom: 13px;
  flex-shrink: 0;
  line-height: 1;
  user-select: none;
  transition: opacity 0.2s;
}
.tab-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.tabs-scroll-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .tabs-nav-wrapper {
    flex-direction: column;
    border-bottom: none;
  }
  .tab-arrow {
    display: block;
  }
  .collection-tabs {
    overflow: hidden !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 25px;
    width: 0;
    flex: 1;
    min-width: 0;
  }
  .collection-tabs li {
    flex-shrink: 0;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .collection-cta-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .custom-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .prod-title {
    font-size: 12px;
  }
}
.tabs-scroll-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.tab-arrow {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: #9c905c;
  cursor: pointer;
  padding: 0 8px;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
  user-select: none;
}
.tab-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.tab-arrow:not(:disabled):hover {
  color: #6b6238;
}
.collection-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 35px;
  justify-content: center;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.collection-tabs::-webkit-scrollbar {
  display: none;
}
.collection-tabs li {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 0.3s ease;
  flex-shrink: 0;
}
.collection-tabs li:hover {
  color: #000;
}
.collection-tabs li.active {
  color: #000;
  font-weight: 600;
}
.collection-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9c905c;
}
@media (max-width: 999px) {
  .tab-arrow {
    display: block;
  }
  .collection-tabs {
    flex: 1;
    min-width: 0;
    overflow-x: hidden;
    justify-content: flex-start;
    gap: 25px;
    padding: 0 5px;
  }
}
.tabs-header-container {
  position: relative;
  margin-bottom: 40px;
}
.tabs-nav-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.collection-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 35px;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.collection-tabs::-webkit-scrollbar {
  display: none;
}
.collection-tabs li {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.collection-tabs li:hover {
  color: #000;
}
.collection-tabs li.active {
  color: #000;
  font-weight: 600;
}
.collection-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9c905c;
}
.collection-cta-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #9c905c;
  color: #fff !important;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.collection-cta-btn:hover {
  background-color: #8a7d4a;
  transform: translateY(-2px);
}
.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-item-card {
  text-decoration: none;
  display: block;
  transition: box-shadow 0.3s ease;
}
.product-item-card .img-box {
  width: 100%;
  height: 220px;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-item-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-item-card:hover .img-box img {
  transform: scale(1.05);
}
.prod-title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  letter-spacing: 0.5px;
}
.tab-pane {
  display: none;
  animation: fadeInTab 0.4s ease forwards;
}
.tab-pane.active {
  display: block;
}
@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 999px) {
  .tabs-nav-wrapper {
    flex-direction: column;
    border-bottom: none;
  }
  .collection-tabs {
    width: 100%;
    justify-content: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
  }
  .collection-cta-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    align-self: center;
  }
  .custom-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .prod-title {
    font-size: 12px;
  }
}

@media (min-width: 300px) and (max-width: 550px) {
  .product-item-card .img-box {
    height: 150px;
  }
}
.designer-card {
  position: relative;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.badge-number {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #9c905c;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 12px;
  z-index: 10;
}
.designer-card .image-container {
  position: relative;
  width: 100%;
  height: 380px;
  background-color: #eee;
}
.designer-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designer-label {
  background-color: #9c905c;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.hotspot {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: translate(-50%, -50%);
}
.hotspot .dot {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.hotspot .dot::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.hotspot:hover .dot {
  background-color: #9c905c;
  box-shadow: 0 0 0 4px rgba(156, 144, 92, 0.4);
}
.hotspot:hover .dot::after {
  border-color: #9c905c;
}
.hotspot .tooltip {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #fff;
  color: #333;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.hotspot .tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.hotspot:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.df-prev,
.df-next {
  color: #333 !important;
  background: #fff;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.df-prev::after,
.df-next::after {
  font-size: 14px !important;
  font-weight: 900 !important;
}
.designerFavoritesSwiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
  position: relative;
  padding-bottom: 20px;
}
.designerFavoritesSwiper .swiper-slide {
  height: auto;
}
@media (max-width: 999px) {
  .designer-card .image-container {
    height: 280px;
  }
}
.hotspot {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: translate(-50%, -50%);
}
.hotspot .dot {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.hotspot .dot::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    /* transform: scale(1); */
    /* opacity: 1; */
  }
  100% {
    /* transform: scale(1.6); */
    /* opacity: 0; */
  }
}
.hotspot:hover .dot {
  background-color: #9c905c;
  box-shadow: 0 0 0 4px rgba(156, 144, 92, 0.4);
}
.hotspot:hover .dot::after {
  border-color: #9c905c;
}
.hotspot-content {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  width: 220px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.hotspot-content::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.hotspot:hover .hotspot-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.hotspot-content img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  margin: 0;
}
.tt-title {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 12px 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: #fff;
}
.tt-btn {
  display: block;
  background-color: #9c905c;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  width: 100%;
}
.hotspot:hover .tt-btn {
  background-color: #8a7d4a;
}

.feature-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px;
}

.feature-icon i {
  font-size: 32px;
  color: #444;
  transition: transform 0.3s ease, color 0.3s ease;
}

.feature-box:hover .feature-icon i {
  transform: scale(1.1);
  color: #9c905c;
}

.feature-text h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #222;
  text-transform: capitalize;
}

.feature-text p {
  font-size: 13px;
  color: #777;
  margin: 0;
  line-height: 1.4;
}

.features-pagination {
  display: none;
}

.featuresSwiper {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 999px) {
  .features-bar-section {
    padding: 1.5rem 0;
  }

  .feature-box {
    justify-content: center;
    max-width: 295px;
    margin: 0 auto;
  }

  .features-pagination {
    display: block;
    position: relative;
    margin-top: 20px;
    bottom: 0 !important;
  }

  .features-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 0 4px !important;
  }

  .features-pagination .swiper-pagination-bullet-active {
    background-color: #9c905c;
    transform: scale(1.3);
  }
  .mob-mb-30 {
    margin-bottom: 30px;
  }
}

.lodaTimelineSwiper {
  width: 100%;
  padding-bottom: 20px;
}

.loda-tl-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 10px 30px 10px;
}

.loda-tl-img {
  flex: 0 0 50%;
  height: 380px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #eee;
}

.loda-tl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loda-tl-text {
  flex: 1;
  padding-right: 20px;
  text-align: left;
}

.loda-tl-nav-wrapper {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.loda-tl-pagination {
  display: flex !important;
  justify-content: space-between !important;
  position: relative !important;
  bottom: auto !important;
  width: 100% !important;
  padding: 0 10px;
}

.loda-tl-pagination::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
  z-index: 0;
}

.loda-tl-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  margin: 0 !important;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1;
  cursor: pointer;
  border-radius: 0;
}

.loda-tl-pagination .bullet-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #dcdcdc;
  transition: all 0.3s ease;
}

.loda-tl-pagination .bullet-year {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  transition: color 0.3s ease;
}

.loda-tl-pagination .swiper-pagination-bullet-active .bullet-dot {
  background-color: #9c905c;
  border-color: #9c905c;
  box-shadow: 0 0 0 4px rgba(156, 144, 92, 0.2);
}

.loda-tl-pagination .swiper-pagination-bullet-active .bullet-year {
  color: #222;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .loda-tl-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .loda-tl-img {
    flex: none;
    width: 80%;
    height: 350px;
    margin: 0 auto;
  }

  .loda-tl-text {
    padding-right: 0;
    padding: 0 20px;
    text-align: center;
  }

  .loda-tl-text h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .loda-tl-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 0 5px 20px 5px;
  }

  .loda-tl-img {
    flex: none;
    width: 100%;
    height: 240px;
  }

  .loda-tl-text {
    padding-right: 0;
    text-align: center;
  }

  .loda-tl-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .loda-tl-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .loda-tl-pagination {
    padding: 0;
  }

  .loda-tl-pagination .bullet-dot {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  .loda-tl-pagination .bullet-year {
    font-size: 10px;
    font-weight: 500;
  }
  .loda-tl-pagination::before {
    top: 8px;
  }
}

.btn-view-all {
  display: inline-block;
  padding: 8px 24px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.project-card {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.project-img-link {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #eee;
}

.project-img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover .project-img-link img {
  transform: scale(1.05);
}

.proj-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.proj-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.proj-title a:hover {
  color: #9c905c;
}

.read-more-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: #9c905c;
}

.proj-prev,
.proj-next {
  color: #666 !important;
  background: #fff;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  top: 40% !important;
}

.proj-prev::after,
.proj-next::after {
  font-size: 14px !important;
  font-weight: bold;
}

@media (max-width: 999px) {
  .project-img-link {
    height: 150px;
  }
  .proj-title {
    font-size: 13px;
  }
  .read-more-link {
    font-size: 11px;
  }
}

.button-link-home {
  background: #9c905c;
  color: #fff !important;
  padding: 10px;
  min-width: 286px;
  border: 0;
  cursor: pointer;
  text-transform: none;
  text-align: center;
}

.loda-story-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.loda-story-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 0rem 3rem 4rem;
}

.responsive-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #f8f8f8;
}

.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.loda-text-content {
  padding: 3rem 4rem;
  text-align: justify;
}

.loda-text-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .loda-story-card {
    width: 100%;
    padding: 4rem 1.25rem 2rem 1.5rem;
  }

  .loda-text-content {
    padding: 2rem 1.25rem;
  }

  .loda-text-content h1 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem !important;
  }

  .loda-text-content p {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
  }
}

.white-smoke-bg {
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .newlestter .card-container {
    overflow: hidden !important;
    padding: 0 !important;
  }
  #lodaBlogSlider.blog-slider-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow-x: hidden !important;
    scroll-snap-type: x mandatory;
    margin: 0 !important;
    padding: 0 !important;
  }

  #lodaBlogSlider .collection-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: start;
    display: block !important;
  }

  #lodaBlogSlider .image-wrapper.medium {
    height: 300px !important;
    width: 100% !important;
  }
  .slider-nav-container {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    padding-bottom: 20px;
    width: 100%;
  }

  .slider-arrow {
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s;
  }
  .slider-arrow:active {
    transform: scale(0.9);
  }
}
.op-1 {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .slider-nav-container {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .catalog-list-container {
    overflow: hidden !important;
    width: 100%;
  }

  .catalog-slider-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow-x: hidden !important;
    scroll-snap-type: x mandatory;
    margin: 0 !important;
    padding: 0 !important;
  }
  .catalog-slider-track .collection-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start;
    box-sizing: border-box;
    display: block !important;
  }
  .catalog-slider-track .background-image {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .catalog-nav-container {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 25px;
    width: 100%;
  }

  .catalog-arrow {
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 992px) {
  .catalog-nav-container {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .designer-slider-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow-x: hidden !important;
    scroll-snap-type: x mandatory;
    margin: 0 !important;
    padding: 0 !important;
  }

  .designer-slider-track .collection-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start;
    box-sizing: border-box;
  }

  .designer-slider-track .thumb-image-hover-card {
    display: none !important;
  }

  .designer-slider-track .background-image {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .designer-nav-container {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }

  .designer-arrow {
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) {
  .designer-nav-container {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .title {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 991px) {
  .fuar .card-container {
    overflow: hidden !important;
    width: 100%;
  }

  .featured-slider-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow-x: hidden !important;
    scroll-snap-type: x mandatory;
    margin: 0 !important;
    padding: 0 !important;
  }

  .featured-slider-track .collection-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start;
    box-sizing: border-box;
    display: block !important;
  }
  .featured-slider-track .background-image,
  .featured-slider-track .second-image {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
  }

  .featured-nav-container {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 25px;
    width: 100%;
  }

  .featured-arrow {
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .featured-nav-container {
    display: none !important;
  }
}

.hotspot {
  position: absolute;
  z-index: 10;
}

.dot {
  cursor: default;
}

.hotspot-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.hotspot-link:hover {
  opacity: 0.9;
  text-decoration: none;
  color: inherit;
}

.hotspot-content {
  pointer-events: auto;
}

.hotspot:hover .hotspot-content {
  display: block;
}

@media (max-width: 999px) {
  .homepageslider .swiper-button-prev,
  .homepageslider .swiper-button-next {
    width: 3px !important;
  }
}

.heroscreen {
  min-height: 75vh;
}

.homepageslider .swiper-button-prev,
.homepageslider .swiper-button-next {
  color: #9c905c;
  background: rgb(0 0 0 / 0%);
  width: 40px;
  height: 50px;
  font-size: 30px !important;
}

.homepageslider .swiper-button-prev,
.homepageslider .swiper-button-next::after,
.homepageslider .swiper-button-prev,
.homepageslider .swiper-button-prev::after {
  font-size: 30px;
}

.background-image.one {
  background-repeat: round;
}

@media screen and (max-width: 1050px) {
  #homeslider img.desktopslider {
    display: none !important;
  }

  #homeslider img.mobileslider {
    display: block !important;
  }

  .background-image.one {
    background-repeat: inherit;
  }

  p.introduction.big.no-styles,
  h2.title.no-bottom {
    font-size: 1.25rem !important;
  }
}

.heroscreen {
  min-height: auto;
}

@media screen and (min-width: 1050px) {
  #homeslider img.desktopslider {
    display: block;
  }

  #homeslider img.mobileslider {
    display: none;
  }
}

.image-wrapper.big .background-image {
  opacity: 1 !important;
}

.background-image-wrapper:hover .background-image.one {
  display: none !important;
}

.inputout {
  padding: 5px;
  border: 1px solid #fff;
  position: relative;
}

.inputout input {
  width: 100%;
  padding: 10px;
  display: block;
  border: none;
  background: none;
}

.inputout button {
  position: absolute;
  right: 4px;
  top: 3px;
  background: #fff;
  color: #000;
  padding: 10px;
  min-width: 144px;
}

.script .title {
  font-size: 1.1rem;
}

@media only screen and (max-width: 600px) {
  .inputout button {
    min-width: 70px;
  }
}

#aptStoreList .store-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
#aptStoreList .store-item:last-child {
  border-bottom: none;
}
#aptStoreSearch::placeholder {
  color: #aaa;
}
#aptBackBtn:hover {
  color: #9c905c !important;
}

@media (max-width: 768px) {
  #appointmentModal .modal-dialog {
    margin: 10px auto;
    max-width: 95%;
  }

  #appointmentModal .modal-body {
    padding: 15px !important;
  }
  #appointmentModal .modal-header {
    padding: 15px 15px 0 15px !important;
  }

  #appointmentModal .close {
    right: 15px !important;
    top: 15px !important;
  }
  #aptBackBtn {
    left: 15px !important;
    top: 15px !important;
  }

  .store-card {
    margin-bottom: 15px !important;
  }
  .col-md-6 {
    width: 100% !important;
  }

  .store-card p {
    min-height: auto !important;
    margin-bottom: 10px !important;
  }

  #aptStoreList {
    max-height: 56vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
  }

  #aptStep2 {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
  }

  #aptStoreList::-webkit-scrollbar,
  #aptStep2::-webkit-scrollbar {
    width: 4px;
  }
  #aptStoreList::-webkit-scrollbar-track,
  #aptStep2::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 10px;
  }
  #aptStoreList::-webkit-scrollbar-thumb,
  #aptStep2::-webkit-scrollbar-thumb {
    background-color: #9c905c;
    border-radius: 10px;
  }
}

.contact-domestic {
  width: 100% !important;
}

.size-20 {
  font-size: 16px !important;
}

.float-buttons {
  position: fixed;
  bottom: 35px;
  left: 15px;
  z-index: 9999;
}

.float-buttons a:hover {
  color: #ffffff !important;
}

.link-basket {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  position: relative;
  background: #9c905c;
  overflow: visible;
}

.link-basket img {
  width: 44px;
  height: auto;
  display: block;
}

.link-basket .basket-count {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #9c905c;
  color: #fcfcfc;
  font-size: 12px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #dfdfdf;
  animation: popIn 0.3s ease;
  z-index: 2;
}

@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.seo-title-container {
  display: inline-flex;
  align-items: baseline;
}

.seo-title-text a,
.important-links a {
  text-decoration: none;
  color: inherit;
}

.hidden {
  display: none;
}

#toggle-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease;
}

#toggle-content.show {
  opacity: 1;
  height: auto;
}

.seo-title-text {
  font-size: 1.2em;
  margin: 0;
}

.seo-title-text a {
  text-decoration: none;
  color: inherit;
}

.blog-link {
  text-decoration: none;
  color: inherit;
}

.footer-title {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.seo-title-text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 0;
  margin-bottom: 18px;
}

.seo-blog p {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.seo-blog a {
  color: #ffffff;
}

@media (max-width: 450px) {
  .footer {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .card.xl-space {
    margin: 0px;
  }
}

@media (max-width: 999px) {
  .section.new {
    margin-bottom: 0px !important;
  }

  .horizontal {
    display: flex !important;
    justify-content: center;
    float: inline-start;
  }
}

@media screen and (min-width: 769px) and (max-width: 1390px) {
  .section.new {
    margin-bottom: -60px !important;
  }
}

.overline {
  /* font-size: 14px; */
}

.display-one-two {
  color: #000;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.home-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #000000;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}

.module-one .swiper-button-next,
.module-one .swiper-button-prev {
  color: #000000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  font-weight: 900;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0px);
}

.mobile-top {
  margin-top: 30px;
}

@media (max-width: 999px) {
  .mobile-top {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .module-1-img {
    height: 380px !important;
  }

  .display-one-two {
    font-size: 21px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1390px) {
  .module-1-img {
    height: 580px !important;
  }
}

.instagram-showcase-section {
  background-color: #fff;
  padding: 1rem 1rem 5rem 1rem;
}

.instagram-header {
  margin-bottom: 3rem;
}

.instagram-header h2 {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.ig-subtitle {
  color: #666;
  font-size: 15px;
  margin-bottom: 1.5rem;
}

.ig-btn-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.ig-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #9c905c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.ig-follow-btn:hover {
  background-color: #8f8b65;
  color: #ffffff;
  transform: translateY(-2px);
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.ig-item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
}

.ig-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ig-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ig-overlay i {
  color: #fff;
  font-size: 2rem;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.ig-item:hover img {
  transform: scale(1.05);
}

.ig-item:hover .ig-overlay {
  opacity: 1;
}

.ig-item:hover .ig-overlay i {
  transform: scale(1);
}

@media (max-width: 991px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 999px) {
  .title-av {
    text-align: center;
    width: 100%;
    font-size: 1.4rem !important;
  }
}
@media (max-width: 999px) {
  .tt-title {
    font-size: 10px;
  }
  .hotspot-content {
    width: 150px;
  }
  .appointment-btn {
    padding: 10px 30px !important;
  }
}
.hotspot-content {
  bottom: 35px !important;
}

.appointment-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  width: 100%;
}
.appointment-btn {
  background-color: #9c905c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 30px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.appointment-btn:hover {
  background-color: #9c905c;
  color: #ffffff;
  transform: translateY(-2px);
}

.designerFavoritesSwiper .hotspot,
.designerFavoritesSwiper .hotspot .dot,
.designerFavoritesSwiper .hotspot-content,
.designerFavoritesSwiper .hotspot-content a {
  -webkit-tap-highlight-color: transparent !important;
}

@media (hover: none) {
  .designerFavoritesSwiper .hotspot:hover .hotspot-content {
    display: none !important;
  }
  .designerFavoritesSwiper .hotspot.is-open .hotspot-content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.categorie.inline li:not(:first-child)::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #9c905c;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
}

.categorie.inline li a {
  display: inline-block;
  vertical-align: middle;
  background-color: #9c905c;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}

.categorie.inline li a::before {
  display: none !important;
}
@media (max-width: 999px) {
  .categorie.inline li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .background-image.customer-services {
    position: relative;
    height: 28vh;
  }
  .categorie.inline li:not(:first-child)::before {
    width: 10px;
  }
}

.sidenav-appointment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 10px 0;
  width: 100%;
  padding: 0;
}

.sidenav .sidenav-appointment .sidenav-randevu-btn {
  display: block;
  width: auto;
  min-width: 155px;
  background-color: #a39f7a;
  color: #ffffff !important;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 25px !important;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.sidenav-footer {
  margin-top: 40px;
  padding-bottom: 40px;
}

.sidenav-actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.sidenav-actions .action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  padding: 0;
  width: auto;
}

.sidenav-actions .action-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.sidenav-actions .action-item:hover {
  color: #a39f7a;
}

.sidenav-lang-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.lang-title {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 15px;
}

.sidenav-lang {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sidenav-lang .lang-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  background-color: #a39f7a;
  color: #111111;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  transition: all 0.3s ease;
}

.sidenav-lang .lang-link:hover,
.sidenav-lang .lang-link.active {
  background-color: #8f8b65;
  color: #ffffff;
}

.sidenav-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sidenav-social a {
  color: #ffffff;
  font-size: 18px;
  padding: 5px;
  width: auto;
  background: #2a2a2a;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.sidenav-social a:hover {
  background-color: #a39f7a;
  color: #111;
}
