/*
Theme Name: Austral Theme
Theme URI: https://australdesignco.com/
Author: Austral Design
Author URI: https://australdesignco.com/
Description: Custom WordPress theme converted from the DeckShine single-page HTML layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: austral-theme
*/


/* ── RESET & SCOPE ── */

.ds-wrap img { max-width: 100%; display: block; }
.ds-wrap a { text-decoration: none; }
/* ── TOKENS ── */
.ds-wrap {
  --ink:        #000;
  --ink-mid:    #4a4640;
  --ink-light:  #8a8480;
  --bone:       #f5f2ed;
  --cream:      #f4f4f2;
  --white:      #ffffff;
  --accent:     #b8860b;
  --accent-lt:  #d4a017;
  --rule:       #d8d4ce;
  --steel:      #2c3e50;

  font-family: Red Hat Text, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: var(--cream);
  overflow-x: hidden;
}

   :root {
      --orange: #FA7005;
	  --blue: #059CB7;
      --dark: #333333;
      --text: #555555;
      --light: #f4f4f2;
      --white: #ffffff;
      --border: rgba(0,0,0,.08);
      --shadow: 0 22px 60px rgba(0,0,0,.08);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Red Hat Text, Arial, sans-serif !important;
      background: var(--light);
      color: var(--dark);
      line-height: 1.6;
    }

    img {
      width: 100%;
      display: block;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .section {
      padding: 90px 0;
    }

    .eyebrow {
      color: var(--blue);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .18em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    h1,
    h2,
    h3 {
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    h1 {
      font-size: clamp(46px, 7vw, 82px);
      margin-bottom: 28px;
    }

    h2 {
      font-size: clamp(34px, 5vw, 56px);
      margin-bottom: 24px;
    }

    h3 {
      font-size: 21px;
      margin-bottom: 12px;
    }

    h1 span,
    h2 span {
      color: var(--orange);
    }

    p {
      color: var(--text);
      font-size: 17px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 15px 28px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 900;
      transition: .25s ease;
    }

    .btn-primary {
      background: var(--orange);
      color: #fff;
      box-shadow: 0 16px 34px rgba(254,135,0,.25);
    }

    .btn-primary:hover {
      background: #e97d00;
      transform: translateY(-2px);
	  color:#fff !important; 
    }

    .btn-secondary {
      background:#059CB7;
	  color:#fff;
      border: 1px solid var(--border);
    }

    .btn-secondary:hover, .button-two:hover {
      border-color: var(--orange);
      transform: translateY(-2px);
    }

    header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(244,244,242,.92);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 0;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 33px;
      font-size: 24px;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    .logo-icon {
      width: 42px;
      height: 26px;
      background: var(--orange);
      border-radius: 6px;
      transform: skewY(-18deg);
      box-shadow: 14px 8px 0 #e77b00, 28px 16px 0 #cf6d00;
    }

    .logo .deck {
      color: var(--orange);
    }

    .menu {
      display: flex;
      align-items: center;
      gap: 28px;
      font-size: 14px;
      font-weight: 700;
    }

    .menu a:hover {
      color: var(--orange);
    }

    .mobile-toggle {
    display: none;
    color: #000;
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
    cursor: pointer;
    font-size: 19px;
}
#home, #about, #services, #contact {
    scroll-margin-top: 50px;
}

    .hero {
      padding: 85px 0 70px;
    }

    .hero-grid,
    .two-col,
    .feature,
    .contact-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 70px;
      align-items: center;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 999px;
      padding: 10px 16px;
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 30px;
    }

    .pill:before {
      content: "";
      width: 8px;
      height: 8px;
      background: var(--orange);
      border-radius: 50%;
    }

    .lead {
      font-size: 19px;
      max-width: 650px;
      margin-bottom: 32px;
    }

    .buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 34px;
    }

    .note-card,
    .card,
    .stat,
    .service,
    .serve-card {
      background: #fff;
      border: 1px solid var(--border);
      box-shadow: 0 14px 40px rgba(0,0,0,.045);
    }

    .note-card {
      max-width: 560px;
      border-radius: 26px;
      padding: 24px;
    }

    .note-card p {
      font-size: 15px;
    }

    .image-card {
      position: relative;
      min-height: 610px;
      border-radius: 40px;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .image-card img {
      height: 610px;
      object-fit: cover;
    }

    .image-card:after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,.55), transparent 65%);
    }

    .hero-stats {
      position: absolute;
      z-index: 2;
      left: 26px;
      right: 26px;
      bottom: 26px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      background: rgba(255,255,255,.92);
      border-radius: 26px;
      padding: 22px;
      text-align: center;
    }

    .hero-stats strong,
    .stat strong {
      display: block;
      color: var(--orange);
      font-size: 30px;
      line-height: 1;
      font-weight: 900;
      margin-bottom: 8px;
    }

    .hero-stats span,
    .stat span {
      display: block;
      color: #666;
      font-size: 12px;
      line-height: 1.35;
      font-weight: 600;
    }

    blockquote {
      margin: 30px 0 16px;
      padding-left: 24px;
      border-left: 4px solid var(--orange);
      font-size: 21px;
      font-weight: 700;
      font-style: italic;
      line-height: 1.5;
    }

    .author {
      font-size: 14px;
      font-weight: 800;
    }

    .card-grid {
      display: grid;
      gap: 22px;
    }
    .box-p-img{
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 70px;
    align-items: center;
}

    .grid-2 {
      grid-template-columns: repeat(2, 1fr);
    }

    .card,
    .service,
    .stat,
    .serve-card {
      border-radius: 30px;
      transition: .25s ease;
    }

    .card,
    .service {
      padding: 30px;
    }

    .card:hover,
    .service:hover,
    .serve-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 24px 60px rgba(0,0,0,.09);
    }
.img-center{
    text-align: center;
    margin: auto;
}
.img-center img{
    width: 150px;
    text-align: center;
}

    .number {
      display: inline-flex;
      width: 48px;
      height: 48px;
      align-items: center;
      justify-content: center;
      background: rgba(254,135,0,.12);
      color: var(--orange);
      border-radius: 16px;
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 22px;
    }

    .card p,
    .service p {
      font-size: 14px;
    }

    .stats-section {
      padding: 20px 0 60px;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .stat {
      padding: 34px 24px;
      text-align: center;
    }

    .stat strong {
      color: var(--dark);
      font-size: 31px;
    }

    .section-head {
      max-width: 856px;
      margin-bottom: 55px;
    }
.section-head-two{
    max-width: 587px;
    margin-bottom: 55px;
}

    .swiper .swiper-wrapper {
    height: auto;
    align-items: stretch;
    width: 100%;
}
ul.swiper-wrapper {
    margin: 0 !important;
}
.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

  .ml16{margin-left: 16px;}
  .mr16{margin-right: 16px;}
  .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    width: 50%;
}
  .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}
li.swiper-slide {
    align-items: stretch;
    border-radius: 16px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.box-background{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
    width: auto;
    padding: 0;
    border-radius: 16px;
    border-width: .1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.text-title {
  font-size: 23px;
  font-weight: 800;
  margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
    width: 88.24%;
}
.swiper-description {
    display: flex;
    flex: 2;
    justify-content: flex-start;
    margin-top: 8px;
    margin-bottom: 16px;
    width: 88.24%;
}
.box-img-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 256px;
    width: 100%;
}
    .content-background{
    clip-path: ellipse(140% 110% at 0% 110%);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: absolute;
    top: .5rem;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    overflow: hidden;
    }
    .background-image, .zp-image {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
    .background-image{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 3;
    }
    .buttons-ph{
    position: absolute;
    bottom: 0;
    background-color: transparent;
    z-index: 4;
    margin-bottom: 16px;
    width: 88.24%;
}
.button-two{
    min-width: 100%;
    background-color: #FFFFFF;
    color: #404040;
    font-size: 15px;
    font-weight: 700;
}
#adminbar-search{
    height: 20px !important;
}
.section-channels {
    max-width: 823px;
    margin-bottom: 55px;
}

.imagen {
    padding: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.d-c-mosaico__card-title {
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.hydrated{
    font-weight: 700;
    font-size: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mosaico-phones {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mosaico-phones li{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 120px;
}
.h-100{
  height: 100%;
}
.box-services{
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px;
    padding: 0px;
}
.social-icons{
    display: flex !important;
    gap: 18px;
    padding: 0px;
}
a.orang:hover {
    color: var(--orange);
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    font-style: normal;}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.fa-instagram:before {
  content: "\f16d"; }
.fa-instagram-square:before {
  content: "\e055"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-tiktok:before {
  content: "\e07b"; }
.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }


    .services-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .feature {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 40px;
      overflow: hidden;
      box-shadow: var(--shadow);
      gap: 0;
    }

    .feature-content {
      padding: 70px;
    }

    .feature-content .btn {
      margin-top: 24px;
    }

    .feature-image img {
      height: 620px;
      object-fit: cover;
    }

    .center {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .serve-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .serve-card {
      min-height: 150px;
      padding: 84px 20px 26px;
      display: flex;
      align-items: end;
      justify-content: center;
      text-align: center;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 900;
      position: relative;
    }

    .serve-card:before {
      width: 54px;
      height: 54px;
      background: #059cb712;
      border-radius: 18px;
      position: absolute;
      top: 26px;
      left: 50%;
      transform: translateX(-50%);
    }
    .icon-one:before {
    content: url('/wp-content/uploads/2026/05/Heating-Systems.webp')      
    }
    .icon-two:before {
    content: url('/wp-content/uploads/2026/05/boiler-systems.webp')      
    }
    .icon-three:before{
    content: url('/wp-content/uploads/2026/05/heating-maintenance.webp')      
    }
    .icon-four:before{
    content: url('/wp-content/uploads/2026/05/Video-Camera-Inspection.webp')      
    }
    .icon-five:before{
    content: url('/wp-content/uploads/2026/05/heating-maintenance.webp')      
    }

    .testimonial {
      background: var(--dark);
      color: #fff;
      border-radius: 40px;
      padding: 76px;
      overflow: hidden;
      position: relative;
    }

    .testimonial:after {
      content: "";
      position: absolute;
      right: -120px;
      top: -120px;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background:#059cb71c;
      filter: blur(20px);
    }

    .testimonial > * {
      position: relative;
      z-index: 2;
    }

    .testimonial h2 {
      color: #fff;
      max-width: 900px;
    }

    .testimonial p {
      color: rgba(255,255,255,.78);
      max-width: 760px;
      font-size: 20px;
      margin-bottom: 26px;
    }
.box-accordion {
    border-radius: 20px;
    border-width: 1px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
}
.line-acc{
    border-bottom: 1px solid #e5e7eb;
}
.accordion-item button{
	padding: 20px;    
}
.accordion-item h3{
	margin-bottom:0;
}
.accordion-item p{
	padding:0 20px 20px;
}
.accordion-item button:hover {
	border-radius:20px;
	background-color: #F2F3F5;
}
.accordion-item button:hover span{
	text-decoration:none !important;
}
.w-schedule h2{
	width: 349px;
	max-width:100%;
}

    .contact-box {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 40px;
      overflow: hidden;
      box-shadow: var(--shadow);
      gap: 0;
      align-items: stretch;
    }

    .contact-content,
    .form-box {
      padding: 70px;
    }

    .info-list {
      display: grid;
      gap: 16px;
      margin-top: 32px;
    }

    .info-list div {
      background: #f8f8f8;
      border: 1px solid var(--border);
      border-radius: 22px;
      padding: 20px;
    }

    .info-list strong,
    .info-list span {
      display: block;
    }

    .info-list strong {
      margin-bottom: 5px;
    }

    .info-list span {
      color: #666;
      font-size: 14px;
    }

    .form-box {
      background: var(--dark);
      color: #fff;
    }

    .form-box h3 {
      color: #fff;
      font-size: 34px;
      margin-bottom: 28px;
    }

    form {
      display: grid;
      gap: 16px;
    }

    input,
    textarea {
    width: 100% !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    background: rgba(255, 255, 255, .09) !important;
    color: #fff !important;
    border-radius: 18px !important;
    padding: 16px 18px !important;
    font: inherit;
    outline: none !important;
}

    input{
      height: auto !important;
}


    input::placeholder,
    textarea::placeholder {
      color: rgba(255,255,255,.99) !important;
    }

    input:focus,
    textarea:focus {
      border-color: var(--orange) !important;
          box-shadow: none !important;
    }
    div.wpforms-container-full button[type=submit]:focus:after{
      border: none !important;
    }

    button[type="submit"] {
      border: 0 !important;
      width: 100%;
      border-radius: 18px !important;
      background: var(--orange) !important;
      color: #fff !important;
      padding: 16px;
      font-size: 16px !important;
      font-weight: 900 !important;
     height: 55px !important;
    }

    .form-box small {
      display: block;
      color: rgba(255,255,255,.6);
      font-size: 13px;
      margin-top: 18px;
    }

    footer {
      padding: 35px 0;
      border-top: 1px solid var(--border);
      color: #777;
      font-size: 14px;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }
 @media (min-width: 768px) {
    li.swiper-slide {
        border-radius: 24px;
    }
}

    @media (max-width: 1024px) {
      .hero-grid,
      .two-col,
      .feature,
      .contact-box {
        grid-template-columns: 1fr;
      }

      .services-grid,
      .stats-grid,
      .serve-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .feature-content,
      .contact-content,
      .form-box,
      .testimonial {
        padding: 44px;
      }
    }
    @media (max-width: 768px) {
		.swiper-wrapper{
			display:block;
		}
		.swiper .swiper-wrapper .swiper-slide{
			width: 100% !important;
		}
		.mr16{margin-right:0; margin-bottom: 30px;}
		.ml16{margin-left:0;}
		
}

    @media (max-width: 760px) {
      .menu {
        display: none;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 74px;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 22px;
        padding: 20px;
        box-shadow: var(--shadow);
        flex-direction: column;
        align-items: flex-start;
      }

      .menu.is-open {
        display: flex;
      }

      .mobile-toggle {
        display: inline-flex;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(100% - 28px, 1180px);
      }

      .section {
        padding: 70px 0;
      }

      .hero {
        padding: 60px 0;
      }

      .grid-2,
      .services-grid,
      .stats-grid,
      .serve-grid,
      .hero-stats,
	  .box-p-img{
        grid-template-columns: 1fr;
      }
	.box-p-img {
    gap: 18px;
	}

      .image-card,
      .image-card img {
        min-height: 520px;
      }

      .feature-image img {
        height: 420px;
      }

      .feature-content,
      .contact-content,
      .form-box,
      .testimonial {
        padding: 30px;
      }
    }