/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Optional: Add this to ensure no element overflows on mobile */ 

@media (max-width: 768px) { html, body { overflow-x: hidden; } 

/* This ensures images and other elements scale properly */ 

img, video, iframe { max-width: 100%; height: auto; } 

/* Ensures no elements create unwanted side-scrolling */ 

.container, .wrapper, .content { overflow-x: hidden; } }

.gtranslate_wrapper a {
	color:#000000;
	background-color:#ffffff;
}

