/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.rank-math-breadcrumb .last {
	color: #fff;
}

.rank-math-breadcrumb a {
	color: #fff;
	opacity:0.7;
}

.rank-math-breadcrumb a:hover {
	opacity:1;
}

.rank-math-breadcrumb .separator {
	color: #fff;
	opacity:0.7;
	margin: 0 7px;
}

.rank-math-breadcrumb p {
	margin: 0;
}

.decor-text {
	pointer-events: none;
}

.elementor .button-line.elementor-element {
	width: 100%;
}

.button-line.elementor-element .elementor-button-wrapper {
    display: flex;
    justify-content: flex-end;	
}

.button-line.elementor-element .elementor-button-link {
	display: flex;
    align-items: center;
	position: relative;
    width: 100%;
    max-width: 400px;
	justify-content: flex-end;
	text-align: right;
}

.button-line .elementor-button-link .elementor-button-content-wrapper {
	flex-shrink: 0;
	margin-left: 10px;
}

.button-line .elementor-button-link:before {
    content: '';
/*    position: absolute;
	left: 0;
    transform: translateX(calc(-100% - 30px)); */
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-primary );
    transition: all .2s ease-in-out;
    pointer-events: none;
}

.button-line .elementor-button-link .elementor-button-text {
	transition: all .2s ease-in-out;
}



.button-line .elementor-button-link:hover .elementor-button-text {
    font-weight: 700;
	letter-spacing: 3px;
}


.button-line .elementor-button-link:hover:before {
   /* width: 0;
	transform: translateX(0%); */
	height: 70%;
}

.section-title {
	position: relative;
		z-index: 1;
}

.section-title h2:before {
    content: '';
    position: absolute;
    width: 208px;
	max-width: 40%;
    height: 210%;
    background-color: rgb(255 255 255 / 10%);
    border-top: 2px solid var(--e-global-color-primary);
    left: 50%;
    top: -43%;
    transform: translateX(-50%);
	z-index: -1;
}

.section-title.section-title_grey h2:before {
    background-color: rgb(247 247 247);
}

.section-title.section-title_white h2:before {
    background-color: rgb(255 255 255);
}

.advantages__item.elementor-widget-icon-box .elementor-widget-container {
	background: url(https://rekolux.brych.studio/wp-content/uploads/2025/01/advantage-bg.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #FFFFFF;
	border: 3px solid #fff;
	box-shadow: 0px 6px 44px 0px rgba(0, 0, 0, 0.08);
}

.advantages__item.elementor-widget-icon-box .elementor-icon-box-wrapper {
	height: 100%;
}

.advantages__item.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
	margin: 0;
    padding: 0;
}

.advantages__item.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
	max-width: 70%;
	padding: 40px 25px 40px 30px;
}

.advantages__item.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
	display: flex;
	align-self: center;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    height: 100%;
    padding: 0 30px 0 0;
    width: 30%;
    text-align: center;
}




.reviews-slider.elementor-element .swiper .elementor-swiper-button{
    display: flex;
    font-size: 25px;
    top: unset;
    transform: none;
    bottom: -70px;
    left: 25px;
    border: 1px solid;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.reviews-slider.elementor-element .swiper .elementor-swiper-button-next {
    right: unset;
    left: 95px;
}

.reviews .ti-widget.ti-goog .ti-controls .ti-next:after, .reviews .ti-widget.ti-goog .ti-controls .ti-prev:after, .ti-widget.ti-goog .ti-controls .ti-next:before, .reviews .ti-widget.ti-goog .ti-controls .ti-prev:before, .reviews .ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before, .reviews .ti-widget.ti-goog .ti-controls .ti-next:before, .reviews .ti-widget.ti-goog .ti-controls .ti-prev:before {
    background: var(--e-global-color-primary );
}

/* 
.reviews .ti-widget.ti-goog .ti-controls {
    top: unset;
    bottom: -35px;
    left: 0;
}

.reviews .ti-widget.ti-goog .ti-controls .ti-next, .reviews .ti-widget.ti-goog .ti-controls .ti-prev {
    width: 50px;
    height: 50px;
    padding: 0;
	border-radius: 50px;
    border: 1px solid var(--e-global-color-primary );
}

*/




.projects-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	bottom:60px;
    z-index: 1;
}

.projects-slider.elementor-element .swiper-pagination-bullet {
	border-radius: 0;
	width: 40px;
    height: 2px;
    background: var(--e-global-color-primary );
}

.projects-slider.elementor-element .swiper .elementor-swiper-button {
    border: 1px solid;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    top: unset;
    transform: none;
    bottom: 45px;
	color: var(--e-global-color-primary );
	z-index: 3;
}

.projects-slider.elementor-element .elementor-swiper-button.elementor-swiper-button-prev {
	left: 35%;
}

.projects-slider.elementor-element .elementor-swiper-button.elementor-swiper-button-next {
	right: 35%;
}

.projects-slider__information {
	max-width: 500px;
}




.call-me-form .wpcf7-form>p {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.call-me-form input {
    max-height: 50px;
}

.call-me-form .wpcf7-form-control-wrap {
    min-width: 150px;
    flex: 1;
}

.call-me-form input.wpcf7-text {
    outline: none !important;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(9px);
    padding: 16px 20px;
    line-height: 1;
}
    
.call-me-form input.wpcf7-text::placeholder {
        color: #fff;
}

.call-me-form .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 0.7em;
}

.call-me-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 13px;
    color: #fff;
}





@media screen and (min-width: 1240px) {


}


@media screen and (max-width: 1240px) and (min-width: 959px) {


}

@media screen and (min-width:959px) {


}

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


}

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

	.projects-slider.elementor-element .elementor-swiper-button.elementor-swiper-button-prev {
	left: 15%;
	}

	.projects-slider.elementor-element .elementor-swiper-button.elementor-swiper-button-next {
		right: 15%;
	}

	.projects-slider.elementor-element .swiper-pagination-bullet {
		width: 20px
	}

	.call-me-form .wpcf7-form>p {
		gap: 10px;
	}

	.call-me-form input {
	   width: 100%;
	}

}

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


}