/* 
Theme Name: Hello Elementor Child
Author: WS_FACTORY
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

body {
    overflow-y: scroll;
    overflow-x: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}

a {
	color: #3E6DA6;
}

/*-------------------GALLERY SLIDER ST--------------------*/

.gallery-slider-st .elementor-swiper-button-next,
.gallery-slider-st .elementor-swiper-button-prev {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: rgba(149, 154, 170, 0.29);
    transition: all 0.5s;
}

.gallery-slider-st .elementor-swiper-button-next:hover,
.gallery-slider-st .elementor-swiper-button-prev:hover {
    background-color: rgba(149, 154, 170, 0.1);
}

.gallery-slider-st .elementor-swiper-button-prev {
    left: -90px !important;
}

.gallery-slider-st .elementor-swiper-button-next {
    right: -90px !important;
}

.gallery-slider-st.elementor-element.elementor-pagination-position-outside .swiper {
    padding-bottom: 60px;
}

.gallery-slider-st .swiper-slide {
    height: 430px;
}

.gallery-slider-st .swiper-slide * {
    display: block;
    height: 100%;
}

.gallery-slider-st .swiper-slide img {
    object-fit: cover;
}

@media (max-width: 1600px) {

    .gallery-slider-st .elementor-swiper-button-next,
    .gallery-slider-st .elementor-swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .gallery-slider-st .elementor-swiper-button-prev {
        left: -70px !important;
    }

    .gallery-slider-st .elementor-swiper-button-next {
        right: -70px !important;
    }

    .gallery-slider-st .swiper-slide {
        height: 380px;
    }
}

@media (max-width: 1250px) {

    .gallery-slider-st .elementor-swiper-button-next,
    .gallery-slider-st .elementor-swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .gallery-slider-st .elementor-swiper-button-prev {
        left: -60px !important;
    }

    .gallery-slider-st .elementor-swiper-button-next {
        right: -60px !important;
    }

    .gallery-slider-st .swiper-slide {
        height: 320px;
    }

    .gallery-slider-st.elementor-element.elementor-pagination-position-outside .swiper {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .gallery-slider-st .elementor-swiper-button-next,
    .gallery-slider-st .elementor-swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .gallery-slider-st .elementor-swiper-button-prev {
        left: -40px !important;
    }

    .gallery-slider-st .elementor-swiper-button-next {
        right: -40px !important;
    }

    .gallery-slider-st .swiper-slide {
        height: 300px;
    }

    .gallery-slider-st.elementor-element.elementor-pagination-position-outside .swiper {
        padding-bottom: 40px;
    }
}

/*-------------------LIST TWO COL ST--------------------*/

.list-two-col-st ul {
    display: flex;
    justify-content: space-between !important;
    grid-gap: 20px 0px;
}

.list-two-col-st ul li {
    width: 48%;
}

.list-two-col-st .elementor-icon-list-text {
    align-self: flex-start !important;
}

@media (max-width: 1250px) {

    .list-two-col-st ul {
        grid-gap: 15px 0px;
    }
}

@media (max-width: 767px) {

    .list-two-col-st ul li {
        width: 100%;
    }
}


/*-------------------FORM ST--------------------*/

.form-st form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px 0px;
}

.form-st label {
    display: none;
}

.form-st .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-st input,
.form-st select,
.form-st textarea {
    width: 100%;
    font-family: 'Outfit';
    font-size: 1rem;
    color: #474D56;
    font-weight: 400;
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 0px;
}

.form-st textarea {
    height: 120px;
}

.form-st input[type=submit] {
    width: auto;
    font-family: 'Outfit';
    font-size: 1.063rem;
    color: #FFFFFF;
    font-weight: 500;
    padding: 15px 40px;
    background-color: #1DA263;
    transition: all 0.3s;
}

.form-st input[type=submit]:hover {
    background-color: #107746;
}

.form-st .form-info {
    font-family: 'Outfit';
    font-size: 0.938rem;
    color: #000000;
    font-weight: 300;
    font-style: italic;
}

.form-st .form-info a {
    color: #1DA263;
}


@media (max-width: 1600px) {

    .form-st form {
        gap: 25px 0px;
    }

    .form-st input,
    .form-st select,
    .form-st textarea {
        padding: 7px 0px;
    }

    .form-st input[type=submit] {
        font-size: 1rem;
        padding: 12px 35px;
    }

    .form-st .form-info {
        font-size: 0.875rem;
    }
}

@media (max-width: 1250px) {

    .form-st form {
        gap: 20px 0px;
    }

    .form-st input,
    .form-st select,
    .form-st textarea {
        font-size: 0.938rem;
        padding: 5px 0px;
    }

    .form-st textarea {
        height: 100px;
    }

    .form-st input[type=submit] {
        font-size: 0.938rem;
        padding: 10px 30px;
    }
}

/*-----------TABLE---------------------------*/

 table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, 0);
}

table td, table th {
         border: 1px solid  #b5d8bb;
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: transparent;
}
    .table-container {
      overflow-x: auto;
      max-width: 100%;
      margin: 20px 0;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      min-width: 400px;
    }
    
        th {
 background-color: #b5d8bb;
    }


    th {
      font-weight: bold;
    }
    
    tr:nth-child(odd) {
  background-color: #f8fbf9; 
}

    tr:nth-child(even) {
  background-color: #fff; 
}



    @media (max-width: 600px) {
      table, thead, tbody, th, td, tr {
        display: block;
      }

      thead {
        display: none;
      }

      tr {
        margin-bottom: 15px;
        border: 1px solid  #eff7f2;
        padding: 10px;
      }

      td {
        position: relative;
        padding-left: 50%;
      }

      td::before {
        position: absolute;
        top: 12px;
        left: 16px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
      }

      td:nth-of-type(1)::before { content: "Parametr"; }
      td:nth-of-type(2)::before { content: "Powietrze-Woda"; }
      td:nth-of-type(3)::before { content: "Solanka-Woda"; }
    }

