/*
Theme Name: DESDEE MENTAL HEALTH WELLNESS CENTER
Author: Developer
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.image--boxx img {
    height: 250px !important;
    object-fit: cover;
}

/* .ima-gallery img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(135deg, #000, #000000);
	padding:20px;
    
}
 */
.ima-gallery img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.ima-gallery img:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transform: scale(1.05);
}

.ima-gallery-2 img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.ima-gallery-2 img:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transform: scale(1.05);
}