/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.services-icons{
	justify-content: center;
}

/* Add hover effect to kuk-grids-services class */
.kuk-grids-services:hover ,.single-item-wrapper:hover {
    box-shadow: 0 0 10px #66fcf1; /* Add shadow with color #66fcf1 on hover */
    transition: box-shadow 0.3s; /* Add a smooth transition effect */
}

/* Additional styling for kuk-grids-services */
.kuk-grids-services {
    /* Add your styles for the kuk-grids-services class here */
}

/* info Boxes Styles */
.gb-container-c98882ec , .gb-container-146c8962 , .gb-container-2cb069a5 , .gb-container-82e19892 , .gb-container-50ba4155 , .gb-container-86ca96e7 {
    min-height: 250px;
    border-top: 6px solid #36b0b0;
    border-left: 6px solid #36b0b0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inside-article{
	background-color: red;
}