/*
Theme Name: Tecvisio.AI 
Author: Laukesh kumar
Author URI: http://Tecvisio.AI /
Description: A thoughtfully designed WordPress theme crafted specifically to illustrate the theme creation process. This theme provides a clean, responsive layout suitable for showcasing articles and tutorials, making it an ideal choice for blog posts and educational content related to web development and design.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://Tecvisio.AI /
*/

img.hover-scale-1-1.w-100.home_casestudy{
	    min-height: 300px !important;
    max-height: 300px !important;
}
	
.min-height300{
	
	min-height: 300px;
    max-height: 300px;
}

.home-bgmain{
	background:url('https://tecvisio.ai/wp-content/uploads/2025/09/tecvisio-home-page-banner-image-main.png');
	background-repeat:no-repeat !important;
	background-size: contain !important;
}
.service_h2{
	    background: rgba(0, 0, 0, .5);
    border-radius: 25px;
    padding: 25px;
}


@media only screen and (max-width: 600px) {
.onlyweb{
	display:none;
}
}