/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

body .btn--outline.brxe-text-link {
    /* padding-top: 3px !important;
    padding-right: 1.875rem !important;
    padding-bottom: 3px!important;
    padding-left: 3px !important;
    width: auto;
    min-width: auto;
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000000; */
    
}

#brxe-1aa69d::before,
#brxe-1c9691::before,
#brxe-vumcnq::before,
#brxe-epsnjl::before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/07/tel2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;
}
#brxe-1aa69d:hover::before,
#brxe-1c9691:hover::before,
#brxe-vumcnq:hover::before,
#brxe-epsnjl:hover::before {
    background-image: url(/wp-content/uploads/2025/05/tel.svg);
}

.ni_head span{
font-size: 70%;
}

.st_blok {
    position: relative;
    display: inline-block;
    /* lub block, zależnie od układu */
}
.st_blok {
    position: relative;
    transition: background-color 0.3s ease;
    /* Dodano przejście tła */
}




.st_blok::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background-color: #DC2828;
    transition: width 0.3s ease;
}

.st_blok:hover {
    /* background-color: #F0F4F8; */
}

.st_blok:hover::after {
    width: 100%;
}

.st_blok img {
    transition: transform 0.3s ease;
}

.st_blok:hover img {
    transform: scale(0.95);
    /* Pomniejszenie o 5% */
}
.st_blok .move-right {
    transition: transform 0.3s ease;
}

.st_blok:hover .move-right {
    transform: translateX(10px);
    color: #DC2828 !important;
}
.st_blok .title-hover {
    transition: color 0.3s ease;
    /* Dodano przejście koloru */
}

.st_blok:hover .title-hover {
    color: #DC2828;
}

.bricks-layout-wrapper .image {
padding: 20px;
    object-fit: contain;
  
}



.desktop-only {
    display: block;
}

@media (min-width: 992px) {
    .desktop-only {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-only {
        display: block;
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }
}
