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


.site-footer, .site-header {
	display: none!important;
}

.my-lang span {
	padding: 10px 10px;
	background-color: #000;
}

.my-lang .cpel-switcher__lang--active span {
	border: 1px solid #fff;
}

.my-lang span:hover {
	border: 1px solid #fff;
}


.my-btn-ic:hover .elementor-button-icon svg path {
    fill: #000;
}

.menu-icon svg { 
background-color: #000; 
}



.dialog-close-button svg {
    display: none;
}

.dialog-close-button {
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2026/03/ic_close.svg') center/contain no-repeat;
}
.elementor-nav-menu--layout-vertical .menu-item {
    text-align: center;
}

.elementor-nav-menu--layout-vertical .elementor-item {
    display: inline-block;
    width: auto;
}
span.swiper-pagination-bullet  {
    width: 30px !important;
    height: 3px !important;
    min-width: 30px !important;
    min-height: 3px !important;
    border-radius: 0 !important;
    background: #777 !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    display: inline-block !important;
    padding: 0 !important;
}

span.swiper-pagination-bullet-active{
    background: #fff !important;
   
}

html {
    scroll-behavior: smooth;
}

.link-lines a {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.link-lines a::before,
.link-lines a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff!important;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.link-lines a::before {
    top: -2px;
    transform-origin: left!important;
}

.link-lines a::after {
    bottom: -2px;
    transform-origin: right!important;
}

.link-lines a:hover::before {
    transform: scaleX(1)!important;
}

.link-lines a:hover::after {
    transform: scaleX(1)!important;
}


p a{
    position: relative;
    text-decoration: none;
    display: inline-block;
}

p a::before, p a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff!important;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

p a::before {
    top: -2px;
    transform-origin: left!important;
}

p a::after {
    bottom: -2px;
    transform-origin: right!important;
}

p a:hover::before {
    transform: scaleX(1)!important;
}

p a:hover::after  {
    transform: scaleX(1)!important;
}

