body {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

/* .custome_style a {
    position: relative;
    display: inline-flex;
}

.custome_style a:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ffffff40;
}

.custome_style a:hover , .custom-submit-btn:hover {
    color: #fff !important;
    transition-delay: 0.2s !important;
    animation: ani500 0.6s forwards !important;
    background: radial-gradient(circle, #00a6c0 0.2em, transparent 0.3em) 6em 6em / 1em 1em, radial-gradient(circle, #00a6c0 0.2em, transparent 0.3em) 0 0 / 1em 1em;
}



@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

.custome_style.btn_blue a:hover  {
	color: #fff !important;
    transition-delay: 0.2s !important;
    animation: ani500 0.6s forwards !important;
    background: radial-gradient(circle, var( --e-global-color-11110ad ) 0.2em, transparent 0.3em) 6em 6em / 1em 1em, radial-gradient(circle, var( --e-global-color-11110ad ) 0.2em, transparent 0.3em) 0 0 / 1em 1em;

} */

.custome_style.btn_blue a:hover {
	border-color: var( --e-global-color-accent ) !important; 
}

.custome_style.btn_blue a::after {
	background: var( --e-global-color-accent ) !important;
}

.custome_style a {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    z-index: 1;
    color: #000;
	transition-duration: 1s !important;
}

/* Background layer */
.custome_style a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: var( --e-global-color-11110ad );
    transition: width 0.4s ease;
    z-index: -1;
}


/* Hover Effect */
.custome_style a:hover {
    color: #fff !important;
}

.custome_style a:hover::after {
    width: 100%;
}

a {
    text-decoration: none !important;
}

.color_light {
	color: var(--e-global-color-accent) !important;
}

header {
	z-index: 9999 !important;
}


.sticky {
  animation: slideDown 0.8s ease forwards;
  background-color: #fff !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999 !important;
  isolation: isolate;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background-color 0.8s ease, box-shadow 0.8s ease;
  margin-top: 0 !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.services_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_page {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.trusted_section .swiper-slide-next .services_item {
    background-color: #DDF5F8 !important;
    transform: translateY(-10px);
}

.footer_logo a {
	display: inline !important;
}

.about_qus .e-n-accordion-item-title-icon {
    background: var( --e-global-color-accent );
    border-radius: 6px;
    padding: 7px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about_qus .details {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
/*     box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
}


.about_qus details .e-n-accordion-item-title {
    border-radius: 6px;
}


.about_qus details[open] .e-n-accordion-item-title {
    border-radius: 6px 6px 0 0 !important;
}

@media (max-width: 920px) {
	
  .trusted_section .swiper-slide-next .services_item {
    background-color: #fff !important;
    transform: unset;
  }
	
}

.text_black {
	color: var(--e-global-color-accent) !important;
}

.product_tab > div {
     align-items: flex-start;
}

.product_tab .e-n-tabs-heading {
	background-color: var( --e-global-color-19f6bc9 );
	padding: 10px 10px 10px 0;
	border-radius: 6px;
	position: relative;
}


.e-n-tab-title[aria-selected="true"] {
    border-left: 2px solid #d82d2f; 
    font-weight: 600; 
    color: #d82d2f; 
	padding-left: 4px;
}

.e-n-tab-title {
    padding-left: 27px !important;
}

.e-n-tab-title[aria-selected="true"] {
    padding-left: 4px !important;
}

.e-n-tab-icon {
    display: none !important;
}

.e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
    display: flex !important;
}


.custom-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-item.none_shadow {
	border: 0 !important;
}

.product-item {
    border: 0 !important;
    padding: 0;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    transition: 0.3s;
	overflow: hidden;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.product-item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.product-item img {
/*     height: 160px; */
    object-fit: contain;
    margin-bottom: 0;
	padding: 10px;
}

/* Pagination */
.custom-pagination {
/*     margin-top: 30px; */
    text-align: center;
}

.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    margin: 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.custom-pagination .current {
    background: #ff4d4d;
    color: #fff;
    border-color: #ff4d4d;
}

.custom-product-grid .product-link-wrapper .product-image {
	background-color: #fff;
}

.product-info {
	padding: 12px;
	border-top: 1px solid #ececec;
	background-color: #EBEBEB;
}

.product-info .product-sku {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #656565;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	margin-bottom: 5px !important;
}

.product-info .product-title {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #212529;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    margin: 0 !important;
    font-weight: 600; 
}

.custom-product-list-section .container {
	max-width: 1610px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.product-category-dropdown {
	margin-bottom: 30px;
	max-width: 300px;
}

.product-category-dropdown select {
	width: 100%;
	padding: 12px 16px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}

.product-category-dropdown select:focus {
	outline: none;
	box-shadow: none;
	border-color: #e0e0e0;
}

.product-category-dropdown select:hover {
	border-color: #bdbdbd;
}

.custom-product-list-section {
	padding-top: 65px;
	padding-bottom: 65px;
	padding-left: 20px;
	padding-right: 20px;
}

.product-item .product-link-wrapper .product-info a {
	text-align: left;
	display: block;
}

.product-item .product-link-wrapper .product-info a .product-btn {
	background-color: var(--e-global-color-accent);
    fill: var(--e-global-color-accent);
    color: #fff;
    border-style: none;
    padding: 7px 10px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    margin-top: 10px;
}


.section_hero {
	position: relative;
}

.section_hero::before {
    position: absolute;
    content: "";
    background: #DDF5F8;
    width: 40%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0 !important;
    left: unset;
}

.product-link-wrapper {
	border-radius: 0 !important;
	outline: none !important;
}

@media (max-width: 1080px) {
	.size_box ul {
    	grid-template-columns: repeat(3, 1fr) !important;
	}
}



@media (max-width: 820px) {
	.sm-mb-0 .woocommerce-product-gallery {
		margin-bottom: 0 !important;
	}
}


@media (max-width: 620px) {
	.size_box ul {
    	grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px;
	}
}



.border_shap1 {
    position: relative;
}

/* TOP BORDER */
.border_shap1::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -3px;
    width: 120px;
    height: 1px; 
    background-color: var(--e-global-color-accent) !important;
}


.border_shap1::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -1px;
    width: 1px;
    height: 120px;
    background-color: var(--e-global-color-accent) !important;
}


.border_shap2 {
    position: relative;
}

/* BOTTOM BORDER */
.border_shap2::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -5px;
    width: 120px;
    top: auto;
    height: 1px;
	background-color: var(--e-global-color-accent) !important;
    left: auto;
}

/* RIGHT BORDER */
.border_shap2::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: -1px;
    width: 1px;
    height: 120px;
	background-color: var(--e-global-color-accent) !important;
}

.border_shap1::before,
.border_shap1::after,
.border_shap2::before,
.border_shap2::after {
    transition: all 0.6s ease;
}

.border_shap1:hover::before {
    width: 100%;
	left:0;
}

.border_shap1:hover::after {
    height: 100%; 
	top:0;
	left: 0;
}

.border_shap1:hover .border_shap2::before {
    width: 100%;
	right: 0;
}

.border_shap1:hover .border_shap2::after {
    height: 100%;
	bottom: 0;
}


.custom-product-categories {
    background: #fff;
    padding: 24px 20px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.custom-product-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-product-categories li {
    margin-bottom: 10px;
}

.custom-product-categories li:last-child {
    margin-bottom: 0;
}

.custom-product-categories li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    text-decoration: none;
    color: #222;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.3s ease;
		text-transform: uppercase;
}

.custom-product-categories li a i {
    font-size: 12px;
    color: var( --e-global-color-11110ad );
;
    transition: transform 0.3s ease;
}

.custom-product-categories li a:hover {
    background: var( --e-global-color-11110ad );
    color: #fff;
    border-color: #d9232d;
    transform: translateX(4px);
}

.custom-product-categories li a:hover i {
    color: #fff;
    transform: translateX(3px);
}

.custom-product-categories li.active-cat a {
    background: var( --e-global-color-11110ad );
    color: #fff;
    border-color: var( --e-global-color-11110ad );
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(217, 35, 45, 0.18);
}

.custom-product-categories li.active-cat a i {
    color: #fff;
}

@media (max-width: 767px) {
    .custom-product-categories {
        padding: 20px 16px;
    }

    .custom-product-categories li a {
				font-size: 14px;
        padding: 10px 12px;
    }
	
	footer .elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
		 align-items: center !important;
     flex-direction: row !important;
	}
	
	
}


.product-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
	border: 1px solid #fff !important;
}

.product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.16);
/* 	  border: 1px solid #d3d3d3 !important; */
}

.product-link-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

/* Image Wrapper */
.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

/* Image Animation */
.product-image img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}


/* Hover Image Effects */
.product-item:hover .product-image img {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(1.05);
}

.product-item:hover .product-image::after {
    opacity: 1;
}

/* Product Info */
.product-info {
    padding: 15px 20px;
    transition: all 0.4s ease;
}


/* Text Hover Effect */
.product-item:hover .product-title a {
    color: var( --e-global-color-11110ad );
}

.product-item:hover .product-sku {
    color: #444 !important;
}

.product-info .product-category a {
	color: #585858;	
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 16px;
}

.product-info .product-title a {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
	color: #000;
	margin-top: 5px;
}


.custom-related-products .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
	align-items: center;
	bottom: -16px;
}

.custom-related-products .slick-dots li button {
    font-size: 0;
	border: none !important;
    padding: 0;
	width: auto !important;
    height: auto !important;
}


.custom-related-products .slick-dots li button:focus{
	background-color: #FF0000 !important;
}

.custom-related-products .slick-dots li button:hover {
	background-color: #FF0000 !important;
}

.custom-related-products .slick-dots li button::before {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background: #f5b5b5;
    border-radius: 2px;
    opacity: 1;
    transition: 0.3s ease;
}

.custom-related-products .slick-dots li.slick-active button::before {
    background: red;
    width: 20px;
}

.custom-related-products .slick-dots li button:before {
    display: none;
}

.custom-related-products .slick-dots li {
	background-color: #FF000030;
	margin: 0 !important;
	height: 10px !important;
	width: 10px !important;
}

.custom-related-products .slick-dots li.slick-active {
	background-color: #FF0000;
	height: 14px !important;
	width: 14px !important;
}

.events-wrapper .slick-track {
	display: flex;
    gap: 20px;
    padding: 10px 0;
}

.events-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.event-card {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.event-image {
    position: relative;
}

.event-image img {
    width: 100%;
    display: block;
}

.event-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #00000063;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 0;
	text-transform: uppercase;
}

.event-content {
    padding: 15px;
}

.event-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-title {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
	margin: 0 0 8px 0 !important;
}

.event-location {
    font-size: 18px;
    color: #585858;
    margin-bottom: 10px;
}

.event-btn {
    color: #ff0000;
	font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
	text-transform: uppercase;
	gap: 15px;
}

.event-btn:hover {
	color: var( --e-global-color-11110ad );
}

.event-btn i::before {
	font-size: 14px;
}

.event-image {
    position: relative;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.event-card:hover .event-image img {
    transform: scale(1.1);
}