/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.4.7
*/


.single-spa .attachment-full.size-full {

    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: auto;
    max-width: fit-content;
}

.single-spa .spa-brand{
    margin-top: -25%;
    z-index: 1;
    POSITION: RELATIVE;
    MARGIN-BOTTOM: 24%;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}


.single-spa .spa-product_title{
    color: white;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 20px;
}

.single-spa .spa-get-quote{
        background-color: var(--e-global-color-primary);
}

.single-spa .spa-get-brouchure{
     background-color: var(--e-global-color-primary);
     margin-top: 30px;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s;
    font-family: inherit;
    display: block;
    width: fit-content;

}

.single-spa .spa-product_summary button{
    margin-top: 30px;
}

.spa-container{
    display: flex;
    justify-content: space-between;
}


.spa-container .spa-desca{
    width: 50%;
    padding-right: 60px;
}

.spa-container .spa-desca .spa-desc-sub{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 3.6px;
    color: var(--e-global-color-primary);
    margin-bottom: 30px;
    font-weight: 600;
}

.spa-container .spa-desca h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.9px;
    color: var(--e-global-color-secondary);
}

.spa-container .spa-descb{
    width: 50%;
}

.spa-container .spa-descb .flex-viewport{
    height: 500px;
}

.spa-container .spa-descb .flex-viewport img{
    width: 100%;
    height: 400px !important;
    object-fit: cover;

}

/* specification and downloads */
.spa-attrs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.spa-attrs h3{
    width: 100%;
    font-size: 36px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 60px;
}

.spa-attrs>p{
    width: 100%;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center; 
    margin-bottom: 30px;
}
.spa-attr-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow .15s;
    width: 22%;
    margin-bottom: 20px;
}
.spa-attr-card:hover { box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.spa-attr-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--e-global-color-primary);;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.spa-attr-icon svg { width: 18px; height: 18px; }
.spa-attr-body { min-width: 0; }
.spa-attr-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #888;
    margin: 0 0 3px;
}
.spa-attr-value {
    font-size: 13.5px;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    word-break: break-word;
}
/* ── Downloads ── */
.spa-downloads { margin: 32px 0 50px; }
.spa-downloads h3{
    width: 100%;
    font-size: 36px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 60px;
}

.spa-downloads>p{
    width: 100%;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center; 
    margin-bottom: 30px;
}
.spa-downloads-list {
    display: flex;
    justify-content: space-around;
}
.spa-download-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 32%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 16px;
    transition: box-shadow .15s;
    margin-bottom: 25px;
}
.spa-download-row:hover { box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.spa-download-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.spa-download-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #f0fff4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a8f4f;
}
.spa-download-icon svg { width: 18px; height: 18px; }
.spa-download-name {
    font-size: 13.5px;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spa-download-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #1a6fbf;
    background: #f0f7ff;
    border: none;
    border-radius: 7px;
    padding: 7px 14px;
    text-decoration: none;
    transition: background .15s;
}
.spa-download-btn:hover { background: #daeeff; color: #1a6fbf; }
.spa-download-btn svg { width: 14px; height: 14px; }

/* Cyclone upgrade  */
:root {
  --js-navy: #0B1F33;
  --js-navy-mid: #0F2840;
  --js-navy-light: #122E4A;
  --js-cyan: #00C8E8;
  --js-text: #8BAEC8;
  --js-text-card: #7A9BBB;
}

.js-su { background: var(--js-navy); padding: 72px 40px; 
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 50px 0px;
}

.js-su-header { text-align: center; max-width: 680px; margin: 0 auto 60px; }

.js-su-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--js-cyan); margin: 0 0 16px;
}
.js-su-eyebrow::before, .js-su-eyebrow::after {
  content: ''; display: block; width: 32px; height: 1px; background: var(--js-cyan); opacity: .5;
}

.js-su-title {
  color: #fff; margin: 0 0 20px; line-height: 1; text-transform: uppercase;
  font-weight: bold;
}
.js-su-title span { color: var(--js-cyan); }

.js-su-desc { font-size: 15px; font-weight: 300; color: var(--js-text); line-height: 1.75; margin: 0; }

.js-su-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; max-width: 1100px; margin: 0 auto;
}

.js-su-card {
  background: var(--js-navy-mid); border: 1px solid rgba(0,200,232,0.12);
  border-radius: 12px; padding: 32px 28px 36px; position: relative;
  overflow: hidden; transition: border-color .25s, background .25s;
}
.js-su-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--js-cyan); opacity: 0; transition: opacity .25s;
}
.js-su-card:hover { background: var(--js-navy-light); border-color: rgba(0,200,232,0.35); }
.js-su-card:hover::before { opacity: 1; }

.js-su-num {
  letter-spacing: .15em; text-transform: uppercase; color: var(--js-cyan); opacity: .6; margin: 0 0 18px; display: block;
}

.js-su-icon {
  width: 48px; height: 48px; background: rgba(0,200,232,0.1); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: var(--js-cyan); margin-bottom: 22px;
}
.js-su-icon svg { width: 24px; height: 24px; }

.js-su-card-title {
  color: #fff; text-transform: uppercase; letter-spacing: .04em; margin: 0 0 12px; line-height: 1.2;
  font-weight: bold;
}

.js-su-card-desc { font-size: 13.5px; font-weight: 300; color: var(--js-text-card); line-height: 1.72; margin: 0 0 24px; }

.js-su-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--js-cyan);
}
.js-su-tag::before { content: ''; display: block; width: 16px; height: 1px; background: var(--js-cyan); }

/* extra features  */
.cd2 {
  background: #F7F4EF;
  padding: 80px 48px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.cd2-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 64px;
  gap: 40px;
}

.cd2-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #0B8FA8;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cd2-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #0B8FA8;
}

.cd2-title {
  font-size: 42px;
  font-weight: 700;
  color: #1A2E3B;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.cd2-title span { color: #0B8FA8; }

.cd2-desc {
  font-size: 14px;
  font-weight: 300;
  color: #6B7F8C;
  line-height: 1.75;
  margin: 0;
  max-width: 380px;
  text-align: right;
}

.cd2-list { max-width: 1100px; margin: 0 auto; }

.cd2-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 26px 0;
  border-top: 1px solid #E2DDD6;
}

.cd2-item:last-child { border-bottom: 1px solid #E2DDD6; }

.cd2-num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  color: #0B8FA8;
  opacity: .5;
  text-align: right;
}

.cd2-item-title {
  font-size: 15px;
  font-weight: 600;
  color: #1A2E3B;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cd2-item-desc {
  font-size: 13.5px;
  font-weight: 300;
  color: #6B7F8C;
  margin: 0;
  line-height: 1.65;
  max-width: 680px;
}

.cd2-badge {
  flex-shrink: 0;
  background: #EAF5F8;
  border: 1px solid #B5DDE6;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0B8FA8;
  white-space: nowrap;
}

.cd2-bottom {
  max-width: 1100px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cd2-stat {
  background: #fff;
  border: 1px solid #E2DDD6;
  border-radius: 12px;
  padding: 28px 32px;
  border-top: 3px solid #0B8FA8;
}

.cd2-stat-num {
  font-size: 38px;
  font-weight: 700;
  color: #1A2E3B;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.cd2-stat-num span { color: #0B8FA8; }

.cd2-stat-label {
  font-size: 12px;
  font-weight: 400;
  color: #6B7F8C;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: block;
}

/* leasurite spa difference section */
.diff-section {
  background: #F7F4EF;
  padding: 80px 48px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.diff-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}

.diff-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #0B8FA8;
  margin-bottom: 14px;
}

.diff-eyebrow::before,
.diff-eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: #0B8FA8;
  opacity: .5;
}

.diff-title {
  font-size: 40px;
  font-weight: 700;
  color: #1A2E3B;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.diff-title span { color: #0B8FA8; }

.diff-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #6B7F8C;
  line-height: 1.75;
  margin: 0;
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.diff-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E8E2DA;
  padding: 40px 32px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}

.diff-card:hover {
  border-color: #0B8FA8;
  box-shadow: 0 8px 32px rgba(11,143,168,0.08);
}

.diff-card-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #0B8FA8;
  opacity: 0;
  transition: opacity .25s;
}

.diff-card:hover .diff-card-accent { opacity: 1; }

.diff-icon-wrap {
  width: 60px;
  height: 60px;
  background: #EAF5F8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #0B8FA8;
}

.diff-icon-wrap svg { width: 28px; height: 28px; }

.diff-card-num {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  color: #C8C2BA;
}

.diff-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1A2E3B;
  margin: 0 0 12px;
  line-height: 1.25;
}

.diff-card-desc {
  font-size: 13.5px;
  font-weight: 300;
  color: #6B7F8C;
  line-height: 1.75;
  margin: 0 0 24px;
  flex: 1;
}

.diff-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0B8FA8;
  margin-top: auto;
}

.diff-card-tag::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: #0B8FA8;
}

.diff-bottom {
  max-width: 1100px;
  margin: 32px auto 0;
  background: #1A2E3B;
  border-radius: 16px;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.diff-bottom-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  max-width: 500px;
}

.diff-bottom-text span { color: #00C8E8; }

.diff-bottom-btn {
  background: #0B8FA8;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
}

.diff-bottom-btn:hover { background: #0A7A90; }

@media (max-width: 860px) {
  .diff-section { padding: 48px 20px; }
  .diff-grid { grid-template-columns: 1fr; }
  .diff-title { font-size: 28px; }
  .diff-bottom { padding: 24px 28px; }
}

@media (max-width: 767px) {
  .single-spa .spa-brand {
    font-size: 18px;
  }

  .single-spa .spa-product_title{
    margin-bottom: 10px;
    padding-bottom: unset;
    font-size: 20px;
  }

  .spa-container{
    flex-wrap: wrap;
  }

  .spa-container .spa-desca{
    width: 100%;
    margin-bottom: 20px;
  }

   .spa-container .spa-descb{
    width: 100%;
  }

  .spa-attr-card{
    width: 100%;
  }

  .cd2-header{
    flex-wrap: wrap;
  }

  .cd2-bottom{
      grid: none;
  }

  .spa-downloads-list{
    flex-wrap: wrap;
  }

  .spa-download-row{
    width: 100%;
  }
  
}

.kc-gallery__nav {
  display: none !important;
}

body.error404 .site-content{
  background-image: url(https://justspasthomastown.com.au/wp-content/uploads/2026/03/urbanpool-banner.png);
}