/*
Theme Name: sir-industriereinigung
Theme URI: https://www.indexltd.net
Author: Sultana Mumu
Author URI: https://www.fiverr.com/sultana_mumu
Description: This Hello Elementor Child Theme, enhances the simplicity and flexibility of the Hello Elementor framework with custom design elements and optimizations. Perfect for creating clean, modern websites, it retains the lightweight nature of the parent theme while adding unique styling to make your site stand out.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sirindustriereinigung
*/


.elementor-text-editor p:last-child, .elementor-widget-text-editor p:last-child, .textwidget p:last-child, .elementor-widget-container p:last-child { margin-bottom:0px;}


.ellipsis-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* Adds "..." if text is truncated */
}

.floating-image {
    animation: floatUpDown 3s ease-in-out infinite; /* Adjust duration and timing as needed */
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Adjust the vertical movement distance */
    }
    100% {
        transform: translateY(0);
    }
}