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

.elementor-widget-theme-site-logo img,
.site-logo img,
.elementor-widget-image img[src$=".svg"] {
  width: 132px!important;     /* ustaw swoją wartość */
  height: auto;
  max-width: none;  /* nadpisuje ewentualne ograniczenia */
}
@media only screen and (max-width: 768px){
    .elementor-widget-theme-site-logo img,
    .site-logo img,
    .elementor-widget-image img[src$=".svg"] {
      width: 92px!important;     /* ustaw swoją wartość */
      height: auto;
      max-width: none;  /* nadpisuje ewentualne ograniczenia */
    }   
}

:root {
    --niebieski: #053164;
    --zloty: #FFE9BA;
    --ani: all 0.3s ease;
}
.s-header-mobile {
	transition: transform .3s ease;
}
.s-header-mobile.s-hide {
	transform: translateY(-100%);
}



.s-button--primary a, .s-button-secondary a{
    position: relative;
}


.s-button--primary a:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/02/chevron_y.svg') no-repeat;
    transition: var(--ani);
    }
.s-button--primary:hover a:after {
    right: 10px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/02/chevron_b.svg') no-repeat;
}

.s-button--secondary a:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/02/chevron_b.svg') no-repeat;
    transition: var(--ani);
}
.s-button--secondary:hover a:after {
    right: 10px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/02/chevron_b.svg') no-repeat;
}

.s-oferta-kafel {
    transition: var(--ani);
}
.s-oferta-kafel:hover {
    margin-top: -5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 1280px){
    .s-wasp-tile {
        position: relative;
    }
    .s-wasp-tile:before {
        content: '';
        display: block;
        width: calc(100% - 10px);
        height: 1px;
        background: var(--niebieski);
        position: absolute;
        top: 40px;
        left: 55px;
        z-index: 999999;
    }
    .s-wasp-tile:last-child:before {
        width: calc(100% - 80px);
    }
}
.elementor-post__read-more-wrapper {
     text-align: right !important;
}
.s-menu-footer li{
    padding-left: 25px;
    background: url(https://wasp.com.pl/wp-content/uploads/2026/02/chevron_b.svg) no-repeat;
    background-position: 0 10px;
    transition: var(--ani);
}
.s-menu-footer li:hover {
    background-position: 5px 10px;
}

/* animacja */
@keyframes simplo-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Fade*/
/* stan początkowy */
.s-anim-heading {
  opacity: 0;
  transform: translateY(30px);
}
/* stan po aktywacji */
.s-anim-heading.s-anim-active {
  animation: simplo-fade-up 0.7s ease-out forwards;
}

.s-punktor ul {
    padding: 0 !important;
}
.s-punktor li {
    list-style-type: none;
    padding-left: 50px;
    margin-bottom: 20px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/03/punktor.svg') no-repeat;
    background-position: left 5px;
    font-size: 16px !important;
    line-height: var(--e-global-typography-text-line-height) !important;
}
.s-img-mask {
    position: relative;
    z-index: 1;
}
.s-img-mask img {
    -webkit-mask-image: url('https://wasp.com.pl/wp-content/uploads/2026/03/maska-heksagon.svg');
    mask-image: url('https://wasp.com.pl/wp-content/uploads/2026/03/maska-heksagon.svg');

    -webkit-mask-size: cover;
    mask-size: cover;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
}

.s-img-mask::before {
    content: '';
    position: absolute;
/*    inset: 0;*/
    width: 100%;
    height: 100%;
    bottom: -15px;
    right: -15px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/03/img-after-2.svg') no-repeat;
    background-size: 100%;
    z-index: 0;
    
    
/*
    bottom: -10px;
    right: -10px;
*/
    
}
.s-arrow-up {
    bottom: -80px!important;
    transition: var(--ani);
}
.s-arrow-visible {
    bottom: 60px!important;
}

.s-ekspert-mail {
    padding-left: 28px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/02/mail-blue.svg') no-repeat;
    background-size: 18px;
    background-position-y: 3px;
}
.s-ekspert-tel {
    padding-left: 28px;
    background: url('https://wasp.com.pl/wp-content/uploads/2026/02/phone-blue.svg') no-repeat;
    background-size: 18px;
/*    background-position-y: 3px;*/
}

.s-uslugi-grid {
    display: flex;
    gap: 40px;
}
.s-uslugi-grid h3{
    margin:0;
}
.s-uslugi-grid a {
    padding: 20px 60px 20px 40px;
    border: var(--niebieski) 1px solid;
    background: #fff;    
    transition: var(--ani);
    position: relative;
}

.s-uslugi-grid a:after {
    content: '';
    display: block;
    width: 10px;
    height: 17px;
    background: url(https://wasp.com.pl/wp-content/uploads/2026/02/chevron_b.svg) no-repeat;
    position: absolute;
    top: 23px;
    right: 30px;
    transition: var(--ani);
}
.s-uslugi-grid a:hover:after {
    right:20px;
}
.s-uslugi-grid a:hover {
    border: lightgray 1px solid;
    background: lightgray;
}

.s-arrow-up .elementor-icon-wrapper {
    background: var(--zloty);
    border-radius: 200px;
}

.s-aktywnosc-menu a:before {
    content:'';
    display: block;
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
    background: url(https://wasp.com.pl/wp-content/uploads/2026/02/chevron_b.svg) no-repeat;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: var(--ani);
    position: absolute;
    left:0;
}
.s-aktywnosc-menu a:hover:before {
    left: 10px;
}


