/*
 Theme Name: Dopio
 Theme URI: https://example.com
 Description: Child theme for Hello Elementor
 Author: Dopio
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0.0
*/

/* Yahan aap apni custom CSS likh sakte hain */


.set-max-width{
	max-width: 1198px;
	margin: 0 auto !important;
}
.banner-image-section>.elementor-element{
	position: relative;
}
.banner-image-section>.elementor-element:before{
	content: "" !important;
    top: 15px !important;
    right:-28px !important;
	background-image: url(/wp-content/uploads/2025/12/banner-right.png) !important;
	width: 73px !important;
	height: 175px !important;
	position: absolute !important;
	z-index: 999999 !important;
	background-repeat: no-repeat !important;
	left: auto !important;
}
.banner-image-section>.elementor-element:after{
	content: "";
	bottom:-53px;
	left: -28px;
	background-image: url(/wp-content/uploads/2025/12/banner-left.png);
	width: 60px;
	height: 142px;
	position: absolute;
	z-index: 999999;
	background-repeat: no-repeat;
}


@media (max-width: 767px) {
	.banner-image-section>.elementor-element:before,
	.banner-image-section>.elementor-element:after{
		display: none !important;
	}

}