/* 
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 */

@media(min-width:1201px) and (max-width:1500px){
#process > .e-con-inner {
    padding-bottom: 150px
}
}
/* .footer-social .elementor-social-icon {
    position: relative;
}
.footer-social .elementor-social-icon::before {
    content: "Launching Fall 2026";
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    padding: 8px 14px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    box-shadow: 0 8px 20px rgba(0,0,0, .15);
    z-index: 99;
    font-family: "TT Hoves Pro Trial", Sans-serif;
    word-spacing: 0px;
}
.footer-social .elementor-social-icon::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-bottom: -12px;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    bottom: calc(100% + 12px);
}
.footer-social .elementor-social-icon:hover::before,
.footer-social .elementor-social-icon:hover::after {
    opacity: 1;
    visibility: visible;
} */
.work-slider .elementor-widget-heading{
    opacity: 0;
    transition: all 0.3s;
}
.work-slider .swiper-slide:has(.elementor-widget-image img:hover) .elementor-widget-heading{
    opacity: 1;
}
@media(max-width:1024px){
    .snap-scroll .snap-left, .snap-scroll .snap-right{
        width: 100%;
    }
}