.elementor-11 .elementor-element.elementor-element-e79c8d8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-224ae5a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-689ecf7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-5a7caef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-587964c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-5b89ce1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1b9e510{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-ede89cd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-84410b0 */.thx-hero{
  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  background:#050505;
  color:#fff;
  display:flex;
  align-items:center;
}

.thx-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.86) 42%,rgba(5,5,5,.45) 100%),
    url("http://techaus.my/wp-content/uploads/2026/07/images-40.jpeg") center right/cover no-repeat;
  transform:scale(1.02);
}

.thx-hero__bg:after{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-160px;
  top:80px;
  background:radial-gradient(circle,rgba(215,28,38,.45),transparent 68%);
  filter:blur(12px);
}

.thx-hero__noise{
  position:absolute;
  inset:0;
  opacity:.08;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:70px 70px;
}

.thx-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:120px 70px 150px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.thx-hero__content{
  max-width:760px;
}

.thx-hero__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:28px;
  padding:11px 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(18px);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.thx-hero__label:before{
  content:"";
  width:9px;
  height:9px;
  background:#d71920;
  border-radius:50%;
  box-shadow:0 0 22px rgba(215,25,32,.9);
}

.thx-hero h1{
  margin:0 0 28px;
  font-size:clamp(54px,7vw,108px);
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:950;
  color:#fff;
}

.thx-hero h1 span{
  color:#d71920;
  text-shadow:0 0 50px rgba(215,25,32,.35);
}

.thx-hero p{
  max-width:680px;
  margin:0 0 42px;
  color:rgba(255,255,255,.76);
  font-size:19px;
  line-height:1.8;
}

.thx-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.thx-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 30px;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  transition:.3s ease;
}

.thx-btn--red{
  background:#d71920;
  color:#fff;
  box-shadow:0 18px 45px rgba(215,25,32,.35);
}

.thx-btn--red:hover{
  transform:translateY(-4px);
  background:#fff;
  color:#111;
}

.thx-btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(16px);
}

.thx-btn--outline:hover{
  transform:translateY(-4px);
  background:#fff;
  color:#111;
}

.thx-hero__visual{
  display:flex;
  justify-content:flex-end;
}

.thx-service-panel{
  width:100%;
  max-width:480px;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(24px);
  box-shadow:0 35px 90px rgba(0,0,0,.45);
  position:relative;
  overflow:hidden;
}

.thx-service-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(215,25,32,.32),transparent 45%);
  pointer-events:none;
}

.thx-service-panel span{
  position:relative;
  display:block;
  margin-bottom:24px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.thx-service-list{
  position:relative;
  display:grid;
  gap:12px;
  margin-bottom:28px;
}

.thx-service-list div{
  padding:18px 18px;
  border-radius:18px;
  background:rgba(0,0,0,.32);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:15px;
  font-weight:750;
}

.thx-service-list div:before{
  content:"✓";
  color:#d71920;
  margin-right:10px;
}

.thx-service-panel a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:58px;
  border-radius:18px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-weight:950;
  transition:.3s ease;
}

.thx-service-panel a:hover{
  background:#d71920;
  color:#fff;
}

.thx-hero__bottom{
  position:absolute;
  left:70px;
  right:70px;
  bottom:34px;
  z-index:3;
  max-width:1540px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.thx-hero__bottom div{
  padding:22px 26px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
}

.thx-hero__bottom strong{
  display:block;
  color:#fff;
  font-size:17px;
  margin-bottom:5px;
}

.thx-hero__bottom span{
  color:rgba(255,255,255,.65);
  font-size:14px;
}

@media(max-width:991px){
  .thx-hero{
    align-items:flex-start;
  }

  .thx-hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.86) 55%,rgba(5,5,5,.68) 100%),
      url("YOUR-AIRCOND-IMAGE.jpg") center/cover no-repeat;
  }

  .thx-hero__wrap{
    grid-template-columns:1fr;
    padding:110px 22px 300px;
    gap:36px;
  }

  .thx-hero h1{
    font-size:56px;
  }

  .thx-hero p{
    font-size:16px;
  }

  .thx-hero__visual{
    justify-content:flex-start;
  }

  .thx-service-panel{
    max-width:100%;
    padding:24px;
    border-radius:26px;
  }

  .thx-hero__bottom{
    left:22px;
    right:22px;
    bottom:24px;
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e02aa86 */.thx-sec2{
  width:100%;
  position:relative;
  overflow:hidden;
  background:#f6f6f6;
  padding:130px 0;
}

.thx-sec2:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-220px;
  top:-180px;
  background:radial-gradient(circle,rgba(215,25,32,.22),transparent 70%);
}

.thx-sec2__wrap{
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:0 70px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:90px;
  align-items:center;
}

.thx-sec2__visual{
  position:relative;
  min-height:620px;
}

.thx-sec2__image{
  position:absolute;
  inset:0;
  border-radius:42px;
  overflow:hidden;
  box-shadow:0 35px 90px rgba(0,0,0,.18);
}

.thx-sec2__image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55) 100%);
}

.thx-sec2__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.thx-sec2__float{
  position:absolute;
  z-index:3;
  width:260px;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  box-shadow:0 22px 55px rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.6);
}

.thx-sec2__float--top{
  top:42px;
  right:-35px;
}

.thx-sec2__float--bottom{
  left:-35px;
  bottom:45px;
  background:#111;
  color:#fff;
}

.thx-sec2__float strong{
  display:block;
  font-size:20px;
  margin-bottom:8px;
}

.thx-sec2__float span{
  display:block;
  font-size:14px;
  line-height:1.6;
  color:rgba(0,0,0,.65);
}

.thx-sec2__float--bottom span{
  color:rgba(255,255,255,.68);
}

.thx-sec2__content{
  position:relative;
  z-index:2;
}

.thx-sec2__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#d71920;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
}

.thx-sec2__label:before{
  content:"";
  width:34px;
  height:2px;
  background:#d71920;
}

.thx-sec2 h2{
  margin:0 0 26px;
  color:#080808;
  font-size:clamp(42px,5vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}

.thx-sec2 h2 em{
  font-style:normal;
  color:#d71920;
}

.thx-sec2__content > p{
  max-width:760px;
  margin:0 0 44px;
  color:#555;
  font-size:18px;
  line-height:1.85;
}

.thx-sec2__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.thx-sec2__item{
  position:relative;
  padding:28px;
  min-height:210px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 45px rgba(0,0,0,.06);
  overflow:hidden;
  transition:.3s ease;
}

.thx-sec2__item:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(215,25,32,.12),transparent 55%);
  opacity:0;
  transition:.3s ease;
}

.thx-sec2__item:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 65px rgba(0,0,0,.1);
}

.thx-sec2__item:hover:before{
  opacity:1;
}

.thx-sec2__item b,
.thx-sec2__item h3,
.thx-sec2__item p{
  position:relative;
  z-index:2;
}

.thx-sec2__item b{
  display:block;
  color:#d71920;
  font-size:13px;
  font-weight:950;
  letter-spacing:.16em;
  margin-bottom:28px;
}

.thx-sec2__item h3{
  margin:0 0 12px;
  color:#111;
  font-size:24px;
  font-weight:950;
  letter-spacing:-.03em;
}

.thx-sec2__item p{
  margin:0;
  color:#666;
  font-size:15px;
  line-height:1.7;
}

@media(max-width:991px){
  .thx-sec2{
    padding:80px 0;
  }

  .thx-sec2__wrap{
    grid-template-columns:1fr;
    padding:0 22px;
    gap:45px;
  }

  .thx-sec2__visual{
    min-height:480px;
  }

  .thx-sec2__float{
    width:230px;
  }

  .thx-sec2__float--top{
    right:12px;
  }

  .thx-sec2__float--bottom{
    left:12px;
  }

  .thx-sec2 h2{
    font-size:42px;
  }

  .thx-sec2__content > p{
    font-size:16px;
  }

  .thx-sec2__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-777b7da */.thx-sec3{
  width:100%;
  position:relative;
  overflow:hidden;
  background:#070707;
  padding:130px 0;
  color:#fff;
}

.thx-sec3:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%,rgba(215,25,32,.28),transparent 28%),
    radial-gradient(circle at 88% 76%,rgba(215,25,32,.18),transparent 30%),
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:auto,auto,72px 72px,72px 72px;
}

.thx-sec3__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:0 70px;
}

.thx-sec3__head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:end;
  margin-bottom:60px;
}

.thx-sec3__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#ff3138;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
}

.thx-sec3__label:before{
  content:"";
  width:34px;
  height:2px;
  background:#ff3138;
}

.thx-sec3 h2{
  margin:0;
  color:#fff;
  font-size:clamp(42px,5vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}

.thx-sec3 h2 em{
  color:#ff3138;
  font-style:normal;
}

.thx-sec3__head p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:18px;
  line-height:1.85;
  max-width:650px;
}

.thx-sec3__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.thx-service-card{
  position:relative;
  min-height:360px;
  padding:34px;
  border-radius:34px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.35s ease;
}

.thx-service-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,rgba(255,255,255,.12),transparent 45%);
  opacity:.7;
}

.thx-service-card:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-80px;
  top:-80px;
  background:radial-gradient(circle,rgba(215,25,32,.32),transparent 70%);
  transition:.35s ease;
}

.thx-service-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,255,255,.26);
  box-shadow:0 28px 80px rgba(0,0,0,.42);
}

.thx-service-card:hover:after{
  width:260px;
  height:260px;
}

.thx-service-card span,
.thx-service-card h3,
.thx-service-card p,
.thx-service-card a{
  position:relative;
  z-index:2;
}

.thx-service-card span{
  display:block;
  color:#ff3138;
  font-size:13px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:50px;
}

.thx-service-card h3{
  margin:0 0 18px;
  color:#fff;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
}

.thx-service-card p{
  margin:0 0 30px;
  color:rgba(255,255,255,.66);
  font-size:15.5px;
  line-height:1.75;
}

.thx-service-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  transition:.3s ease;
}

.thx-service-card a:hover{
  background:#ff3138;
  color:#fff;
}

.thx-service-card--dark{
  background:#fff;
  color:#111;
}

.thx-service-card--dark h3{
  color:#111;
}

.thx-service-card--dark p{
  color:#555;
}

.thx-service-card--dark a{
  background:#111;
  color:#fff;
}

.thx-service-card--red{
  background:#d71920;
  border-color:#d71920;
}

.thx-service-card--red:after{
  background:radial-gradient(circle,rgba(255,255,255,.25),transparent 70%);
}

.thx-service-card--red span,
.thx-service-card--red h3,
.thx-service-card--red p{
  color:#fff;
}

@media(max-width:991px){
  .thx-sec3{
    padding:80px 0;
  }

  .thx-sec3__wrap{
    padding:0 22px;
  }

  .thx-sec3__head{
    grid-template-columns:1fr;
    gap:24px;
    margin-bottom:38px;
  }

  .thx-sec3 h2{
    font-size:42px;
  }

  .thx-sec3__head p{
    font-size:16px;
  }

  .thx-sec3__grid{
    grid-template-columns:1fr;
  }

  .thx-service-card{
    min-height:310px;
    padding:28px;
    border-radius:28px;
  }

  .thx-service-card h3{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6caa4a */.thx-sec4{
  width:100%;
  position:relative;
  overflow:hidden;
  background:#fff;
  padding:130px 0;
}

.thx-sec4:before{
  content:"";
  position:absolute;
  width:680px;
  height:680px;
  left:-280px;
  top:80px;
  background:radial-gradient(circle,rgba(215,25,32,.13),transparent 70%);
}

.thx-sec4__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:0 70px;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:90px;
  align-items:start;
}

.thx-sec4__intro{
  position:sticky;
  top:110px;
}

.thx-sec4__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#d71920;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
}

.thx-sec4__label:before{
  content:"";
  width:34px;
  height:2px;
  background:#d71920;
}

.thx-sec4 h2{
  margin:0 0 26px;
  color:#080808;
  font-size:clamp(42px,5vw,74px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}

.thx-sec4 h2 em{
  color:#d71920;
  font-style:normal;
}

.thx-sec4__intro p{
  max-width:620px;
  margin:0 0 36px;
  color:#555;
  font-size:18px;
  line-height:1.85;
}

.thx-sec4__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 30px;
  border-radius:999px;
  background:#d71920;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:950;
  box-shadow:0 18px 45px rgba(215,25,32,.28);
  transition:.3s ease;
}

.thx-sec4__btn:hover{
  transform:translateY(-4px);
  background:#111;
}

.thx-sec4__timeline{
  position:relative;
  display:grid;
  gap:18px;
}

.thx-sec4__timeline:before{
  content:"";
  position:absolute;
  left:39px;
  top:35px;
  bottom:35px;
  width:2px;
  background:linear-gradient(#d71920,rgba(215,25,32,.05));
}

.thx-sec4__step{
  position:relative;
  display:grid;
  grid-template-columns:80px 1fr;
  gap:22px;
  padding:28px;
  border-radius:30px;
  background:#f7f7f7;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 45px rgba(0,0,0,.055);
  transition:.3s ease;
}

.thx-sec4__step:hover{
  transform:translateX(-8px);
  background:#111;
  box-shadow:0 28px 70px rgba(0,0,0,.16);
}

.thx-sec4__num{
  position:relative;
  z-index:2;
  width:80px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:#d71920;
  color:#fff;
  font-size:18px;
  font-weight:950;
  letter-spacing:-.02em;
  box-shadow:0 16px 36px rgba(215,25,32,.32);
}

.thx-sec4__step h3{
  margin:4px 0 10px;
  color:#111;
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.045em;
  font-weight:950;
  transition:.3s ease;
}

.thx-sec4__step p{
  margin:0;
  color:#666;
  font-size:16px;
  line-height:1.75;
  max-width:680px;
  transition:.3s ease;
}

.thx-sec4__step:hover h3{
  color:#fff;
}

.thx-sec4__step:hover p{
  color:rgba(255,255,255,.68);
}

@media(max-width:991px){
  .thx-sec4{
    padding:80px 0;
  }

  .thx-sec4__wrap{
    grid-template-columns:1fr;
    padding:0 22px;
    gap:45px;
  }

  .thx-sec4__intro{
    position:relative;
    top:auto;
  }

  .thx-sec4 h2{
    font-size:42px;
  }

  .thx-sec4__intro p{
    font-size:16px;
  }

  .thx-sec4__timeline:before{
    display:none;
  }

  .thx-sec4__step{
    grid-template-columns:1fr;
    padding:24px;
  }

  .thx-sec4__step:hover{
    transform:translateY(-6px);
  }

  .thx-sec4__num{
    width:68px;
    height:68px;
    border-radius:20px;
  }

  .thx-sec4__step h3{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b39137 */.thx-sec5{
  width:100%;
  position:relative;
  overflow:hidden;
  background:#f4f4f4;
  padding:120px 0;
}

.thx-sec5:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%,rgba(215,25,32,.12),transparent 26%),
    radial-gradient(circle at 85% 85%,rgba(0,0,0,.08),transparent 30%);
}

.thx-sec5__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:0 70px;
}

.thx-sec5__top{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  margin-bottom:50px;
  max-width:1180px;
}

.thx-sec5__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d71920;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
  align-self:start;
  padding-top:0;
}

.thx-sec5__label:before{
  content:"";
  width:34px;
  height:2px;
  background:#d71920;
}

.thx-sec5 h2{
  max-width:980px;
  margin:0;
  color:#080808;
  font-size:clamp(38px,4.2vw,62px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:950;
}

.thx-sec5 h2 em{
  display:block;
  color:#d71920;
  font-style:normal;
}

.thx-sec5__top p{
  max-width:760px;
  margin:0;
  color:#555;
  font-size:17px;
  line-height:1.8;
}

.thx-sec5__brandbox{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.thx-sec5__brand{
  position:relative;
  min-height:135px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 16px 38px rgba(0,0,0,.055);
  overflow:hidden;
  transition:.35s ease;
  padding:30px;
}

.thx-sec5__brand:before{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-70px;
  bottom:-70px;
  border-radius:50%;
  background:#d71920;
  opacity:.08;
  transition:.35s ease;
}

.thx-sec5__brand:after{
  content:"";
  position:absolute;
  left:22px;
  top:22px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d71920;
  opacity:.45;
}

.thx-sec5__brand img{
  position:relative;
  z-index:2;
  width:100%;
  max-width:170px;
  max-height:65px;
  height:auto;
  object-fit:contain;
  object-position:center;
  display:block;
  transition:.35s ease;
  filter:grayscale(100%);
}

.thx-sec5__brand:hover{
  transform:translateY(-8px);
  background:#fff;
  box-shadow:0 28px 70px rgba(0,0,0,.16);
}

.thx-sec5__brand:hover:before{
  width:220px;
  height:220px;
  opacity:.15;
}

.thx-sec5__brand:hover img{
  filter:grayscale(0%);
  transform:scale(1.08);
}

.thx-sec5__bottom{
  margin-top:22px;
  padding:28px;
  border-radius:30px;
  background:#111;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  overflow:hidden;
  position:relative;
}

.thx-sec5__bottom:before{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  right:-160px;
  top:-160px;
  background:radial-gradient(circle,rgba(215,25,32,.42),transparent 70%);
}

.thx-sec5__note{
  position:relative;
  z-index:2;
}

.thx-sec5__note strong{
  display:block;
  color:#fff;
  font-size:22px;
  margin-bottom:7px;
  letter-spacing:-.03em;
}

.thx-sec5__note span{
  color:rgba(255,255,255,.65);
  font-size:15px;
}

.thx-sec5__btn{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  background:#d71920;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
  transition:.3s ease;
}

.thx-sec5__btn:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

@media(max-width:991px){
  .thx-sec5{
    padding:80px 0;
  }

  .thx-sec5__wrap{
    padding:0 22px;
  }

  .thx-sec5__top{
    gap:22px;
    margin-bottom:36px;
  }

  .thx-sec5 h2{
    font-size:42px;
  }

  .thx-sec5__top p{
    font-size:16px;
  }

  .thx-sec5__brandbox{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .thx-sec5__brand{
    min-height:105px;
    padding:22px;
    border-radius:22px;
  }

  .thx-sec5__brand img{
    max-width:130px;
    max-height:50px;
  }

  .thx-sec5__bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
  }

  .thx-sec5__btn{
    width:100%;
  }
}

@media(max-width:520px){
  .thx-sec5__brandbox{
    grid-template-columns:1fr 1fr;
  }

  .thx-sec5__brand{
    min-height:96px;
    padding:18px;
  }

  .thx-sec5__brand img{
    max-width:120px;
    max-height:45px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85b76ce */.thx-sec6{
  width:100%;
  position:relative;
  overflow:hidden;
  background:#0a0a0a;
  color:#fff;
  padding:130px 0;
}

.thx-sec6:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 12%,rgba(215,25,32,.26),transparent 30%),
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:auto,74px 74px,74px 74px;
}

.thx-sec6__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:0 70px;
}

.thx-sec6__head{
  max-width:980px;
  margin-bottom:58px;
}

.thx-sec6__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  color:#ff3138;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
}

.thx-sec6__label:before{
  content:"";
  width:34px;
  height:2px;
  background:#ff3138;
}

.thx-sec6 h2{
  margin:0 0 24px;
  color:#fff;
  font-size:clamp(42px,5vw,74px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:950;
}

.thx-sec6 h2 em{
  color:#ff3138;
  font-style:normal;
}

.thx-sec6__head p{
  max-width:800px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:18px;
  line-height:1.8;
}

.thx-sec6__layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}

.thx-sec6__big{
  position:relative;
  min-height:620px;
  border-radius:38px;
  overflow:hidden;
  background:#111;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.thx-sec6__big-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.86) 100%),
    url("YOUR-HOME-AIRCOND-IMAGE.jpg") center/cover no-repeat;
  transition:.5s ease;
}

.thx-sec6__big:hover .thx-sec6__big-bg{
  transform:scale(1.06);
}

.thx-sec6__big-content{
  position:absolute;
  left:38px;
  right:38px;
  bottom:38px;
  z-index:2;
}

.thx-sec6__big-content span{
  display:inline-flex;
  margin-bottom:18px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(215,25,32,.95);
  color:#fff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.14em;
}

.thx-sec6__big-content h3{
  margin:0 0 16px;
  color:#fff;
  font-size:48px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
  max-width:680px;
}

.thx-sec6__big-content p{
  max-width:620px;
  margin:0 0 26px;
  color:rgba(255,255,255,.72);
  font-size:17px;
  line-height:1.75;
}

.thx-sec6__big-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  transition:.3s ease;
}

.thx-sec6__big-content a:hover{
  background:#ff3138;
  color:#fff;
  transform:translateY(-4px);
}

.thx-sec6__cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.thx-sec6__card{
  min-height:300px;
  padding:30px;
  border-radius:32px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.3s ease;
}

.thx-sec6__card:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-90px;
  top:-90px;
  background:radial-gradient(circle,rgba(255,49,56,.38),transparent 70%);
  transition:.3s ease;
}

.thx-sec6__card:hover{
  transform:translateY(-7px);
  background:#fff;
}

.thx-sec6__card:hover:before{
  width:260px;
  height:260px;
}

.thx-sec6__card b{
  position:relative;
  z-index:2;
  color:#ff3138;
  font-size:13px;
  font-weight:950;
  letter-spacing:.16em;
}

.thx-sec6__card h3{
  position:relative;
  z-index:2;
  margin:0 0 14px;
  color:#fff;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:950;
  transition:.3s ease;
}

.thx-sec6__card p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:15px;
  line-height:1.7;
  transition:.3s ease;
}

.thx-sec6__card:hover h3{
  color:#111;
}

.thx-sec6__card:hover p{
  color:#555;
}

@media(max-width:991px){
  .thx-sec6{
    padding:80px 0;
  }

  .thx-sec6__wrap{
    padding:0 22px;
  }

  .thx-sec6__head{
    margin-bottom:36px;
  }

  .thx-sec6 h2{
    font-size:42px;
  }

  .thx-sec6__head p{
    font-size:16px;
  }

  .thx-sec6__layout{
    grid-template-columns:1fr;
  }

  .thx-sec6__big{
    min-height:520px;
    border-radius:30px;
  }

  .thx-sec6__big-content{
    left:24px;
    right:24px;
    bottom:24px;
  }

  .thx-sec6__big-content h3{
    font-size:36px;
  }

  .thx-sec6__cards{
    grid-template-columns:1fr;
  }

  .thx-sec6__card{
    min-height:240px;
    padding:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-808ac71 */.thx-sec7{
  width:100%;
  position:relative;
  overflow:hidden;
  background:#f5f5f5;
  padding:130px 0;
}

.thx-sec7:before{
  content:"";
  position:absolute;
  width:640px;
  height:640px;
  right:-260px;
  top:-180px;
  background:radial-gradient(circle,rgba(215,25,32,.14),transparent 70%);
}

.thx-sec7__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:0 70px;
}

.thx-sec7__top{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  margin-bottom:55px;
  max-width:1050px;
}

.thx-sec7__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d71920;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
  padding-top:0;
}

.thx-sec7__label:before{
  content:"";
  width:34px;
  height:2px;
  background:#d71920;
}

.thx-sec7 h2{
  max-width:900px;
  margin:0;
  color:#080808;
  font-size:clamp(38px,4.2vw,62px);
  line-height:1.06;
  letter-spacing:-.045em;
  font-weight:950;
}

.thx-sec7 h2 em{
  display:block;
  color:#d71920;
  font-style:normal;
}

.thx-sec7__top p{
  max-width:760px;
  margin:0;
  color:#555;
  font-size:17px;
  line-height:1.8;
}

.thx-sec7__gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.thx-sec7__item,
.thx-sec7__item--large,
.thx-sec7__item--tall,
.thx-sec7__item--wide{
  grid-row:auto !important;
  grid-column:auto !important;
  height:320px;
}

.thx-sec7__item{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  background:#111;
  box-shadow:0 22px 55px rgba(0,0,0,.1);
}

.thx-sec7__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.thx-sec7__item:hover img{
  transform:scale(1.06);
}

.thx-sec7__item:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.12) 100%);
  pointer-events:none;
}

.thx-sec7__overlay{
  display:none !important;
}

.thx-sec7__cta{
  margin-top:22px;
  padding:28px;
  border-radius:30px;
  background:#111;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  overflow:hidden;
}

.thx-sec7__cta:before{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  right:-160px;
  top:-160px;
  background:radial-gradient(circle,rgba(215,25,32,.42),transparent 70%);
}

.thx-sec7__cta div,
.thx-sec7__cta a{
  position:relative;
  z-index:2;
}

.thx-sec7__cta strong{
  display:block;
  color:#fff;
  font-size:22px;
  margin-bottom:7px;
  letter-spacing:-.03em;
}

.thx-sec7__cta span{
  color:rgba(255,255,255,.65);
  font-size:15px;
}

.thx-sec7__cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  background:#d71920;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
  transition:.3s ease;
}

.thx-sec7__cta a:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

@media(max-width:991px){
  .thx-sec7{
    padding:80px 0;
  }

  .thx-sec7__wrap{
    padding:0 22px;
  }

  .thx-sec7__top{
    gap:22px;
    margin-bottom:36px;
  }

  .thx-sec7 h2{
    font-size:42px;
  }

  .thx-sec7__top p{
    font-size:16px;
  }

  .thx-sec7__gallery{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }

  .thx-sec7__item,
  .thx-sec7__item--large,
  .thx-sec7__item--tall,
  .thx-sec7__item--wide{
    height:260px;
  }

  .thx-sec7__item{
    border-radius:24px;
  }

  .thx-sec7__cta{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
  }

  .thx-sec7__cta a{
    width:100%;
  }
}

@media(max-width:560px){
  .thx-sec7__gallery{
    grid-template-columns:1fr;
  }

  .thx-sec7__item,
  .thx-sec7__item--large,
  .thx-sec7__item--tall,
  .thx-sec7__item--wide{
    height:260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-705cfd9 */.thx-cta{

position:relative;
overflow:hidden;
padding:140px 0;
background:#0b0b0b;

}

.thx-cta__bg{

position:absolute;
inset:0;
background:
linear-gradient(rgba(0,0,0,.80),rgba(0,0,0,.88)),
url("http://techaus.my/wp-content/uploads/2026/07/images-41.jpeg") center/cover no-repeat;

}

.thx-cta::before{

content:"";
position:absolute;
width:650px;
height:650px;
right:-220px;
top:-180px;
border-radius:50%;
background:radial-gradient(circle,rgba(215,25,32,.45),transparent 70%);

}

.thx-cta__container{

position:relative;
z-index:2;
width:100%;
max-width:1500px;
margin:auto;
padding:0 70px;

display:grid;
grid-template-columns:1.2fr .8fr;
gap:70px;
align-items:center;

}

.thx-cta__label{

display:inline-block;
padding:12px 22px;
border-radius:50px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.12);
backdrop-filter:blur(15px);

color:#fff;
font-size:13px;
font-weight:800;
letter-spacing:2px;

margin-bottom:30px;

}

.thx-cta h2{

font-size:72px;
line-height:1;
font-weight:900;
color:#fff;
margin-bottom:30px;

letter-spacing:-3px;

}

.thx-cta h2 span{

color:#d71920;

}

.thx-cta p{

max-width:700px;
font-size:18px;
line-height:1.9;
color:rgba(255,255,255,.75);
margin-bottom:45px;

}

.thx-cta__buttons{

display:flex;
gap:18px;
flex-wrap:wrap;

}

.thx-btn-red{

padding:18px 38px;
background:#d71920;
border-radius:60px;
color:#fff;
text-decoration:none;
font-weight:700;
transition:.35s;

}

.thx-btn-red:hover{

background:#fff;
color:#111;

}

.thx-btn-white{

padding:18px 38px;
border-radius:60px;
border:2px solid rgba(255,255,255,.3);
color:#fff;
text-decoration:none;
font-weight:700;
transition:.35s;

}

.thx-btn-white:hover{

background:#fff;
color:#111;

}

.thx-cta__card{

background:rgba(255,255,255,.08);
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.12);

border-radius:35px;

padding:45px;

}

.thx-cta__card h3{

font-size:34px;
color:#fff;
margin-bottom:35px;

}

.thx-cta__item{

padding:22px 0;
border-bottom:1px solid rgba(255,255,255,.08);

}

.thx-cta__item:last-child{

border:none;

}

.thx-cta__item small{

display:block;
font-size:13px;
color:#999;
margin-bottom:8px;

letter-spacing:1px;

}

.thx-cta__item strong{

font-size:20px;
color:#fff;
font-weight:700;

}

@media(max-width:991px){

.thx-cta{

padding:90px 0;

}

.thx-cta__container{

grid-template-columns:1fr;
padding:0 22px;

}

.thx-cta h2{

font-size:46px;

}

.thx-cta p{

font-size:16px;

}

.thx-cta__card{

padding:30px;

}

.thx-cta__buttons{

flex-direction:column;

}

.thx-btn-red,
.thx-btn-white{

width:100%;
justify-content:center;
display:flex;

}

}/* End custom CSS */