@font-face {
  font-family: Neutra-Text;
  src: url('../font/Neutra-Text.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: clip;
  max-width: 100%;
  scroll-behavior: smooth;
}

:root {
  --bs-body-font-family: Neutra-Text;
  --bs-font-sans-serif: Neutra-Text;
}

body {
  overflow-x: clip !important;
  overscroll-behavior-y: auto;
  font-family: var(--main-font, Neutra-Text), sans-serif;
}

body,
button,
input,
textarea,
select {
  font-family: inherit;
}

body.modal-open {
  overflow: hidden !important;
}

.bg-video-wrap {
  background: url('../images/banner 1.JPG') no-repeat center center/cover;
}

.counters {
  background-image: url('../images/banner 4.JPG');
}

.model-con-whole {
  background: #f7f4ed;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.model-input-div label {
  display: block;
  text-align: center;
  color: #606060;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.logos-icon-model {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.logos-icon-model a {
  display: inline-flex;
}

.d-none {
  display: none !important;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.js-scroll-slider {
  width: max-content;
  animation: scroll-left 40s linear infinite;
  will-change: transform;
}

.js-scroll-slider.is-reverse {
  animation: scroll-right 40s linear infinite;
}

.js-scroll-slider:hover {
  animation-play-state: paused;
}

.bidirctionalslider,
.bidirctionalslider .wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.model-div-bg {
  width: 100%;
}

.store-carousel.owl-carousel,
.store-carousel .owl-stage-outer {
  touch-action: pan-y;
}

.sigelimg.headerMobileNone {
  overflow: hidden;
  max-height: 600px;
}

.sigelimg .gallery__img {
  height: 100%;
  object-fit: cover;
}

.bg-layer-story .gallery__img {
  height: auto;
  object-fit: cover;
}

.heading-img-about {
  max-width: min(20rem, 70vw);
}

.gallery-section .options .option:nth-child(1) {
  background-image: url('../images/slider_horizontal/hori-1.jpg');
}

.gallery-section .options .option:nth-child(2) {
  background-image: url('../images/slider_horizontal/hori-2.jpg');
}

.gallery-section .options .option:nth-child(3) {
  background-image: url('../images/slider_horizontal/hori-3.jpg');
}

.gallery-section .options .option:nth-child(4) {
  background-image: url('../images/slider_horizontal/hori-4.jpg');
}

.gallery-section .options .option:nth-child(5) {
  background-image: url('../images/slider_horizontal/hori-5.jpg');
}

.gallery-section .options .option:nth-child(6) {
  background-image: url('../images/slider_horizontal/hori-6.jpg');
}

.sigelimg .banner__link {
  display: block;
}

.collections-hero img,
.block4 img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

.hero-banner img,
.fullimg img {
  width: 100%;
  display: block;
  height: auto;
}

.twooneimg {
  margin-bottom: 1.5rem;
}

.twooneimg img {
  width: 100%;
  display: block;
}

.map_view img {
  width: 100%;
  height: 37rem;
  object-fit: cover;
  filter: sepia(0.2);
  border-radius: 0 10px 10px 0;
}

.contact-more-del .coninfo-icon svg {
  color: #606060;
}

.contact_form .left_shop_konw3 {
  opacity: 1;
}

button.submit-btn .arrowcontacta {
  text-decoration: none;
  border: 3px solid #353535;
  border-radius: 5px;
  padding: 10px 20px;
  color: #000;
  font-weight: 800;
  transition: 0.3s all ease;
  background-color: #fff;
  display: inline-block;
}

button.submit-btn .arrowcontacta:hover {
  background-color: #353535;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  color: #fff;
}

/* --- subtle modern / responsive polish --- */

.links-div > ul > li > a {
  transition: opacity 0.25s ease;
}

.links-div > ul > li > a:hover {
  opacity: 0.8;
}

.nav-links.activeheaderclass {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.explore-btn a {
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.explore-btn a:hover {
  transform: translateY(-1px);
}

.twooneimg img,
.ourfeaimg img,
.full-ori-info img {
  border-radius: 4px;
}

.ourtxtimg {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.txtimg {
  padding: 3rem 0;
}

.foo-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.25rem;
}

.box input,
.box textarea {
  transition: border-color 0.25s ease;
}

.box input:focus,
.box textarea:focus {
  border-bottom-color: #606060 !important;
}

section.three-img {
  top: 0;
  height: auto;
  min-height: 22rem;
  padding: 5rem 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.para-div-scroll {
  width: min(70%, 52rem);
  margin: 0 auto;
}

.image-three-scroll {
  height: auto;
  padding: 2rem 0 4rem;
  overflow: hidden;
}

.img_3_img {
  width: 100%;
  max-width: 75rem;
  height: auto;
}

.brand-logo.awards0logos {
  margin-top: 0;
  padding: 4rem 0 3rem;
}

@media (max-width: 1342px) {
  .mobileviw {
    display: flex !important;
  }

  .main-nav {
    padding: 0 1.25rem;
  }

  .links-div > ul {
    flex-wrap: wrap;
    row-gap: 0.15rem;
  }

  .links-div > ul > li > a {
    font-size: 13px;
    padding: 0 0.65rem;
  }
}

@media (max-width: 767px) {
  p.maintxtimg,
  p.our-ct-heaing {
    font-size: clamp(1.65rem, 5.5vw, 2.25rem) !important;
    letter-spacing: 1px;
  }

  p.subtxtimg,
  p.subheadinf-ourcol {
    font-size: 15px;
    line-height: 1.65;
  }

  .full-ori-info {
    width: 100% !important;
    max-width: 100%;
    padding: 0 1rem;
  }

  .full-ori-info img {
    width: min(52vw, 210px) !important;
  }

  .contact-more-del {
    flex-direction: column;
    width: 100%;
    gap: 1.25rem;
    padding: 2rem 1rem;
  }

  .contact-more-del .coninfo {
    width: 100%;
    padding: 0;
  }

  .middel-con {
    border-left: none;
    border-right: none;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    padding: 1.25rem 0;
  }

  .contact_form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .map_view img {
    height: auto;
    min-height: 14rem;
    border-radius: 0;
  }

  .card_form {
    width: 100%;
  }

  .bg-video-wrap,
  .bg-video-wrap video,
  .bg-video-wrap .overlay {
    height: 72vh;
    min-height: 400px;
  }

  .oursurface-con {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }

  .js-scroll-slider__item {
    width: 150px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  section.three-img {
    min-height: auto;
    padding: 3rem 1rem 1rem;
  }

  .image-three-scroll {
    padding: 1.5rem 0 2.5rem;
  }

  .brand-logo.awards0logos {
    padding-top: 2.5rem;
  }
}

.contact-form-alert {
  margin-bottom: 1.5rem;
  padding: 0.875rem 1rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-form-alert--success {
  color: #1f4d2e;
  background: #e8f5eb;
  border: 1px solid #b8dfc4;
}

.contact-form-alert--error {
  color: #6b1a1a;
  background: #fdecec;
  border: 1px solid #f5c2c2;
}
