.sticker{
	position: sticky;
	position: -webkit-sticky;
	top: 1rem;
}
.parent-sticker
.elementor-widget-wrap{
	display:block!important;
}

/*#masthead{
position: sticky;
position: -webkit-sticky;
top: 0rem;
}*/

/* Remove margin from the body area of pages */
body.ast-theme-transparent-header {
    margin-left: 0;
    margin-right: 0;
}

.image-scale-up {
    transition: transform 0.5s ease-in-out;
}

.image-scale-up:hover {
    transform: scale(1.1);
}

.white-background-color{
	background-color:#ffffff;
}

/*adding bg color to services boxes*/
/* Basic styling for the info box */
.info-box {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add border shadow */
    position: relative;
    text-align: center;
    padding: 40px 20px 0px 20px;
    transition: transform 0.5s ease;
}

/* Add a border shadow to the .info-box when hovered */
.info-box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/*SEREVICES*/
/*services boxes*/
.svcs-bgc {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
/*SERVICES*/
/*hovering the image inside the Info-Boxes*/
.info-box-hover {
    position: relative;
    overflow: hidden;
	  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5); 
}

.info-box-hover .uagb-ifb-image-content img {
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
}

.info-box-hover:hover .uagb-ifb-image-content img {
    transform: scale(1.1); 
}
.info-box-hover:hover{
	background-color: #fff;
}


.features-p {
    width: 50%;
    margin: 0 auto;
}

/*Scale Up Container in Product Categories*/
.product-cat-container {
    transition: transform 0.5s ease !important;
}

.product-cat-container:hover {
    transform: scale(1.04); /* Scale up the container on hover */
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5); /* Box shadow for the container */

}

/*product catalogue*/
.wc-block-grid__product-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.wc-block-grid__product-title {
    color: #303030 !important;
	  font-size: 20px !important;
	  font-weight: 900 !important;
	  text-align: center;
}

.wc-block-grid__product {
    transition: transform 0.5s ease; /* Smooth transition for the scaling effect */
}

.wc-block-grid__product:hover {
    transform: scale(1.05); /* Scale up by 5% */
}

.right-column{
		box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5); /* Box shadow for the container */
}
