/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


header.elementor-11088 .elementor-sticky--effects {
  background-color: #333333 !important;
  padding-bottom: 1em !important;
  background-image: none !important;
  transition: background-color 1s ease-in-out;
}

header.elementor-690 .elementor-sticky--effects {
  background-color: #f4f6f6 !important;
  padding-bottom: 1em !important;
  box-shadow: 0px 0px 2.3px rgba(0, 0, 0, 0.001), 0px 0px 5.6px rgba(0, 0, 0, 0.004), 0px 0px 10.7px rgba(0, 0, 0, 0.013), 0px 0px 20.2px rgba(0, 0, 0, 0.029), 0px 0px 41px rgba(0, 0, 0, 0.05), 0px 0px 85px rgba(0, 0, 0, 0.07);
  transition: background-color 1s ease-in-out;
}

.arrow-cta .elementor-button-content-wrapper {
  align-items: center;
}
.arrow-cta .elementor-button-icon svg {
  height: 2rem !important;
  width: auto !important;
}

.text-wrap-55 h1 {
  max-inline-size: 20ch;
  text-wrap: balance;
}

.sbx_fadeIn {
  transition: all 1s ease-out;
}

.heading-bg .elementor-widget-container {
  background: #f4f6f6;
}

.product__section {
  display: none;
}

.first_product {
  display: block;
}

.product__toggler {
  cursor: pointer;
}


/* ============================================
   HEADER LAYOUT
   Makes header a flex row: menu fills space,
   contact button sits at the end
   ============================================ */
header.header_blue,
header.header_dark,
header.header_white {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

header.header_blue #sbx_menu-ct,
header.header_dark #sbx_menu-ct,
header.header_white #sbx_menu-ct {
  flex: 1;
}


/* ============================================
   MEGA MENU - BASE STYLES
   ============================================ */
#sbx_menu-ct {
  padding: 0 2em;
}
#sbx_menu-ct ul, #sbx_menu-ct li, #sbx_menu-ct a {
  font-family: "Helvetica Neue", sans-serif;
}
#sbx_menu-ct ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Main Navigation Bar */
#sbx_menu-ct .sbx_menu {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

/* Menu Items */
#sbx_menu-ct .sbx_menu .sbx_menu-item {
  position: relative;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li {
  color: #f4f6f6 !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  padding: 0.75rem 1.25rem;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  position: relative;
  text-decoration: none;
}
/* #sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li:hover {
  background-color: rgba(255, 255, 255, 0.1);
} */
#sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ff224a;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
#sbx_menu-ct .sbx_menu .sbx_menu-item:hover a.main-level-li::after {
  width: 60%;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .toggle-submenu {
  display: none;
}


/* ============================================
   STANDARD DROPDOWN
   ============================================ */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background-color: #f4f6f6;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: 9999;
  padding: 0.75rem 0;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item:hover > .sbx_sub {
  display: block !important;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 16px;
  background: transparent;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #f4f6f6;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}

/* Dropdown Links */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub li {
  list-style: none;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a {
  display: flex;
  align-items: center;
  color: #374151;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  transition: all 0.2s ease;
  position: relative;
  margin: 0 0.5rem;
  border-radius: 2px;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: #ff224a;
  border-radius: 2px;
  transition: height 0.2s ease;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a:hover {
  background-color: #f8fafc;
  color: #ff224a;
  padding-left: 1.5rem;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a:hover::before {
  height: 60%;
}


/* ============================================
   MEGA MENU CONTAINER
   ============================================ */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container {
  display: none !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  border-radius: 2px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: rgba(245, 245, 245, 0.85);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  overflow: hidden;
  z-index: 9999;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item:hover > .sbx_mega-menu-container {
  display: flex !important;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 16px;
  background: transparent;
}

/* Mega Menu Title/Sidebar */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title {
  width: 140px;
  min-width: 140px;
  text-align: left;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #292f7490;
  position: relative;
  overflow: hidden;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title h2 {
  font-family: "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #f4f6f6;
  margin: 0;
  position: relative;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #ff224a;
  margin-top: 0.75rem;
  border-radius: 2px;
}

/* Mega Menu Content Grid */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu {
  padding: 2rem 2rem;
  background-color: #f4f6f6;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
  gap: 1.5rem 4rem;
  align-items: start;
  align-content: start;
  width: auto;
  min-width: 800px;
  height: auto;
}

/* Each Column */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu .sbx_mega-column {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

/* Parent Links */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_parent-link {
  color: #0F1E7A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.3rem 0;
  transition: color 0.2s ease;
  white-space: nowrap;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_parent-link:hover {
  color: #ff224a;
}

/* Child Links */
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_child-link {
  color: #6B7280;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.2rem 0;
  transition: color 0.2s ease;
  white-space: nowrap;
}
#sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_child-link:hover {
  color: #ff224a;
}


/* ============================================
   HEADER VARIANT: header_blue (Navy bg)
   ============================================ */
.header_blue #sbx_menu-ct .sbx_menu-item a.main-level-li {
  color: #f4f6f6 !important;
}
.header_blue #sbx_menu-ct .sbx_menu-item a.main-level-li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.header_blue #sbx_menu-ct .sbx_menu-item a.main-level-li::after {
  background: #f4f6f6;
}
/* .header_blue #sbx_menu-ct .sbx_menu .sbx_menu-item:hover a.main-level-li {
  color: #fdba12 !important;
} */

/* Search - navy */
.header_blue input[type="search"],
.header_blue input[type="text"].search-field,
.header_blue .search-field {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}
.header_blue input[type="search"]::placeholder,
.header_blue input[type="text"].search-field::placeholder,
.header_blue .search-field::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}
.header_blue input[type="search"]:focus,
.header_blue input[type="text"].search-field:focus,
.header_blue .search-field:focus {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  outline: none !important;
}


/* ============================================
   HEADER VARIANT: header_dark (Gray bg)
   ============================================ */
.header_dark #sbx_menu-ct .sbx_menu-item a.main-level-li {
  color: #0f171f !important;
}
.header_dark #sbx_menu-ct .sbx_menu-item a.main-level-li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header_dark #sbx_menu-ct .sbx_menu-item a.main-level-li::after {
  background: #ff224a;
}

/* Search - gray */
.header_dark input[type="search"],
.header_dark input[type="text"].search-field,
.header_dark .search-field {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #0f171f !important;
  border-radius: 4px !important;
}
.header_dark input[type="search"]::placeholder,
.header_dark input[type="text"].search-field::placeholder,
.header_dark .search-field::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.header_dark input[type="search"]:focus,
.header_dark input[type="text"].search-field:focus,
.header_dark .search-field:focus {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  outline: none !important;
}


/* ============================================
   HEADER VARIANT: header_white (White bg)
   ============================================ */
.header_white #sbx_menu-ct .sbx_menu-item a.main-level-li {
  color: #0f171f !important;
}
.header_white #sbx_menu-ct .sbx_menu-item a.main-level-li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header_white #sbx_menu-ct .sbx_menu-item a.main-level-li::after {
  background: #292f74;
}

/* Search - white */
.header_white input[type="search"],
.header_white input[type="text"].search-field,
.header_white .search-field {
  background: #f4f6f6 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #0f171f !important;
  border-radius: 4px !important;
}
.header_white input[type="search"]::placeholder,
.header_white input[type="text"].search-field::placeholder,
.header_white .search-field::placeholder {
  color: rgba(0, 0, 0, 0.35) !important;
}
.header_white input[type="search"]:focus,
.header_white input[type="text"].search-field:focus,
.header_white .search-field:focus {
  background: #f0f2f2 !important;
  border-color: rgba(0, 0, 0, 0.18) !important;
  outline: none !important;
}


/* ============================================
   CONTACT BUTTON (.sbx_contact-btn)
   ============================================ */
.sbx_contact-btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  display: inline-flex !important;
  padding: 4px 20px !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;

  white-space: nowrap !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

/* Contact - navy (pill, off-white fill, dark text) */
.header_blue .sbx_contact-btn {
  background-color: #F4F6F6 !important;
  border: none !important;
  color: #292F74 !important;
}
.header_blue .sbx_contact-btn:hover {
  background-color: #e4e6e8 !important;
  color: #292F74 !important;
}

/* Contact - gray (pill, solid red/pink fill) */
.header_dark .sbx_contact-btn {
  background-color: #ff2d55 !important;
  border: none !important;
  color: #ffffff !important;
}
.header_dark .sbx_contact-btn:hover {
  background-color: #e81e45 !important;
}

/* Contact - white (pill, muted gray-purple fill) */
.header_white .sbx_contact-btn {
  background-color: #292F74 !important;
  border: none !important;
  color: #ffffff !important;
}
.header_white .sbx_contact-btn:hover {
  background-color: #7d8099 !important;
}


/* ============================================
   RESPONSIVE - 1200px
   ============================================ */
@media screen and (max-width: 1200px) {
  #sbx_menu-ct {
    padding: 0 1rem;
  }
  #sbx_menu-ct .sbx_menu {
    gap: 0.25rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title {
    width: 120px;
    min-width: 120px;
    padding: 1.25rem 1rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title h2 {
    font-size: 1rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu {
    padding: 1rem;
    gap: 0.75rem 1.5rem;
    max-width: 500px;
    min-width: unset;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_parent-link {
    font-size: 0.8rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_child-link {
    font-size: 0.75rem;
  }
  .sbx_contact-btn {
    font-size: 0.75rem !important;
    padding: 0.4rem 1.25rem !important;
    margin-left: 0.5rem !important;
  }
}

/* ============================================
   RESPONSIVE - 1024px
   ============================================ */
@media screen and (max-width: 1024px) {
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container {
    left: 0;
    transform: none;
    min-width: unset;
    width: calc(100vw - 2rem);
    max-width: 500px;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub {
    left: 0;
    transform: none;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub::after {
    left: 2rem;
    transform: rotate(45deg);
  }
}

/* ============================================
   RESPONSIVE - 768px (Mobile)
   ============================================ */
@media screen and (max-width: 768px) {

  #sbx_menu-ct .sbx_menu .toggle-submenu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #0F1E7A;
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    padding: 0;
  }
  #sbx_menu-ct .sbx_menu .toggle-submenu.active {
    transform: rotate(180deg);
  }

  #sbx_menu-ct {
    padding: 0;
    width: 100%;
  }
  #sbx_menu-ct .sbx_menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  #sbx_menu-ct .sbx_menu .sbx_menu-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  #sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li {
    color: #0f171f !important;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.9rem 1.25rem;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li::after {
    display: none;
  }

  /* Disable hover on mobile */
  .sbx_menu-item:hover > .sbx_sub,
  .sbx_menu-item:hover > .sbx_mega-menu-container,
  #sbx_menu-ct .sbx_menu .sbx_menu-item:hover > .sbx_sub,
  #sbx_menu-ct .sbx_menu .sbx_menu-item:hover > .sbx_mega-menu-container {
    display: none !important;
  }

  /* Show only via JS toggle */
  .sbx_menu-item.mobile-open > .sbx_sub,
  #sbx_menu-ct .sbx_menu .sbx_menu-item.mobile-open > .sbx_sub {
    display: block !important;
  }
  .sbx_menu-item.mobile-open > .sbx_mega-menu-container,
  #sbx_menu-ct .sbx_menu .sbx_menu-item.mobile-open > .sbx_mega-menu-container {
    display: flex !important;
  }

  /* Dropdown: full width */
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    min-width: unset;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background-color: #f0f2f2;
    z-index: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub::before,
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub::after {
    display: none;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a {
    padding: 0.7rem 1.5rem;
    font-size: 0.875rem;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a::before {
    display: none;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a:hover {
    padding-left: 1.75rem;
    background-color: rgba(0, 0, 0, 0.03);
  }

  /* Mega menu: stack vertically */
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
    background: #f0f2f2;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container::before {
    display: none;
  }

  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title {
    width: 100%;
    min-width: unset;
    padding: 1rem 1.25rem;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title h2 {
    font-size: 0.95rem;
    margin: 0;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title h2::after {
    display: none;
  }

  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    min-width: unset;
    width: 100%;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu .sbx_mega-column {
    white-space: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_parent-link {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    display: block;
    white-space: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background-color: rgba(15, 30, 122, 0.04);
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_parent-link:hover {
    background-color: rgba(15, 30, 122, 0.08);
  }

  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_child-link {
    font-size: 0.8rem;
    padding: 0.6rem 1.25rem 0.6rem 2rem;
    display: block;
    white-space: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_child-link:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }

  /* Mobile theme overrides */
  .header_dark #sbx_menu-ct .sbx_menu-item a.main-level-li,
  .header_blue #sbx_menu-ct .sbx_menu-item a.main-level-li,
  .header_white #sbx_menu-ct .sbx_menu-item a.main-level-li {
    color: #0f171f !important;
    text-shadow: none;
  }

  /* Contact button mobile */
  .sbx_contact-btn {
    margin: 0.5rem 1.25rem 1rem !important;
    text-align: center !important;
    display: block !important;
  }
}

/* ============================================
   RESPONSIVE - 480px
   ============================================ */
@media screen and (max-width: 480px) {
  #sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li {
    font-size: 0.875rem;
    padding: 0.8rem 1rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_sub a {
    padding: 0.6rem 1.25rem;
    font-size: 0.8rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title {
    padding: 0.75rem 1rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu-title h2 {
    font-size: 0.85rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_parent-link {
    font-size: 0.8rem;
    padding: 0.65rem 1rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_child-link {
    font-size: 0.75rem;
    padding: 0.5rem 1rem 0.5rem 1.75rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu {
    max-height: 50vh;
  }
}

/* ============================================
   RESPONSIVE - 360px
   ============================================ */
@media screen and (max-width: 360px) {
  #sbx_menu-ct .sbx_menu .sbx_menu-item a.main-level-li {
    font-size: 0.8rem;
    padding: 0.7rem 0.75rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu {
    max-height: 45vh;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_parent-link {
    font-size: 0.75rem;
    padding: 0.6rem 0.75rem;
  }
  #sbx_menu-ct .sbx_menu .sbx_menu-item .sbx_mega-menu-container .sbx_mega-menu a.sbx_child-link {
    font-size: 0.7rem;
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
  }
}


/* ============================================
   REST OF SITE STYLES
   ============================================ */

.rounded-corner-bg-ct .elementor-container {
  position: relative;
}
.rounded-corner-bg-ct .elementor-container .rt_white_corner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  background-image: url(../amequipment/img/rt_round-corner.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

.team-name-bg {
  position: relative;
}
.team-name-bg .elementor-widget-container::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 90%;
  top: -70px;
  right: 0;
  background-image: url(../amequipment/img/team-name-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.team-name-bg h3 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .elementor-widget-container::before {
    width: 75%;
  }
}

.rv_search-results-posts .elementor-post__read-more {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rv_search-results-posts .elementor-post__read-more::after {
  content: url(../amequipment/img/68px_arrow-icon_red.svg);
  margin-left: 5px;
}

.sc-container .sc-part {
  max-width: 300px;
  padding: 1em;
}
.sc-container .sc-part .sc-part-number a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #0f171f;
}
.sc-container .sc-part .sc-part-product-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sc-container .sc-part .sc-part-product-link a {
  display: inline-block;
}
.sc-container .sc-part .detailed-text {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .mobile-white-bg {
    background: #ffffff;
    border-radius: 30px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .sc-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.contact-links a {
  color: #0f171f !important;
}

.careers_description h3 {
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 1.4rem !important;
  margin: 20px 0;
}

.product_tag-obsolete {
  border: 1px solid rgba(77, 77, 77, 0.05);
  background-color: rgba(77, 77, 77, 0.05);
}
.product_tag-obsolete::before {
  content: "Obsolete";
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 5;
  background: #e24848;
  color: #f4f6f6;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 500;
}
.product_tag-obsolete h2.woocommerce-loop-product__title {
  color: #4d4d4d !important;
}
.product_tag-obsolete a.button {
  border-color: #4d4d4d !important;
  color: #4d4d4d !important;
}
/* ============================================
   SHOP HOVER CARD
   ============================================ */
#shop .sbx_shop-card {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  overflow: hidden;
}

#shop:hover > .sbx_shop-card {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

#shop .sbx_shop-card::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 16px;
  background: transparent;
}

#shop .sbx_shop-card-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #666;
  cursor: pointer;
  z-index: 2;
  padding: 4px 8px;
  line-height: 1;
}
#shop .sbx_shop-card-close:hover {
  color: #000;
}

#shop .sbx_shop-card-image {
  grid-column: 1;
  min-height: 100%;
}
#shop .sbx_shop-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

#shop .sbx_shop-card-content {
  grid-column: 2;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#shop .sbx_shop-card-label {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff224a;
  margin: 0;
}

#shop .sbx_shop-card-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f171f;
  margin: 0 0 4px;
  line-height: 1.2;
}

#shop .sbx_shop-card-content p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

#shop .sbx_shop-card-content p a {
  color: #292F74;
  font-weight: 600;
  text-decoration: underline;
  font-size: 0.8rem !important;
}

#shop .sbx_shop-card-link {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.8rem !important;
  font-weight: 500;
  color: #0f171f !important;
  text-decoration: none !important;
  padding: 2px 0;
}
#shop .sbx_shop-card-link:hover {
  color: #ff224a !important;
}

/* ── Mobile: vertical stack, content then image ── */
@media screen and (max-width: 768px) {
  #shop .sbx_shop-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  #shop:hover > .sbx_shop-card {
    display: none !important;
  }

  #shop.mobile-open > .sbx_shop-card {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  #shop .sbx_shop-card-content {
    grid-column: 1;
    grid-row: 1;
    padding: 20px;
  }

  #shop .sbx_shop-card-image {
    grid-column: 1;
    grid-row: 2;
    max-height: 250px;
    overflow: hidden;
  }

  #shop .sbx_shop-card-close {
    top: 4px;
    right: 8px;
  }
}

.jp-relatedposts{
    display: none!important;
}

