.elementor-page-664 .beforefooter{
	display: none !important;
}

body.wp-singular.page-template-default.page.page-id-851 .ehf-header #masthead  {
    display: none;
}


::-webkit-scrollbar {
  width: 10px;               /* Width of vertical scrollbar */
  height: 10px;              
}
/* ✨ Enable smooth scrolling for the whole website */
html {
  scroll-behavior: smooth;
}


/* Track (background) */
::-webkit-scrollbar-track {
  background: #f4f4f4;       /* Light background */
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4facfe, #0061a8); /* Bluish gradient */
  border-radius: 10px;
  border: 2px solid #f4f4f4; /* Space around */
}

/* On hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #2193f3, #005a99); /* Darker on hover */
}

/* Corner (for both axes scrollbar intersection) */
::-webkit-scrollbar-corner {
  background: #f4f4f4;
}

.logo-white {
  filter: brightness(0) invert(1);
}
/* .hero-image img{
  animation: zoomInCustom 15s ease-in-out forwards !important;
}

@keyframes zoomInCustom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
 */

/* Style the outer card */
.cstmfeature {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  transition: all 0.1s ease-in-out;
}

/* Smooth hover effect for card */
.cstmfeature:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Image + Title visible by default */
.cstmfeature .elementor-image-box-img,
.cstmfeature .elementor-image-box-title {
  transition: all 0.1s ease-in-out;
}

/* Hide description initially */
.cstmfeature .elementor-image-box-description {
  position: absolute;
  bottom: -90%; /* hide outside */
  left: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
	font-size:14px;
}

/* On hover → hide image + title */
.cstmfeature:hover .elementor-image-box-img,
.cstmfeature:hover .elementor-image-box-title {
  opacity: 0;
  transform: translateY(-15px);
}
.ovfhidden{
	overflow:hidden;
}

/* On hover → slide description up */
.cstmfeature:hover .elementor-image-box-description {
  bottom: -20%;
  opacity: 1;
}
.woocommerce-mini-cart__buttons.buttons{
	display:flex;
	gap:10px;
}
.ast-mini-cart-empty{
	display:none;
}
.uc_prices{
	display:flex;
	flex-direction:row;
	gap:5px;
	justify-content:center;
}
.uc_regular_price {
	margin :0px
}
.uc_price{
	display:flex !important;
	flex-direction:column !important;
align-items:end !important;
justify-content:end !important;
	
}
bdi{
	margin-top:7px !important;
}

/* Add this to your CSS (Appearance → Customize → Additional CSS) */
.no-scroll,
.no-scroll body {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body {
    padding-left: 0px;
    padding-right: 0px;
}
