/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.9.0.1765259869
Updated: 2025-12-09 05:57:49

*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

body, p, li, span, a, input, textarea, button {
    font-family: 'Poppins', sans-serif !important;
}

/* Headings font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
}
h1, h2, h3{
	letter-spacing: .5px !important;
}
.cs-service-grid .elementskit-box-body.ekit-image-box-body {
    padding: 20px !important;
    position: absolute;
    bottom: 0;
    text-align: left;
}
.cs-service-grid .elementskit-box-body.ekit-image-box-body h3{
    color: #fff !important;
}
.cs-service-grid .elementskit-box-header{
    position: relative;
}
.cs-service-grid .elementskit-box-header img{
    transform-origin: left top;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    object-position: top
}
.cs-service-grid .elementskit-box-header:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.cs-service-grid .elementskit-box-footer{
    margin-top: 10px !important;
}
.cs-service-cat-item {
    transition: .3s ease all;
    border-radius: 6px;
}
.cs-service-cat-item:hover{
   box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1); 
}
.cs-service-cat-item .elementor-widget-image {
    overflow: hidden;
}
.cs-service-cat-item .elementor-widget-image img {
    transition: .3s ease all;
}
.cs-service-cat-item:hover .elementor-widget-image img {
    transform: scale(1.1);
}

