.flex {
    display: flex;
}
.nowrap {
    white-space: nowrap;
}
.aboutmain a:hover {
    opacity: 1;
}
.bold {
    font-weight:700;
}
.toggle-more-less {
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

#iai_book_se div.widget__option>input {
    height: 50px;
}
.toggle-more-less:hover {
    background-color: #0056b3;
}

.facilities-container {
    margin-bottom: 20px;
}
hr {
    margin: 5px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    border: none;
    background-color: #d3d3d3;
}
.ripple-container {
    min-height: 50px;
    position: relative;
    overflow: hidden; 
    /*width: 100%;*/
    height: auto; 
    cursor: pointer;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
  opacity: 1;
}

@keyframes ripple-animation {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}


@keyframes ripple-animation {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.space-between {
     justify-content: space-between;
}
a {
    color: #C39600;
}
.flex-direction-col {
    flex-direction: column;
}
.text-center {
  align-items: center;
  justify-content: center;
}
.text-justifi {
    text-align: justify;
}
.marginBottom1em {
    margin-bottom: 1em;
}
.marginBottom2em {
    margin-bottom: 2em;
}
.flex-wrap {
    flex-wrap: flex-wrap;
}
.icons-splide .splide__pagination__page.is-active {
    background: #C39600;
}
.theme-color-primary * {
    background-color: #141413;
    color: white;
}
.additional-content-on-iframe {
    position: absolute;
    z-index: 1
}
.iframe-header-mock {
    width: 100vw;
    display: flex;
    height: 70px;
    margin: 0;
    background: #141413;
    color: white;
    padding: 10px;
    border: none;
    justify-content: center;
    align-items: center;
}
.iframe-places-on-map {
    width: 300px;
    height: 240px;
    display: flex;
    margin: 0;
    z-index: 1;
    background: #141413;
    color: white;
    top: 100px;
    left: calc(100vw - 380px);
    position: relative;
    border: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border: 2px solid #E7AA3D;
    li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
        cursor: pointer;
        border-bottom: 1px solid white;
    }
    li:hover {
        color: #E7AA3D;
        font-weight: 600;
        border-bottom: 3px solid white;
    }
}
.absolute {
    position: absolute !important;
}

.width100 {
    width: 100%;
}

.about-main-description {
    padding: 0 !important;
}

.aboutmain {
    border-bottom: 4px solid #E4AF00;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 60px;
}

.footer-contact__logo img {
    margin: 0;
}
.footer {
    padding: 0 6%;
}

.footer-contact-baner {
    border-top: 1px solid #E4AF00;
    padding: 16px 200px 16px 20px;
}

.footer-contact-baner span {
    padding: 10px;
}


ul {
    list-style: none;
    padding: 0; 
    margin: 0; 
}

li {
    margin: 5px 0;
} 
.ulStyleInside {
    list-style: inside;
}

.column {
  flex: 1; 
  max-width: 25%; 
  text-align: center; 
  padding: 16px; 
  box-sizing: border-box; 
}

.magrin0auto {
    margin: 0 auto;
}

.renting-header {
    font-size: 2em;
    -webkit-text-stroke: 1px #d9961f;
    color: #E7AA3D;
    font-weight: bold;
    margin: 1em .5em 0;
    padding-bottom: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.splide {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2em;
}

.splide__slide img {
    max-height: 270px;
}

  .card {
    position: relative;
    overflow: hidden;
    color: #54565d;
    .card-a-needed, .apartament-name a {
      color: #141413 !important;
    }

      .header-list {
        display: flex;
        justify-content: space-evenly;
        padding-top: 1em;
        padding-bottom: 10px;
        border-top: 1px solid #CCCCCA;
        border-left: 1px solid #CCCCCA;
        border-right: 1px solid #CCCCCA;

        div {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          flex-wrap: nowrap;
          min-width: 55px;
          font-size: 12px;
            sup {
               top: -1em;
            }
          img {
            height: 16px;
            fill: #E4AF00;
          }
          .square-parent {

              .square {
                position: absolute;
                font-size: 8px;
                top: 33px;
                padding-left: 1px;
              }
          }  

        }
      }
    .card-body {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      column-gap: 10px;
      //padding: 16px 0 0 0;
      //border-bottom: 1px solid #CCCCCA;

      .flex {
        display: flex;
        border: 1px solid #CCCCCA;
        padding-left: 6px;
        padding-right: 6px;
        justify-content: space-between;

        .img-footer {
          display: flex;
          align-items: center;
          img {
            width: 79%;
          }
        }
      }

      .title {
        display: flex;
        min-height: 70px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: start;
        font-weight: bold;
        padding: 10px 5px;
        border: 1px solid #CCCCCA;

      }

      .timer {
        display: flex;
        column-gap: 6px;
        flex-wrap: nowrap;
        font-size: 12px;
        padding-top: 16px;
        min-width: 92px;
        justify-content: flex-end;

        img {
          height: 16px;
          width: 16px;
        }
      }
    }
  }

.price-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #0F0A00;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    transition: opacity 0.3s ease-in-out;

    .price {
        font-size: 24px;
        font-weight: 600;
        color: #E4AF00;
    }
}

.hover-overlay .price-container {
    position: absolute;
    top: 15px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.golden-button {
    text-transform: uppercase;
    position: unset;
    width: 80%;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    bottom: 23px;
    padding: 10px 40px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #E7AA3D;
    border: 1px solid #E7AA3D;
    color: white;
    border-radius: 5px;
    border-bottom: 2px solid white;
    transition: all .3s ease-in-out;
    &.200px {
        width: 200px;
    }
    a {
        color: #E7AA3D !important;
    }
}

.golden-button:hover {
    color: white;
    background: #E7AA3D;
    transform: scale(1.1);
/ / box-shadow: 0 6 px 5 px 2 px rgb(237 181 16 / 20 %);
}

.golden-button:active {
    transform: scale(0.98);
/ / box-shadow: 0 6 px 5 px 2 px rgb(237 181 16 / 20 %);
}

.image-container {
    position: relative;

    img {
        width: 100%;
        height: 210px;
        display: block;
    }

}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;

    .offer__description {
        position: absolute;
        top: 55px;
        left: 0;
        width: 90%;
        margin: 0 5%;
        z-index: 1;
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

}

.image-container:hover .hover-overlay {
    opacity: 1;
}

.image-container:hover > .price-container {
    opacity: 0;
}

.image-container .price-container-up {
    display: none;
}

.image-container:hover .hover-overlay .price-container-up {
    opacity: 1;
    top: 5px;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
    position: absolute;
    color: white;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    background: none;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;

    .price {
        color: #E7AA3D;
    }
}

.carusel-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 1em;

    .custom-arrow {
        display: flex;
        column-gap: 6px;
        border: none;
        background: white;
    }
}
    .contact-iframe-wrapper iframe {
      width: 100%;
      margin-top: 2em;
      min-height: 1700px;
      border: none;
    }


@media (min-width: 1200px) {
    .image-container img {
        height: 270px;
    }
}



@media (hover: hover) and (pointer: fine) {
    footer {
        width: calc(100vw - 15px);
    }
}

@media (hover: none) and (pointer: coarse) {
    footer {
        width: 100%;
    }   
}

@media (max-width: 1024px) {
    footer {
        width: 100%;
    }   
    
    footer .footer {
         padding: 0 1.5%;
    }
    .footer-contact-add {
        padding-left: 10px;
    }
}

@media (min-width: 978px) {

}

@media (min-width: 978px) and (max-width: 1024px) {
    .image-container img {
        height: 280px;
    }
}

@media (max-width: 968px) {
    #iai_book_form button {
        margin: 0;
    }
}    

@media (min-width: 360px) and (max-width: 768px) {
    .splide__arrows {
        top: calc(26vw + 30px)
    }
    .splide__slide img {
        max-height: 410px;
    }
    .hover-overlay .offer__description {
        top: calc(26vw - 40px);
    }
    .image-container img {
        height: calc(45vw + 70px);
    }
}

@media (max-width: 768px) {
  .contact-iframe-wrapper iframe {
    min-height: 1850px !important;
  }
    .iframe-places-on-map {
        display: none;
    }
    
    .footer-contact-baner {
        padding: 16px 20px;
    }    
    .column {
        max-width: 100%;
        min-width: 240px;
        display: flex;
        margin: 0;
        justify-content: center;
    }

    .footer {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        justify-content: space-between;
        justify-items: center;
    }

    .logo-footer {
        grid-column: 1 / 4;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .contact-iframe-wrapper iframe {
        min-height: 2150px !important;
    }
    footer .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-contact-add {
        padding-left: 0;
    }    
}

@media (max-width: 360px) {
    .image-container img {
        height: 210px;
    }
}


/* Przykladowe style własne */
.my-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.my-section-title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.my-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.my-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 250px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s;
}
.my-card:hover {
  transform: translateY(-5px);
}
.my-icon-circle {
  width: 60px;
  height: 60px;
  background-color: #ffd700; /* złoty kolor */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  color: #fff;
}
.my-card-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.my-card-text {
  font-size: 14px;
  margin: 10px 0;
}