/***************************************

    Layout & Structure

    1. Header
        1.1 Topbar
        1.2 Main Header
            1.2.1 Site Logo
            1.2.2 Search Form
            1.2.3 Header Icons
        1.3 Navigation Menu
            1.3.1 Mega Menu
        1.4 Mobile Menu

    2. Hero Section 
    3. Brand Logos
    4. Feature Products
    5. Scroll reveal
    6. Hamburger Button
    7. Info Row / Learn Row / Bulk Row
    8. Footer

***************************************/

/** 
    Layout & Structure
*/

.wrapper {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flow-root;
}
.inner-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  overflow: clip;
  width: 100%;
}
body.geocare-header-sticky .inner-wrapper,
body:has(.mt__header_sticky-region.is-sticky) .inner-wrapper {
  overflow: visible;
}

/* Blog / pages with sidebar (matches static template) */
.with-sidebar-row {
  display: flex;
  align-items: flex-start;
}
.with-sidebar-row:has(> #primary.with-left-sidebar) {
  flex-direction: row-reverse;
}

#primary.page-with-sidebar {
  width: calc(100% - var(--mt-sidebar-width) - var(--mt-sidebar-gap));
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  position: relative;
}

#primary.with-left-sidebar {
  float: right;
  margin-left: var(--mt-sidebar-gap);
  overflow: hidden;
}
#primary.with-right-sidebar {
  float: left;
  margin-right: var(--mt-sidebar-gap);
  overflow: hidden;
}

#secondary {
  width: var(--mt-sidebar-width);
  margin: 0 0 clamp(1.875rem, 1.3462rem + 2.1795vw, 4.125rem);
  padding: 0;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}

#secondary.mt-sidebar-right {
  float: right;
}
#secondary.mt-sidebar-left {
  float: left;
}

#primary.page-with-sidebar > *:last-child {
  margin-bottom: clamp(1.875rem, 1.3462rem + 2.1795vw, 4.125rem);
  position: relative;
  float: left;
  width: 100%;
}

.container {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1600px !important;
  padding: 0 clamp(1.125rem, 0.9519rem + 0.7692vw, 1.875rem) !important;
}

/* 1. Header */

.mt__header {
  position: relative;
  z-index: 10;
  background-color: transparent;
}
body:not(.home):not(.page-id-3206) .mt__header_sticky-region {
  margin-bottom: clamp(1.875rem, 1.3462rem + 2.1795vw, 4.125rem);
}

.mt__header_sticky-region.is-sticky.is-fixed,
body.geocare-header-sticky .mt__header_sticky-region.is-sticky.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  float: none;
  background-color: var(--mt-body-bg, #fff);
  box-shadow: 0 4px 18px rgba(var(--mt-accent-black-rgb), 0.08);
}

body.admin-bar .mt__header_sticky-region.is-sticky.is-fixed,
body.admin-bar.geocare-header-sticky
  .mt__header_sticky-region.is-sticky.is-fixed {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .mt__header_sticky-region.is-sticky.is-fixed,
  body.admin-bar.geocare-header-sticky
    .mt__header_sticky-region.is-sticky.is-fixed {
    top: 46px;
  }
}

.mt__header_sticky-placeholder {
  display: block;
  width: 100%;
}

/* 1.1 Topbar */

header .mt__topbar_wrapper {
  padding: clamp(0.625rem, 0.5673rem + 0.2564vw, 0.875rem) 0px;
  font-family: var(--mt-base-font);
  box-shadow: 0 0 10px rgba(var(--mt-accent-black-rgb), 0.1);
}
header .mt__topbar_wrapper .mt__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .mt__topbar_wrapper .mt__topbar .mt__topbar_item {
  color: var(--mt-accent-white);
  font-size: 16px;
  flex: 1;
}
header .mt__topbar_wrapper .mt__topbar .mt__topbar_item a {
  color: var(--mt-accent-white);
}

header .mt__topbar_wrapper {
  animation: slideDown 0.5s ease both;
}
header .mt__topbar_wrapper svg {
  font-size: 1.1rem;
  flex-shrink: 0;
  color: #f07724;
}

.tb-btn.tb-btn-wholesale svg {
  color: #fff;
  margin-right: 5px;
}
header .mt__topbar_wrapper a:not(.tb-btn) {
  color: var(--mt-quinery);
  text-decoration: none;
  transition: all var(--mt-transition);
}
header .mt__topbar_wrapper a:not(.tb-btn):hover {
  opacity: 0.85;
}
header .mt__topbar_wrapper a.tb-btn {
  text-decoration: none;
}

header .mt__header_navbar,
.mt__header_sticky-region .mt__header_navbar {
  position: relative;
}
/* header .mt__header_navbar:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0;
        background: url('../images/smoke.jpg'); */
/* } */

/* 1.2 Main Header */

header .mt__header_wrapper,
.mt__header_sticky-region .mt__header_wrapper {
  padding: clamp(0.625rem, 0.3942rem + 1.0256vw, 1.625rem) 0;
  background: #fff;
}

.mt__header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
}
.mt__header_main > * {
  flex: 1;
}

/* 1.2.1 Site Logo */

.site-logo {
  display: inline-block;
}
.site-logo img {
  width: 100%;
  display: block;
  height: 1em !important;
  font-size: clamp(3.125rem, 2.6923rem + 1.9231vw, 5rem);
  object-fit: contain;
}

/* 1.2.2 Search Form */

.mt__search_form {
  flex: 1.5;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.mt__search_form--aws input.aws-search-field,
.mt__search_form input {
  width: 100%;
  padding: 14px 60px 14px 20px;
  border: 1px solid var(--mt-border-clr);
  border-radius: calc(var(--mt-radius-md) / 1.4) !important;
  font-family: var(--mt-base-font);
  font-size: 0.9rem;
  background: transparent;
  color: var(--mt-body-text);
  transition:
    border-color var(--mt-transition),
    box-shadow var(--mt-transition);
  outline: none;
  min-height: 50px;
  box-shadow: 0 0 10px rgba(var(--mt-accent-black-rgb), 0.1);
}
.mt__search_form input:focus {
  border-color: var(--mt-primary);
  background: transparent;
}

.mt__search_form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--green);
  color: var(--mt-accent-white);
  border: none;
  border-radius: calc(10px - 2px);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background var(--mt-transition),
    transform var(--mt-transition);
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.mt__search_form button:hover {
  background: var(--mt-teritary);
  transform: translateY(-50%) scale(1.05);
}

.mt__search_form button svg {
  stroke: currentColor;
  fill: none;
}

/* Keep Advanced Woo Search output aligned with theme header design */
.mt__search_form--aws .aws-container {
  width: 100% !important;
  display: block;
  position: relative;
}
.mt__search_form--aws .aws-search-form {
  width: 100% !important;
  position: relative;
  height: 56px !important;
  min-height: 56px !important;
  align-items: center !important;
}
.mt__search_form--aws .aws-search-label {
  display: none !important;
}
/* .mt__search_form--aws .aws-wrapper {
        position: relative;
        height: 56px !important;
        min-height: 56px !important;
        border: 1px solid #d7dfe6 !important;
        border-radius: calc(var(--mt-radius-md) / 1.4) !important;
        background: #fff !important;
        box-shadow: 0 0 10px rgba(var(--mt-accent-black-rgb), 0.1) !important;
        overflow: hidden;
    } */
.mt__search_form--aws .aws-search-field {
  width: 100% !important;
  padding: 17px 66px 17px 20px !important;
  /* border: 0 !important; */
  /* border-radius: 0 !important; */
  font-family: var(--mt-base-font) !important;
  font-size: 0.9rem !important;
  background: #fff !important;
  color: var(--mt-body-text) !important;
  transition:
    border-color var(--mt-transition),
    box-shadow var(--mt-transition) !important;
  outline: none !important;
  min-height: 56px !important;
  height: 56px !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}
.mt__search_form--aws .aws-search-field:focus {
  border-color: var(--mt-scondery) !important;
  background: #fff !important;
}
/* .mt__search_form--aws .aws-search-form:focus-within .aws-wrapper {
        border-color: var(--mt-primary) !important;
        box-shadow: 0 0 0 2px rgba(240, 119, 36, 0.12), 0 0 10px rgba(var(--mt-accent-black-rgb), 0.1) !important;
    } */
.mt__search_form--aws .aws-search-clear {
  display: none !important;
}
.mt__search_form--aws .aws-search-form .aws-search-btn.aws-form-btn {
  position: absolute !important;
  right: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: var(--green) !important;
  color: var(--mt-accent-white) !important;
  border: none !important;
  border-radius: calc(10px - 2px) !important;
  width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition:
    background var(--mt-transition),
    transform var(--mt-transition) !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  z-index: 999 !important;
  box-shadow: none !important;
}
.mt__search_form--aws .aws-search-form .aws-search-btn.aws-form-btn:hover {
  background: var(--mt-teritary) !important;
  transform: translateY(-50%) scale(1.05) !important;
}
.mt__search_form--aws .aws-search-btn_icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  fill: #ffffff !important;
}
.mt__search_form--aws .aws-search-btn_icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor !important;
}

.mt__search_form--aws .aws-wrapper,
.mt__search_form .aws-container .aws-search-form *,
.mt__search_form .aws-search-result {
  border-radius: calc(var(--mt-radius-md) / 1.4) !important;
}

body > .aws-search-result {
  background: none;
  border: none;
  margin-top: 2px;
  font-size: 0.9rem;
}

body > .aws-search-result .aws_result_scroll {
  border-radius: var(--mt-radius-md) !important;
  border: 1px solid var(--mt-border-clr);
  padding: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
  background: var(--mt-accent-white);
}

body > .aws-search-result .aws_results .aws_result_item {
  border-bottom: 1px dashed var(--mt-border-clr);
  padding: 15px 10px;
}
body > .aws-search-result .aws_results .aws_result_item.aws_search_more {
  color: var(--mt-scondery);
  margin-top: 10px !important;
  border: 1px solid currentColor;
  border-radius: var(--mt-radius);
  padding: 10px;
  min-height: 50px;
}

body > .aws-search-result .aws_result_head {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mt-heading);
}
body > .aws-search-result .aws_result_term {
  color: var(--mt-body-text);
  font-size: 12px;
  padding-top: 0px;
  opacity: 0.75;
}
body > .aws-search-result .aws_result_excerpt:has(+ .aws_result_term) {
  margin: 0 0 8px;
}

body > .aws-search-result .aws_result_image img {
  width: 48px;
  padding: 2px;
  background: rgba(var(--mt-primary-rgb), 0.1);
  border-radius: var(--mt-radius);
  border: 1px solid var(--mt-border-clr);
}

body > .aws-search-result .aws_result_item.hovered,
body > .aws-search-result .aws_result_item:hover,
body > .aws-search-result .aws_search_more a:hover {
  background: rgba(var(--mt-scondery-rgb), 0);
}

body > .aws-search-result .aws_results .aws_result_item.aws_search_more:hover {
  background: rgba(var(--mt-scondery-rgb), 1);
  color: var(--mt-accent-white);
  border-color: rgba(var(--mt-scondery-rgb), 1);
}

/* 1.2.3 Header Icons */

.mt__header_icon a {
  color: var(--mt-link-clr);
  transition: color var(--mt-transition);
}
.mt__header_icon a:hover {
  color: var(--mt-link-hover-clr);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 0.7981rem + 0.8974vw, 1.875rem);
  flex-shrink: 0;
  overflow: hidden;
}

.btn-ghost {
  background: none;
  font-family: var(--mt-base-font);
  font-size: 0.89rem;
  font-weight: normal;
  color: var(--mt-primary);
  cursor: pointer;
  transition:
    border-color var(--mt-transition),
    background var(--mt-transition),
    color var(--mt-transition);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-ghost:hover {
  color: var(--mt-primary);
}

.header-actions > a {
  position: relative;
}
.header-actions > a.btn-ghost::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 1px;
  background-color: var(--mt-primary);
  left: calc(-1 * calc(clamp(1rem, 0.7981rem + 0.8974vw, 1.875rem) / 2));
  opacity: 0.4;
}

.btn-basket {
  margin: 0;
  padding: 13px 20px;
  border-radius: calc(var(--mt-radius-md) / 1.4);
  font-family: var(--mt-base-font);
  font-weight: 600;
  cursor: pointer;
  transition: var(--mt-transition);
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: normal;
  text-transform: capitalize;
  border: 1px solid currentColor;
  line-height: normal;
}
.mt__header_icon a.btn-basket,
.mt__header_icon a.btn-basket:hover {
  color: #f07724;
}

.btn-basket svg {
  stroke: currentColor;
  width: 1.1em;
  height: 1.1em;
}

.btn-basket:hover {
  background: transparent;
  color: var(--mt-accent-white);
}

.basket-count {
  background: var(--mt-primary);
  color: var(--mt-accent-white);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 1.3 Navigation Menu */

header .mt__header_navbar,
.mt__header_sticky-region .mt__header_navbar {
  background-color: var(--green);
}

.mt-primary-menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.mt-primary-menu li {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.mt-primary-menu > li > a {
  display: inline-block;
  padding: 20px clamp(0rem, -0.1731rem + 0.7692vw, 0.75rem);
  vertical-align: middle;
  margin: 0px 2px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--mt-head-font);
  color: var(--mt-accent-white);
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}

.mt-primary-menu > li > a:focus,
.mt-primary-menu > li > a:hover,
.mt-primary-menu > li > a.active {
  color: var(--mt-accent-white);
}

.mt-primary-menu > li > a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  color: var(--mt-quinery);
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform var(--mt-transition);
  transform-origin: right bottom;
}

.mt-primary-menu > li > a:hover:before,
.mt-primary-menu > li > a:focus:before,
.mt-primary-menu > li.current-menu-item > a:before,
.mt-primary-menu > li.current-menu-parent > a:before,
.mt-primary-menu > li.current-menu-ancestor > a:before,
.mt-primary-menu > li.current_page_parent > a:before {
  transform: scaleX(1);
  transform-origin: left bottom;
}

.mt-primary-menu > li > a svg {
  font-size: 0.9em;
  margin-left: 5px;
}

.mt-primary-menu > li ul.children,
.mt-primary-menu > li ul.sub-menu {
  margin: 0;
  width: 225px;
  margin-top: 10px;
  background-color: var(--mt-body-bg);
  opacity: 0;
  padding: 16px 4px;
  pointer-events: none;
  position: absolute;
  left: -4px;
  top: 100%;
  border-radius: var(--mt-radius);
  text-align: left;
  z-index: 10;
  -webkit-transition: var(--mt-transition);
  transition: var(--mt-transition);
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}

.mt-primary-menu li:focus > ul,
.mt-primary-menu li:hover > ul {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  margin-top: 0px;
}

.mt-primary-menu > li ul.children > li.menu-item,
.mt-primary-menu > li ul.sub-menu > li.menu-item {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}

.mt-primary-menu > li ul.children > li.menu-item > .menu-link,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link {
  padding: 8px 16px;
  display: block;
  color: var(--mt-link-clr);
  font-family: var(--mt-head-font);
  font-size: 0.9rem;
  line-height: 1.4;
}

.mt-primary-menu > li ul.children > li.menu-item > .menu-link:focus,
.mt-primary-menu > li ul.children > li.menu-item > .menu-link:hover,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link:focus,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link:hover,
.mt-primary-menu > li ul.children > li.menu-item > .menu-link.active,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link.active,
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  ul
  li
  a:hover,
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  ul
  li
  a:focus {
  color: var(--mt-link-hover-clr);
}

.mt-primary-menu > li ul.sub-menu > li.menu-item {
  font-size: 0.9rem;
}
.mt-primary-menu > li ul.sub-menu > li.menu-item:not(:last-child) {
  border-bottom: 1px solid var(--mt-border-clr);
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li.menu-item {
  border-bottom: none;
  display: block;
  width: 100%;
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li.menu-item > .mega-menu {
  display: flex;
}
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li.menu-item
  > .mega-menu
  .mega-col {
  display: block;
}

.menu-item.dropdown > a > span:after {
  content: "";
  width: 5px;
  height: 5px;
  position: relative;
  right: 0;
  bottom: 2px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  display: inline-block;
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-item.dropdown ul > li.menu-item > a > span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-item.dropdown ul.sub-menu > li > a > span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-item.dropdown ul.sub-menu > li > a > span:after {
  bottom: 0;
}
.mt-primary-menu > li ul.sub-menu > li ul.sub-menu {
  transform: translateX(100%);
  top: -15px;
}

/* 1.3.1 Mega Menu */

.mt-primary-menu > li.has-mega-menu > ul.sub-menu {
  /*width: 100vw; background: none; */
  text-align: center;
  padding: 0px 20px;
  border-radius: 0px;
  left: 0;
  width: 100%;
  max-width: none;
  /* -webkit-box-shadow: none; box-shadow: none; */
}

.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 10px; /* background-color: var(--mt-body-bg); */
  position: relative;
  border-radius: var(--mt-radius);
  /* -webkit-box-shadow: 0 0 2px 3px rgba(0,0,0,0.05); box-shadow: 0 0 2px 3px rgba(0,0,0,0.05); */
}

.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li.mega-menu-panel--scroll {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--mt-quinery) transparent;
}

.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li.mega-menu-panel--scroll::-webkit-scrollbar {
  width: 6px;
}
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li.mega-menu-panel--scroll::-webkit-scrollbar-thumb {
  background-color: var(--mt-quinery);
  border-radius: 3px;
}
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li.mega-menu-panel--scroll::-webkit-scrollbar-track {
  background: transparent;
}

.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li .mega-menu {
  display: flex;
  gap: 40px 0px;
  justify-content: center;
  flex-wrap: wrap;
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li .mega-menu .mega-col {
  flex: 0 1 auto;
  min-width: 200px;
  text-align: left;
  padding: 0px 10px;
}

.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  .menu-title {
  position: relative;
  font-family: var(--mt-head-font);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--mt-primary);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  .menu-title
  a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  .menu-title
  a:hover,
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  .menu-title
  a:focus {
  color: var(--mt-link-hover-clr);
}

.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  .menu-title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--mt-quinery);
  bottom: -2px;
}

.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li .mega-menu .mega-col ul {
  display: flex;
  flex-direction: column;
}
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  ul
  li
  a {
  padding: 2px 0px;
  display: block;
  color: var(--mt-link-clr);
  font-family: var(--mt-head-font);
  font-size: 16px;
  white-space: nowrap;
}

.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  ul
  li.mega-more {
  margin-top: 6px;
}
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  ul
  li.mega-more
  a {
  display: inline-block;
  padding: 2px 10px;
  background-color: var(--mt-quinery);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 3px;
  white-space: nowrap;
}
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  ul
  li.mega-more
  a:hover,
.mt-primary-menu
  > li.has-mega-menu
  > ul.sub-menu
  > li
  .mega-menu
  .mega-col
  ul
  li.mega-more
  a:focus {
  background-color: var(--mt-primary);
  color: #fff;
}

/* 1.4 Mobile Menu */

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 8000;
  pointer-events: none;
}
.mobile-nav.open {
  pointer-events: all;
}

.mobile-nav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 35, 59, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(2px);
}
.mobile-nav.open .mobile-nav-overlay {
  opacity: 1;
}

.mobile-nav-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: var(--mt-primary);
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-nav.open .mobile-nav-drawer {
  transform: translateX(0);
}

.mob-nav-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav .mob-nav-header img {
  height: 50px;
}

.mob-nav-header .mob-nav-close {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--mt-accent-white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: none;
  -webkit-appearance: none;
  appearance: none;
}

.mob-nav-links {
  flex: 1;
  padding: 8px 0;
}
.mob-nav-section-title {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mt-quinery);
  padding: 14px 20px 6px;
}
.mob-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: rgba(247, 239, 231, 0.85);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition:
    background var(--mt-transition),
    color var(--mt-transition);
}
.mob-nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--mt-quinery);
}

.mob-nav-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  transition: transform 0.2s;
}

.mob-nav-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: rgba(0, 0, 0, 0.2);
}
.mob-nav-sub.open {
  max-height: 600px;
}
.mob-nav-sub a {
  display: block;
  padding: 9px 20px 9px 32px;
  color: rgba(247, 239, 231, 0.6);
  font-size: 0.83rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition:
    color var(--mt-transition),
    padding-left var(--mt-transition);
}
.mob-nav-sub a:hover {
  color: var(--mt-quinery);
  padding-left: 38px;
}

.mob-nav-footer {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.mob-nav-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.mob-nav-phone a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mt-accent-white);
  text-decoration: none;
  font-family: var(--mt-head-font);
}
.mob-nav-phone a span {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 2px 7px;
  border-radius: 4px;
}
.mob-nav-phone a .b2b-tag {
  background: rgba(214, 167, 60, 0.2);
  color: var(--mt-quinery);
  border: 1px solid rgba(214, 167, 60, 0.3);
}
.mob-nav-phone a .b2c-tag {
  background: rgba(0, 143, 90, 0.2);
  color: #4ade80;
  border: 1px solid rgba(0, 143, 90, 0.25);
}

.mob-nav-ctas {
  display: flex;
  gap: 8px;
}
.mob-nav-ctas a {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-family: var(--mt-head-font);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
}
.mob-nav-ctas .b2b-cta {
  background: rgba(214, 167, 60, 0.15);
  color: var(--mt-quinery);
  border: 1px solid rgba(214, 167, 60, 0.3);
}
.mob-nav-ctas .b2c-cta {
  background: rgba(0, 143, 90, 0.15);
  color: #4ade80;
  border: 1px solid rgba(0, 143, 90, 0.25);
}

.mob-nav-sub-mega-title {
  padding: 8px 20px 4px 32px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--mt-quinery);
}

.mobile-nav ul.mt-primary-menu li {
  display: block;
  text-align: left;
}
.mobile-nav ul.mt-primary-menu li:not(:last-child),
.mobile-nav
  ul.mt-primary-menu
  > li
  ul.sub-menu
  > li.menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-nav .mt-primary-menu > li > a,
.mobile-nav .mt-primary-menu > li ul.children > li.menu-item > .menu-link,
.mobile-nav .mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link {
  display: block;
  padding: 10px 20px;
  margin: 5px 0px;
  color: var(--mt-accent-white);
  line-height: normal;
  font-size: 0.92rem;
}

.mobile-nav .mt-primary-menu > li ul.children,
.mobile-nav .mt-primary-menu > li ul.sub-menu {
  background-color: var(--mt-primary);
}

.mobile-nav ul.mt-primary-menu li.go-back {
  background: rgba(255, 255, 255, 0.08);
}
.mobile-nav ul.mt-primary-menu li.go-back > a {
  display: block;
  padding: 10px 20px;
  margin: 5px 0px;
  color: var(--mt-accent-white);
  line-height: normal;
  font-family: var(--mt-head-font);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.mobile-nav ul.mt-primary-menu li.go-back > a span.icon-left {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 6px;
}
.mobile-nav ul.mt-primary-menu li.go-back > a span.icon-left:before {
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: currentColor;
  position: relative;
  font-size: 7px;
  height: 1em;
  width: 1em;
  right: 0px;
  text-align: center;
  transform: rotate(-135deg);
  display: inherit;
  left: 5px;
  top: 4px;
}

.mobile-nav ul.mt-primary-menu,
.mobile-nav ul.mt-primary-menu li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.mobile-nav ul.mt-primary-menu li {
  position: static;
}

.mobile-nav ul.mt-primary-menu > li > a:not(:focus),
.mobile-nav ul.mt-primary-menu ul > li > a:not(:focus) {
  text-decoration: none;
}

.mobile-nav ul.mt-primary-menu > li > a:focus,
.mobile-nav ul.mt-primary-menu ul > li > a:focus {
  text-decoration: none;
  outline: none;
}

.mobile-nav ul.mt-primary-menu ul.sub-menu,
.mobile-nav ul.mt-primary-menu ul.sub-menu > li > ul {
  border-width: 0;
  display: block;
  height: 100%;
  margin: 0;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0; /* position: fixed; */
  left: auto;
  right: 0;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 5;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: var(--mt-transition);
  transition: var(--mt-transition);
}

.mobile-nav ul.mt-primary-menu li ul.sub-menu,
.mobile-nav ul.mt-primary-menu .sub-menu li ul {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.mobile-nav ul.mt-primary-menu .sub-menu li ul.is-open,
.mobile-nav ul.mt-primary-menu li ul.sub-menu.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-nav ul.mt-primary-menu {
  min-width: 100%;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mobile-nav ul.mt-primary-menu li {
  float: left;
  width: 100%;
}

.mobile-nav .menu-item.dropdown > a > span:after,
.mobile-nav .menu-item.dropdown ul > li.menu-item > a > span:after {
  display: none;
  content: none;
}

.mobile-nav ul.mt-primary-menu li a:has(+ .sub-menu) {
  position: relative;
}
.mobile-nav ul.mt-primary-menu li a:has(+ .sub-menu) {
  padding-right: 40px;
}

.mobile-nav ul.mt-primary-menu > li > a:before {
  display: none;
}

.mobile-nav ul.mt-primary-menu li a:has(+ .sub-menu):before {
  content: "";
  border-width: 1px 1px 0 0;
  top: 15px;
  border-style: solid;
  border-color: currentColor;
  position: absolute;
  font-size: 7px;
  height: 1em;
  width: 1em;
  right: 22px;
  text-align: center;
  left: auto;
  transform: rotate(45deg);
  background: none;
  display: block;
}

/* .mobile-nav ul.mt-primary-menu li a:has(+ .sub-menu):hover:before { right: 20px; } */

.mobile-nav ul.mt-primary-menu li a,
.mobile-nav ul.mt-primary-menu li a:before {
  -webkit-transition: var(--mt-transition);
  transition: var(--mt-transition);
}

/** 
2. Hero Section 
*/

.hero-swiper {
  width: 100%;
  height: 545px;
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.slide-overlay {
  position: absolute;
  inset: 0;
}
.slide-overlay-1 {
  background: linear-gradient(
    105deg,
    rgba(3, 35, 59, 0.92) 0%,
    rgba(3, 35, 59, 0.75) 45%,
    rgba(0, 59, 70, 0.3) 75%,
    transparent 100%
  );
}
.slide-overlay-2 {
  background: linear-gradient(
    105deg,
    rgba(0, 59, 70, 0.88) 0%,
    rgba(0, 59, 70, 0.65) 40%,
    rgba(3, 35, 59, 0.25) 70%,
    transparent 100%
  );
}

.slide-content {
  position: relative;
  z-index: 10;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.slide-text {
  max-width: 580px;
}

.slide-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  padding: 2px 7px;
  border-radius: 4px;
  transition: var(--mt-transition);
  background: rgba(214, 167, 60, 0.2);
  color: var(--mt-quinery);
  border: 1px solid rgba(214, 167, 60, 0.3);
}

.swiper-slide-active .slide-eyebrow {
  opacity: 1;
  transform: translateY(0);
}

.slide-h1 {
  font-family: "Barlow Condensed", var(--mt-head-font);
  color: var(--mt-accent-white);
  font-weight: 800;
  margin: 0 0 20px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.swiper-slide-active .slide-h1 {
  opacity: 1;
  transform: translateY(0);
}

.slide-h1 em {
  color: #d6a73c;
  font-style: normal;
  display: block;
}
.slide-sub {
  color: rgba(247, 239, 231, 0.75);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.55s 0.6s ease,
    transform 0.55s 0.6s ease;
}
.swiper-slide-active .slide-sub {
  opacity: 1;
  transform: translateY(0);
}
.slide-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.5s 0.75s ease,
    transform 0.5s 0.75s ease;
}
.slide-cta--single {
  justify-content: center;
}
.slide-content--no-panel .slide-text:has(.slide-cta--single) {
  max-width: none;
}
.slide-content--no-panel
  .slide-text:has(.slide-cta--single)
  .slide-cta--single {
  margin-top: clamp(100px, 27vh, 220px);
}
.swiper-slide-active .slide-cta {
  opacity: 1;
  transform: translateY(0);
}

/* Slide visual panel */

.slide-panel {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: none;
  border-radius: var(--mt-radius);
  padding: 50px;
  opacity: 0;
  transform: translateX(28px);
  transition: var(--mt-transition);
  height: 100%;
}
.swiper-slide-active .slide-panel {
  opacity: 1;
  transform: translateX(0);
}

.slide-panel-title {
  font-family: var(--mt-head-font);
  font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem);
  font-weight: 800;
  color: var(--mt-accent-white);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 2px;
}
.slide-panel-title em {
  color: var(--mt-quinery);
  font-style: normal;
}
.slide-panel-sub {
  color: rgba(247, 239, 231, 0.8);
  font-size: 1rem;
  margin-bottom: 20px;
}
.slide-panel-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.slide-panel-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(247, 239, 231, 0.85);
  font-size: 1.1rem;
}
.panel-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.panel-icon.green {
  background: rgba(0, 143, 90, 0.2);
  border: 1px solid rgba(0, 143, 90, 0.3);
}
.panel-icon.gold {
  background: rgba(214, 167, 60, 0.15);
  border: 1px solid rgba(214, 167, 60, 0.25);
}

/* Swiper custom nav */

.swiper-pagination,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-button-next {
  right: 40px;
}
.swiper-button-prev {
  left: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 46px;
  height: 46px;
  background: var(--mt-primary, var(--green));
  backdrop-filter: blur(8px);
  border: 1px solid var(--mt-primary, var(--green));
  border-radius: 50%;
  color: var(--mt-accent-white, #fff) !important;
  transition: var(--mt-transition);
  padding: 0px;
  margin: 0px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--mt-primary, var(--green));
  color: var(--mt-accent-white, #fff) !important;
  transform: scale(1.08);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
  font-weight: 900;
  color: inherit !important;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.9) !important;
  width: 8px;
  height: 8px;
  transition: var(--mt-transition);
  padding: 0px;
}
.swiper-pagination-bullet-active {
  background: var(--mt-quinery) !important;
  width: 28px;
  border-radius: 4px;
}

/* Progress bar */

.swiper-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: var(--mt-quinery);
  z-index: 20;
  width: 0%;
  transition: width linear;
}

/* Swiper Buttons */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  background: var(--green);
  color: var(--mt-accent-white);
  font-family: var(--mt-head-font);
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  border: none;
  border-radius: var(--mt-radius);
  cursor: pointer;
  text-decoration: none;
  border-radius: var(--mt-radius);
  transition: var(--mt-transition);
}
.btn-primary:hover {
  background: var(--mt-scondery);
  color: var(--mt-accent-white);
  box-shadow: 0 8px 28px rgba(0, 143, 90, 0.45);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: transparent;
  color: var(--mt-accent-white);
  font-family: var(--mt-head-font);
  font-size: 0.95rem;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--mt-radius);
  cursor: pointer;
  text-decoration: none;
  transition: var(--mt-transition);
}
.btn-secondary:hover {
  border-color: var(--mt-quinery);
  color: var(--mt-accent-white);
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: var(--mt-quinery);
  color: var(--mt-accent-white);
  font-family: var(--mt-head-font);
  font-size: 0.95rem;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  border: none;
  border-radius: var(--mt-radius);
  cursor: pointer;
  text-decoration: none;
  transition: var(--mt-transition);
  box-shadow: 0 4px 18px rgba(214, 167, 60, 0.35);
}
.btn-gold:hover {
  background: #e6b84a;
  color: var(--mt-accent-white);
  box-shadow: 0 8px 24px rgba(214, 167, 60, 0.45);
}

/** 
    3. Brand Logos
*/

.brand-section {
  background: var(--mt-bg-light);
  padding: 24px 0;
  border-bottom: 1px solid #ede9e4;
  overflow: hidden;
}

.brand-section #brandSwiper {
  overflow: hidden;
}
.brand-logo {
  font-family: var(--mt-head-font);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9ca3af;
  transition: color var(--mt-transition);
  white-space: nowrap;
  flex-shrink: 0;
  width: 100%;
  max-width: 200px;
  margin: auto;
  text-align: center;
}
.brand-logo:hover {
  color: var(--mt-primary);
}

/** 
    4. Feature Products
*/

.featured-products {
  padding: 60px 0 0;
}

.featured-products > .container,
.geocare-featured-products > .container {
  max-width: min(100%, 1840px);
  padding-left: clamp(12px, 1.25vw, 18px);
  padding-right: clamp(12px, 1.25vw, 18px);
}

.geocare-learn-aboutus > .container,
.wp-block-geocare-learn-aboutus.geocare-learn-aboutus > .container,
.geocare-testimonials > .container,
.wp-block-geocare-testimonials.geocare-testimonials > .container {
  max-width: min(100%, 1840px);
  padding-left: clamp(12px, 1.25vw, 18px);
  padding-right: clamp(12px, 1.25vw, 18px);
  margin: 0 auto;
  box-sizing: border-box;
}

.featured-header {
  background: var(--green);
  color: var(--mt-accent-white);
  text-align: center;
  padding: 14px 30px;
  padding: 14px;
  font-family: var(--mt-head-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}

.featured-products .products-main {
  background-color: transparent;
}

.geocare-learn-aboutus.info-row,
.wp-block-geocare-learn-aboutus.geocare-learn-aboutus {
  background: transparent;
}

.geocare-about-info.about-section,
.wp-block-geocare-about-info.geocare-about-info {
  background-color: transparent;
}

.featured-products .products-main .products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  border-top: 1px solid var(--mt-border-clr);
  border-left: 1px solid var(--mt-border-clr);
  box-sizing: border-box;
}

.featured-products .products-main .products-grid .product-card {
  border-right: 1px solid var(--mt-border-clr);
  border-bottom: 1px solid var(--mt-border-clr);
}

.featured-products .product-content .product-name,
.featured-products .product-content .product-name a,
.geocare-featured-products .product-content .product-name,
.geocare-featured-products .product-content .product-name a {
  font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
}

/* Featured Products: exactly 4 visual lines (not 4 list items).
   max-height is text-only; padding stays outside content-box so a 5th line cannot peek. */
.geocare-featured-products .product-card .product-content .product-features {
  --fp-feature-font-size: 1rem;
  --fp-feature-line-height: 1.5;
  --fp-feature-max-lines: 4;
  box-sizing: content-box;
  font-size: var(--fp-feature-font-size);
  line-height: var(--fp-feature-line-height);
  max-height: calc(
    var(--fp-feature-font-size) * var(--fp-feature-line-height) *
      var(--fp-feature-max-lines)
  );
  overflow: hidden;
  padding-bottom: 10px;
}

.geocare-featured-products .product-card .product-content .product-features li {
  font-size: var(--fp-feature-font-size);
  line-height: var(--fp-feature-line-height);
  margin: 0;
  padding: 0;
}

.featured-products .product-content .product-features li:nth-child(n + 5) {
  display: none;
}

.featured-products .product-price-box .price-wrapper,
.geocare-featured-products .product-price-box .price-wrapper {
  font-size: 16px;
}

.featured-products .product-price-box .price-wrapper .price-amount,
.geocare-featured-products .product-price-box .price-wrapper .price-amount {
  font-size: 1.2em;
  font-weight: 700;
}

.featured-products .product-price-box .button-wrapper .btn-primary,
.geocare-featured-products .product-price-box .button-wrapper .btn-primary {
  font-size: 16px;
}

/** 
    5. Scroll reveal 
*/

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/** 
6. Hamburger Button
*/

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 1.5px solid rgba(3, 35, 59, 0.15);
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--mt-transition);
  margin: 0px;
  padding: 0px;
}

.hamburger:hover {
  background: rgba(0, 59, 70, 0.06);
}

.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--mt-primary);
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/** 
    7. Info Row / Learn Row / Bulk Row
*/

.info-row,
.learn-row,
.bulk-row {
  background: var(--mt-body-bg);
}

.info-row .info-row-inner-wrapper,
.learn-row .learn-row-inner-wrapper,
.bulk-row .bulk-row-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 40px;
  align-items: stretch;
}

.info-row .info-main,
.learn-row .info-main,
.bulk-row .info-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.bulk-row .bulk-aside,
.info-row .info-aside {
  background-image: url("../images/yellow-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.learn-row .learn-aside {
  background-image: url("../images/blu-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-row .info-aside,
.learn-row .learn-aside,
.bulk-row .bulk-aside {
  border-radius: var(--mt-radius);
  padding: clamp(1.875rem, 1.7019rem + 0.7692vw, 2.625rem)
    clamp(1.25rem, 0.9327rem + 1.4103vw, 2.625rem);
  align-content: center;
  position: relative;
  overflow: hidden;
}

.info-row .info-aside h3,
.learn-row .learn-aside h3,
.bulk-row .bulk-aside h3 {
  font-family: var(--mt-head-font);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--mt-accent-white);
  line-height: 1.2;
}

.info-row .info-card-name,
.learn-row .info-card-name,
.bulk-row .info-card-name {
  display: inline-flex;
  flex-flow: column nowrap;
  gap: 10px;
  margin-bottom: 1em;
}

.info-row .info-card-name:after,
.learn-row .info-card-name:after,
.bulk-row .info-card-name:after {
  content: "";
  width: 100%;
  max-width: 40%;
  height: 2px;
  display: block;
  background: var(--mt-quinery);
  position: relative;
  transition: var(--mt-transition);
}

.info-row .info-card:hover .info-card-name:after,
.learn-row .info-card:hover .info-card-name:after,
.bulk-row .info-card:hover .info-card-name:after {
  max-width: 85%;
}

.info-row .info-aside p,
.learn-row .learn-aside p,
.bulk-row .bulk-aside p {
  color: var(--mt-accent-white);
  line-height: var(--mt-base-line-height);
}

.info-row .info-aside .info-aside-title,
.learn-row .learn-aside .info-aside-title,
.info-row .info-aside h3.info-aside-title {
  text-transform: uppercase;
  font-weight: 700;
}

.info-row .info-aside .info-aside-body,
.learn-row .learn-aside .info-aside-body,
.info-row .info-aside p.info-aside-body {
  font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
}

.info-row .info-card,
.learn-row .info-card,
.bulk-row .info-card {
  border-radius: 0;
  overflow: hidden;
  transition: var(--mt-transition);
}

.info-row a.info-card,
.learn-row a.info-card,
.bulk-row a.info-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.info-row .info-card-img,
.learn-row .info-card-img,
.bulk-row .info-card-img {
  /* height: 160px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: var(--mt-radius);
  overflow: hidden;
}

.info-row .info-card-body,
.learn-row .info-card-body,
.bulk-row .info-card-body {
  padding-top: 16px;
}

.info-row .info-card-name,
.learn-row .info-card-name,
.bulk-row .info-card-name {
  font-family: var(--mt-head-font);
  font-size: clamp(1.125rem, 1.0673rem + 0.2564vw, 1.375rem);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--mt-heading);
  margin-bottom: 14px;
  line-height: normal;
}

.info-row .info-card-desc,
.learn-row .info-card-desc,
.bulk-row .info-card-desc {
  color: var(--mt-body-text);
  line-height: var(--mt-base-line-height);
  font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
}

.info-row .info-aside a,
.learn-row .learn-aside a,
.bulk-row .bulk-aside a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mt-primary);
  color: var(--mt-accent-white);
  font-family: var(--mt-head-font);
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  transition: var(--mt-transition);
}

.learn-row .learn-aside a {
  background-color: var(--mt-quinery);
  color: var(--mt-accent-white);
}

.info-row {
  padding: 60px 0 0 0;
}
.learn-row {
  padding: 60px 0 60px 0;
}
.info-row:has(+ .about-section) {
  padding-bottom: 60px;
}

.info-row .info-aside > *:not(:last-child),
.learn-row .learn-aside > *:not(:last-child),
.bulk-row .bulk-aside > *:not(:last-child) {
  margin-bottom: 24px;
}

/** 
    Testimonial Section
*/

.geocare-testimonials .geocare-testimonials__nav,
.geocare-testimonials .geocare-testimonials__title {
  width: 50%;
  margin: 0 0 30px;
}

.geocare-testimonials .geocare-testimonials__nav {
  float: right;
}
.geocare-testimonials .geocare-testimonials__title {
  float: left;
}
.geocare-testimonials .testimonials-swiper-wrap {
  clear: both;
}

.geocare-testimonials .geocare-testimonial-card__bubble {
  border-radius: var(--mt-radius-md);
  background-color: var(--mt-primary);
  box-shadow: none;
  padding: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem)
    clamp(1.25rem, 0.6731rem + 2.5641vw, 3.75rem);
}

.geocare-testimonials .geocare-testimonial-card__author {
  font-family: var(--mt-head-font);
  font-size: clamp(1.125rem, 1.0673rem + 0.2564vw, 1.375rem);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 4px;
  line-height: normal;
}

.geocare-testimonials .geocare-testimonial-card__footer {
  gap: 8px 10px;
  grid-template-areas: "author rating logo";
}
.geocare-testimonials .geocare-testimonial-card__footer > div {
  justify-self: start;
}

.geocare-testimonials .geocare-testimonial-card__description {
  font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
  line-height: 1.8;
}

.geocare-testimonials .geocare-testimonial-card__bubble:after {
  background-color: inherit;
}

.geocare-testimonials .geocare-testimonial-card__logo {
  grid-column: 3/4;
  grid-row: 1/3;
}

.geocare-testimonials .geocare-testimonial-card__rating {
  grid-column: 1/3;
  align-self: start;
  grid-row: 2/3;
}
.geocare-testimonials .geocare-testimonial-card__star {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .geocare-testimonials .geocare-testimonials__title {
    width: 100%;
  }

  .geocare-testimonials .geocare-testimonial-card__footer {
    grid-template-areas: unset;
    grid-template-columns: 1fr;
  }
  .geocare-testimonials .geocare-testimonial-card__footer > div {
    justify-self: start;
    grid-area: unset;
  }
}

/** 
    8. Footer
*/

.footer-wrapper .newsletter {
  padding: clamp(3.125rem, 2.6923rem + 1.9231vw, 5rem) 0px clamp(3.125rem, 2.4038rem + 3.2051vw, 6.25rem);
}
.footer-wrapper .newsletter .newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-wrapper .newsletter .newsletter-form {
  flex: 1;
  padding-right: 20px;
}
.footer-wrapper .newsletter .newsletter-text {
  flex: 1;
}

.footer-wrapper .newsletter .newsletter-form > form { position: relative; width: 100%; max-width: 600px; }

.footer-wrapper .newsletter .newsletter-text p {
  font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
  color: var(--mt-accent-white);
  text-wrap: balance;
}
.footer-wrapper .newsletter .newsletter-text p span {
  color: var(--mt-accent-white);
  font-weight: var(--mt-head-font-weight);
}
/* .footer-wrapper .newsletter .newsletter-form { display: flex; gap: 10px; width: 40%; position: relative; } */
.footer-wrapper .newsletter .newsletter-text {
  flex: 1;
}
.footer-wrapper .newsletter .newsletter-form input {
  flex: 1;
  outline: none;
  transition: var(--mt-transition);
  background-color: var(--mt-accent-white);
  height: clamp(3rem, 2.8269rem + 0.7692vw, 3.75rem) !important;
  border: 0 !important;
  border-radius: var(--mt-radius) !important;
  padding: 0 clamp(6.875rem, 6.2981rem + 2.5641vw, 9.375rem) 0
    clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
  margin: 0 !important;
  width: 100%;
}

.footer-wrapper .newsletter .newsletter-form input::placeholder {
  color: var(--mt-heading);
}
.footer-wrapper .newsletter .newsletter-form input:focus {
  border-color: var(--mt-scondery);
}

.footer-wrapper .newsletter .newsletter-form button {
  padding: 10px clamp(1.125rem, 0.9519rem + 0.7692vw, 1.875rem);
  background: var(--mt-quaternary);
  color: var(--mt-accent-white);
  border: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: var(--mt-head-font);
  font-size: 0.88rem;
  font-weight: var(--mt-head-font-weight);
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--mt-transition);
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  margin-top: 0;
}
.footer-wrapper .newsletter .newsletter-form button:hover {
  background: var(--teal);
}

.geocare-newsletter-notices {
  width: 100%;
  max-width: 600px;
  margin: 0 0 10px;
}

.geocare-newsletter-notices[hidden] {
  display: none;
}

.footer-wrapper
  .newsletter
  .newsletter-form
  button.newsletter-button.is-loading {
  opacity: 0.7;
  cursor: wait;
}

.geocare-newsletter-notice {
  margin: 0;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}

.geocare-newsletter-notice.is-success {
  background: #fff8e6;
  color: #012e2b;
  border: 1px solid rgba(214, 167, 60, 0.55);
}

.geocare-newsletter-notice.is-error {
  background: #fff5f5;
  color: #8b1e1e;
  border: 1px solid rgba(139, 30, 30, 0.25);
}

.geocare-newsletter-admin-hint {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

footer {
  background: var(--green);
  border-top: 0px solid var(--mt-border-clr);
  padding: 0;
}
footer .footer-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  margin: -25px -10px;
}

footer .footer-inner-wrapper .footer-col {
  padding: 25px 10px;
}
footer .footer-inner-wrapper .footer-col:last-child {
  text-align: end;
}

footer .footer-inner-wrapper .footer-col {
  width: 19%;
}
footer .footer-inner-wrapper .footer-col.footer-col-contact {
  width: 22%;
}

.footer-col h4.footer-title {
  font-family: var(--mt-head-font);
  font-size: 20px;
  font-weight: var(--mt-head-font-weight);
  text-transform: capitalize;
  letter-spacing: 0px;
  color: var(--mt-accent-white);
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
}

footer .footer-inner-wrapper .footer-col h4.footer-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background: var(--mt-quaternary);
  margin-top: 15px;
}

footer .footer-inner-wrapper .footer-col:last-child h4.footer-title:after {
  right: 0;
  left: auto;
}

.footer-col ul.footer-menu-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-col ul.footer-menu-items li {
  width: 100%;
  margin-bottom: 4px;
}
.footer-col ul.footer-menu-items li a {
  font-size: 0.9rem;
  font-weight: var(--mt-base-font-weight);
  color: var(--mt-accent-white);
  transition: var(--mt-transition);
}

footer .footer-col ul.footer-menu-items li a:hover {
  color: var(--mt-quinery);
}

footer .footer-social {
  margin-top: 22px;
}
footer .footer-social__title {
  margin: 0 0 12px;
  font-family: var(--mt-head-font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--mt-accent-white);
}
footer .footer-social__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
}
footer .footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
footer .footer-social__link svg {
  display: block;
  fill: currentColor;
}
footer .footer-social__link:hover,
footer .footer-social__link:focus {
  transform: translateY(-2px);
  opacity: 0.92;
  color: #fff;
}
footer .footer-social__link--facebook {
  background: #1877f2;
}
footer .footer-social__link--instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
footer .footer-social__link--twitter {
  background: #111111;
}
footer .footer-social__link--pinterest {
  background: #e60023;
}
footer .footer-social__link--linkedin {
  background: #0a66c2;
}
footer .footer-social__link--youtube {
  background: #ff0000;
}

footer .footer-bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--teal);
}
footer .footer-bottom .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom p {
  font-size: 0.96rem;
  color: var(--mt-accent-white);
}

footer .footer-phone {
  font-family: var(--mt-head-font);
  font-weight: var(--mt-head-font-weight);
  margin-bottom: 14px;
  color: var(--mt-accent-white);
  font-size: clamp(2.125rem, 2.125rem + 0vw, 2.125rem);
}
footer .footer-phone--secondary {
  margin-top: -6px;
  margin-bottom: 14px;
}
footer .footer-phone a {
  color: var(--mt-accent-white);
}
footer .footer-phone a:hover,
footer .footer-phone a:focus {
  color: var(--mt-quinery);
}

footer .footer-hours,
footer .footer-cards {
  font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
  color: var(--mt-accent-white);
}

footer .footer-address {
  margin-top: 7px;
  font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
  line-height: 1.55;
  color: var(--mt-accent-white);
}
footer .footer-address__line {
  display: block;
  color: inherit;
}
footer .footer-address__line--space {
  height: 14px;
}
footer .footer-address__line--section { margin-top: 5px; }
footer .footer-address__line--section:has(> strong) { margin-top: 10px; font-size: 1.12rem; font-weight: normal; margin-bottom: 7px; }

footer .footer-address p {
  display: block;
  margin: 0 0 0.35em;
  color: inherit;
}
footer .footer-address p:last-child { margin-bottom: 0; }
footer .footer-address strong,
footer .footer-address b { font-weight: normal; }

footer .footer-address a.footer-address-phone {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 0.35em;
  font-weight: 700;
  color: var(--mt-quinery, #d6a73c);
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .footer-address a.footer-address-phone::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.15 15.15 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.4 21 3 13.6 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.15 15.15 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.4 21 3 13.6 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
footer .footer-address a.footer-address-phone:hover,
footer .footer-address a.footer-address-phone:focus {
  color: var(--mt-accent-white);
}

footer .payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px -4px;
}
footer .payment-icons .payment-icon {
  display: inline-flex;
  padding: 4px;
}
footer .payment-icons .payment-icon img { border-radius: 5px; 
  height: clamp(1.625rem, 1.5385rem + 0.3846vw, 2rem); }
/** 
AT Media Queries
*/

@media only screen and (max-width: 1540px) {
  .hero-swiper,
  .hero-swiper .swiper-slide {
    width: 100%;
    /* height: 650px; */
  }
}

@media only screen and (max-width: 1500px) {
  .mt__topbar_item:has(> .tb-center) {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .slide-content {
    padding: 0 80px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .swiper-button-next {
    right: 20px;
  }
  .swiper-button-prev {
    left: 20px;
  }

  .slide-panel {
    padding: 32px;
  }

  .featured-products .products-main .products-grid .product-card {
    flex: 1 1 50%;
  }

  .info-row .info-row-inner-wrapper,
  .learn-row .learn-row-inner-wrapper,
  .bulk-row .bulk-row-inner-wrapper,
  .info-row .info-main,
  .learn-row .info-main,
  .bulk-row .info-main {
    gap: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }

  .mt__topbar_wrapper,
  header .mt__search_form,
  .mt__header_sticky-region .mt__search_form {
    display: none;
  }

  .mt__header_icon {
    flex: 0 0 70%;
  }

  .slide-content {
    grid-template-columns: 1fr;
  }
  .slide-panel {
    display: none;
  }

  .hero-swiper .swiper-slide {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hero-swiper,
  .hero-swiper .swiper-slide {
    width: 100%;
    height: 650px;
  }

  .info-row .info-row-inner-wrapper,
  .learn-row .learn-row-inner-wrapper,
  .bulk-row .bulk-row-inner-wrapper {
    grid-template-columns: 1fr;
  }

  /* Sidebar layouts (blog, shop, etc.) — stack main column on tablet/mobile */
  .with-sidebar-row,
  .with-sidebar-row:has(> #primary.with-left-sidebar) {
    flex-direction: column;
  }

  #secondary {
    display: none;
  }

  #primary.page-with-sidebar {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
    display: block;
  }

  #primary.with-left-sidebar,
  #primary.with-right-sidebar {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  #secondary.mt-sidebar-left,
  #secondary.mt-sidebar-right {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .mt__header_icon .header-actions > a {
    display: none;
  }

  /* .slide-h1 { font-size: clamp(1.8rem, 6vw, 2.6rem); } */
  .slide-sub {
    font-size: 0.9rem;
    margin-bottom: 22px;
  }
  .slide-cta {
    gap: 10px;
  }
  .btn-primary,
  .btn-secondary,
  .btn-gold {
    padding: 11px 22px;
    font-size: 0.85rem;
  }

  .slide-content {
    padding: 0 30px;
  }

  .slide-panel {
    display: none;
  }

  .hero-swiper .swiper-pagination {
    bottom: 64px;
  }
  .swiper-button-next {
    position: relative;
    transform: translateY(-220%) translateX(0%) !important;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
  }
  .swiper-button-prev {
    position: relative;
    transform: translateY(-120%) translateX(-110%) !important;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
  }

  .hero-swiper .swiper-slide {
    padding-bottom: 100px;
  }
  .hero-swiper,
  .hero-swiper .swiper-slide {
    width: 100%;
    height: 550px;
  }

  .info-row .info-row-inner-wrapper,
  .learn-row .learn-row-inner-wrapper,
  .bulk-row .bulk-row-inner-wrapper,
  .info-row .info-main,
  .learn-row .info-main,
  .bulk-row .info-main {
    gap: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .info-row .info-main,
  .learn-row .info-main,
  .bulk-row .info-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .mt__header_icon .header-actions > .btn-basket {
    display: none;
  }

  .slide-content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1540px) and (min-width: 1281px) {
  header .mt__topbar_wrapper .mt__topbar .mt__topbar_item .tb-right {
    align-items: end;
    gap: 5px;
    flex-direction: column;
  }
  header .mt__topbar_wrapper .mt__topbar .mt__topbar_item .tb-right .tb-pipe {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  header
    .mt__topbar_wrapper
    .mt__topbar
    .mt__topbar_item.mt__text_center
    .tb-center {
    display: none;
  }

  header .mt__search_form,
  .mt__header_sticky-region .mt__search_form {
    padding-left: 20px;
  }
  header .mt__search_form,
  header .mt__header_icon,
  .mt__header_sticky-region .mt__search_form,
  .mt__header_sticky-region .mt__header_icon {
    flex: auto;
  }

  footer .footer-inner-wrapper .footer-col:last-child {
    flex-basis: 100%;
    text-align: center;
  }
  footer .payment-icons {
    justify-content: center;
  }
  footer .footer-inner-wrapper .footer-col:last-child h4.footer-title:after {
    right: 0;
    left: 0 !important;
    margin: auto;
  }
  footer .footer-phone {
    line-height: var(--mt-head-line-height);
  }
  /* footer .footer-address { text-align: center; } */
  /* footer .footer-address__line { text-align: center; } */
  /* footer .footer-address a.footer-address-phone { justify-content: center; } */
}

@media only screen and (max-width: 1024px) {
  .footer-wrapper .newsletter .newsletter-inner { flex-direction: column; gap: 30px; padding: 0; }
  /* .footer-wrapper .newsletter .newsletter-form { width: 80%; } */
  /* .footer-wrapper .newsletter .newsletter-text p { text-align: center; } */

  .footer-wrapper .newsletter .newsletter-form { padding-right: 0px; }
  .footer-wrapper .newsletter .newsletter-text { padding-left: 0px; }

  /* .footer-wrapper .newsletter .newsletter-form > form { margin: 0 auto; } */

  .about-section .about-inner .about-text { width: 100% !important; }
  .about-image {
    display: none;
  }

  footer .footer-inner-wrapper .footer-col {
    width: 24%;
  }
  footer .footer-inner-wrapper .footer-col.footer-col-contact {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-inner-wrapper .footer-col:last-child {
    flex-basis: unset;
    text-align: left;
  }
  footer .payment-icons {
    justify-content: flex-start;
  }
  footer .footer-inner-wrapper .footer-col:last-child h4.footer-title::after {
    right: auto;
    left: 0;
  }
  footer .footer-address,
  footer .footer-address__line {
    text-align: left;
    line-height: 30px;
  }
  footer .footer-address a.footer-address-phone {
    justify-content: flex-start;
  }
  footer .footer-bottom .footer-bottom-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .footer-bottom p {
    text-align: center;
  }

  footer .footer-inner-wrapper .footer-col {
    width: 50%;
  }
  footer .footer-inner-wrapper .footer-col.footer-col-contact {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer-inner-wrapper .footer-col {
    flex-basis: 100%;
  }
  footer .footer-inner-wrapper .footer-col:last-child {
    flex-basis: 100%;
    text-align: left;
  }
  .footer-wrapper .newsletter .newsletter-form {
    width: 100%;
  }

  .footer-wrapper .newsletter .newsletter-text p { text-align: left; }
}

/* Single-product safety fallback:
 * keep gallery + summary visible even if product-single.css is missing on deploy.
 */
.single-product-page .single-product-main.reveal {
  opacity: 1;
  transform: none;
}

.single-product-page .single-product-main,
.single-product-page .single-product-primary {
  width: 100%;
  max-width: 100%;
}

.single-product-page .woocommerce div.product.mt__product_single {
  display: block;
  width: 100%;
  max-width: 100%;
}

.single-product-page .mt__product_single .single-product-top {
  display: block;
  width: 100%;
  max-width: 100%;
}

.single-product-page .mt__product_single .geocare-product-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(24px, 2.5vw, 40px);
  align-items: start;
  width: 100%;
  max-width: 100%;
}

.single-product-page
  .mt__product_single
  .geocare-product-hero-row
  .mt-product-gallery-col,
.single-product-page
  .mt__product_single
  .geocare-product-hero-row
  .mt-product-summary {
  min-width: 0;
}

.single-product-page
  .mt__product_single
  .geocare-product-hero-row
  .mt-product-summary,
.single-product-page .mt__product_single div.images,
.single-product-page .mt__product_single .summery-product-right {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  clear: none !important;
  margin: 0 !important;
}

.single-product-page
  .mt__product_single
  .single-product-top
  .mt-product-support-brand {
  display: none;
}

@media (max-width: 1024px) {
  .single-product-page .mt__product_single .geocare-product-hero-row {
    grid-template-columns: 1fr !important;
  }

  .single-product-page .mt__product_single .single-product-bottom {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .single-product-page .mt__product_single .geocare-product-hero-row {
    grid-template-columns: 1fr !important;
  }
}

/* Gallery: clip at flex-viewport only. Never cap __wrapper width — Flexslider needs a wide track. */
.single-product-page .mt-product-gallery-col {
  overflow-x: clip;
}
.single-product-page .mt-product-gallery,
.single-product-page .mt-product-gallery .woocommerce-product-gallery {
  max-width: 100%;
}

.single-product-page .mt-product-gallery .flex-viewport {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.single-product-page .mt-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  overflow: hidden;
  display: block;
}

.single-product-page
  .mt-product-gallery
  .woocommerce-product-gallery__image
  a
  img:not(.zoomImg) {
  width: 100%;
  height: auto;
  display: block;
}

.single-product-page
  .mt-product-gallery
  .woocommerce-product-gallery__image
  a
  img.zoomImg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  pointer-events: none;
}

@media (max-width: 767px) {
  .single-product-page
    .mt-product-gallery
    .woocommerce-product-gallery.geocare-gallery--has-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .single-product-page
    .mt-product-gallery
    .woocommerce-product-gallery.geocare-gallery--has-thumbs
    .flex-viewport {
    order: 1;
    width: 100%;
    min-height: 0;
  }

  .single-product-page
    .mt-product-gallery
    .woocommerce-product-gallery.geocare-gallery--has-thumbs
    .geocare-gallery-thumbs-nav {
    order: 2;
    width: 100%;
    max-height: none;
  }
}

.hero-swiper .slide-eyebrow { font-size: 11px !important; }
.hero-swiper .slide-h1 { font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem) !important; }

@media only screen and (max-width: 767px) {
    .hero-swiper .slide-h1 { font-size: 30px !important; }
    .hero-swiper .slide-sub { font-size: .85rem !important; margin-bottom: 22px !important; }
    .hero-swiper .slide-eyebrow { font-size: 10px !important; padding: 4px 8px !important; 
      margin-top: 12px !important; margin-bottom: 16px !important; 
    }
}

@media only screen and (max-width: 1541px) {
  .hero-swiper, .hero-swiper .swiper-slide {
    width: 100%;
    height: 545px !important;
  }
}


/** 
    Mobile Navigation
*/

.mobile-navigation-bar {
  display: flex;
  width: 100%;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 5px;
  background-color: var(--cream);
  border-top: 1px solid var(--border);
  box-sizing: border-box;
}

.mobile-navigation-bar .sq_e_nav_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
  width: 100%;
}
.mobile-navigation-bar .sq_e_nav_items:not(:last-child) {
  border-right: 1px solid var(--border);
}

.mobile-navigation-bar .sq_e_nav_items svg {
  width: 1em;
  height: 1em;
}
.mobile-navigation-bar .sq_e_nav_items i,
.mobile-navigation-bar .sq_e_nav_items svg {
  font-size: 20px;
  width: 1em;
  height: 1em;
}

.mobile-navigation-bar .sq_e_nav_items span.position-relative {
  position: relative;
  display: inline-block;
}
.mobile-navigation-bar .sq_e_nav_items .heading-label {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  margin-top: 4px;
}

.sq_e_nav_items .h-count {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  left: 14px;
  background-color: var(--green);
  color: var(--Gray);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

/* Keep page content + chat widgets clear of the sticky bar on mobile. */
@media screen and (max-width: 767px) {
  body.has-mobile-sticky-nav {
    --geocare-sticky-nav-h: 72px;
  }

  /* Only pad the copyright strip — enough to clear the sticky bar, no double gap. */
  body.has-mobile-sticky-nav footer .footer-bottom {
    padding-bottom: calc(var(--geocare-sticky-nav-h) + 8px) !important;
  }

  /* Interakt / WhatsApp and similar fixed launchers */
  body.has-mobile-sticky-nav [id*="kiwi"],
  body.has-mobile-sticky-nav [class*="kiwi"],
  body.has-mobile-sticky-nav [id*="interakt"],
  body.has-mobile-sticky-nav [class*="interakt"],
  body.has-mobile-sticky-nav .joinchat,
  body.has-mobile-sticky-nav .ww-btn,
  body.has-mobile-sticky-nav .floating-wpp,
  body.has-mobile-sticky-nav #wa-widget,
  body.has-mobile-sticky-nav .wa__btn_popup {
    bottom: calc(var(--geocare-sticky-nav-h) + 16px) !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-navigation-bar {
    display: none;
  }
}
