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

section#footer-sec {
    position: relative;
}
section#footer-sec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    border-top: 1px solid rgb(255 255 255 / 12%);
}

div#testimonial-content .swiper-slide.swiper-slide-next {
    transform: scale(1.3,1.3);
    opacity: 1;
    z-index: 2;
}
div#testimonial-content .swiper-slide {
    opacity: 0.4;
}
div#testimonial-content .elementor-main-swiper {
    overflow: hidden !important;
    padding: 100px 0 !important;
}
div#testimonial-content .swiper-slide {
    position: relative;
}
div#testimonial-content .swiper-slide:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
    background: url(/wp-content/uploads/2024/11/quote.png)no-repeat right;
    background-size: inherit;
    width: 170px;
    height: 145px;
}
.service-sec h3.title {
    font-size: 23px !important;
}