/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/
	Description: A child theme for Hello Elementor. Add your custom styles here.
	Author: Your Name
	Author URI: https://yourwebsite.com
	Template: hello-elementor
	Version: 1.0.0
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.re-card {
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.35s ease;
  transform: scale(1);
  will-change: transform;
}
.re-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.round-image {
    background-image: url('https://lrs.tecdev2.com/wp-content/uploads/2026/05/logo-round.png');
    width: 550px;
    height: 550px;
    background-size: 350px;
    padding: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    border: 3px solid #77d2dc;
    background-color: #bbd3f582;
    box-shadow: 0 0 0px 20px #bbd3f582;
}

@media (max-width: 767px) {
	
.round-image {
    background-image: url('https://lrs.tecdev2.com/wp-content/uploads/2026/05/logo-round.png');
    width: 250px;
    height: 250px;
    background-size: 150px;
    padding: 100px;
    margin-top: 25px;
}

}