@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed5589274_fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed558928f_fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa 400';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed5589277_fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed55893ac_fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.main-header {
  margin-left: 10% !important;
}

.overlay2 {
  background-color: #1c1c1c57;
  position: absolute;
  inset: 0%;
}

.underline-link {
  text-decoration: underline;
}

.realizacje {
  height: 308px;
  transition: 0.3s;
  max-width: 400px;
  object-fit: cover;
  border: #737475 1px solid;
}

.realizacje:hover {
  background-color: #3e8e41;
  color: white;
}

.realizacje-flex {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

.transition-inner-all * {
  -webkit-transition: all .4s cubic-bezier(.37, 0, .63, 1);
  transition: all .4s cubic-bezier(.37, 0, .63, 1);
  background-color: #d94a4a;
}

.transition-inner-all:hover {
  background-color: #3e8e41;
  color: white;
}

.zoom {
  background-color: none;
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
  border: #429d95 2px solid;
  /* background: green; */
}

.mt75 {
  margin-top: 75px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt55 {
  margin-top: 55px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb50 {
  padding-bottom: 50px;
}

.padd0 {
  padding: 0px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -15%);
  padding: 10px 30px;
  background: #262d2c85;
  border-radius: 10px;
}

.auto-height {
  min-height: auto;
  border-radius: 10px;
}

.white-bg {
  background: #fff;
}

.backbtn {
  color: #fff;
  padding: 10px 30px;
  background: var(--primary);
  border-radius: 5px;
  margin-bottom: 15px;
  align-self: start;
}

.left-arrow-slide-home-4 {
  border: 1px solid var(--stroke);
  color: var(--text-dark);
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  transition: all .35s;
  display: flex;
  inset: -100px 60px auto auto;
}

.vid-h {
  min-height: 550px !important;
}

.radius15 {
  border-radius: 15px;
}

.splide__slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  object-fit: cover;
}

.image-review-wrapper ul {
  flex-direction: unset;
}

.underline2 {
  text-decoration: underline #62d7f0;
}

.full-width {
  width: 100%
}

.row-gap19 {
  grid-row-gap: 19px;
}

.spa-header {
  font-size: 50px;
  padding: 15px 0;
  /* text-decoration: underline #62d7f0; */
}

.review-text-content-wrapper:first-child {
  width: 100%;
}

.spa-wrap {
  flex-wrap: wrap;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.dark-menu {
  background-color: #033c48;
}

/* ============================================
   JACUZZI PAGE - ALIGNED CARDS LAYOUT
   ============================================ */

/* Wrapper alignment */
.price-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

/* Card layout - flexbox for vertical alignment */
.price-card {
  width: calc(33.333% - 14px) !important;
  min-width: 280px;
  max-width: 450px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* Logo container - fixed height for alignment */
.price-card .price-title-wrapper {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.price-card .price-title-wrapper img {
  max-height: 100px;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
}

/* Text content - minimum height for consistency */
.price-card .overflow-heading-wrapper.align-left {
  min-height: 180px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.price-card .overflow-heading-wrapper.align-left p {
  margin-top: 12px !important;
}

/* Button container - push to bottom with margin-top auto */
.price-card>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.price-card .overflow-heading-wrapper.align-center.mt75 {
  margin-top: auto !important;
  padding-top: 20px;
}

/* Tablet and mobile responsiveness */
@media (max-width: 991px) and (min-width: 768px) {
  .price-card {
    width: calc(50% - 20px) !important;
  }
}

@media (max-width: 767px) {
  .price-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .price-card {
    width: 100% !important;
    max-width: 500px;
  }

  .price-card .overflow-heading-wrapper.align-left {
    min-height: auto;
  }
}

.image-pos-bottom {
  object-position: 50% 100%;
}

.image-pos-90 {
  object-position: 50% 90%;
}

.image-pos-60 {
  object-position: 50% 60%;
}

.image-pos-65 {
  object-position: 50% 65%;
}

.products-link {
  color: #37acc6;
}

.left-float {
  float: left;
}

.hanscraft-image {
  max-height: 370px;
}

.spa-link {
  display: flex;
  background: #fff;
  justify-content: center;
  padding: 0px 0 20px 0;
}

/* ============================================
   SPECS LIST (SWIM SPA)
   ============================================ */
.specs-list {
  margin: 0;
  padding: 0;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-item:hover {
  background-color: #f9fafb;
}

.spec-item dt {
  font-weight: 600;
  color: var(--paragraph-brown);
  margin: 0;
  width: 40%;
  padding-right: 10px;
}

.spec-item dd {
  margin: 0;
  color: var(--paragraph-brown);
  text-align: right;
  font-weight: 400;
  width: 60%;
}

@media (max-width: 479px) {
  .spec-item {
    padding: 10px 0;
    font-size: 14px;
  }
}