/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.happy-clients {
    transform: scale(1.4);
    background: #163B93;
    border-radius: 15px;
    width: 75%;
    margin-left: 10%;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 20px rgb(206 206 206 / 30%);
}
 @keyframes float-delayed {
        0%, 100% { transform: translateY(0) scale(1); }
        50% { transform: translateY(-20px) scale(1.05); }
    }
    .animate-float-delayed { animation: float-delayed 5s ease-in-out infinite; }

@media only screen and (max-width: 768px) {
    .happy-clients {
        transform: scale(1.2);
        background: #163B93;
        border-radius: 15px;
        width: 64%;
        margin-left: 18%;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 20px rgb(206 206 206 / 30%);
    }
}
.box {
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 25px !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    border: 1px solid #dedede !important;
    z-index: 1;
}

.box .elementor-icon-box-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    background: #f0f9ff !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
    transition: all 0.4s ease !important;
}

.box .elementor-icon-box-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: #163B93 !important;
    transition: all 0.4s ease !important;
}

.box:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 30px rgba(30, 58, 138, 0.1) !important;
    border-color: #163B93 !important;
}

.box:hover::before {
    transform: scaleX(1) !important; 
}

.box:hover .elementor-icon-box-icon {
    background: #4DD8FF !important;
    transform: rotateY(180deg) !important;
}

/* Icon Color Change */
.box:hover .elementor-icon-box-icon svg {
    fill: #ffffff !important;
    transform: rotateY(180deg) !important;
}

.box:hover .elementor-icon-box-title span {
    color: #4DD8FF !important;
}

.box:hover .elementor-icon-box-icon svg {
    animation: floatIcon 1.5s ease-in-out infinite alternate !important;
}
.line-height .elementor-icon-wrapper {
	line-height: 0 !important;
}
