.elementor-11 .elementor-element.elementor-element-92ed788{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-ed14bff{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-734ae88{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-809479e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-0773ef2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-c070c8a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-f374dea{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-3e753b0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ed14bff */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --trx-dark:#051521;
  --trx-navy:#082238;
  --trx-navy-light:#0d3550;
  --trx-teal:#19a89c;
  --trx-teal-light:#38c8b8;
  --trx-white:#ffffff;
  --trx-soft:#b5c6d1;
  --trx-line:rgba(255,255,255,.13);
}

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

.trx-home-hero{
  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
  isolation:isolate;
  color:var(--trx-white);
  background:
    radial-gradient(
      circle at 73% 38%,
      rgba(25,168,156,.17),
      transparent 27%
    ),
    linear-gradient(
      115deg,
      #051521 0%,
      #082238 52%,
      #0a3048 100%
    );
  font-family:'Manrope',Arial,sans-serif;
}

.trx-home-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-4;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      rgba(3,14,23,.28),
      transparent 48%,
      rgba(3,14,23,.15)
    );
}

.trx-home-hero__grid{
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.07;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(255,255,255,.32) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.32) 1px,
      transparent 1px
    );
  background-size:74px 74px;
  mask-image:linear-gradient(
    90deg,
    transparent 0%,
    #000 36%,
    #000 76%,
    transparent 100%
  );
  -webkit-mask-image:linear-gradient(
    90deg,
    transparent 0%,
    #000 36%,
    #000 76%,
    transparent 100%
  );
}

.trx-home-hero__glow{
  position:absolute;
  z-index:-2;
  border-radius:50%;
  pointer-events:none;
}

.trx-home-hero__glow--one{
  top:7%;
  right:-190px;
  width:490px;
  height:490px;
  border:1px solid rgba(56,200,184,.15);
}

.trx-home-hero__glow--two{
  left:-140px;
  bottom:4%;
  width:275px;
  height:275px;
  border:1px solid rgba(255,255,255,.08);
}

.trx-home-hero__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  min-height:calc(100vh - 68px);
  margin:0 auto;
  padding:90px 0 86px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);
  align-items:center;
  gap:88px;
}


/* LEFT CONTENT */

.trx-home-hero__content{
  position:relative;
  z-index:3;
  max-width:770px;
}

.trx-home-hero__eyebrow{
  margin-bottom:26px;
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--trx-teal-light);
  font-size:11px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2.2px;
  text-transform:uppercase;
}

.trx-home-hero__eyebrow span{
  display:block;
  width:37px;
  height:2px;
  flex:0 0 37px;
  background:var(--trx-teal-light);
}

.trx-home-hero h1{
  max-width:790px;
  margin:0;
  color:var(--trx-white);
  font-size:clamp(58px,5.1vw,82px);
  line-height:1.015;
  font-weight:800;
  letter-spacing:-4.6px;
}

.trx-home-hero h1 em{
  display:block;
  margin-top:6px;
  font-style:normal;
  color:transparent;
  background:linear-gradient(
    90deg,
    #ffffff 0%,
    #b6d2dc 58%,
    #45c8b9 100%
  );
  background-clip:text;
  -webkit-background-clip:text;
}

.trx-home-hero__lead{
  max-width:680px;
  margin:31px 0 0;
  color:var(--trx-soft);
  font-size:16px;
  line-height:1.84;
  font-weight:400;
}


/* BUTTONS */

.trx-home-hero__actions{
  margin-top:39px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.trx-home-btn{
  min-height:57px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  border:1px solid transparent;
  color:var(--trx-white);
  text-decoration:none;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.15px;
  transition:
    transform .28s ease,
    background .28s ease,
    border-color .28s ease,
    color .28s ease;
}

.trx-home-btn svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .28s ease;
}

.trx-home-btn--primary{
  background:var(--trx-teal);
  border-color:var(--trx-teal);
  box-shadow:0 16px 38px rgba(25,168,156,.21);
}

.trx-home-btn--primary:hover{
  transform:translateY(-3px);
  background:var(--trx-teal-light);
  border-color:var(--trx-teal-light);
}

.trx-home-btn--primary:hover svg{
  transform:translate(3px,-3px);
}

.trx-home-btn--outline{
  border-color:rgba(255,255,255,.23);
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.trx-home-btn--outline:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.48);
  background:rgba(255,255,255,.08);
}

.trx-home-btn--outline:hover svg{
  transform:translateX(4px);
}


/* CREDENTIALS */

.trx-home-hero__credentials{
  max-width:770px;
  margin-top:49px;
  padding-top:26px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--trx-line);
}

.trx-home-credential{
  min-height:56px;
  padding:0 22px;
  display:flex;
  align-items:center;
  gap:12px;
  border-right:1px solid var(--trx-line);
}

.trx-home-credential:first-child{
  padding-left:0;
}

.trx-home-credential:last-child{
  padding-right:0;
  border-right:0;
}

.trx-home-credential__mark{
  width:29px;
  height:29px;
  flex:0 0 29px;
  display:grid;
  place-items:center;
  border:1px solid rgba(56,200,184,.48);
  border-radius:50%;
  color:var(--trx-teal-light);
}

.trx-home-credential__mark svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-home-credential span{
  display:block;
  margin-bottom:4px;
  color:#829aa9;
  font-size:8px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.trx-home-credential strong{
  display:block;
  color:#edf4f7;
  font-size:10px;
  line-height:1.4;
  font-weight:700;
}


/* RIGHT VISUAL */

.trx-home-hero__visual{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding-right:35px;
}

.trx-home-hero__visual-frame{
  position:relative;
  width:min(100%,510px);
  height:610px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  background:#082238;
  box-shadow:0 42px 90px rgba(0,0,0,.34);
  clip-path:polygon(
    0 0,
    88% 0,
    100% 11%,
    100% 100%,
    13% 100%,
    0 89%
  );
}

.trx-home-hero__main-image,
.trx-home-hero__main-image img,
.trx-home-hero__visual-frame > img{
  position:absolute;
  inset:0;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:100%;
  display:block;
  object-fit:cover !important;
  object-position:center;
  filter:saturate(.78) contrast(1.08) brightness(.75);
}

.trx-home-hero__visual-frame > picture,
.trx-home-hero__visual-frame > figure,
.trx-home-hero__main-image picture,
.trx-home-hero__main-image figure{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
}

.trx-home-hero__visual-frame picture img,
.trx-home-hero__visual-frame figure img{
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  display:block;
  object-fit:cover !important;
  object-position:center;
  filter:saturate(.78) contrast(1.08) brightness(.75);
}

.trx-home-hero__image-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      180deg,
      rgba(3,17,28,.08) 0%,
      rgba(3,17,28,.1) 36%,
      rgba(3,17,28,.88) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3,17,28,.35),
      transparent 68%
    );
}

.trx-home-hero__visual-topline{
  position:absolute;
  top:27px;
  left:29px;
  right:29px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.73);
  font-size:8px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
}


/* STATUS CARD */

.trx-home-hero__status{
  position:absolute;
  top:72px;
  right:0;
  z-index:6;
  width:220px;
  min-height:56px;
  padding:14px 17px;
  display:flex;
  align-items:center;
  gap:12px;
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
  border-left:1px solid rgba(255,255,255,.18);
  background:rgba(5,25,39,.88);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
}

.trx-home-hero__status-dot{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:var(--trx-teal-light);
  box-shadow:0 0 0 6px rgba(56,200,184,.12);
}

.trx-home-hero__status small{
  display:block;
  margin-bottom:5px;
  color:#829aa9;
  font-size:7px;
  font-weight:700;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.trx-home-hero__status strong{
  display:block;
  color:#fff;
  font-size:9px;
  line-height:1.4;
  font-weight:600;
}


/* SECONDARY IMAGE */

.trx-home-hero__secondary-image{
  position:absolute;
  left:0;
  bottom:86px;
  z-index:5;
  width:205px;
  height:180px;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.17);
  border-right:1px solid rgba(255,255,255,.17);
  background:#061725;
  box-shadow:18px -10px 40px rgba(0,0,0,.26);
}

.trx-home-hero__secondary-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:saturate(.8) brightness(.78);
  transition:transform .7s ease;
}

.trx-home-hero__secondary-image:hover img{
  transform:scale(1.055);
}

.trx-home-hero__secondary-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    transparent 20%,
    rgba(3,17,28,.92) 100%
  );
}

.trx-home-hero__secondary-copy{
  position:absolute;
  left:17px;
  right:17px;
  bottom:17px;
  z-index:2;
}

.trx-home-hero__secondary-copy small{
  display:block;
  margin-bottom:6px;
  color:var(--trx-teal-light);
  font-size:7px;
  font-weight:700;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.trx-home-hero__secondary-copy strong{
  display:block;
  color:#fff;
  font-size:11px;
  line-height:1.45;
  font-weight:600;
}


/* BOTTOM CAPTION */

.trx-home-hero__visual-caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:6;
  min-height:86px;
  padding:20px 30px;
  display:flex;
  align-items:center;
  gap:18px;
  background:rgba(4,20,33,.94);
  border-top:1px solid rgba(255,255,255,.13);
}

.trx-home-hero__caption-number{
  color:var(--trx-teal-light);
  font-size:21px;
  line-height:1;
  font-weight:800;
}

.trx-home-hero__visual-caption > div{
  padding-left:18px;
  border-left:1px solid rgba(255,255,255,.25);
}

.trx-home-hero__visual-caption small{
  display:block;
  margin-bottom:6px;
  color:var(--trx-teal-light);
  font-size:8px;
  font-weight:700;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.trx-home-hero__visual-caption strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.45;
  font-weight:600;
}

.trx-home-hero__vertical-text{
  position:absolute;
  top:50%;
  right:-20px;
  transform:translateY(-50%) rotate(180deg);
  writing-mode:vertical-rl;
  color:rgba(255,255,255,.42);
  font-size:8px;
  font-weight:700;
  letter-spacing:3px;
}


/* SECTOR STRIP */

.trx-home-hero__sectors{
  position:relative;
  z-index:5;
  width:100%;
  min-height:68px;
  display:flex;
  align-items:center;
  border-top:1px solid var(--trx-line);
  background:rgba(3,15,24,.54);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.trx-home-hero__sectors-inner{
  width:min(1380px,calc(100% - 100px));
  min-height:68px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  color:#a9bac4;
  font-size:9px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.25px;
  text-transform:uppercase;
}

.trx-home-hero__sector-title{
  color:var(--trx-teal-light);
}

.trx-home-hero__sectors-inner i{
  width:3px;
  height:3px;
  flex:0 0 3px;
  border-radius:50%;
  background:#506c7d;
}


/* TABLET */

@media(max-width:1100px){

  .trx-home-hero__container{
    width:min(100% - 60px,1050px);
    grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);
    gap:45px;
  }

  .trx-home-hero h1{
    font-size:clamp(51px,6vw,67px);
    letter-spacing:-3.5px;
  }

  .trx-home-hero__credentials{
    grid-template-columns:1fr;
  }

  .trx-home-credential{
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid var(--trx-line);
  }

  .trx-home-credential:last-child{
    border-bottom:0;
  }

  .trx-home-hero__visual{
    min-height:540px;
    padding-right:15px;
  }

  .trx-home-hero__visual-frame{
    height:535px;
  }

  .trx-home-hero__secondary-image{
    width:175px;
    height:150px;
    bottom:83px;
  }

  .trx-home-hero__status{
    width:195px;
  }

  .trx-home-hero__sectors-inner{
    width:min(100% - 60px,1050px);
  }

}


/* MOBILE / TABLET */

@media(max-width:820px){

  .trx-home-hero{
    min-height:auto;
  }

  .trx-home-hero__container{
    width:calc(100% - 38px);
    min-height:auto;
    padding:90px 0 85px;
    grid-template-columns:1fr;
    gap:58px;
  }

  .trx-home-hero__content{
    max-width:100%;
  }

  .trx-home-hero__visual{
    min-height:550px;
    justify-content:center;
    padding-right:0;
  }

  .trx-home-hero__visual-frame{
    width:min(100%,500px);
  }

  .trx-home-hero__vertical-text{
    display:none;
  }

  .trx-home-hero__sectors-inner{
    width:calc(100% - 38px);
    padding:20px 0;
    justify-content:center;
    flex-wrap:wrap;
  }

  .trx-home-hero__sector-title{
    flex-basis:100%;
    margin-bottom:4px;
    text-align:center;
  }

}


/* MOBILE */

@media(max-width:560px){

  .trx-home-hero__container{
    padding:72px 0;
  }

  .trx-home-hero__eyebrow{
    margin-bottom:22px;
    font-size:9px;
    letter-spacing:1.5px;
  }

  .trx-home-hero__eyebrow span{
    width:27px;
    flex-basis:27px;
  }

  .trx-home-hero h1{
    font-size:clamp(42px,12.6vw,55px);
    line-height:1.03;
    letter-spacing:-2.7px;
  }

  .trx-home-hero__lead{
    margin-top:25px;
    font-size:14px;
    line-height:1.76;
  }

  .trx-home-hero__actions{
    margin-top:31px;
    flex-direction:column;
  }

  .trx-home-btn{
    width:100%;
    min-height:55px;
  }

  .trx-home-hero__credentials{
    margin-top:39px;
    padding-top:11px;
  }

  .trx-home-credential{
    min-height:auto;
    padding:15px 0;
  }

  .trx-home-hero__visual{
    min-height:455px;
  }

  .trx-home-hero__visual-frame{
    width:100%;
    height:445px;
  }

  .trx-home-hero__visual-topline{
    top:20px;
    left:20px;
    right:20px;
    font-size:6px;
  }

  .trx-home-hero__status{
    top:52px;
    width:174px;
    min-height:50px;
    padding:11px 12px;
  }

  .trx-home-hero__status strong{
    font-size:8px;
  }

  .trx-home-hero__secondary-image{
    width:145px;
    height:126px;
    bottom:81px;
  }

  .trx-home-hero__secondary-copy{
    left:11px;
    right:11px;
    bottom:11px;
  }

  .trx-home-hero__secondary-copy small{
    font-size:6px;
  }

  .trx-home-hero__secondary-copy strong{
    font-size:8px;
  }

  .trx-home-hero__visual-caption{
    min-height:82px;
    padding:16px 19px;
    gap:13px;
  }

  .trx-home-hero__visual-caption > div{
    padding-left:13px;
  }

  .trx-home-hero__visual-caption strong{
    font-size:11px;
  }

  .trx-home-hero__sectors-inner{
    gap:13px;
    font-size:7px;
    letter-spacing:.8px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ddc90e2 *//* ==================================================
   TRIONYX HOME SECTION 2 — ABOUT
================================================== */

.trx-about{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:130px 0;
  color:#0b2337;
  background:
    linear-gradient(
      90deg,
      #f4f7f8 0%,
      #ffffff 53%,
      #f2f6f7 100%
    );
  font-family:'Manrope',Arial,sans-serif;
}

.trx-about::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:36%;
  height:6px;
  background:linear-gradient(
    90deg,
    transparent,
    #16a69b
  );
}

.trx-about::after{
  content:'';
  position:absolute;
  right:-180px;
  bottom:-230px;
  width:510px;
  height:510px;
  border:1px solid rgba(13,53,80,.09);
  border-radius:50%;
  pointer-events:none;
}

.trx-about__pattern{
  position:absolute;
  top:0;
  right:0;
  width:43%;
  height:100%;
  opacity:.34;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(9,35,59,.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(9,35,59,.055) 1px,
      transparent 1px
    );
  background-size:65px 65px;
  mask-image:linear-gradient(
    90deg,
    transparent,
    #000
  );
  -webkit-mask-image:linear-gradient(
    90deg,
    transparent,
    #000
  );
}

.trx-about__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(470px,.9fr) minmax(0,1.1fr);
  align-items:center;
  gap:110px;
}


/* ==================================================
   LEFT VISUAL
================================================== */

.trx-about__visual{
  position:relative;
  min-height:700px;
}

.trx-about__image-main{
  position:absolute;
  top:0;
  left:0;
  width:83%;
  height:590px;
  overflow:hidden;
  background:#09233b;
  box-shadow:0 35px 75px rgba(6,31,47,.17);
}

.trx-about__image-main::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  z-index:3;
  width:88px;
  height:88px;
  background:#f4f7f8;
  clip-path:polygon(
    100% 0,
    100% 100%,
    0 0
  );
}

.trx-about__image-main img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:saturate(.82) contrast(1.05);
  transition:transform .8s cubic-bezier(.2,.7,.2,1);
}

.trx-about__image-main:hover img{
  transform:scale(1.035);
}

.trx-about__image-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(5,21,33,.06) 30%,
      rgba(5,21,33,.78) 100%
    );
}

.trx-about__image-index{
  position:absolute;
  left:30px;
  bottom:30px;
  z-index:4;
  display:flex;
  align-items:center;
  gap:16px;
  color:#fff;
}

.trx-about__image-index span{
  color:#38c8b8;
  font-size:25px;
  line-height:1;
  font-weight:800;
}

.trx-about__image-index small{
  padding-left:16px;
  border-left:1px solid rgba(255,255,255,.4);
  font-size:8px;
  font-weight:700;
  letter-spacing:1.8px;
  text-transform:uppercase;
}


/* SECONDARY IMAGE */

.trx-about__image-secondary{
  position:absolute;
  right:0;
  bottom:0;
  z-index:5;
  width:49%;
  height:315px;
  overflow:hidden;
  border:10px solid #f4f7f8;
  background:#09233b;
  box-shadow:0 25px 60px rgba(6,31,47,.2);
}

.trx-about__image-secondary img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:saturate(.84);
  transition:transform .7s ease;
}

.trx-about__image-secondary:hover img{
  transform:scale(1.045);
}

.trx-about__image-secondary::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    transparent 27%,
    rgba(5,21,33,.92) 100%
  );
}

.trx-about__secondary-label{
  position:absolute;
  right:23px;
  bottom:23px;
  left:23px;
  z-index:2;
}

.trx-about__secondary-label span{
  display:block;
  margin-bottom:7px;
  color:#40d1c1;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.trx-about__secondary-label strong{
  display:block;
  max-width:230px;
  color:#fff;
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}


/* EXPERIENCE BOX */

.trx-about__experience{
  position:absolute;
  top:74px;
  right:0;
  z-index:6;
  width:178px;
  min-height:152px;
  padding:25px 23px;
  color:#fff;
  background:#09233b;
  box-shadow:0 20px 45px rgba(6,31,47,.2);
}

.trx-about__experience::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:5px;
  height:100%;
  background:#19a89c;
}

.trx-about__experience strong{
  display:block;
  margin-bottom:11px;
  color:#38c8b8;
  font-size:43px;
  line-height:1;
  font-weight:800;
  letter-spacing:-2px;
}

.trx-about__experience span{
  display:block;
  color:#d2dfe5;
  font-size:9px;
  line-height:1.6;
  font-weight:700;
  letter-spacing:.75px;
  text-transform:uppercase;
}

.trx-about__visual-line{
  position:absolute;
  left:-43px;
  bottom:63px;
  width:118px;
  height:1px;
  background:#16a69b;
}


/* ==================================================
   RIGHT CONTENT
================================================== */

.trx-about__content{
  position:relative;
  max-width:730px;
}

.trx-about__eyebrow{
  margin-bottom:24px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#159a91;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.trx-about__eyebrow span{
  width:37px;
  height:2px;
  flex:0 0 37px;
  background:#19a89c;
}

.trx-about h2{
  max-width:720px;
  margin:0;
  color:#09233b;
  font-size:clamp(43px,4.25vw,66px);
  line-height:1.06;
  font-weight:800;
  letter-spacing:-3.9px;
}

.trx-about h2 em{
  display:block;
  margin-top:5px;
  color:#178f89;
  font-style:normal;
}

.trx-about__intro{
  max-width:690px;
  margin:31px 0 0;
  color:#263f51;
  font-size:17px;
  line-height:1.78;
  font-weight:600;
}

.trx-about__description{
  max-width:690px;
  margin:17px 0 0;
  color:#667b89;
  font-size:14px;
  line-height:1.85;
}


/* ==================================================
   HIGHLIGHTS
================================================== */

.trx-about__highlights{
  margin-top:38px;
  padding-top:30px;
  border-top:1px solid rgba(9,35,59,.13);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:36px;
}

.trx-about__highlight{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:17px;
}

.trx-about__highlight-number{
  padding-top:3px;
  color:#19a89c;
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:1px;
}

.trx-about__highlight strong{
  display:block;
  margin-bottom:9px;
  color:#09233b;
  font-size:14px;
  line-height:1.45;
  font-weight:800;
}

.trx-about__highlight p{
  margin:0;
  color:#70828d;
  font-size:11px;
  line-height:1.75;
}


/* ==================================================
   COMPANY INFORMATION
================================================== */

.trx-about__company-row{
  margin-top:37px;
  display:grid;
  grid-template-columns:.72fr .92fr 1.25fr;
  border-top:1px solid rgba(9,35,59,.13);
  border-bottom:1px solid rgba(9,35,59,.13);
}

.trx-about__company-item{
  min-height:86px;
  padding:20px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(9,35,59,.13);
}

.trx-about__company-item:first-child{
  padding-left:0;
}

.trx-about__company-item:last-child{
  border-right:0;
}

.trx-about__company-item span{
  display:block;
  margin-bottom:7px;
  color:#7d909b;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.trx-about__company-item strong{
  display:block;
  color:#0a2a42;
  font-size:14px;
  line-height:1.4;
  font-weight:800;
}


/* ==================================================
   BOTTOM ACTION
================================================== */

.trx-about__action-row{
  margin-top:35px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
}

.trx-about__button{
  min-height:56px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:19px;
  color:#fff;
  background:#092d45;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
  transition:
    transform .28s ease,
    background .28s ease;
}

.trx-about__button svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .28s ease;
}

.trx-about__button:hover{
  transform:translateY(-3px);
  background:#19a89c;
}

.trx-about__button:hover svg{
  transform:translateX(4px);
}

.trx-about__signature{
  padding-left:20px;
  border-left:2px solid #19a89c;
}

.trx-about__signature span{
  display:block;
  margin-bottom:5px;
  color:#7c909c;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.trx-about__signature strong{
  display:block;
  color:#0a2a42;
  font-size:12px;
  line-height:1.5;
  font-weight:700;
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1100px){

  .trx-about{
    padding:105px 0;
  }

  .trx-about__container{
    width:min(100% - 60px,1050px);
    grid-template-columns:minmax(390px,.85fr) minmax(0,1.15fr);
    gap:65px;
  }

  .trx-about__visual{
    min-height:610px;
  }

  .trx-about__image-main{
    width:87%;
    height:520px;
  }

  .trx-about__image-secondary{
    width:53%;
    height:260px;
  }

  .trx-about__experience{
    top:60px;
    width:155px;
    min-height:137px;
    padding:22px 19px;
  }

  .trx-about__experience strong{
    font-size:37px;
  }

  .trx-about h2{
    font-size:clamp(40px,4.5vw,55px);
    letter-spacing:-3px;
  }

  .trx-about__highlights{
    grid-template-columns:1fr;
    gap:23px;
  }

}


/* ==================================================
   MOBILE / TABLET
================================================== */

@media(max-width:820px){

  .trx-about{
    padding:90px 0;
  }

  .trx-about__container{
    width:calc(100% - 38px);
    grid-template-columns:1fr;
    gap:75px;
  }

  .trx-about__visual{
    width:min(100%,570px);
    min-height:630px;
    margin:0 auto;
  }

  .trx-about__image-main{
    width:85%;
    height:530px;
  }

  .trx-about__content{
    max-width:100%;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:560px){

  .trx-about{
    padding:76px 0;
  }

  .trx-about__container{
    gap:58px;
  }

  .trx-about__visual{
    min-height:470px;
  }

  .trx-about__image-main{
    width:88%;
    height:395px;
  }

  .trx-about__image-main::before{
    width:58px;
    height:58px;
  }

  .trx-about__image-index{
    left:19px;
    bottom:19px;
  }

  .trx-about__image-index span{
    font-size:19px;
  }

  .trx-about__image-secondary{
    width:55%;
    height:185px;
    border-width:6px;
  }

  .trx-about__secondary-label{
    right:13px;
    bottom:13px;
    left:13px;
  }

  .trx-about__secondary-label strong{
    font-size:9px;
  }

  .trx-about__experience{
    top:38px;
    width:128px;
    min-height:114px;
    padding:18px 15px;
  }

  .trx-about__experience strong{
    margin-bottom:8px;
    font-size:31px;
  }

  .trx-about__experience span{
    font-size:7px;
  }

  .trx-about__eyebrow{
    margin-bottom:20px;
    font-size:8px;
    letter-spacing:1.45px;
  }

  .trx-about__eyebrow span{
    width:28px;
    flex-basis:28px;
  }

  .trx-about h2{
    font-size:clamp(39px,11vw,50px);
    line-height:1.06;
    letter-spacing:-2.6px;
  }

  .trx-about__intro{
    margin-top:25px;
    font-size:15px;
    line-height:1.72;
  }

  .trx-about__description{
    font-size:13px;
    line-height:1.75;
  }

  .trx-about__highlights{
    margin-top:30px;
    padding-top:25px;
  }

  .trx-about__company-row{
    grid-template-columns:1fr;
  }

  .trx-about__company-item{
    min-height:70px;
    padding:16px 0;
    border-right:0;
    border-bottom:1px solid rgba(9,35,59,.13);
  }

  .trx-about__company-item:last-child{
    border-bottom:0;
  }

  .trx-about__action-row{
    align-items:flex-start;
    flex-direction:column;
  }

  .trx-about__button{
    width:100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3865bff *//* ==================================================
   TRIONYX HOME SECTION 3 — CORE EXPERTISE
================================================== */

.trx-expertise{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:130px 0 115px;
  color:#ffffff;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(31,174,162,.13),
      transparent 25%
    ),
    linear-gradient(
      120deg,
      #04131f 0%,
      #071d2e 53%,
      #08263a 100%
    );
  font-family:'Manrope',Arial,sans-serif;
}

.trx-expertise::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:34%;
  height:5px;
  background:linear-gradient(
    90deg,
    #27c5b6,
    transparent
  );
}

.trx-expertise__grid{
  position:absolute;
  inset:0;
  opacity:.055;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(255,255,255,.25) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.25) 1px,
      transparent 1px
    );
  background-size:72px 72px;
}

.trx-expertise__circle{
  position:absolute;
  top:-270px;
  right:-250px;
  width:650px;
  height:650px;
  border:1px solid rgba(44,196,181,.12);
  border-radius:50%;
  pointer-events:none;
}

.trx-expertise__circle::before{
  content:'';
  position:absolute;
  top:70px;
  right:70px;
  bottom:70px;
  left:70px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:50%;
}

.trx-expertise__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  margin:0 auto;
}


/* ==================================================
   SECTION HEADER
================================================== */

.trx-expertise__header{
  margin-bottom:67px;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);
  align-items:end;
  gap:95px;
}

.trx-expertise__heading{
  max-width:820px;
}

.trx-expertise__eyebrow{
  margin-bottom:24px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#38c8b8;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.trx-expertise__eyebrow span{
  width:37px;
  height:2px;
  flex:0 0 37px;
  background:#38c8b8;
}

.trx-expertise h2{
  max-width:820px;
  margin:0;
  color:#ffffff;
  font-size:clamp(44px,4.6vw,69px);
  line-height:1.055;
  font-weight:800;
  letter-spacing:-4.2px;
}

.trx-expertise h2 em{
  display:block;
  margin-top:6px;
  font-style:normal;
  color:transparent;
  background:linear-gradient(
    90deg,
    #ffffff 0%,
    #9cc3cc 56%,
    #3bc8b8 100%
  );
  background-clip:text;
  -webkit-background-clip:text;
}

.trx-expertise__header-copy{
  max-width:430px;
  padding-left:29px;
  border-left:1px solid rgba(255,255,255,.14);
}

.trx-expertise__header-copy p{
  margin:0;
  color:#aabdc8;
  font-size:13px;
  line-height:1.85;
}

.trx-expertise__view-all{
  width:max-content;
  margin-top:25px;
  display:inline-flex;
  align-items:center;
  gap:15px;
  color:#ffffff;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
  letter-spacing:.55px;
  text-transform:uppercase;
}

.trx-expertise__view-all svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:#38c8b8;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .28s ease;
}

.trx-expertise__view-all:hover svg{
  transform:translateX(5px);
}


/* ==================================================
   SERVICE GRID
================================================== */

.trx-expertise__grid-layout{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:320px;
  gap:16px;
}

.trx-service{
  position:relative;
  grid-column:span 4;
  overflow:hidden;
  background:#09243a;
}

.trx-service--large{
  grid-column:span 4;
}

.trx-service--wide{
  grid-column:span 4;
}

.trx-service__link{
  position:relative;
  width:100%;
  height:100%;
  display:block;
  overflow:hidden;
  color:inherit;
  text-decoration:none;
}

.trx-service__link::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:4;
  border:1px solid rgba(255,255,255,.13);
  pointer-events:none;
  transition:border-color .35s ease;
}

.trx-service__link:hover::before{
  border-color:rgba(56,200,184,.5);
}

.trx-service img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:
    saturate(.7)
    brightness(.71)
    contrast(1.07);
  transition:
    transform .8s cubic-bezier(.2,.7,.2,1),
    filter .5s ease;
}

.trx-service:hover img{
  transform:scale(1.055);
  filter:
    saturate(.88)
    brightness(.78)
    contrast(1.07);
}

.trx-service__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      180deg,
      rgba(4,18,29,.17) 0%,
      rgba(4,18,29,.22) 35%,
      rgba(4,18,29,.92) 100%
    ),
    linear-gradient(
      90deg,
      rgba(4,18,29,.45),
      transparent 68%
    );
}

.trx-service--large .trx-service__overlay{
  background:
    linear-gradient(
      180deg,
      rgba(4,18,29,.1) 0%,
      rgba(4,18,29,.14) 36%,
      rgba(4,18,29,.94) 100%
    ),
    linear-gradient(
      90deg,
      rgba(4,18,29,.58),
      transparent 72%
    );
}


/* ==================================================
   SERVICE TOP
================================================== */

.trx-service__top{
  position:absolute;
  top:25px;
  right:26px;
  left:26px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#ffffff;
}

.trx-service__top span{
  color:#38c8b8;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:1px;
}

.trx-service__top small{
  color:rgba(255,255,255,.69);
  font-size:7px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
}


/* ==================================================
   SERVICE CONTENT
================================================== */

.trx-service__content{
  position:absolute;
  right:27px;
  bottom:25px;
  left:27px;
  z-index:3;
  padding-right:55px;
}

.trx-service__line{
  display:block;
  width:31px;
  height:2px;
  margin-bottom:15px;
  background:#38c8b8;
  transition:width .35s ease;
}

.trx-service:hover .trx-service__line{
  width:62px;
}

.trx-service h3{
  max-width:510px;
  margin:0;
  color:#ffffff;
  font-size:clamp(19px,1.65vw,25px);
  line-height:1.25;
  font-weight:700;
  letter-spacing:-.9px;
}

.trx-service p{
  max-width:530px;
  margin:10px 0 0;
  color:#b8c7cf;
  font-size:10px;
  line-height:1.7;
}

.trx-service--large h3{
  font-size:clamp(24px,2.1vw,32px);
}

.trx-service--large p{
  max-width:600px;
  font-size:11px;
}

.trx-service__arrow{
  position:absolute;
  right:0;
  bottom:0;
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(5,25,39,.55);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:
    background .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.trx-service__arrow svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:#ffffff;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-service:hover .trx-service__arrow{
  transform:translate(3px,-3px);
  border-color:#38c8b8;
  background:#19a89c;
}


/* ==================================================
   BOTTOM CAPABILITY STRIP
================================================== */

.trx-expertise__bottom{
  margin-top:38px;
  padding:27px 0;
  display:grid;
  grid-template-columns:210px 1fr;
  align-items:center;
  gap:35px;
  border-top:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
}

.trx-expertise__bottom-label{
  color:#38c8b8;
  font-size:8px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}

.trx-expertise__bottom-items{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#c5d1d8;
  font-size:8px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
}

.trx-expertise__bottom-items i{
  width:3px;
  height:3px;
  flex:0 0 3px;
  border-radius:50%;
  background:#38c8b8;
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1100px){

  .trx-expertise{
    padding:105px 0 95px;
  }

  .trx-expertise__container{
    width:min(100% - 60px,1050px);
  }

  .trx-expertise__header{
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:55px;
  }

  .trx-expertise h2{
    font-size:clamp(42px,5vw,58px);
    letter-spacing:-3.2px;
  }

  .trx-expertise__grid-layout{
    grid-auto-rows:300px;
  }

  .trx-service{
    grid-column:span 6;
  }

  .trx-service--large{
    grid-column:span 6;
  }

  .trx-service--wide{
    grid-column:span 6;
  }

  .trx-expertise__bottom{
    grid-template-columns:170px 1fr;
  }

  .trx-expertise__bottom-items{
    flex-wrap:wrap;
    justify-content:flex-start;
  }

}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media(max-width:820px){

  .trx-expertise{
    padding:90px 0 85px;
  }

  .trx-expertise__container{
    width:calc(100% - 38px);
  }

  .trx-expertise__header{
    margin-bottom:52px;
    grid-template-columns:1fr;
    gap:30px;
  }

  .trx-expertise__header-copy{
    max-width:650px;
  }

  .trx-expertise__grid-layout{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:315px;
  }

  .trx-service,
  .trx-service--large,
  .trx-service--wide{
    grid-column:span 1;
  }

  .trx-expertise__bottom{
    grid-template-columns:1fr;
    gap:20px;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:560px){

  .trx-expertise{
    padding:76px 0 70px;
  }

  .trx-expertise__eyebrow{
    margin-bottom:20px;
    font-size:8px;
    letter-spacing:1.5px;
  }

  .trx-expertise__eyebrow span{
    width:28px;
    flex-basis:28px;
  }

  .trx-expertise h2{
    font-size:clamp(39px,11vw,49px);
    line-height:1.06;
    letter-spacing:-2.6px;
  }

  .trx-expertise__header-copy{
    padding-left:19px;
  }

  .trx-expertise__header-copy p{
    font-size:12px;
    line-height:1.75;
  }

  .trx-expertise__grid-layout{
    grid-template-columns:1fr;
    grid-auto-rows:350px;
    gap:12px;
  }

  .trx-service,
  .trx-service--large,
  .trx-service--wide{
    grid-column:span 1;
  }

  .trx-service__top{
    top:21px;
    right:21px;
    left:21px;
  }

  .trx-service__content{
    right:21px;
    bottom:21px;
    left:21px;
    padding-right:50px;
  }

  .trx-service h3,
  .trx-service--large h3{
    font-size:22px;
  }

  .trx-service p,
  .trx-service--large p{
    font-size:10px;
    line-height:1.65;
  }

  .trx-service__arrow{
    width:39px;
    height:39px;
  }

  .trx-expertise__bottom{
    margin-top:27px;
    padding:23px 0;
  }

  .trx-expertise__bottom-items{
    align-items:flex-start;
    flex-direction:column;
    gap:13px;
  }

  .trx-expertise__bottom-items i{
    display:none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b04cf14 *//* ==================================================
   TRIONYX HOME SECTION 4 — COMPANY STRENGTH
================================================== */

.trx-strength{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:130px 0 0;
  color:#09233b;
  background:
    linear-gradient(
      115deg,
      #f5f8f9 0%,
      #ffffff 50%,
      #eef4f5 100%
    );
  font-family:'Manrope',Arial,sans-serif;
}

.trx-strength::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:34%;
  height:5px;
  background:
    linear-gradient(
      90deg,
      transparent,
      #19a89c
    );
}

.trx-strength__pattern{
  position:absolute;
  top:0;
  left:0;
  width:52%;
  height:100%;
  opacity:.38;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(9,35,59,.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(9,35,59,.05) 1px,
      transparent 1px
    );
  background-size:72px 72px;
  mask-image:
    linear-gradient(
      90deg,
      #000,
      transparent
    );
  -webkit-mask-image:
    linear-gradient(
      90deg,
      #000,
      transparent
    );
}

.trx-strength__ring{
  position:absolute;
  top:-210px;
  right:-270px;
  width:610px;
  height:610px;
  border:1px solid rgba(25,168,156,.12);
  border-radius:50%;
  pointer-events:none;
}

.trx-strength__ring::before{
  content:'';
  position:absolute;
  inset:75px;
  border:1px solid rgba(9,35,59,.055);
  border-radius:50%;
}

.trx-strength__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(480px,.86fr);
  align-items:center;
  gap:105px;
}


/* ==================================================
   LEFT CONTENT
================================================== */

.trx-strength__content{
  position:relative;
  max-width:760px;
  padding-bottom:125px;
}

.trx-strength__eyebrow{
  margin-bottom:24px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#159a91;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.trx-strength__eyebrow span{
  width:37px;
  height:2px;
  flex:0 0 37px;
  background:#19a89c;
}

.trx-strength h2{
  max-width:760px;
  margin:0;
  color:#09233b;
  font-size:clamp(43px,4.45vw,67px);
  line-height:1.055;
  font-weight:800;
  letter-spacing:-4.1px;
}

.trx-strength h2 em{
  display:block;
  margin-top:6px;
  color:#178f89;
  font-style:normal;
}

.trx-strength__lead{
  max-width:710px;
  margin:29px 0 0;
  color:#617783;
  font-size:15px;
  line-height:1.85;
}


/* ==================================================
   STRENGTH LIST
================================================== */

.trx-strength__list{
  margin-top:43px;
  border-top:1px solid rgba(9,35,59,.14);
}

.trx-strength__item{
  position:relative;
  min-height:115px;
  padding:23px 0;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:20px;
  border-bottom:1px solid rgba(9,35,59,.14);
  transition:
    padding-left .3s ease,
    background .3s ease;
}

.trx-strength__item::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:3px;
  background:#19a89c;
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform .3s ease;
}

.trx-strength__item:hover{
  padding-left:18px;
  background:rgba(25,168,156,.045);
}

.trx-strength__item:hover::before{
  transform:scaleY(1);
}

.trx-strength__number{
  padding-top:3px;
  color:#19a89c;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:1px;
}

.trx-strength__item-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.trx-strength__item-heading h3{
  margin:0;
  color:#09233b;
  font-size:16px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:-.35px;
}

.trx-strength__item-heading svg{
  width:20px;
  height:20px;
  flex:0 0 20px;
  fill:none;
  stroke:#19a89c;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-strength__item p{
  max-width:600px;
  margin:8px 0 0;
  color:#71838d;
  font-size:11px;
  line-height:1.75;
}


/* ==================================================
   BUTTON
================================================== */

.trx-strength__action{
  margin-top:35px;
}

.trx-strength__button{
  min-height:56px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#ffffff;
  background:#092d45;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
  transition:
    transform .3s ease,
    background .3s ease;
}

.trx-strength__button svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s ease;
}

.trx-strength__button:hover{
  transform:translateY(-3px);
  background:#19a89c;
}

.trx-strength__button:hover svg{
  transform:translateX(5px);
}


/* ==================================================
   RIGHT VISUAL
================================================== */

.trx-strength__visual{
  position:relative;
  min-height:760px;
  padding-right:35px;
}

.trx-strength__main-image{
  position:absolute;
  top:0;
  right:35px;
  width:82%;
  height:610px;
  overflow:hidden;
  background:#09233b;
  box-shadow:0 35px 75px rgba(6,31,47,.19);
}

.trx-strength__main-image::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  z-index:4;
  width:88px;
  height:88px;
  background:#f1f6f7;
  clip-path:
    polygon(
      100% 0,
      100% 100%,
      0 0
    );
}

.trx-strength__main-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:
    saturate(.76)
    contrast(1.06);
  transition:transform .8s cubic-bezier(.2,.7,.2,1);
}

.trx-strength__main-image:hover img{
  transform:scale(1.04);
}

.trx-strength__main-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(4,18,29,.05) 0%,
      rgba(4,18,29,.08) 36%,
      rgba(4,18,29,.88) 100%
    );
}

.trx-strength__image-top{
  position:absolute;
  top:28px;
  right:30px;
  left:30px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.72);
  font-size:7px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.trx-strength__image-caption{
  position:absolute;
  right:30px;
  bottom:30px;
  left:30px;
  z-index:5;
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.trx-strength__caption-line{
  width:42px;
  height:2px;
  margin-top:8px;
  flex:0 0 42px;
  background:#38c8b8;
}

.trx-strength__image-caption small{
  display:block;
  margin-bottom:7px;
  color:#38c8b8;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.trx-strength__image-caption strong{
  display:block;
  max-width:320px;
  color:#ffffff;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}


/* ==================================================
   EXPERIENCE STAT
================================================== */

.trx-strength__stat{
  position:absolute;
  top:70px;
  left:0;
  z-index:7;
  width:175px;
  min-height:155px;
  padding:25px 22px;
  color:#ffffff;
  background:#08243a;
  box-shadow:0 20px 48px rgba(6,31,47,.23);
}

.trx-strength__stat::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:5px;
  background:#19a89c;
}

.trx-strength__stat strong{
  display:block;
  margin-bottom:11px;
  color:#38c8b8;
  font-size:43px;
  line-height:1;
  font-weight:800;
  letter-spacing:-2px;
}

.trx-strength__stat span{
  display:block;
  color:#d3dfe5;
  font-size:8px;
  line-height:1.6;
  font-weight:700;
  letter-spacing:.75px;
  text-transform:uppercase;
}


/* ==================================================
   ACCREDITATION CARD
================================================== */

.trx-strength__accreditation{
  position:absolute;
  top:260px;
  left:-22px;
  z-index:8;
  width:225px;
  min-height:155px;
  padding:22px;
  border:1px solid rgba(255,255,255,.12);
  color:#ffffff;
  background:rgba(5,27,43,.94);
  box-shadow:0 25px 55px rgba(6,31,47,.24);
}

.trx-strength__accreditation-top{
  margin-bottom:17px;
  display:flex;
  align-items:center;
  gap:11px;
  color:#8da5b2;
  font-size:7px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.15px;
  text-transform:uppercase;
}

.trx-strength__status-dot{
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#38c8b8;
  box-shadow:0 0 0 6px rgba(56,200,184,.12);
}

.trx-strength__accreditation > strong{
  display:block;
  color:#ffffff;
  font-size:15px;
  line-height:1.4;
  font-weight:700;
}

.trx-strength__accreditation p{
  margin:9px 0 0;
  color:#9fb1bb;
  font-size:9px;
  line-height:1.7;
}


/* ==================================================
   SECONDARY IMAGE
================================================== */

.trx-strength__secondary-image{
  position:absolute;
  right:0;
  bottom:0;
  z-index:7;
  width:52%;
  height:275px;
  overflow:hidden;
  border:10px solid #f2f6f7;
  background:#09233b;
  box-shadow:0 27px 60px rgba(6,31,47,.21);
}

.trx-strength__secondary-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:saturate(.8);
  transition:transform .75s ease;
}

.trx-strength__secondary-image:hover img{
  transform:scale(1.05);
}

.trx-strength__secondary-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      transparent 24%,
      rgba(4,18,29,.92) 100%
    );
}

.trx-strength__secondary-caption{
  position:absolute;
  right:21px;
  bottom:21px;
  left:21px;
  z-index:3;
}

.trx-strength__secondary-caption small{
  display:block;
  margin-bottom:7px;
  color:#38c8b8;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.25px;
  text-transform:uppercase;
}

.trx-strength__secondary-caption strong{
  display:block;
  max-width:230px;
  color:#ffffff;
  font-size:12px;
  line-height:1.5;
  font-weight:600;
}

.trx-strength__vertical-text{
  position:absolute;
  top:50%;
  right:-18px;
  transform:translateY(-50%) rotate(180deg);
  writing-mode:vertical-rl;
  color:rgba(9,35,59,.39);
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:3px;
}


/* ==================================================
   BOTTOM STATISTICS
================================================== */

.trx-strength__stats{
  position:relative;
  z-index:3;
  width:100%;
  margin-top:95px;
  color:#ffffff;
  background:
    linear-gradient(
      110deg,
      #061725 0%,
      #09283e 100%
    );
}

.trx-strength__stats-inner{
  width:min(1380px,calc(100% - 100px));
  min-height:185px;
  margin:0 auto;
  display:grid;
  grid-template-columns:310px 1fr;
  align-items:center;
  gap:60px;
}

.trx-strength__stats-label{
  padding-right:45px;
  border-right:1px solid rgba(255,255,255,.14);
}

.trx-strength__stats-label span{
  display:block;
  margin-bottom:9px;
  color:#38c8b8;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.trx-strength__stats-label strong{
  display:block;
  max-width:260px;
  color:#ffffff;
  font-size:17px;
  line-height:1.45;
  font-weight:600;
}

.trx-strength__stats-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.trx-strength__stats-item{
  min-height:75px;
  padding:0 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.13);
}

.trx-strength__stats-item:last-child{
  border-right:0;
}

.trx-strength__stats-item strong{
  display:block;
  margin-bottom:8px;
  color:#ffffff;
  font-size:30px;
  line-height:1;
  font-weight:800;
  letter-spacing:-1.5px;
}

.trx-strength__stats-item span{
  display:block;
  color:#92a8b4;
  font-size:7px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1100px){

  .trx-strength{
    padding-top:105px;
  }

  .trx-strength__container{
    width:min(100% - 60px,1050px);
    grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
    gap:65px;
  }

  .trx-strength h2{
    font-size:clamp(41px,4.9vw,57px);
    letter-spacing:-3.2px;
  }

  .trx-strength__visual{
    min-height:670px;
  }

  .trx-strength__main-image{
    right:20px;
    width:82%;
    height:545px;
  }

  .trx-strength__stat{
    width:152px;
    min-height:140px;
    padding:22px 18px;
  }

  .trx-strength__stat strong{
    font-size:37px;
  }

  .trx-strength__accreditation{
    left:-12px;
    width:195px;
  }

  .trx-strength__secondary-image{
    width:55%;
    height:235px;
  }

  .trx-strength__stats-inner{
    width:min(100% - 60px,1050px);
    grid-template-columns:240px 1fr;
    gap:35px;
  }

  .trx-strength__stats-item{
    padding:0 18px;
  }

}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media(max-width:820px){

  .trx-strength{
    padding-top:90px;
  }

  .trx-strength__container{
    width:calc(100% - 38px);
    grid-template-columns:1fr;
    gap:70px;
  }

  .trx-strength__content{
    max-width:100%;
    padding-bottom:0;
  }

  .trx-strength__visual{
    width:min(100%,590px);
    min-height:680px;
    margin:0 auto;
  }

  .trx-strength__stats{
    margin-top:85px;
  }

  .trx-strength__stats-inner{
    width:calc(100% - 38px);
    padding:40px 0;
    grid-template-columns:1fr;
    gap:32px;
  }

  .trx-strength__stats-label{
    padding:0 0 28px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:560px){

  .trx-strength{
    padding-top:76px;
  }

  .trx-strength__eyebrow{
    margin-bottom:20px;
    font-size:8px;
    letter-spacing:1.45px;
  }

  .trx-strength__eyebrow span{
    width:28px;
    flex-basis:28px;
  }

  .trx-strength h2{
    font-size:clamp(39px,11vw,49px);
    line-height:1.06;
    letter-spacing:-2.7px;
  }

  .trx-strength__lead{
    margin-top:24px;
    font-size:13px;
    line-height:1.78;
  }

  .trx-strength__list{
    margin-top:33px;
  }

  .trx-strength__item{
    min-height:auto;
    grid-template-columns:35px 1fr;
    gap:12px;
  }

  .trx-strength__item:hover{
    padding-left:10px;
  }

  .trx-strength__item-heading h3{
    font-size:14px;
  }

  .trx-strength__item p{
    font-size:10px;
  }

  .trx-strength__button{
    width:100%;
  }

  .trx-strength__visual{
    min-height:495px;
    padding-right:0;
  }

  .trx-strength__main-image{
    right:0;
    width:87%;
    height:405px;
  }

  .trx-strength__main-image::before{
    width:58px;
    height:58px;
  }

  .trx-strength__image-top{
    top:20px;
    right:20px;
    left:20px;
    font-size:6px;
  }

  .trx-strength__image-caption{
    right:19px;
    bottom:19px;
    left:19px;
    gap:11px;
  }

  .trx-strength__caption-line{
    width:26px;
    flex-basis:26px;
  }

  .trx-strength__image-caption strong{
    font-size:10px;
  }

  .trx-strength__stat{
    top:35px;
    width:122px;
    min-height:111px;
    padding:17px 14px;
  }

  .trx-strength__stat strong{
    margin-bottom:7px;
    font-size:30px;
  }

  .trx-strength__stat span{
    font-size:6px;
  }

  .trx-strength__accreditation{
    top:170px;
    left:0;
    width:168px;
    min-height:auto;
    padding:15px;
  }

  .trx-strength__accreditation-top{
    margin-bottom:12px;
    font-size:6px;
  }

  .trx-strength__accreditation > strong{
    font-size:11px;
  }

  .trx-strength__accreditation p{
    font-size:7px;
  }

  .trx-strength__secondary-image{
    width:55%;
    height:170px;
    border-width:6px;
  }

  .trx-strength__secondary-caption{
    right:12px;
    bottom:12px;
    left:12px;
  }

  .trx-strength__secondary-caption strong{
    font-size:8px;
  }

  .trx-strength__vertical-text{
    display:none;
  }

  .trx-strength__stats{
    margin-top:68px;
  }

  .trx-strength__stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .trx-strength__stats-item{
    min-height:100px;
    padding:15px;
    border-right:1px solid rgba(255,255,255,.13);
    border-bottom:1px solid rgba(255,255,255,.13);
  }

  .trx-strength__stats-item:nth-child(2n){
    border-right:0;
  }

  .trx-strength__stats-item:nth-last-child(-n+2){
    border-bottom:0;
  }

  .trx-strength__stats-item strong{
    font-size:25px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c5fc51 *//* ==================================================
   TRIONYX HOME SECTION 6 — CLIENTS & CREDENTIALS
================================================== */

.trx-trust{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:130px 0 120px;
  color:#ffffff;
  background:#051521;
  font-family:'Manrope',Arial,sans-serif;
  isolation:isolate;
}

.trx-trust::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  z-index:3;
  width:35%;
  height:5px;
  background:linear-gradient(
    90deg,
    transparent,
    #38c8b8
  );
}


/* ==================================================
   BACKGROUND
================================================== */

.trx-trust__background{
  position:absolute;
  inset:0;
  z-index:-5;
}

.trx-trust__background img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:
    saturate(.55)
    contrast(1.08)
    brightness(.42);
}

.trx-trust__overlay{
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(
      105deg,
      rgba(4,17,28,.99) 0%,
      rgba(5,27,43,.97) 49%,
      rgba(6,38,56,.91) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4,17,28,.22),
      rgba(4,17,28,.91)
    );
}

.trx-trust__grid{
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.06;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(255,255,255,.26) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.26) 1px,
      transparent 1px
    );
  background-size:72px 72px;
}

.trx-trust__ring{
  position:absolute;
  top:-290px;
  right:-250px;
  z-index:-2;
  width:680px;
  height:680px;
  border:1px solid rgba(56,200,184,.13);
  border-radius:50%;
}

.trx-trust__ring::before{
  content:'';
  position:absolute;
  inset:75px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:50%;
}

.trx-trust__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  margin:0 auto;
}


/* ==================================================
   HEADER
================================================== */

.trx-trust__header{
  margin-bottom:60px;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr);
  align-items:end;
  gap:95px;
}

.trx-trust__heading{
  max-width:850px;
}

.trx-trust__eyebrow{
  margin-bottom:24px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#38c8b8;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.trx-trust__eyebrow span{
  width:37px;
  height:2px;
  flex:0 0 37px;
  background:#38c8b8;
}

.trx-trust h2{
  max-width:850px;
  margin:0;
  color:#ffffff;
  font-size:clamp(44px,4.55vw,69px);
  line-height:1.055;
  font-weight:800;
  letter-spacing:-4.2px;
}

.trx-trust h2 em{
  display:block;
  margin-top:6px;
  font-style:normal;
  color:transparent;
  background:linear-gradient(
    90deg,
    #ffffff 0%,
    #a9c8d1 56%,
    #45ccbc 100%
  );
  background-clip:text;
  -webkit-background-clip:text;
}

.trx-trust__header-copy{
  max-width:430px;
  padding-left:29px;
  border-left:1px solid rgba(255,255,255,.15);
}

.trx-trust__header-copy p{
  margin:0;
  color:#aabdc8;
  font-size:13px;
  line-height:1.85;
}

.trx-trust__header-meta{
  margin-top:23px;
  display:flex;
  align-items:center;
  gap:11px;
  color:#d7e2e7;
  font-size:8px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:1.15px;
  text-transform:uppercase;
}

.trx-trust__meta-dot{
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#38c8b8;
  box-shadow:0 0 0 6px rgba(56,200,184,.1);
}


/* ==================================================
   CLIENT LOGO GRID
================================================== */

.trx-trust__logos{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.13);
  border-left:1px solid rgba(255,255,255,.13);
}

.trx-trust__logo{
  position:relative;
  height:165px;
  padding:26px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-right:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.025);
  transition:
    background .3s ease,
    transform .3s ease;
}

.trx-trust__logo::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:#38c8b8;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}

.trx-trust__logo:hover{
  z-index:2;
  background:rgba(255,255,255,.07);
}

.trx-trust__logo:hover::before{
  transform:scaleX(1);
}


/* LOGO SAME SIZE */

.trx-trust__logo img{
  width:100%;
  max-width:135px;
  height:58px;
  display:block;
  object-fit:contain;
  object-position:center;
  filter:none;
  opacity:1;
  transition:
    filter .3s ease,
    opacity .3s ease,
    transform .3s ease;
}

.trx-trust__logo:hover img{
  filter:none;
  opacity:1;
  transform:scale(1.04);
}

.trx-trust__logo > span{
  position:absolute;
  right:17px;
  bottom:15px;
  left:17px;
  color:#718b99;
  font-size:6px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.15px;
  text-align:center;
  text-transform:uppercase;
}


/* ==================================================
   TRUST STATEMENT
================================================== */

.trx-trust__statement{
  min-height:145px;
  padding:30px 35px;
  display:grid;
  grid-template-columns:65px minmax(0,1fr) auto;
  align-items:center;
  gap:30px;
  border-right:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
  border-left:1px solid rgba(255,255,255,.13);
  background:rgba(4,19,31,.68);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.trx-trust__statement-index{
  color:#38c8b8;
  font-size:25px;
  line-height:1;
  font-weight:800;
}

.trx-trust__statement-copy{
  padding-left:29px;
  border-left:1px solid rgba(255,255,255,.15);
}

.trx-trust__statement-copy span{
  display:block;
  margin-bottom:8px;
  color:#38c8b8;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.45px;
  text-transform:uppercase;
}

.trx-trust__statement-copy strong{
  display:block;
  max-width:760px;
  color:#ffffff;
  font-size:16px;
  line-height:1.55;
  font-weight:600;
}

.trx-trust__statement-button{
  min-height:55px;
  padding:0 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:17px;
  flex-shrink:0;
  color:#ffffff;
  background:#19a89c;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
  transition:
    transform .3s ease,
    background .3s ease;
}

.trx-trust__statement-button svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s ease;
}

.trx-trust__statement-button:hover{
  transform:translateY(-3px);
  background:#38c8b8;
}

.trx-trust__statement-button:hover svg{
  transform:translateX(5px);
}


/* ==================================================
   CREDENTIAL SECTION
================================================== */

.trx-trust__credentials{
  margin-top:85px;
  padding-top:65px;
  display:grid;
  grid-template-columns:330px 1fr;
  gap:65px;
  border-top:1px solid rgba(255,255,255,.14);
}

.trx-trust__credentials-intro{
  padding-right:30px;
}

.trx-trust__credentials-label{
  margin-bottom:20px;
  color:#38c8b8;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}

.trx-trust__credentials-intro h3{
  margin:0;
  color:#ffffff;
  font-size:31px;
  line-height:1.16;
  font-weight:800;
  letter-spacing:-1.8px;
}

.trx-trust__credentials-intro h3 span{
  display:block;
  color:#38c8b8;
}

.trx-trust__credentials-intro p{
  margin:20px 0 0;
  color:#92a8b4;
  font-size:11px;
  line-height:1.8;
}


/* ==================================================
   CREDENTIAL CARDS
================================================== */

.trx-trust__credentials-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.13);
  border-left:1px solid rgba(255,255,255,.13);
}

.trx-trust__credential{
  position:relative;
  min-height:280px;
  padding:26px 23px;
  display:flex;
  flex-direction:column;
  border-right:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.025);
  transition:
    transform .3s ease,
    background .3s ease;
}

.trx-trust__credential:hover{
  transform:translateY(-7px);
  background:rgba(255,255,255,.065);
}

.trx-trust__credential-top{
  margin-bottom:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.trx-trust__credential-top span{
  color:#38c8b8;
  font-size:10px;
  line-height:1;
  font-weight:800;
}

.trx-trust__credential-top svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:#38c8b8;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-trust__credential > strong{
  display:block;
  color:#ffffff;
  font-size:15px;
  line-height:1.45;
  font-weight:700;
}

.trx-trust__credential p{
  margin:13px 0 0;
  color:#91a6b2;
  font-size:9px;
  line-height:1.75;
}

.trx-trust__credential-status{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  align-items:center;
  gap:9px;
  border-top:1px solid rgba(255,255,255,.11);
  color:#bac9d0;
  font-size:6px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.trx-trust__credential-status span{
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#38c8b8;
  box-shadow:0 0 0 5px rgba(56,200,184,.09);
}


/* ==================================================
   LAPTOP
================================================== */

@media(max-width:1200px){

  .trx-trust__logos{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .trx-trust__credentials{
    grid-template-columns:270px 1fr;
    gap:45px;
  }

  .trx-trust__credentials-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1050px){

  .trx-trust{
    padding:105px 0 95px;
  }

  .trx-trust__container{
    width:min(100% - 60px,1050px);
  }

  .trx-trust__header{
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:55px;
  }

  .trx-trust h2{
    font-size:clamp(42px,5vw,58px);
    letter-spacing:-3.2px;
  }

  .trx-trust__logos{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .trx-trust__statement{
    grid-template-columns:50px 1fr;
  }

  .trx-trust__statement-button{
    grid-column:2;
    width:max-content;
  }

  .trx-trust__credentials{
    grid-template-columns:1fr;
    gap:38px;
  }

  .trx-trust__credentials-intro{
    max-width:600px;
  }

}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media(max-width:820px){

  .trx-trust{
    padding:90px 0 85px;
  }

  .trx-trust__container{
    width:calc(100% - 38px);
  }

  .trx-trust__header{
    margin-bottom:45px;
    grid-template-columns:1fr;
    gap:30px;
  }

  .trx-trust__header-copy{
    max-width:650px;
  }

  .trx-trust__logos{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .trx-trust__logo{
    height:145px;
  }

  .trx-trust__statement{
    grid-template-columns:1fr;
    gap:20px;
  }

  .trx-trust__statement-copy{
    padding:20px 0 0;
    border-top:1px solid rgba(255,255,255,.15);
    border-left:0;
  }

  .trx-trust__statement-button{
    grid-column:auto;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:560px){

  .trx-trust{
    padding:76px 0 70px;
  }

  .trx-trust__eyebrow{
    margin-bottom:20px;
    font-size:8px;
    letter-spacing:1.5px;
  }

  .trx-trust__eyebrow span{
    width:28px;
    flex-basis:28px;
  }

  .trx-trust h2{
    font-size:clamp(39px,11vw,49px);
    line-height:1.06;
    letter-spacing:-2.7px;
  }

  .trx-trust__header-copy{
    padding-left:19px;
  }

  .trx-trust__header-copy p{
    font-size:12px;
    line-height:1.75;
  }

  .trx-trust__logos{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .trx-trust__logo{
    height:122px;
    padding:20px 15px;
  }

  .trx-trust__logo img{
    max-width:100px;
    height:43px;
  }

  .trx-trust__logo > span{
    right:10px;
    bottom:11px;
    left:10px;
    font-size:5px;
  }

  .trx-trust__statement{
    min-height:auto;
    padding:25px 20px;
  }

  .trx-trust__statement-copy strong{
    font-size:13px;
  }

  .trx-trust__statement-button{
    width:100%;
  }

  .trx-trust__credentials{
    margin-top:65px;
    padding-top:50px;
  }

  .trx-trust__credentials-intro h3{
    font-size:27px;
  }

  .trx-trust__credentials-grid{
    grid-template-columns:1fr;
  }

  .trx-trust__credential{
    min-height:235px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0574821 *//* ==================================================
   TRIONYX HOME SECTION 5 — PROJECTS
================================================== */

.trx-projects{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:130px 0 120px;
  color:#09233b;
  background:
    linear-gradient(
      115deg,
      #f3f7f8 0%,
      #ffffff 48%,
      #eef4f5 100%
    );
  font-family:'Manrope',Arial,sans-serif;
}

.trx-projects::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:34%;
  height:5px;
  background:linear-gradient(
    90deg,
    #19a89c,
    transparent
  );
}

.trx-projects__grid-bg{
  position:absolute;
  inset:0;
  opacity:.32;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(9,35,59,.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(9,35,59,.045) 1px,
      transparent 1px
    );
  background-size:72px 72px;
  mask-image:linear-gradient(
    90deg,
    transparent,
    #000 35%,
    transparent
  );
  -webkit-mask-image:linear-gradient(
    90deg,
    transparent,
    #000 35%,
    transparent
  );
}

.trx-projects__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  margin:0 auto;
}


/* ==================================================
   HEADER
================================================== */

.trx-projects__header{
  margin-bottom:47px;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  align-items:end;
  gap:90px;
}

.trx-projects__heading{
  max-width:820px;
}

.trx-projects__eyebrow{
  margin-bottom:24px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#159a91;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.trx-projects__eyebrow span{
  width:37px;
  height:2px;
  flex:0 0 37px;
  background:#19a89c;
}

.trx-projects h2{
  max-width:830px;
  margin:0;
  color:#09233b;
  font-size:clamp(44px,4.55vw,69px);
  line-height:1.055;
  font-weight:800;
  letter-spacing:-4.2px;
}

.trx-projects h2 em{
  display:block;
  margin-top:6px;
  color:#178f89;
  font-style:normal;
}

.trx-projects__header-copy{
  max-width:430px;
  padding-left:29px;
  border-left:1px solid rgba(9,35,59,.15);
}

.trx-projects__header-copy p{
  margin:0;
  color:#687d89;
  font-size:13px;
  line-height:1.85;
}

.trx-projects__view-all{
  width:max-content;
  margin-top:25px;
  display:inline-flex;
  align-items:center;
  gap:15px;
  color:#092d45;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
  letter-spacing:.55px;
  text-transform:uppercase;
}

.trx-projects__view-all svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:#19a89c;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .28s ease;
}

.trx-projects__view-all:hover svg{
  transform:translateX(5px);
}


/* ==================================================
   FILTERS
================================================== */

.trx-projects__filters{
  margin-bottom:34px;
  padding-bottom:18px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  border-bottom:1px solid rgba(9,35,59,.13);
}

.trx-projects__filter{
  min-height:40px;
  padding:0 18px;
  border:1px solid rgba(9,35,59,.14);
  color:#647984;
  background:transparent;
  font-family:'Manrope',Arial,sans-serif;
  font-size:8px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
  transition:
    color .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.trx-projects__filter:hover,
.trx-projects__filter.active{
  color:#ffffff;
  border-color:#19a89c;
  background:#19a89c;
}


/* ==================================================
   PROJECT GRID
================================================== */

.trx-projects__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.trx-project-card{
  position:relative;
  min-width:0;
  background:#ffffff;
  border:1px solid rgba(9,35,59,.11);
  box-shadow:0 16px 45px rgba(9,35,59,.07);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.trx-project-card:hover{
  transform:translateY(-8px);
  border-color:rgba(25,168,156,.35);
  box-shadow:0 25px 60px rgba(9,35,59,.14);
}

.trx-project-card__link{
  height:100%;
  display:flex;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
}


/* SAME IMAGE SIZE FOR ALL CARDS */

.trx-project-card__image{
  position:relative;
  width:100%;
  height:270px;
  flex:0 0 270px;
  overflow:hidden;
  background:#08243a;
}

.trx-project-card__image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:
    saturate(.74)
    contrast(1.06)
    brightness(.76);
  transition:
    transform .8s cubic-bezier(.2,.7,.2,1),
    filter .4s ease;
}

.trx-project-card:hover .trx-project-card__image img{
  transform:scale(1.06);
  filter:
    saturate(.9)
    contrast(1.06)
    brightness(.83);
}

.trx-project-card__image-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      180deg,
      rgba(3,17,28,.08) 0%,
      rgba(3,17,28,.08) 46%,
      rgba(3,17,28,.77) 100%
    );
}

.trx-project-card__top{
  position:absolute;
  top:20px;
  right:20px;
  left:20px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#ffffff;
}

.trx-project-card__top span{
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.trx-project-card__top small{
  color:#38c8b8;
  font-size:11px;
  line-height:1;
  font-weight:800;
}

.trx-project-card__arrow{
  position:absolute;
  right:20px;
  bottom:20px;
  z-index:3;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  color:#ffffff;
  background:rgba(4,20,33,.55);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:
    transform .3s ease,
    background .3s ease,
    border-color .3s ease;
}

.trx-project-card__arrow svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-project-card:hover .trx-project-card__arrow{
  transform:translate(3px,-3px);
  border-color:#19a89c;
  background:#19a89c;
}


/* ==================================================
   CARD CONTENT
================================================== */

.trx-project-card__content{
  min-height:245px;
  padding:25px 24px 22px;
  display:flex;
  flex:1;
  flex-direction:column;
}

.trx-project-card__category{
  display:block;
  margin-bottom:12px;
  color:#159a91;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.35px;
  text-transform:uppercase;
}

.trx-project-card h3{
  margin:0;
  color:#09233b;
  font-size:17px;
  line-height:1.42;
  font-weight:800;
  letter-spacing:-.55px;
}

.trx-project-card p{
  margin:12px 0 0;
  color:#71838d;
  font-size:10px;
  line-height:1.75;
}

.trx-project-card__meta{
  margin-top:auto;
  padding-top:19px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-top:1px solid rgba(9,35,59,.11);
}

.trx-project-card__meta span{
  color:#8999a2;
  font-size:7px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
}


/* ==================================================
   BOTTOM CTA
================================================== */

.trx-projects__bottom{
  margin-top:40px;
  min-height:125px;
  padding:30px 35px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  color:#ffffff;
  background:
    linear-gradient(
      105deg,
      #061725 0%,
      #092c43 70%,
      #0c3b52 100%
    );
}

.trx-projects__bottom-copy span{
  display:block;
  margin-bottom:8px;
  color:#38c8b8;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.trx-projects__bottom-copy strong{
  display:block;
  color:#ffffff;
  font-size:18px;
  line-height:1.45;
  font-weight:600;
}

.trx-projects__button{
  min-height:55px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:17px;
  flex-shrink:0;
  color:#ffffff;
  background:#19a89c;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
  transition:
    transform .3s ease,
    background .3s ease;
}

.trx-projects__button svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s ease;
}

.trx-projects__button:hover{
  transform:translateY(-3px);
  background:#2bc4b4;
}

.trx-projects__button:hover svg{
  transform:translateX(4px);
}


/* ==================================================
   LAPTOP
================================================== */

@media(max-width:1200px){

  .trx-projects__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1050px){

  .trx-projects{
    padding:105px 0 95px;
  }

  .trx-projects__container{
    width:min(100% - 60px,1050px);
  }

  .trx-projects__header{
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:55px;
  }

  .trx-projects h2{
    font-size:clamp(42px,5vw,58px);
    letter-spacing:-3.2px;
  }

  .trx-projects__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .trx-project-card__image{
    height:280px;
    flex-basis:280px;
  }

}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media(max-width:820px){

  .trx-projects{
    padding:90px 0 85px;
  }

  .trx-projects__container{
    width:calc(100% - 38px);
  }

  .trx-projects__header{
    margin-bottom:40px;
    grid-template-columns:1fr;
    gap:29px;
  }

  .trx-projects__header-copy{
    max-width:650px;
  }

  .trx-projects__bottom{
    align-items:flex-start;
    flex-direction:column;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:560px){

  .trx-projects{
    padding:76px 0 70px;
  }

  .trx-projects__eyebrow{
    margin-bottom:20px;
    font-size:8px;
    letter-spacing:1.5px;
  }

  .trx-projects__eyebrow span{
    width:28px;
    flex-basis:28px;
  }

  .trx-projects h2{
    font-size:clamp(39px,11vw,49px);
    line-height:1.06;
    letter-spacing:-2.7px;
  }

  .trx-projects__header-copy{
    padding-left:19px;
  }

  .trx-projects__header-copy p{
    font-size:12px;
    line-height:1.75;
  }

  .trx-projects__filters{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:14px;
    scrollbar-width:none;
  }

  .trx-projects__filters::-webkit-scrollbar{
    display:none;
  }

  .trx-projects__filter{
    flex:0 0 auto;
  }

  .trx-projects__grid{
    grid-template-columns:1fr;
    gap:15px;
  }

  .trx-project-card__image{
    height:265px;
    flex-basis:265px;
  }

  .trx-project-card__content{
    min-height:225px;
    padding:22px 20px 20px;
  }

  .trx-project-card h3{
    font-size:16px;
  }

  .trx-projects__bottom{
    margin-top:28px;
    padding:26px 22px;
  }

  .trx-projects__bottom-copy strong{
    font-size:15px;
  }

  .trx-projects__button{
    width:100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7c54de *//* ==================================================
   TRIONYX HOME SECTION 7 — CONTACT CTA
================================================== */

.trx-contact-cta{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:120px 0;
  color:#ffffff;
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(56,200,184,.13),
      transparent 25%
    ),
    linear-gradient(
      115deg,
      #04131f 0%,
      #071d2e 54%,
      #092d43 100%
    );
  font-family:'Manrope',Arial,sans-serif;
}

.trx-contact-cta::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:34%;
  height:5px;
  background:
    linear-gradient(
      90deg,
      #38c8b8,
      transparent
    );
}

.trx-contact-cta__grid{
  position:absolute;
  inset:0;
  opacity:.055;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(255,255,255,.25) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.25) 1px,
      transparent 1px
    );
  background-size:72px 72px;
}

.trx-contact-cta__ring{
  position:absolute;
  border:1px solid rgba(56,200,184,.12);
  border-radius:50%;
  pointer-events:none;
}

.trx-contact-cta__ring--one{
  top:-300px;
  right:-260px;
  width:680px;
  height:680px;
}

.trx-contact-cta__ring--two{
  left:-180px;
  bottom:-250px;
  width:470px;
  height:470px;
  border-color:rgba(255,255,255,.055);
}

.trx-contact-cta__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);
  align-items:stretch;
  box-shadow:0 42px 100px rgba(0,0,0,.28);
}


/* ==================================================
   LEFT VISUAL
================================================== */

.trx-contact-cta__visual{
  position:relative;
  min-height:680px;
  overflow:hidden;
  background:#08243a;
}

.trx-contact-cta__visual::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  z-index:4;
  width:96px;
  height:96px;
  background:#061725;
  clip-path:
    polygon(
      100% 0,
      100% 100%,
      0 0
    );
}

.trx-contact-cta__visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:
    saturate(.72)
    contrast(1.08)
    brightness(.69);
  transition:transform 1s cubic-bezier(.2,.7,.2,1);
}

.trx-contact-cta__visual:hover img{
  transform:scale(1.035);
}

.trx-contact-cta__visual-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(3,17,28,.82) 0%,
      rgba(3,17,28,.36) 62%,
      rgba(3,17,28,.14) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3,17,28,.08) 0%,
      rgba(3,17,28,.17) 42%,
      rgba(3,17,28,.91) 100%
    );
}

.trx-contact-cta__visual-top{
  position:absolute;
  top:30px;
  right:35px;
  left:35px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.69);
  font-size:7px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.45px;
  text-transform:uppercase;
}

.trx-contact-cta__visual-content{
  position:absolute;
  right:55px;
  bottom:100px;
  left:55px;
  z-index:5;
  max-width:690px;
}

.trx-contact-cta__eyebrow{
  margin-bottom:23px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#38c8b8;
  font-size:9px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:1.9px;
  text-transform:uppercase;
}

.trx-contact-cta__eyebrow span{
  width:36px;
  height:2px;
  flex:0 0 36px;
  background:#38c8b8;
}

.trx-contact-cta__visual h2{
  max-width:650px;
  margin:0;
  color:#ffffff;
  font-size:clamp(48px,4.6vw,70px);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-4.2px;
}

.trx-contact-cta__visual h2 em{
  display:block;
  margin-top:7px;
  color:transparent;
  font-style:normal;
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #a9ccd4 57%,
      #43cabb 100%
    );
  background-clip:text;
  -webkit-background-clip:text;
}

.trx-contact-cta__visual-content > p{
  max-width:570px;
  margin:27px 0 0;
  color:#c1d0d7;
  font-size:14px;
  line-height:1.8;
}

.trx-contact-cta__visual-bottom{
  position:absolute;
  right:35px;
  bottom:30px;
  left:35px;
  z-index:5;
  padding-top:20px;
  display:flex;
  align-items:center;
  gap:12px;
  border-top:1px solid rgba(255,255,255,.16);
  color:#d4e0e5;
  font-size:7px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.35px;
  text-transform:uppercase;
}

.trx-contact-cta__pulse{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#38c8b8;
  box-shadow:0 0 0 6px rgba(56,200,184,.11);
}


/* ==================================================
   RIGHT PANEL
================================================== */

.trx-contact-cta__panel{
  position:relative;
  min-height:680px;
  padding:52px 48px 42px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(
      150deg,
      rgba(11,43,64,.97),
      rgba(5,23,37,.99)
    );
}

.trx-contact-cta__panel::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:120px;
  height:4px;
  background:#38c8b8;
}

.trx-contact-cta__panel-top{
  margin-bottom:29px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.trx-contact-cta__panel-index{
  color:#38c8b8;
  font-size:14px;
  line-height:1;
  font-weight:800;
  letter-spacing:1px;
}

.trx-contact-cta__panel-label{
  color:#91a8b4;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.45px;
  text-transform:uppercase;
}

.trx-contact-cta__panel h3{
  max-width:470px;
  margin:0;
  color:#ffffff;
  font-size:clamp(31px,2.7vw,43px);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-2.3px;
}

.trx-contact-cta__panel h3 span{
  display:block;
  color:#38c8b8;
}

.trx-contact-cta__panel-intro{
  max-width:500px;
  margin:21px 0 0;
  color:#9eb3be;
  font-size:11px;
  line-height:1.8;
}


/* ==================================================
   ACTION BUTTONS
================================================== */

.trx-contact-cta__actions{
  margin-top:31px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}

.trx-contact-cta__button{
  min-height:55px;
  padding:0 19px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:13px;
  color:#ffffff;
  text-decoration:none;
  font-size:9px;
  line-height:1.2;
  font-weight:800;
  transition:
    transform .3s ease,
    background .3s ease,
    border-color .3s ease;
}

.trx-contact-cta__button svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s ease;
}

.trx-contact-cta__button--primary{
  border:1px solid #19a89c;
  background:#19a89c;
}

.trx-contact-cta__button--outline{
  border:1px solid rgba(255,255,255,.19);
  background:rgba(255,255,255,.035);
}

.trx-contact-cta__button:hover{
  transform:translateY(-3px);
}

.trx-contact-cta__button--primary:hover{
  background:#38c8b8;
  border-color:#38c8b8;
}

.trx-contact-cta__button--outline:hover{
  border-color:rgba(255,255,255,.43);
  background:rgba(255,255,255,.08);
}

.trx-contact-cta__button:hover svg{
  transform:translateX(4px);
}


/* ==================================================
   CONTACT DETAILS
================================================== */

.trx-contact-cta__details{
  margin-top:33px;
  border-top:1px solid rgba(255,255,255,.13);
}

.trx-contact-cta__detail{
  min-height:78px;
  padding:18px 0;
  display:flex;
  align-items:center;
  gap:16px;
  border-bottom:1px solid rgba(255,255,255,.13);
  color:inherit;
  text-decoration:none;
  transition:padding-left .3s ease;
}

.trx-contact-cta__detail:hover{
  padding-left:9px;
}

.trx-contact-cta__detail-icon{
  width:37px;
  height:37px;
  flex:0 0 37px;
  display:grid;
  place-items:center;
  border:1px solid rgba(56,200,184,.38);
  color:#38c8b8;
}

.trx-contact-cta__detail-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-contact-cta__detail span{
  display:block;
  margin-bottom:5px;
  color:#819aa7;
  font-size:6px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.trx-contact-cta__detail strong{
  display:block;
  color:#ffffff;
  font-size:11px;
  line-height:1.45;
  font-weight:700;
}


/* ==================================================
   LOCATION
================================================== */

.trx-contact-cta__location{
  margin-top:25px;
  padding:20px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.025);
}

.trx-contact-cta__location-heading{
  display:flex;
  align-items:center;
  gap:11px;
  color:#38c8b8;
}

.trx-contact-cta__location-heading svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-contact-cta__location-heading span{
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.25px;
  text-transform:uppercase;
}

.trx-contact-cta__location p{
  margin:13px 0 0;
  color:#9cb0ba;
  font-size:9px;
  line-height:1.75;
}


/* ==================================================
   TAGLINE
================================================== */

.trx-contact-cta__tagline{
  margin-top:auto;
  padding-top:22px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}

.trx-contact-cta__tagline span{
  color:#718c99;
  font-size:6px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.trx-contact-cta__tagline strong{
  color:#ffffff;
  font-size:9px;
  line-height:1.4;
  font-weight:600;
  text-align:right;
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1100px){

  .trx-contact-cta{
    padding:100px 0;
  }

  .trx-contact-cta__container{
    width:min(100% - 60px,1050px);
    grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);
  }

  .trx-contact-cta__visual-content{
    right:39px;
    left:39px;
  }

  .trx-contact-cta__visual h2{
    font-size:clamp(44px,5vw,59px);
    letter-spacing:-3.2px;
  }

  .trx-contact-cta__panel{
    padding:45px 35px 37px;
  }

  .trx-contact-cta__actions{
    grid-template-columns:1fr;
  }

}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media(max-width:820px){

  .trx-contact-cta{
    padding:85px 0;
  }

  .trx-contact-cta__container{
    width:calc(100% - 38px);
    grid-template-columns:1fr;
  }

  .trx-contact-cta__visual{
    min-height:590px;
  }

  .trx-contact-cta__panel{
    min-height:auto;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:560px){

  .trx-contact-cta{
    padding:70px 0;
  }

  .trx-contact-cta__visual{
    min-height:500px;
  }

  .trx-contact-cta__visual::before{
    width:62px;
    height:62px;
  }

  .trx-contact-cta__visual-top{
    top:21px;
    right:21px;
    left:21px;
    font-size:5px;
  }

  .trx-contact-cta__visual-content{
    right:23px;
    bottom:83px;
    left:23px;
  }

  .trx-contact-cta__eyebrow{
    margin-bottom:18px;
    font-size:7px;
    letter-spacing:1.35px;
  }

  .trx-contact-cta__eyebrow span{
    width:26px;
    flex-basis:26px;
  }

  .trx-contact-cta__visual h2{
    font-size:clamp(39px,11vw,49px);
    line-height:1.04;
    letter-spacing:-2.7px;
  }

  .trx-contact-cta__visual-content > p{
    margin-top:20px;
    font-size:11px;
    line-height:1.7;
  }

  .trx-contact-cta__visual-bottom{
    right:21px;
    bottom:22px;
    left:21px;
    font-size:6px;
  }

  .trx-contact-cta__panel{
    padding:36px 23px 30px;
  }

  .trx-contact-cta__panel h3{
    font-size:31px;
    letter-spacing:-1.8px;
  }

  .trx-contact-cta__actions{
    grid-template-columns:1fr;
  }

  .trx-contact-cta__button{
    width:100%;
  }

  .trx-contact-cta__detail strong{
    font-size:10px;
    overflow-wrap:anywhere;
  }

  .trx-contact-cta__tagline{
    align-items:flex-start;
    flex-direction:column;
  }

  .trx-contact-cta__tagline strong{
    text-align:left;
  }

}/* End custom CSS */