.elementor-196 .elementor-element.elementor-element-2c50363{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-196 .elementor-element.elementor-element-cd42092{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-196 .elementor-element.elementor-element-5952e54{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-196 .elementor-element.elementor-element-7693471{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-196 .elementor-element.elementor-element-e1e49db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-196 .elementor-element.elementor-element-0be51f0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-370ad97 */.thx-servicepage-hero{
  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  background:#070707;
  color:#fff;
  display:flex;
  align-items:center;
}

.thx-servicepage-hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 18%,rgba(215,25,32,.38),transparent 30%),
    radial-gradient(circle at 12% 86%,rgba(215,25,32,.18),transparent 28%),
    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,74px 74px,74px 74px;
}

.thx-servicepage-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,7,7,.98),rgba(7,7,7,.86),rgba(7,7,7,.72));
}

.thx-servicepage-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:80px;
  align-items:center;
}

.thx-servicepage-hero__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:28px;
  padding:11px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
  color:#fff;
  font-size:13px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.thx-servicepage-hero__label:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d71920;
  box-shadow:0 0 24px rgba(215,25,32,.9);
}

.thx-servicepage-hero h1{
  margin:0 0 28px;
  color:#fff;
  font-size:clamp(52px,7vw,104px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:950;
}

.thx-servicepage-hero h1 em{
  font-style:normal;
  color:#ff3138;
  text-shadow:0 0 50px rgba(215,25,32,.35);
}

.thx-servicepage-hero p{
  max-width:720px;
  margin:0 0 42px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.85;
}

.thx-servicepage-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.thx-servicepage-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 30px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:950;
  transition:.3s ease;
}

.thx-servicepage-btn--red{
  background:#d71920;
  color:#fff;
  box-shadow:0 18px 45px rgba(215,25,32,.34);
}

.thx-servicepage-btn--red:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

.thx-servicepage-btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(16px);
}

.thx-servicepage-btn--outline:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

.thx-servicepage-hero__visual{
  position:relative;
  min-height:620px;
}

.thx-servicepage-hero__image{
  position:absolute;
  inset:0;
  border-radius:42px;
  overflow:hidden;
  box-shadow:0 35px 90px rgba(0,0,0,.45);
}

.thx-servicepage-hero__image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.68) 100%);
}

.thx-servicepage-hero__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.thx-servicepage-hero__floating{
  position:absolute;
  left:-40px;
  right:40px;
  bottom:40px;
  z-index:4;
  padding:32px;
  border-radius:32px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(24px);
  box-shadow:0 25px 70px rgba(0,0,0,.32);
}

.thx-servicepage-hero__floating span{
  display:block;
  margin-bottom:14px;
  color:#ff3138;
  font-size:12px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.thx-servicepage-hero__floating h3{
  margin:0 0 24px;
  color:#fff;
  font-size:38px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
}

.thx-servicepage-hero__floating ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.thx-servicepage-hero__floating li{
  padding:13px 14px;
  border-radius:16px;
  background:rgba(0,0,0,.32);
  border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:750;
}

.thx-servicepage-hero__floating li:before{
  content:"✓";
  color:#ff3138;
  margin-right:8px;
  font-weight:950;
}

.thx-servicepage-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(4,1fr);
  gap:14px;
}

.thx-servicepage-hero__bottom div{
  padding:22px 24px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
}

.thx-servicepage-hero__bottom strong{
  display:block;
  color:#fff;
  font-size:17px;
  margin-bottom:6px;
  letter-spacing:-.02em;
}

.thx-servicepage-hero__bottom span{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:14px;
}

@media(max-width:991px){
  .thx-servicepage-hero{
    align-items:flex-start;
  }

  .thx-servicepage-hero__wrap{
    grid-template-columns:1fr;
    padding:110px 22px 430px;
    gap:42px;
  }

  .thx-servicepage-hero h1{
    font-size:54px;
  }

  .thx-servicepage-hero p{
    font-size:16px;
  }

  .thx-servicepage-hero__actions{
    flex-direction:column;
  }

  .thx-servicepage-btn{
    width:100%;
  }

  .thx-servicepage-hero__visual{
    min-height:520px;
  }

  .thx-servicepage-hero__image{
    border-radius:30px;
  }

  .thx-servicepage-hero__floating{
    left:22px;
    right:22px;
    bottom:22px;
    padding:24px;
    border-radius:26px;
  }

  .thx-servicepage-hero__floating h3{
    font-size:32px;
  }

  .thx-servicepage-hero__floating ul{
    grid-template-columns:1fr;
  }

  .thx-servicepage-hero__bottom{
    left:22px;
    right:22px;
    bottom:22px;
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54dcccd */.thx-airservice-sec2{
  width:100%;
  position:relative;
  overflow:hidden;
  background:#f6f6f6;
  padding:130px 0;
}

.thx-airservice-sec2:before{
  content:"";
  position:absolute;
  width:680px;
  height:680px;
  right:-280px;
  top:-220px;
  background:radial-gradient(circle,rgba(215,25,32,.15),transparent 70%);
}

.thx-airservice-sec2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
  margin:0 auto;
  padding:0 70px;
}

.thx-airservice-sec2__top{
  max-width:1080px;
  margin-bottom:55px;
}

.thx-airservice-sec2__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  color:#d71920;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
}

.thx-airservice-sec2__label:before{
  content:"";
  width:34px;
  height:2px;
  background:#d71920;
}

.thx-airservice-sec2 h2{
  margin:0 0 24px;
  color:#080808;
  font-size:clamp(40px,4.8vw,72px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:950;
}

.thx-airservice-sec2 h2 em{
  display:block;
  color:#d71920;
  font-style:normal;
}

.thx-airservice-sec2__top p{
  max-width:790px;
  margin:0;
  color:#555;
  font-size:17px;
  line-height:1.8;
}

.thx-airservice-sec2__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.thx-airservice-card{
  position:relative;
  min-height:430px;
  padding:32px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 45px rgba(0,0,0,.06);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:.3s ease;
}

.thx-airservice-card:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-90px;
  top:-90px;
  background:radial-gradient(circle,rgba(215,25,32,.18),transparent 70%);
  transition:.3s ease;
}

.thx-airservice-card:hover{
  transform:translateY(-8px);
  background:#111;
  box-shadow:0 28px 75px rgba(0,0,0,.18);
}

.thx-airservice-card:hover:before{
  width:270px;
  height:270px;
}

.thx-airservice-card span,
.thx-airservice-card h3,
.thx-airservice-card p,
.thx-airservice-card ul,
.thx-airservice-card a{
  position:relative;
  z-index:2;
}

.thx-airservice-card span{
  display:block;
  color:#d71920;
  font-size:13px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:52px;
}

.thx-airservice-card h3{
  margin:0 0 16px;
  color:#111;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
  transition:.3s ease;
}

.thx-airservice-card p{
  margin:0 0 22px;
  color:#666;
  font-size:15.5px;
  line-height:1.75;
  transition:.3s ease;
}

.thx-airservice-card ul{
  list-style:none;
  padding:0;
  margin:0 0 28px;
  display:grid;
  gap:10px;
}

.thx-airservice-card li{
  color:#555;
  font-size:14.5px;
  line-height:1.5;
  transition:.3s ease;
}

.thx-airservice-card li:before{
  content:"✓";
  color:#d71920;
  font-weight:950;
  margin-right:8px;
}

.thx-airservice-card a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  transition:.3s ease;
}

.thx-airservice-card:hover h3{
  color:#fff;
}

.thx-airservice-card:hover p,
.thx-airservice-card:hover li{
  color:rgba(255,255,255,.66);
}

.thx-airservice-card:hover a{
  background:#d71920;
  color:#fff;
}

.thx-airservice-card--dark{
  background:#111;
}

.thx-airservice-card--dark h3{
  color:#fff;
}

.thx-airservice-card--dark p,
.thx-airservice-card--dark li{
  color:rgba(255,255,255,.66);
}

.thx-airservice-card--dark a{
  background:#d71920;
  color:#fff;
}

.thx-airservice-card--red{
  background:#d71920;
}

.thx-airservice-card--red span,
.thx-airservice-card--red h3,
.thx-airservice-card--red p,
.thx-airservice-card--red li{
  color:#fff;
}

.thx-airservice-card--red li:before{
  color:#fff;
}

.thx-airservice-card--red a{
  background:#fff;
  color:#111;
}

@media(max-width:991px){
  .thx-airservice-sec2{
    padding:80px 0;
  }

  .thx-airservice-sec2__wrap{
    padding:0 22px;
  }

  .thx-airservice-sec2__top{
    margin-bottom:36px;
  }

  .thx-airservice-sec2 h2{
    font-size:42px;
  }

  .thx-airservice-sec2__top p{
    font-size:16px;
  }

  .thx-airservice-sec2__grid{
    grid-template-columns:1fr;
  }

  .thx-airservice-card{
    min-height:360px;
    padding:28px;
    border-radius:28px;
  }

  .thx-airservice-card span{
    margin-bottom:42px;
  }

  .thx-airservice-card h3{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f06b6aa */.thx-airservice-sec3{
    width:100%;
    background:#080808;
    position:relative;
    overflow:hidden;
    padding:130px 0;
    color:#fff;
}

.thx-airservice-sec3:before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 15% 20%,rgba(215,25,32,.22),transparent 28%),
    radial-gradient(circle at 85% 80%,rgba(215,25,32,.16),transparent 32%);
}

.thx-airservice-sec3__wrap{
    position:relative;
    z-index:2;
    max-width:1540px;
    margin:auto;
    padding:0 70px;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:70px;
    align-items:center;
}

.thx-airservice-sec3__label{
    display:inline-flex;
    gap:10px;
    align-items:center;
    margin-bottom:22px;
    color:#ff3138;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.16em;
}

.thx-airservice-sec3__label:before{
    content:"";
    width:35px;
    height:2px;
    background:#ff3138;
}

.thx-airservice-sec3 h2{
    margin:0 0 25px;
    font-size:clamp(42px,5vw,72px);
    line-height:1.02;
    font-weight:900;
    letter-spacing:-.05em;
}

.thx-airservice-sec3 h2 em{
    color:#ff3138;
    font-style:normal;
}

.thx-airservice-sec3__left p{
    color:rgba(255,255,255,.68);
    line-height:1.9;
    font-size:17px;
    margin-bottom:40px;
}

.thx-airservice-sec3__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 34px;
    border-radius:999px;
    background:#d71920;
    color:#fff;
    text-decoration:none;
    font-weight:900;
    transition:.3s;
}

.thx-airservice-sec3__btn:hover{
    background:#fff;
    color:#111;
}

.thx-airservice-sec3__right{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.thx-airservice-sec3__right article{
    padding:30px;
    border-radius:30px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(20px);
    transition:.35s;
}

.thx-airservice-sec3__right article:hover{
    transform:translateY(-8px);
    background:#fff;
}

.thx-airservice-sec3__right span{
    display:inline-flex;
    width:56px;
    height:56px;
    border-radius:18px;
    background:#d71920;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-weight:900;
    margin-bottom:25px;
}

.thx-airservice-sec3__right h3{
    margin:0 0 14px;
    font-size:27px;
    line-height:1.1;
    color:#fff;
    transition:.3s;
}

.thx-airservice-sec3__right p{
    margin:0;
    color:rgba(255,255,255,.65);
    line-height:1.75;
    transition:.3s;
}

.thx-airservice-sec3__right article:hover h3{
    color:#111;
}

.thx-airservice-sec3__right article:hover p{
    color:#555;
}

.thx-airservice-sec3__highlight{
    background:#d71920 !important;
}

.thx-airservice-sec3__highlight span{
    background:#fff;
    color:#d71920;
}

.thx-airservice-sec3__highlight h3,
.thx-airservice-sec3__highlight p{
    color:#fff;
}

@media(max-width:991px){

.thx-airservice-sec3{
    padding:80px 0;
}

.thx-airservice-sec3__wrap{
    grid-template-columns:1fr;
    padding:0 22px;
}

.thx-airservice-sec3 h2{
    font-size:42px;
}

.thx-airservice-sec3__left p{
    font-size:16px;
}

.thx-airservice-sec3__btn{
    width:100%;
}

.thx-airservice-sec3__right{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d16446e */.thx-airservice-sec4{
    width:100%;
    background:#fff;
    position:relative;
    overflow:hidden;
    padding:130px 0;
}

.thx-airservice-sec4:before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    right:-250px;
    top:-250px;
    background:radial-gradient(circle,rgba(215,25,32,.14),transparent 70%);
}

.thx-airservice-sec4__wrap{
    max-width:1540px;
    margin:auto;
    padding:0 70px;
    position:relative;
    z-index:2;
}

.thx-airservice-sec4__top{
    max-width:980px;
    margin-bottom:60px;
}

.thx-airservice-sec4__label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:22px;
    color:#d71920;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.16em;
}

.thx-airservice-sec4__label:before{
    content:"";
    width:35px;
    height:2px;
    background:#d71920;
}

.thx-airservice-sec4 h2{
    margin:0 0 25px;
    color:#111;
    font-size:clamp(42px,5vw,72px);
    line-height:1.03;
    letter-spacing:-.05em;
    font-weight:900;
}

.thx-airservice-sec4 h2 em{
    color:#d71920;
    font-style:normal;
}

.thx-airservice-sec4__top p{
    max-width:760px;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.thx-airservice-sec4__timeline{
    position:relative;
    display:grid;
    gap:22px;
}

.thx-airservice-sec4__timeline:before{
    content:"";
    position:absolute;
    left:39px;
    top:0;
    bottom:0;
    width:3px;
    background:#e5e5e5;
}

.thx-airservice-step{
    position:relative;
    display:grid;
    grid-template-columns:80px 1fr;
    gap:28px;
    align-items:flex-start;
}

.thx-airservice-step__number{
    width:80px;
    height:80px;
    border-radius:22px;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:900;
    position:relative;
    z-index:2;
}

.thx-airservice-step__content{
    padding:34px;
    border-radius:28px;
    background:#f7f7f7;
    border:1px solid rgba(0,0,0,.06);
    transition:.35s;
}

.thx-airservice-step__content:hover{
    background:#111;
    transform:translateX(8px);
}

.thx-airservice-step__content h3{
    margin:0 0 14px;
    color:#111;
    font-size:30px;
    font-weight:900;
    transition:.3s;
}

.thx-airservice-step__content p{
    margin:0;
    color:#666;
    line-height:1.8;
    transition:.3s;
}

.thx-airservice-step__content:hover h3{
    color:#fff;
}

.thx-airservice-step__content:hover p{
    color:rgba(255,255,255,.68);
}

.thx-airservice-step--finish .thx-airservice-step__number{
    background:#d71920;
}

@media(max-width:991px){

.thx-airservice-sec4{
    padding:80px 0;
}

.thx-airservice-sec4__wrap{
    padding:0 22px;
}

.thx-airservice-sec4 h2{
    font-size:42px;
}

.thx-airservice-sec4__top p{
    font-size:16px;
}

.thx-airservice-sec4__timeline:before{
    display:none;
}

.thx-airservice-step{
    grid-template-columns:1fr;
}

.thx-airservice-step__number{
    width:65px;
    height:65px;
    font-size:18px;
}

.thx-airservice-step__content{
    padding:26px;
}

.thx-airservice-step__content h3{
    font-size:25px;
}

.thx-airservice-step__content:hover{
    transform:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc84cc1 */.thx-airservice-sec5{
    width:100%;
    background:#f7f7f7;
    padding:130px 0;
    position:relative;
    overflow:hidden;
}

.thx-airservice-sec5:before{
    content:"";
    position:absolute;
    width:620px;
    height:620px;
    right:-250px;
    top:-220px;
    background:radial-gradient(circle,rgba(215,25,32,.14),transparent 70%);
}

.thx-airservice-sec5__wrap{
    position:relative;
    z-index:2;
    max-width:1540px;
    margin:auto;
    padding:0 70px;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:70px;
}

.thx-airservice-sec5__left{
    position:sticky;
    top:120px;
    align-self:start;
}

.thx-airservice-sec5__label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:22px;
    color:#d71920;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.16em;
}

.thx-airservice-sec5__label:before{
    content:"";
    width:34px;
    height:2px;
    background:#d71920;
}

.thx-airservice-sec5 h2{
    margin:0 0 25px;
    color:#111;
    font-size:clamp(42px,5vw,72px);
    line-height:1.02;
    font-weight:900;
    letter-spacing:-.05em;
}

.thx-airservice-sec5 h2 em{
    color:#d71920;
    font-style:normal;
}

.thx-airservice-sec5__left p{
    color:#666;
    font-size:17px;
    line-height:1.85;
}

.thx-airservice-sec5__faq{
    display:grid;
    gap:18px;
}

.thx-airservice-sec5__faq details{
    background:#fff;
    border-radius:28px;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 18px 45px rgba(0,0,0,.05);
    overflow:hidden;
    transition:.3s;
}

.thx-airservice-sec5__faq details[open]{
    box-shadow:0 28px 70px rgba(0,0,0,.08);
}

.thx-airservice-sec5__faq summary{
    list-style:none;
    cursor:pointer;
    padding:28px 34px;
    position:relative;
    font-size:24px;
    font-weight:900;
    color:#111;
    letter-spacing:-.03em;
}

.thx-airservice-sec5__faq summary::-webkit-details-marker{
    display:none;
}

.thx-airservice-sec5__faq summary:after{
    content:"+";
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:50%;
    background:#d71920;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
}

.thx-airservice-sec5__faq details[open] summary:after{
    content:"−";
}

.thx-airservice-sec5__faq p{
    margin:0;
    padding:0 34px 30px;
    color:#666;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:991px){

.thx-airservice-sec5{
    padding:80px 0;
}

.thx-airservice-sec5__wrap{
    grid-template-columns:1fr;
    padding:0 22px;
    gap:40px;
}

.thx-airservice-sec5__left{
    position:relative;
    top:auto;
}

.thx-airservice-sec5 h2{
    font-size:42px;
}

.thx-airservice-sec5__left p{
    font-size:16px;
}

.thx-airservice-sec5__faq summary{
    font-size:20px;
    padding:24px 70px 24px 24px;
}

.thx-airservice-sec5__faq summary:after{
    right:20px;
}

.thx-airservice-sec5__faq p{
    padding:0 24px 24px;
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50f304c */.thx-airservice-cta{
    width:100%;
    position:relative;
    overflow:hidden;
    background:#090909;
    color:#fff;
    padding:140px 0;
}

.thx-airservice-cta__bg{
    position:absolute;
    inset:0;
    background:
    linear-gradient(90deg,rgba(9,9,9,.96),rgba(9,9,9,.76)),
    url("http://techaus.my/wp-content/uploads/2026/07/images-41.jpeg") center/cover no-repeat;
}

.thx-airservice-cta:before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    right:-220px;
    top:-220px;
    background:radial-gradient(circle,rgba(215,25,32,.48),transparent 70%);
}

.thx-airservice-cta__wrap{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1540px;
    margin:0 auto;
    padding:0 70px;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:70px;
    align-items:center;
}

.thx-airservice-cta__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-airservice-cta__label:before{
    content:"";
    width:34px;
    height:2px;
    background:#ff3138;
}

.thx-airservice-cta h2{
    margin:0 0 26px;
    color:#fff;
    font-size:clamp(44px,5.6vw,84px);
    line-height:1;
    letter-spacing:-.065em;
    font-weight:950;
}

.thx-airservice-cta h2 em{
    color:#ff3138;
    font-style:normal;
}

.thx-airservice-cta p{
    max-width:720px;
    margin:0 0 42px;
    color:rgba(255,255,255,.72);
    font-size:18px;
    line-height:1.85;
}

.thx-airservice-cta__actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

.thx-airservice-cta__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    padding:0 30px;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    font-weight:950;
    transition:.3s ease;
}

.thx-airservice-cta__btn--red{
    background:#d71920;
    color:#fff;
    box-shadow:0 18px 45px rgba(215,25,32,.35);
}

.thx-airservice-cta__btn--red:hover{
    background:#fff;
    color:#111;
    transform:translateY(-4px);
}

.thx-airservice-cta__btn--outline{
    color:#fff;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(255,255,255,.07);
    backdrop-filter:blur(16px);
}

.thx-airservice-cta__btn--outline:hover{
    background:#fff;
    color:#111;
    transform:translateY(-4px);
}

.thx-airservice-cta__card{
    padding:38px;
    border-radius:34px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(24px);
    box-shadow:0 35px 90px rgba(0,0,0,.36);
}

.thx-airservice-cta__card h3{
    margin:0 0 30px;
    color:#fff;
    font-size:34px;
    line-height:1.08;
    letter-spacing:-.045em;
    font-weight:950;
}

.thx-airservice-cta__card div{
    display:flex;
    align-items:center;
    gap:18px;
    padding:22px 0;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.thx-airservice-cta__card div:last-child{
    border-bottom:0;
    padding-bottom:0;
}

.thx-airservice-cta__card span{
    width:46px;
    height:46px;
    border-radius:16px;
    background:#d71920;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:950;
    flex:0 0 auto;
}

.thx-airservice-cta__card strong{
    color:#fff;
    font-size:20px;
    line-height:1.35;
}

@media(max-width:991px){

.thx-airservice-cta{
    padding:90px 0;
}

.thx-airservice-cta__wrap{
    grid-template-columns:1fr;
    padding:0 22px;
    gap:42px;
}

.thx-airservice-cta h2{
    font-size:44px;
}

.thx-airservice-cta p{
    font-size:16px;
}

.thx-airservice-cta__actions{
    flex-direction:column;
}

.thx-airservice-cta__btn{
    width:100%;
}

.thx-airservice-cta__card{
    padding:28px;
    border-radius:28px;
}

}/* End custom CSS */