.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#353C40;--e-global-color-text:#5A5D5C;--e-global-color-accent:#F67D3A;--e-global-color-b0a9c0d:#989898;--e-global-color-256679e:#CA603C;--e-global-color-2fe795c:#E2753A;--e-global-color-888e702:#0A0B09;--e-global-color-9dd487d:#D9D9D9;--e-global-color-c1b1acd:#836753;--e-global-color-e7bbfc7:#5B5F5D;--e-global-color-7a45017:#8C8E8D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:15px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-2fe795c );font-weight:500;text-transform:uppercase;color:var( --e-global-color-primary );border-radius:20px 20px 20px 20px;padding:16px 25px 16px 25px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-256679e );font-family:"Inter", Sans-serif;}.elementor-kit-6 h1{font-size:63px;font-weight:bold;text-transform:uppercase;line-height:1.1em;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-size:50px;font-weight:700;text-transform:uppercase;line-height:1.2em;}.elementor-kit-6 h3{color:var( --e-global-color-2fe795c );font-size:22px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.white-hover-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.white-hover-box:hover {
  transform: scale(1.0);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.hover-button {
  position: relative;
  z-index: 1;
  border-radius: 999px; /* or any px/rem value */
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hover-button:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/*  Product filters */

.product-cat-heading{
	margin-bottom:10px!important;
		margin-top:30px!important;
}

.product-cat-text p{
	margin-bottom:25px!important;
}

.product-filter-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  max-width: 200px;
}

.product-filter-checkboxes label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  position: relative;
	 color: #353C40;
	margin-bottom: 10px
}

/* Hide the native checkbox */
.product-filter-checkboxes input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
	
}

/* Custom checkbox square */
.product-filter-checkboxes label::before {
  content: '';
  width: 24px;
  height: 24px;
  border: 2px solid #353C40;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
	border-radius:5px;
}

/* Show checkmark when checked */
.product-filter-checkboxes input[type="checkbox"]:checked + label::before {
  background-color: #E2753A;
  border-color: #E2753A;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.catalog-image {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}

.featured-image-banner{
  filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 1));
}


.prod-featured-main {
	 filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}

.cert-block h3 {
  position: relative;
  font-size: 20px;
  color: #E2753A;
  margin-top: 35px;   /* 15px margin + 20px padding */
  padding-top: 20px;  /* extra space above text */
}

.cert-block h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ddd; /* line color */
}

.cert-list {
  list-style: none;   /* removes bullets */
  padding: 0;
  margin: 0;
}

.cert-list li {
  margin-bottom: 10px;   /* extra 10px vertical space */
  font-size: 15px;
  line-height: 1.6;
}/* End custom CSS */