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





.swiper-pagination-bullet {
    width: 40px !important;
    border-radius: 0px !important;
    height: 3px !important;
}

img.swiper-slide-image {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

figure.swiper-slide-inner {
    position: relative;
    height: 350px;
}

.headline h1 span {
    text-align: center !important;
}

/* figure.swiper-slide-inner:hover::before {
    content: "" !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #0071e34c !important;
    background-image: url(https://dev2.zaniniadv.it/wp-content/uploads/2025/09/lift-pile-icon-material-zoom-out-map.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 6px;
    transition: opacity 0.3s ease-in-out; 
    pointer-events: none;
}

figure.swiper-slide-inner:hover::before {
    opacity: 1;
    transition: opacity 0.3s ease;                       
  }  */

 
  .swiper-pagination {
    bottom: -20px !important;
}

.elementor-field-option {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.elementor-field-option input {
    transform: scale(1.4) !important;
}

.elementor-field-option label {
    font-size: 10px;
    font-weight: 600 !important;
}

button.elementor-button.elementor-size-sm {
    margin-top: 10px;
}

form.elementor-form button:hover {
    border: 1px solid #0071e3 !important;
}


.elementor-form-spinner {
    display: none;
}

.dialog-close-button svg {
    height: 1.3em !important;
    width: 1.3em !important;
    background: white;
    border-radius: 10px;
    padding: 2px;
}

/* svg.e-font-icon-svg.e-eicon-close.eicon-close {
    display: none;
} */

/* nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    left: -357.734px !important;
} */

@media only screen and (max-width:480px) {

    .swiper-pagination-bullet {
        width: 20px !important;
        border-radius: 0px !important;
        height: 3px !important;
    }

}
@media only screen and (min-width:480px) {
    .swiper-pagination {
        margin-left: -58px !important;
    }
}
@media only screen and (min-width:1024px) {
    .swiper-pagination {
        margin-left: -80px !important;
    }
}
@media only screen and (min-width:1500px) {
    figure.swiper-slide-inner {
        height: 450px;
    }
}




  

  