@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Hide horizontal menu, keep mobile toggle */
   #sp-menu .sp-megamenu-parent {
    display: none !important;
  }
  #offcanvas-toggler {
        display: inline-block !important; }

#sp-header.lg-header #offcanvas-toggler.offcanvas-toggler-right.offcanvas {
    display: inline-block !important;
}

  
}



@media only screen and (min-width: 1200px) {
#sp-header {
padding-top: 5px !important;
}
#sp-menu {
  height: 80px !important;
/*display: flex !important;*/
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.4);
z-index: 999; 
}
/*.sp-megamenu-parent {
   height: 80px !important;
  }

.sp-megamenu-wrapper {
  padding: 0px !important;
  height: 80px !important;
}
.menu-slide-down {
}*/
  
}

/* =================================================================
   Antler Service-Card Style  →  SP Page Builder EasyStore Products
   ================================================================= */
/* ── 4 items per row (was 3) ─────────────────────────────────── */
.sppb-collection-addon {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
   grid-auto-rows: minmax(340px, auto) !important;

}

/* Responsive breakpoints */
@media (max-width: 1199px) {
  .sppb-collection-addon {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .sppb-collection-addon {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 479px) {
  .sppb-collection-addon {
    grid-template-columns: 1fr !important;
  }
}

/* Tighten card padding — 4 cols are narrower */
.sppb-collection-addon > .sppb-collection-item {
  padding: 24px !important;
  height: 250px !important;
    min-height: 320px;   /* never shorter than this */
  max-height: 500px;   /* never taller than this */
  overflow: hidden;    /* clip anything that overflows max */
  display: flex !important;
  flex-direction: column !important;
}
.sppb-collection-addon > .sppb-collection-item .addon-root-easystore-list-title {
  flex-grow: 1;
}

/* Shrink image height to fit narrower card */
.sppb-collection-addon > .sppb-collection-item .easystore-product-image img {
  height: 250px !important;   /* fixed image height */
  object-fit: cover;          /* crop to fill, no distortion */
  object-position: center;    /* crop from center */
}

/* Slightly smaller title font */
.sppb-collection-addon > .sppb-collection-item h5.easystore-product-title {
  font-size: 16px !important;
}

/* Smaller button */
.sppb-collection-addon > .sppb-collection-item a.stretched-link {
  padding: 9px 18px !important;
  font-size: 13px !important;
}


/*
@media (max-width: 991px) {
  .sppb-collection-addon {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575px) {
  .sppb-collection-addon {
    grid-template-columns: 1fr !important;
  }
}*/

/* ── 2. Card: white, rounded, shadow ─────────────────────────── */
.sppb-collection-addon > .sppb-collection-item {
   /*background-color: #fff !important;
 background-color: #101920 !important;
  transparency: 50% !important;*/
  background-color: rgba(16, 25, 32, 1) !important;
  position: relative;
  padding: 15px;
  border-radius: 12px !important;
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sppb-collection-addon > .sppb-collection-item:hover {
  box-shadow: 0 12px 35px 0 rgba(110, 110, 110, 0.18);
  transform: translateY(-6px);
}

/* ── 3. Title: bold, Antler .title style ─────────────────────── */
.sppb-collection-addon > .sppb-collection-item h5.easystore-product-title {
  font-weight: 700;
  font-size: 20px;
  color: #fff !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  line-height: 1.35;
  transition: color 0.3s;
}
.sppb-collection-addon > .sppb-collection-item h5.easystore-product-title a {
  color: #fff !important;
  text-decoration: none;
 transition: color 0.3s;
}
.sppb-collection-addon > .sppb-collection-item h5.easystore-product-title a:hover {
  color: #fdd700 !important;
}

/* ── 4. Badge: top-right pill, Antler .plans.badge.feat style ── */
.sppb-collection-addon > .sppb-collection-item .easystore-badge-wrapper {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 50px;
  background-color: #fdd700;
  color: #000;
  letter-spacing: 0.3px;
}

/* ── 5. Product image ────────────────────────────────────────── */
/* .sppb-collection-addon > .sppb-collection-item .easystore-product-image {
  position: relative;
  overflow: hidden;
  /* border-radius: 18px;
 margin-bottom: 20px;*/
/*}
.sppb-collection-addon > .sppb-collection-item .easystore-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* border-radius: 8px; */
 /* transition: transform 0.4s ease;
}
.sppb-collection-addon > .sppb-collection-item:hover .easystore-product-image img {
  transform: scale(1.04);
}*/

/* ── 6. "Details" button: Antler .btn.btn-default-yellow-fill ── */

/* Remove Bootstrap stretched-link full-card overlay */
.sppb-collection-addon > .sppb-collection-item a.stretched-link::after {
 display: none !important;
}


.sppb-collection-addon > .sppb-collection-item a.stretched-link:hover {
  background-color: #4c4a4a !important;
  color: #fff !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}
/* Make the <a> itself a visible yellow pill button */
/*.sppb-collection-addon > .sppb-collection-item a.stretched-link {
  position: relative !important;
  display: inline-block !important;
  margin-top: 8px !important;
  padding: 12px 28px;
  background-color: #fdd700;
  color: #000 !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.23);
  transition: all 300ms linear 0ms;
  cursor: pointer;
  text-transform: capitalize;
  align-self: flex-start;
}*/
/* Un-hide the "Details" label inside the link */
/*.sppb-collection-addon > .sppb-collection-item a.stretched-link span.visually-hidden {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap !important;
  border: 0 !important;
}*/

/* ── 7. Push button to bottom of card ───────────────────────── */
.sppb-collection-addon > .sppb-collection-item .addon-root-easystore-list-thumbnail {
  margin-top: auto;
}

/* ── 8. AOS fade-up animation (optional, matches Antler section) */
.sppb-collection-addon > .sppb-collection-item {
  opacity: 0;
  transform: translateY(40px);
  animation: antlerFadeUp 0.6s ease forwards;
}
@keyframes antlerFadeUp {
  to { opacity: 1; transform: translateY(0); }
}
/* Stagger: first 9 cards */
.sppb-collection-addon > .sppb-collection-item:nth-child(1)  { animation-delay: 0.05s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(2)  { animation-delay: 0.15s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(3)  { animation-delay: 0.25s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(4)  { animation-delay: 0.35s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(5)  { animation-delay: 0.45s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(6)  { animation-delay: 0.55s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(7)  { animation-delay: 0.65s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(8)  { animation-delay: 0.75s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(9)  { animation-delay: 0.85s; }



/* Target the Joomla menu module inside your header */
/*.sp-header,.sp-header, .sp-menu {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 19.6px -3px rgba(255, 255, 255, 0.25) inset;
  padding-inline: 2rem;
  gap: 2rem;
  display: flex;
  align-items: center;
}


/*#sp-menu.menu-with-social .sp-megamenu-wrapper {
    flex:auto;
    justify-content:space-between;
    display:flex;
    align-items:center;
}

#sp-menu>.sp-column {
    height:100%;
}

#sp-menu .social-wrap {
    position:relative;
}

#sp-menu .social-wrap:after {
    content:"";
    margin-top:10px;
    margin-bottom:10px;
    position:absolute;
    width:2px;
    height:calc(var(--header_height) - 20px);
    left:30px;
    background-color:rgba(80, 80, 80, 0.2);
}

#sp-menu ul.social-icons>li:not(:last-child) {
    margin-right:20px;
}

#sp-menu ul.social-icons a {
    color:#9c9c9c;
}

#sp-menu .social-wrap.no-border ul.social-icons {
    border-left:none;
    padding-left:0px;
}

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content:center;
}

.menu-flex .sp-megamenu-wrapper {
    display:flex;
    justify-content:flex-end;
}

.header-has-modules #offcanvas-toggler {
    margin-right:20px;
    margin-left:0;
}

#sp-header {
    height:68px;
    width:100%;
    z-index:99;
    animation:spFadeIn 0.5s;
    position:fixed;
    top:30px;
    transition:all 0.3s ease;
    background-color:#a5215e !important;
    border-radius:80px;
    padding-left:45px;
    padding-right:45px;
     box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    margin-right:20px;
    margin-left:0px;
       height:auto;
}






#sp-header.lg-header #offcanvas-toggler.offcanvas-toggler-right.offcanvas {
    display:none !important;
}

#sp-header.lg-header .sp-column {
    height:100%;
}

#sp-header.lg-header #sp-logo #offcanvas-toggler {
    display:none;
}

#sp-header.header-with-modal-menu {
    color:#2F5D37;
}

#sp-header.header-with-modal-menu a {
    color:rgba(47, 93, 55, 0.6);
}

#sp-header.header-with-modal-menu a:hover,#sp-header.header-with-modal-menu a:focus {
    color:#6AB476;
}

#sp-header.header-with-modal-menu .sp-contact-info>li {
    margin-right:15px;
    opacity:0.7;
    transition:0.3s;
}

#sp-header.header-with-modal-menu .sp-contact-info>li:hover,#sp-header.header-with-modal-menu .sp-contact-info>li:focus {
    opacity:1;
}

#sp-header.header-with-modal-menu .sp-contact-info>li>span {
    margin-right:5px;
}

#sp-header.header-with-modal-menu #offcanvas-toggler {
    display:none !important;
}

#sp-header.header-with-modal-menu.center-layout .modules-wrapper {
    height:auto;
    border:none;
    padding:0px;
    max-width:730px;
    margin:0 auto;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .modal-menu-inner>.container {
    align-items:flex-start;
    padding:170px 0 0;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search {
    margin-bottom:80px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:after {
    font-size:16px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:hover:after {
    display:none;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input {
    background:transparent;
    border-bottom:2px solid rgba(32, 31, 31, 0.1);
    font-size:26px;
    padding:7px;
    border-radius:0px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input::placeholder {
    color:rgba(32, 31, 31, 0.4);
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:focus,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active:focus {
    box-shadow:none;
    border-bottom:2px solid rgba(32, 31, 31, 0.7);
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper {
    justify-content:center;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper ul.sp-megamenu-parent {
    flex-direction:row;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span {
    padding:0;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span:after {
    top:100%;
    width:2px;
    height:20px;
    left:50%;
    transform:translateX(-50%);
    margin:10px 0 0 0;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>span:after {
    height:30px;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child>.sp-dropdown {
    animation:spFadeIn 0.5s;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>span {
    margin-right:70px;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main {
    top:100%;
    padding-top:50px;
    padding-left:0;
    left:auto !important;
    right:0px;
    transition:0.35s;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>span {
    padding:6px 0;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div {
    flex-direction:column;
    align-items:flex-start;
    padding:40px 0;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .sp-megamenu-wrapper {
    height:100%;
    align-items:center;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
    margin-top:auto;
    margin-bottom:0px;
    width:100%;
    border-top:2px solid rgba(32, 31, 31, 0.1);
    padding-top:20px;
    font-size:12px;
}

#sp-header .logo {
    height:68px;
    display:inline-flex;
    margin:0;
    align-items:center;
}

#sp-header .logo a {
    font-size:24px;
    line-height:1;
    margin:0;
    padding:0;
}

#sp-header .logo p {
    margin:5px 0 0;
}

#sp-header.header-sticky {
    background-color:#fff;
    top:0px;
    transition:all 0.3s ease;
}

#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
    display:none;
}

#sp-header .sp-module .sp-sign-in {
    background-color:#58815f;
    padding:15px 30px;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#sp-header .sp-module .sp-sign-in:hover,#sp-header .sp-module .sp-sign-in:focus {
    background-color:#2F5D37;
}

#sp-header .sp-module .sp-sign-in .arrow-icon {
    color:#fff;
    margin-left:2px;
}

#sp-header .sp-module .sp-sign-in .far.fa-user {
    display:none;
}

#sp-header .sp-module .sp-sign-in .fas.fa-user-circle {
    display:none;
}

#sp-header .sp-module .sp-sign-in .user-text {
    color:#fff;
    font-size:16px;
}

#sp-header .sp-module .sp-sign-in .signin-text {
    font-size:18px;
    font-weight:600;
    line-height:1;
    color:#fff;
    letter-spacing:-0.2px;
}

#sp-header .sp-module .easystore-cart-icon {
    margin-right:15px;
    font-size:24px;
}

#sp-header-topbar {
    position:relative;
    z-index:111;
}

#sp-header-topbar .sp-profile-wrapper .sp-sign-in .user-text {
    display:none !important;
}

#sp-header-topbar #sp-logo #offcanvas-toggler {
    display:none !important;
}

#sp-header-topbar .container-inner {
    border-bottom:1px solid #e5e5e5;
}

#sp-header-topbar .container-inner>.row {
    min-height:68px;
}

#sp-header-topbar a {
    color:#909196;
}

#sp-header-topbar a:hover {
    color:#2F5D37;
}

#sp-header-topbar .sp-contact-info {
    color:#909196;
}




/* ============ FLOATING GLASS NAV (smartslider3-style) ============ */

/* Page body needs relative positioning + a hero behind nav for blur to show 
body {
  position: relative;
}*/


/*#sp-megamenu-wrapper,#sp-menu,
#sp-header {
   /*   position: absolute;
    overflow: hidden;
   
   
  left: 24px;
  right: 24px;
  top: 20px;
  min-height: 88px;
  border-radius: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.6);
  background-blend-mode: luminosity;
  box-shadow: 0 2px 4px rgba(11, 15, 50, 0.08);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: 100;
}


/* The floating nav bar itself */
/*#sp-header
.sp-header,
header.site-header,
#top-nav,
.header-wrapper {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 16px;
 display: flex;
 align-items: center;
  padding: 16px 24px 16px 40px;
   gap: 20px;
  overflow: hidden;
  min-height: 88px;
  border-radius: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.6);
  background-blend-mode: luminosity;
  box-shadow: 0 2px 4px rgba(11, 15, 50, 0.08);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: 100;
}*/

/* Push first content section down so it isn't hidden under the floating nav 
#sp-main-body,
.main-content,
#sp-feature,
.hero-section {
  margin-top: 0;
  padding-top: 120px;
}*/

/* Logo sits left, takes its natural width 
.sp-logo,
.logo {
  flex-shrink: 0;
}

.sp-logo img,
.logo img {
  height: 44px;
  width: auto;
  display: block;
}*/

/* Nav links push to the right 
#sp-menu,
.sp-megamenu-parent,
nav.menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
}

.sp-megamenu-parent > li > a,
nav.menu > li > a {
  display: inline-block;
  padding: 10px 16px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0b0f32;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.sp-megamenu-parent > li > a:hover,
nav.menu > li > a:hover {
  color: #00adee;
  background: rgba(255, 255, 255, 0.5);
}

.sp-megamenu-parent > li.current > a,
nav.menu > li.active > a {
  color: #00adee;
  font-weight: 600;
}*/

/* CTA button (last item) — solid pill 
.sp-megamenu-parent > li:last-child > a,
nav.menu > li:last-child > a {
  background: #0b0f32;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  margin-left: 12px;
}

.sp-megamenu-parent > li:last-child > a:hover,
nav.menu > li:last-child > a:hover {
  background: #00adee;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 173, 238, 0.35);
}*/

/* Dropdowns — match the glass aesthetic *//*
.sp-megamenu-parent .sp-dropdown,
nav.menu ul.sub-menu {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(11, 15, 50, 0.12);
  padding: 10px;
  margin-top: 12px;
  min-width: 220px;
}

.sp-megamenu-parent .sp-dropdown li a,
nav.menu ul.sub-menu li a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  color: #0b0f32;
  border-radius: 6px;
}

.sp-megamenu-parent .sp-dropdown li a:hover,
nav.menu ul.sub-menu li a:hover {
  background: rgba(0, 173, 238, 0.1);
  color: #00adee;
}
*/
/* Mobile *//*
@media (max-width: 991px) {
  #sp-header,
  .sp-header,
  header.site-header {
    left: 12px;
    right: 12px;
    top: 12px;
    padding: 12px 16px 12px 20px;
    min-height: 64px;
    border-radius: 12px;
  }
  
  #sp-main-body,
  .main-content {
    padding-top: 90px;
  }
  
  .sp-logo img,
  .logo img {
    height: 36px;
  }
  
  .sp-megamenu-parent,
  nav.menu {
    display: none;
  }
}*/