/* Neue Haas Grotesk - Light (300) */
@font-face {
  font-family: 'NeueHaas';
  src: url('../fonts/neuehaas-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: 'NeueHaas';
  src: url('../fonts/neuehaas-light-italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: 'NeueHaas';
  src: url('../fonts/neuehaas-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: 'NeueHaas';
  src: url('../fonts/neuehaas-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-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: 'NeueHaas', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  overflow-x: hidden !important;
  background-color: #FFFFFF;
}



span,
a,
a:hover {
  text-decoration: none;
  /* color: inherit; */
}

b {
  font-weight: 400;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]: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="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-size: 16px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: 1px solid #ddd;
  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;
  text-transform: uppercase;
  background: #011900;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}



::-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 {
  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: #011900;
  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: #011900;
}


.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;
}

.bold {
  font-weight: 600;
}

:root {
  scroll-behavior: auto;
}





/* ======= Kinetic Preloader style ======= */

.kinetic-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.pl-slices {
  position: absolute;
  top: 0;
  left: -50vw;
  /* bleed edge for angles, increased for mobile portrait */
  width: 200vw;
  height: 100vh;
  display: flex;
  z-index: 10;
}

.pl-slice {
  flex: 1;
  margin-right: -5px;
  /* Seal the transparent sub-pixel seam glitch */
  height: 150vh;
  background: #EEEBE2;
  /* Match theme background */
  transform-origin: center;
  transform: translateY(-25vh) skewX(-20deg) scaleX(1.01);
  /* Ensure width covers */
  /* Racing angle */
}

.kin-counter-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  mix-blend-mode: difference;
  pointer-events: none;
}

.kin-counter {
  font-family: "NewBlackTypeface", sans-serif;
  font-size: 15vw;
  font-weight: 600;
  background: #FF705D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* Fallback to hide text color */
  margin: 0;
  line-height: 1;
  text-align: center;
}

.kin-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  /* Hidden initially, JS will fade it in */
}

.kin-row {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  width: 100vw;
}

.kin-huge-text {
  font-family: "NewBlackTypeface", sans-serif;
  font-size: 20vw;
  font-weight: 700;
  color: #023A3B;
  margin: 0;
  line-height: 0.85;
  text-transform: uppercase;
  /* We translate these horizontally via GSAP */
}

/* Offset starting positions so they cross each other */
.kin-row-1 .kin-huge-text {
  transform: translateX(0%);
}

.kin-row-2 .kin-huge-text {
  transform: translateX(-20%);
  color: #EEEBE2;
  -webkit-text-stroke: 2px #023A3B;
}

.kin-row-3 .kin-huge-text {
  transform: translateX(-40%);
}

body.preloader-active {
  overflow: hidden;
}

/* .loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #F37021;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
} */

/* @-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */


.pre-num {
  height: 64px;
  line-height: 64px;
}


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

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






















/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* background: #ffffff11; */
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 110px;
  /* 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-size: 18px;
  font-weight: 300;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 30px;
  padding-left: 30px;
  letter-spacing: 0.02em;
}

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header-white .navbar .navbar-nav .nav-link {
  color: #1c1c1c;
}


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

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

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

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

.nav-scroll {
  /* background: #fff; */
  padding: 0 0 0 0;
  position: fixed;
  top: -90px;
  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;
}

.smart_new_navbar {
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}

.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-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-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: 155px;
  text-align: center;
}

.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 8px;
  color: rgba(255, 255, 255, 1);
}

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

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

.navbar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  letter-spacing: 0.3px;
}

.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
  font-size: 16px;
}

.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
  color: rgba(255, 255, 255, 0.4);
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}

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

.navbar .dropdown-menu {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.navbar .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

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

/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    width: 220px;
    padding: 8px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

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

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

@media screen and (max-width: 991px) {
  /* Mobile nav link color is handled by style.css */

  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
  }

  .nav-scroll {
    background: transparent;
  }

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

  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    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 20px;
    background: rgba(255, 255, 255, 0);
  }

  .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-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

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

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

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

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

@media screen and (max-width: 992px) {
  /* ── Mobile collapse — overridden by style.css custom transitions ── */
  /* Keep Bootstrap's collapse default hidden state but let style.css drive animation */

  .mob-pad-top {
    padding-top: 0;
  }

  body.noscroll {
    overflow: hidden;
  }

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
































.hero-header {
  position: relative;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-center-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  transform: translateY(-50%);
}

.hero-content {
  position: absolute;
  top: calc(50% + -41px);
  width: 100%;
  transform: translateY(0);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-self: center;
}


.hero-left {
  width: 40%;
  position: relative;
  padding-top: 30px;
}

.hero-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #fff;
}


.hero-title {
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.hero-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

.hero-desc {
  max-width: 340px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.03em;
}







.product_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

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

.product_overlaaay_main_text h1 {
  color: #FFF;
  font-size: 84px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-align: center;
}

.product_overlaaay_main_text h5 {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.03em;
}


.product_footer_bottom_overlay {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}















@media screen and (max-width: 992px) {

  .mmt-50 {
    margin-top: 50px;
  }

}




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

.go-back a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

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

.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;
}


/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 100px;
  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: #011900;
}

.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: #011900;
}



.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;
}



/* ----------------------------------------- */


/* Make all nav <a> tags handle the sliding text */
/* .menu-content a, */
.navbar-nav .nav-link,
.submenu-list li a,
.menu_product_link_structure h2,
.sub_menu_link_area ul li a,
.footer_quick_links_area ul li a,
.footer_essentials_links_area ul li a {
  position: relative;
  overflow: hidden;
}


.navbar-nav .nav-link::after,
.submenu-list li a::after,
.menu_product_link_structure h2:after,
.sub_menu_link_area ul li a:after,
.footer_quick_links_area ul li a:after,
.footer_essentials_links_area ul li a:after {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  white-space: nowrap;
}


.navbar-nav .nav-link span,
.submenu-list li a span,
.menu_product_link_structure h2 span,
.sub_menu_link_area ul li a span,
.footer_quick_links_area ul li a span,
.footer_essentials_links_area ul li a span {
  display: inline-block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


/* .navbar-nav .nav-link:hover span,
.submenu-list li a:hover span,
.menu_product_link_structure h2:hover span,
.sub_menu_link_area ul li a:hover span,
.footer_quick_links_area ul li a:hover span,
.footer_essentials_links_area ul li a:hover span {
    transform: translateY(-100%);
} */


.navbar-nav .nav-link:hover::after,
.submenu-list li a:hover::after,
.menu_product_link_structure h2:hover::after,
.sub_menu_link_area ul li a:hover::after,
.footer_quick_links_area ul li a:hover:after,
.footer_essentials_links_area ul li a:hover:after {
  transform: translateY(-100%);
}

.sub_menu_link_area ul li a,
.footer_quick_links_area ul li a,
.footer_essentials_links_area ul li a {
  display: inline-block;
}

.top-container {
  width: 100%;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

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

.custom_nav_container {
  padding: 0 100px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  /* Added for absolute centering */
}









.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: #ffffff;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.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;
}