
.navbar {
    overflow: hidden;
    background-color: #F8F7F4; 
    position: static !important;
    color: #000000;
    font-weight: 400;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-family: 'Recoleta', sans-serif;
  }

  
  .subnav {
    padding-top: 17px !important;
    height: 80px;
    float: left;
    overflow: hidden;
  }
  
  .subnav .subnavbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #000000;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  
  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #F8F7F4;
    width: 100%;
    z-index: 10;
    margin-top: 3.9em;
  }
  
  .subnav-content a {
    float: none;
    text-decoration: none;
  }
  
 /* .subnav-content a:hover {
    background-color: #eee;
  }
*/
  .subnav:hover .subnav-content {
    display: block;
  }

nav.navbar,
.subnav-content {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

nav h6.wp-block-heading {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 0em !important;
    margin: 0em 0 !important;
    margin-bottom: 2px !important; 
    color: #222222;
}

nav .media-text strong {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 16px !important;
}

.wp-block-media-text__content p,
.wp-block-media-text__content p a {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #7F7F7F;
}
nav .wp-block-media-text {
    margin-bottom: 18px;
}

nav .media-text {
    display: flex;
}

.prod-submenu {
    min-height: 4.19em;
    max-height: 300px;
 /* height: 4.19em;*/
  background-color: #F8F7F4 !important;
  /*margin-top: 38px;
  border: 1px solid; 
  border-top: 1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  
}
.prod-subnavlink {
    font-family: 'Recoleta', sans-serif !important;
}

a.nav-link.button.prod-subnavlink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  gap: 8px;
  /* position: absolute; 
  width: 173px;*/
  min-width: 173px;
  max-width: 200px;
  width: 90%;
  height: 51px;
  /* left: calc(50% - 173px / 2 + 565px); */
  /* top: calc(50% - 51px / 2 - 841.5px); */
  background: #222222;
  border-radius: 50px;
  color: #F8F7F4;
  cursor: pointer;
}

.active {
  border-bottom: 1px solid #7F7F7F !important;
}

.page-wrapper *:focus, .ui-dialog *:focus {
  outline: none !important;
  box-shadow: none !important;
}


/*Footer*/
.footer {
  font-family: 'Proxima-Nova', sans-serif;
}

.footer h6.wp-block-heading {
  font-family: 'Proxima-Nova', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #222222;
}



.footer p {
  line-height: 1.2 !important;
}

.copyright .col2 ul {
  display: flex;
}

.copyright .col2 li::before {
  content: none !important;
}

.copyright .col2 ul {
  display: flex;
  font-size: 14px !important;
  /* font-family: 'Proxima-Nova', sans-serif !important; */
  color: #7F7F7F;
}

.copyright .col1 p {
  font-size: 14px !important;
  color: #7F7F7F;
}

.col2 ul {
  list-style: none;
  gap: 30px;
  padding-top: 5px;
}

.copyright {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 40px;
}

.wp-block-columns.full-footer div {
  flex-basis: unset !important;
}


.footer h6 {
  margin: 18px 0 !important;
  font-family: 'Recoleta', sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 27px !important;
}

footer#footer {
  border-top: 1px solid #ccc;
}

.footer p {
font-size: 18px !important;
}

nav.navbar.navbar-expand-lg img:not(img.logo) {
  height: 46px !important;
  width: 43px !important;
}

nav.navbar.navbar-expand-lg .wp-block-media-text .wp-block-media-text__content {
  padding: 0%;
  padding-left: 3% !important;
}

nav.navbar.navbar-expand-lg .wp-block-media-text p.a {
  text-align: left !important;
  padding-top: 2px;
}

.menu-effect:hover h6 strong a,
.menu-effect:hover h6 a strong {
  color: #0503E3 !important;
}

.menu-effect h6.wp-block-heading {
  padding-top: 5px !important;
}

@media (max-width: 768px) {
  .navbar-nav.mb-10.mb-lg-0.gap-1.navbar {
    width: 100%;
    text-align: initial;
  }
  li.search {
    display: none;
  }

  ul.navbar-nav.mb-2.mb-lg-0.g-10.nav2 {
    width: 100%;
  }

  .d-flex.navbar-right.w-24.mob-w-100 {
    justify-content: center !important;
    justify-content: space-between !important;
    font-weight: bold;
  }

  .d-flex.justify-content-center.w-100 {
    border-bottom: 1px solid #ccc;
    gap: 50%;
    margin: auto;
  }
    .mob-active {
      border-bottom: 1px solid #ccc;
    }

  .d-flex.justify-content-center.w-100 {
    justify-content: left !important;
    }

  ul.navbar-nav.mb-2.mb-lg-0.g-10.nav2 {
    display: -webkit-inline-box;
    display: contents;
    align-items: center;
  }

  .navbar-nav.mb-2.mb-lg-0.gap-1.navbar {
    width: 100%;
    /* display: inline-grid; */
  }

  .navbar-nav.mb-2.mb-lg-0.gap-1.navbar .subnav {
    width: 100%;
    display: flex;
  }
  .d-flex.navbar-right.w-24.justify-content-center,
  .mob-w-100 {
    width: 100% !important;
  }

  .subnav .subnavbtn {
    padding: 12px 0px !important;
  }
  a.subnavbtn {
    /* justify-content: left; */
    /* align-items: baseline; */
    display: flex;
  }
  .mob-icon {
    display: block !important;
    padding-top: 16px;
  }
  .subnav {
    justify-content: space-between !important;
  }

  /* Hide for mobile */
  .no-mob {
    display: none !important;
  }

  /*
  .wp-block-columns.g-40.footer .wp-block-column {
    flex-basis: 30% !important;
  }
  */

  .wp-block-columns.container.copyright ul {
    display: math !important;
  }

  .wp-block-columns.container.copyright .wp-block-column figure {
    display: none;
    flex-wrap: wrap;
    gap: 40px;
  }
}


.list-menu {
  left: auto !important;
  width: auto !important;
}

a.navbar-brand.d-flex.align-items-center {
    gap: 1px;
    font-size: 14px;
    /* font-weight: 1000; */
    color: #222222;
}

.subnav-content {
  display: block;
  transform: scaleY(0); /* Start collapsed */
  transform-origin: top;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.subnav:hover .subnav-content,
.subnavbtn:focus + .subnav-content {
  transform: scaleY(1); /* Expand to full size */
  opacity: 1;
}


/* Default: Hide mobile navigation */
.mob-nav {
  display: none !important;
}

/* Default: Show desktop navigation */
.desktop-nav {
  display: block;
}

nav.navbar.navbar-expand-lg.container {
  border: 0px;
}

.container.desktop-nav {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
}

ul.dropdown-menu.show {
  background-color: #f8f7f4;
}

a.nav-link.dropdown-toggle.show {
  width: 100%;
  display: contents;
  border-bottom: 1px solid #ccc !important;
}

.container.desktop-nav {
  justify-content: space-between;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
}

/* Media query for smaller screens (e.g., max-width: 768px) */
@media screen and (max-width: 768px) {
  .mob-nav {
      display: block !important;
  }

  .desktop-nav {
      display: none !important;
  }

  form.d-flex.mob-users {
    justify-content: space-between !important;
    font-weight: bold;
    border-top: 1px solid #ccc;
  }

  :where(.mob-menus-level1.has-background) {
    padding: unset !important;
  }

  span.mb-border-menu {
    display: block;
    width: 72px !important;
    height: 3px;
    background: #0503E3;
    border-radius: 30px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .wp-block-media-text__content a {
    float: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-nav div.subnav:nth-last-child(-n+2):not(.subnav.lang.main-language):not(nav.navbar.navbar-expand-lg.navbar-light.prod-submenu.sticky-nav div.subnav) {
    display: none;
  }

  .d-flex.justify-content-center.w-100 {
    width: 87% !important;
  }
}

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

  .container.desktop-nav {
    display: none !important;
  }
  .container.mob-nav {
    display: block !important;
 }
 form.d-flex.mob-users {
  justify-content: space-between !important;
  font-weight: bold;
  border-top: 1px solid #ccc;
}

ul.navbar-nav.mb-2.mb-lg-0.g-10.nav2 {
  display: contents;
}

}

@media screen and (max-width: 768px) { /* Adjust based on your breakpoint */
  .product-flow-title {
      display: flex;
      flex-direction: column; /* Stack items vertically */
      align-items: center;
      text-align: center;
  }

  .product-effect {
      margin-top: 20px; /* Adds space between icon and text */
  }

  .wp-block-image {
      margin-top: 20px; /* Ensures image gets spacing */
  }
}


@media screen and (min-width: 1159px) {
  .container.mob-nav {
     display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: show;
  }

  .navbar-expand-lg .navbar-toggler {
    display: show;
  }
}

.sticky-nav {
  position: sticky !important;
  top: 0;
  z-index: 1;
  transition: top 0.3s;
}