.elementor-197 .elementor-element.elementor-element-a6ccb94{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-197 .elementor-element.elementor-element-cf8956e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e7828db *//* ==================================================
   TRIONYX CONTACT PAGE — SECTION 1
================================================== */

.trx-contact-hero{
  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
  isolation:isolate;
  color:#ffffff;
  background:#051521;
  font-family:'Manrope',Arial,sans-serif;
}


/* ==================================================
   BACKGROUND
================================================== */

.trx-contact-hero__background{
  position:absolute;
  inset:0;
  z-index:-6;
}

.trx-contact-hero__background img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:
    saturate(.62)
    contrast(1.08)
    brightness(.43);
}

.trx-contact-hero__overlay{
  position:absolute;
  inset:0;
  z-index:-5;
  background:
    linear-gradient(
      90deg,
      rgba(3,15,25,.99) 0%,
      rgba(4,21,34,.97) 40%,
      rgba(5,31,47,.84) 70%,
      rgba(5,31,47,.61) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3,15,25,.22) 0%,
      rgba(3,15,25,.08) 48%,
      rgba(3,15,25,.88) 100%
    );
}

.trx-contact-hero__grid{
  position:absolute;
  inset:0;
  z-index:-4;
  opacity:.065;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(255,255,255,.28) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.28) 1px,
      transparent 1px
    );
  background-size:74px 74px;
  mask-image:linear-gradient(
    90deg,
    transparent 0%,
    #000 30%,
    #000 86%,
    transparent 100%
  );
  -webkit-mask-image:linear-gradient(
    90deg,
    transparent 0%,
    #000 30%,
    #000 86%,
    transparent 100%
  );
}


/* ==================================================
   DECORATIVE RINGS
================================================== */

.trx-contact-hero__ring{
  position:absolute;
  z-index:-3;
  border-radius:50%;
  pointer-events:none;
}

.trx-contact-hero__ring--one{
  top:-260px;
  right:-220px;
  width:650px;
  height:650px;
  border:1px solid rgba(56,200,184,.15);
}

.trx-contact-hero__ring--one::before{
  content:'';
  position:absolute;
  inset:75px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:50%;
}

.trx-contact-hero__ring--two{
  left:-190px;
  bottom:-280px;
  width:500px;
  height:500px;
  border:1px solid rgba(255,255,255,.06);
}


/* ==================================================
   MAIN CONTAINER
================================================== */

.trx-contact-hero__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  min-height:calc(100vh - 68px);
  margin:0 auto;
  padding:105px 0 90px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(430px,.82fr);
  align-items:center;
  gap:95px;
}


/* ==================================================
   LEFT CONTENT
================================================== */

.trx-contact-hero__content{
  position:relative;
  z-index:3;
  max-width:800px;
}

.trx-contact-hero__breadcrumb{
  margin-bottom:32px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#788f9d;
  font-size:8px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.trx-contact-hero__breadcrumb a{
  color:#9fb2bd;
  text-decoration:none;
  transition:color .25s ease;
}

.trx-contact-hero__breadcrumb a:hover{
  color:#38c8b8;
}

.trx-contact-hero__breadcrumb span{
  color:#3e5a6b;
}

.trx-contact-hero__breadcrumb strong{
  color:#38c8b8;
  font-weight:800;
}

.trx-contact-hero__eyebrow{
  margin-bottom:25px;
  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-contact-hero__eyebrow i{
  width:37px;
  height:2px;
  flex:0 0 37px;
  background:#38c8b8;
}

.trx-contact-hero h1{
  max-width:850px;
  margin:0;
  color:#ffffff;
  font-size:clamp(57px,5vw,81px);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-4.7px;
}

.trx-contact-hero h1 em{
  display:block;
  margin-top:7px;
  color:transparent;
  font-style:normal;
  background:linear-gradient(
    90deg,
    #ffffff 0%,
    #b2d0d8 56%,
    #45ccbc 100%
  );
  background-clip:text;
  -webkit-background-clip:text;
}

.trx-contact-hero__lead{
  max-width:720px;
  margin:31px 0 0;
  color:#bdcdd5;
  font-size:16px;
  line-height:1.84;
}


/* ==================================================
   BUTTONS
================================================== */

.trx-contact-hero__actions{
  margin-top:39px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.trx-contact-hero__button{
  min-height:57px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:17px;
  border:1px solid transparent;
  color:#ffffff;
  text-decoration:none;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.4px;
  transition:
    transform .3s ease,
    background .3s ease,
    border-color .3s ease;
}

.trx-contact-hero__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-contact-hero__button--primary{
  background:#19a89c;
  border-color:#19a89c;
  box-shadow:0 16px 38px rgba(25,168,156,.2);
}

.trx-contact-hero__button--primary:hover{
  transform:translateY(-3px);
  background:#38c8b8;
  border-color:#38c8b8;
}

.trx-contact-hero__button--primary:hover svg{
  transform:translateX(4px);
}

.trx-contact-hero__button--outline{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.trx-contact-hero__button--outline:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.46);
  background:rgba(255,255,255,.09);
}

.trx-contact-hero__button--outline:hover svg{
  transform:translate(3px,-3px);
}


/* ==================================================
   CONTACT FACTS
================================================== */

.trx-contact-hero__facts{
  max-width:790px;
  margin-top:49px;
  padding-top:27px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.14);
}

.trx-contact-hero__fact{
  min-height:57px;
  padding:0 23px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.13);
}

.trx-contact-hero__fact:first-child{
  padding-left:0;
}

.trx-contact-hero__fact:last-child{
  padding-right:0;
  border-right:0;
}

.trx-contact-hero__fact span{
  display:block;
  margin-bottom:6px;
  color:#718a99;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.trx-contact-hero__fact strong{
  display:block;
  color:#edf4f7;
  font-size:11px;
  line-height:1.45;
  font-weight:700;
}


/* ==================================================
   RIGHT VISUAL
================================================== */

.trx-contact-hero__visual{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding-right:34px;
}


/* ==================================================
   ENQUIRY PANEL
================================================== */

.trx-contact-hero__panel{
  position:relative;
  width:min(100%,505px);
  min-height:565px;
  padding:38px 36px 31px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(
      145deg,
      rgba(5,27,42,.95) 0%,
      rgba(7,39,56,.88) 100%
    );
  box-shadow:0 42px 90px rgba(0,0,0,.36);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  clip-path:polygon(
    0 0,
    88% 0,
    100% 10%,
    100% 100%,
    12% 100%,
    0 90%
  );
}

.trx-contact-hero__panel::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:145px;
  height:3px;
  background:#38c8b8;
}

.trx-contact-hero__panel::after{
  content:'';
  position:absolute;
  top:-150px;
  right:-120px;
  width:330px;
  height:330px;
  border:1px solid rgba(56,200,184,.1);
  border-radius:50%;
  pointer-events:none;
}

.trx-contact-hero__panel-header{
  position:relative;
  z-index:2;
  padding-bottom:25px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:25px;
  border-bottom:1px solid rgba(255,255,255,.13);
}

.trx-contact-hero__panel-header small{
  display:block;
  margin-bottom:9px;
  color:#38c8b8;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.35px;
  text-transform:uppercase;
}

.trx-contact-hero__panel-header strong{
  display:block;
  max-width:285px;
  color:#ffffff;
  font-size:20px;
  line-height:1.35;
  font-weight:750;
}

.trx-contact-hero__panel-header > span{
  padding-top:2px;
  color:#708995;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
  white-space:nowrap;
}

.trx-contact-hero__panel-intro{
  position:relative;
  z-index:2;
  margin:23px 0 10px;
  color:#91a7b2;
  font-size:11px;
  line-height:1.7;
}


/* ==================================================
   PANEL ITEMS
================================================== */

.trx-contact-hero__panel-list{
  position:relative;
  z-index:2;
}

.trx-contact-hero__panel-item{
  min-height:91px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 19px;
  align-items:center;
  gap:17px;
  border-bottom:1px solid rgba(255,255,255,.12);
  transition:
    padding .3s ease,
    background .3s ease;
}

.trx-contact-hero__panel-item:hover{
  padding:0 12px;
  background:rgba(56,200,184,.055);
}

.trx-contact-hero__panel-number{
  color:#38c8b8;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
}

.trx-contact-hero__panel-item small{
  display:block;
  margin-bottom:7px;
  color:#708995;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.trx-contact-hero__panel-item strong{
  display:block;
  color:#edf4f6;
  font-size:11px;
  line-height:1.5;
  font-weight:700;
}

.trx-contact-hero__panel-item svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:#587685;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:
    stroke .3s ease,
    transform .3s ease;
}

.trx-contact-hero__panel-item:hover svg{
  stroke:#38c8b8;
  transform:translateX(4px);
}


/* ==================================================
   PANEL STATUS
================================================== */

.trx-contact-hero__panel-status{
  position:relative;
  z-index:2;
  margin-top:25px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(56,200,184,.07);
  border:1px solid rgba(56,200,184,.17);
}

.trx-contact-hero__status-dot{
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#38c8b8;
  box-shadow:0 0 0 7px rgba(56,200,184,.12);
}

.trx-contact-hero__panel-status small{
  display:block;
  margin-bottom:5px;
  color:#75909d;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.trx-contact-hero__panel-status strong{
  display:block;
  color:#ffffff;
  font-size:10px;
  line-height:1.4;
  font-weight:700;
}


/* ==================================================
   PANEL FOOTER
================================================== */

.trx-contact-hero__panel-footer{
  position:relative;
  z-index:2;
  margin-top:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.trx-contact-hero__panel-footer > span{
  color:#69828f;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.trx-contact-hero__panel-footer a{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:#ffffff;
  text-decoration:none;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
  transition:color .3s ease;
}

.trx-contact-hero__panel-footer a svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s ease;
}

.trx-contact-hero__panel-footer a:hover{
  color:#38c8b8;
}

.trx-contact-hero__panel-footer a:hover svg{
  transform:translate(3px,-3px);
}


/* ==================================================
   FLOATING LABEL
================================================== */

.trx-contact-hero__floating-label{
  position:absolute;
  top:71px;
  right:0;
  z-index:7;
  width:235px;
  min-height:59px;
  padding:14px 17px;
  display:flex;
  align-items:center;
  gap:13px;
  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,.9);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
}

.trx-contact-hero__floating-label > span{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#38c8b8;
  box-shadow:0 0 0 6px rgba(56,200,184,.12);
}

.trx-contact-hero__floating-label small{
  display:block;
  margin-bottom:5px;
  color:#829aa9;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.trx-contact-hero__floating-label strong{
  display:block;
  color:#ffffff;
  font-size:9px;
  line-height:1.4;
  font-weight:600;
}

.trx-contact-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;
  line-height:1;
  font-weight:700;
  letter-spacing:3px;
}


/* ==================================================
   BOTTOM STRIP
================================================== */

.trx-contact-hero__strip{
  position:relative;
  z-index:5;
  width:100%;
  min-height:68px;
  display:flex;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.13);
  background:rgba(3,15,24,.62);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.trx-contact-hero__strip-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.2px;
  text-transform:uppercase;
}

.trx-contact-hero__strip-label{
  color:#38c8b8;
}

.trx-contact-hero__strip-inner i{
  width:3px;
  height:3px;
  flex:0 0 3px;
  border-radius:50%;
  background:#506c7d;
}


/* ==================================================
   LAPTOP
================================================== */

@media(max-width:1100px){

  .trx-contact-hero__container{
    width:min(100% - 60px,1050px);
    grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);
    gap:50px;
  }

  .trx-contact-hero h1{
    font-size:clamp(50px,6vw,67px);
    letter-spacing:-3.5px;
  }

  .trx-contact-hero__facts{
    grid-template-columns:1fr;
  }

  .trx-contact-hero__fact{
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.13);
  }

  .trx-contact-hero__fact:last-child{
    border-bottom:0;
  }

  .trx-contact-hero__visual{
    padding-right:15px;
  }

  .trx-contact-hero__floating-label{
    width:205px;
  }

  .trx-contact-hero__strip-inner{
    width:min(100% - 60px,1050px);
  }

}


/* ==================================================
   TABLET
================================================== */

@media(max-width:820px){

  .trx-contact-hero{
    min-height:auto;
  }

  .trx-contact-hero__container{
    width:calc(100% - 38px);
    min-height:auto;
    padding:90px 0 85px;
    grid-template-columns:1fr;
    gap:65px;
  }

  .trx-contact-hero__content{
    max-width:100%;
  }

  .trx-contact-hero__visual{
    width:min(100%,560px);
    min-height:590px;
    margin:0 auto;
    padding-right:0;
  }

  .trx-contact-hero__panel{
    width:100%;
  }

  .trx-contact-hero__vertical-text{
    display:none;
  }

  .trx-contact-hero__strip-inner{
    width:calc(100% - 38px);
    padding:20px 0;
    justify-content:center;
    flex-wrap:wrap;
  }

  .trx-contact-hero__strip-label{
    flex-basis:100%;
    margin-bottom:4px;
    text-align:center;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:560px){

  .trx-contact-hero__container{
    padding:72px 0;
  }

  .trx-contact-hero__breadcrumb{
    margin-bottom:25px;
    font-size:6px;
  }

  .trx-contact-hero__eyebrow{
    margin-bottom:21px;
    font-size:8px;
    letter-spacing:1.45px;
  }

  .trx-contact-hero__eyebrow i{
    width:28px;
    flex-basis:28px;
  }

  .trx-contact-hero h1{
    font-size:clamp(40px,12vw,52px);
    line-height:1.04;
    letter-spacing:-2.7px;
  }

  .trx-contact-hero__lead{
    margin-top:25px;
    font-size:14px;
    line-height:1.75;
  }

  .trx-contact-hero__actions{
    margin-top:31px;
    flex-direction:column;
  }

  .trx-contact-hero__button{
    width:100%;
    min-height:55px;
  }

  .trx-contact-hero__facts{
    margin-top:39px;
    padding-top:11px;
  }

  .trx-contact-hero__visual{
    min-height:555px;
  }

  .trx-contact-hero__panel{
    min-height:auto;
    padding:31px 23px 27px;
    clip-path:polygon(
      0 0,
      91% 0,
      100% 7%,
      100% 100%,
      9% 100%,
      0 93%
    );
  }

  .trx-contact-hero__panel-header{
    padding-bottom:21px;
  }

  .trx-contact-hero__panel-header strong{
    font-size:17px;
  }

  .trx-contact-hero__panel-header > span{
    font-size:5.5px;
  }

  .trx-contact-hero__panel-intro{
    font-size:10px;
  }

  .trx-contact-hero__panel-item{
    min-height:82px;
    grid-template-columns:27px minmax(0,1fr) 17px;
    gap:12px;
  }

  .trx-contact-hero__panel-item strong{
    font-size:10px;
  }

  .trx-contact-hero__floating-label{
    top:48px;
    right:-1px;
    width:190px;
    min-height:53px;
    padding:11px 13px;
  }

  .trx-contact-hero__floating-label strong{
    font-size:8px;
  }

  .trx-contact-hero__panel-footer{
    align-items:flex-start;
    flex-direction:column;
  }

  .trx-contact-hero__strip-inner{
    gap:13px;
    font-size:7px;
    letter-spacing:.75px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4c7d33 *//* ==================================================
   TRIONYX CONTACT PAGE — SECTION 2
================================================== */

.trx-contact-sec2{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:130px 0 140px;
  color:#092131;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4f8f9 100%
    );
  font-family:'Manrope',Arial,sans-serif;
}

.trx-contact-sec2,
.trx-contact-sec2 *{
  box-sizing:border-box;
}


/* ==================================================
   BACKGROUND
================================================== */

.trx-contact-sec2::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:1px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(25,168,156,.3),
    transparent
  );
}

.trx-contact-sec2__grid-bg{
  position:absolute;
  inset:0;
  opacity:.025;
  pointer-events:none;
  background-image:
    linear-gradient(
      rgba(8,41,59,.5) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(8,41,59,.5) 1px,
      transparent 1px
    );
  background-size:76px 76px;
  mask-image:linear-gradient(
    180deg,
    transparent,
    #000 20%,
    #000 82%,
    transparent
  );
  -webkit-mask-image:linear-gradient(
    180deg,
    transparent,
    #000 20%,
    #000 82%,
    transparent
  );
}

.trx-contact-sec2__ring{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.trx-contact-sec2__ring--one{
  top:-360px;
  right:-280px;
  width:720px;
  height:720px;
  border:1px solid rgba(25,168,156,.09);
}

.trx-contact-sec2__ring--one::before{
  content:'';
  position:absolute;
  inset:95px;
  border:1px solid rgba(8,41,59,.045);
  border-radius:50%;
}

.trx-contact-sec2__ring--two{
  left:-290px;
  bottom:-410px;
  width:680px;
  height:680px;
  border:1px solid rgba(8,41,59,.05);
}


/* ==================================================
   MAIN CONTAINER
================================================== */

.trx-contact-sec2__container{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 100px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(540px,1.15fr);
  align-items:start;
  gap:95px;
}


/* ==================================================
   LEFT CONTENT
================================================== */

.trx-contact-sec2__content{
  min-width:0;
}

.trx-contact-sec2__eyebrow{
  margin-bottom:22px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#159c91;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.trx-contact-sec2__eyebrow i{
  width:38px;
  height:2px;
  flex:0 0 38px;
  background:#19a89c;
}

.trx-contact-sec2 h2{
  max-width:700px;
  margin:0;
  color:#071b29;
  font-size:clamp(47px,4.25vw,66px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-3.5px;
}

.trx-contact-sec2 h2 em{
  display:block;
  color:#159c91;
  font-style:normal;
}

.trx-contact-sec2__lead{
  max-width:680px;
  margin:29px 0 0;
  color:#61727d;
  font-size:15px;
  line-height:1.85;
}


/* ==================================================
   CONTACT DETAILS
================================================== */

.trx-contact-sec2__details{
  margin-top:45px;
  border-top:1px solid #d9e4e7;
}

.trx-contact-sec2__detail{
  position:relative;
  min-height:165px;
  padding:28px 42px 28px 0;
  display:grid;
  grid-template-columns:55px minmax(0,1fr);
  align-items:start;
  gap:22px;
  border-bottom:1px solid #d9e4e7;
  transition:
    padding .35s ease,
    background .35s ease;
}

.trx-contact-sec2__detail:hover{
  padding-left:18px;
  background:#ffffff;
}

.trx-contact-sec2__detail-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#159c91;
  background:#e9f7f5;
  border:1px solid rgba(25,168,156,.16);
}

.trx-contact-sec2__detail-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-contact-sec2__detail-copy > span{
  display:block;
  margin-bottom:9px;
  color:#159c91;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.25px;
  text-transform:uppercase;
}

.trx-contact-sec2__detail-copy h3{
  margin:0 0 9px;
  color:#0a2535;
  font-size:17px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:-.4px;
}

.trx-contact-sec2__detail-copy p{
  max-width:470px;
  margin:0;
  color:#71818a;
  font-size:11px;
  line-height:1.7;
}

.trx-contact-sec2__detail-copy a,
.trx-contact-sec2__detail-copy > strong{
  margin-top:13px;
  display:inline-flex;
  color:#0a2535;
  text-decoration:none;
  font-size:11px;
  line-height:1.4;
  font-weight:800;
  transition:color .3s ease;
}

.trx-contact-sec2__detail-copy a:hover{
  color:#159c91;
}

.trx-contact-sec2__detail-number{
  position:absolute;
  top:32px;
  right:6px;
  color:#afbdc3;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
}


/* ==================================================
   NOTE
================================================== */

.trx-contact-sec2__note{
  margin-top:35px;
  padding:23px 24px;
  display:grid;
  grid-template-columns:43px minmax(0,1fr);
  align-items:center;
  gap:18px;
  border-left:3px solid #19a89c;
  background:#eaf6f5;
}

.trx-contact-sec2__note-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#159c91;
  background:#ffffff;
  border:1px solid rgba(25,168,156,.15);
}

.trx-contact-sec2__note-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-contact-sec2__note span{
  display:block;
  margin-bottom:7px;
  color:#159c91;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.25px;
  text-transform:uppercase;
}

.trx-contact-sec2__note p{
  margin:0;
  color:#526873;
  font-size:11px;
  line-height:1.7;
}


/* ==================================================
   FORM PANEL
================================================== */

.trx-contact-sec2__form-panel{
  position:relative;
  min-width:0;
  padding:46px 46px 38px;
  background:#ffffff;
  border:1px solid #dbe5e8;
  box-shadow:0 35px 90px rgba(7,35,49,.11);
}

.trx-contact-sec2__form-panel::before{
  content:'';
  position:absolute;
  top:-1px;
  left:-1px;
  width:145px;
  height:4px;
  background:#19a89c;
}

.trx-contact-sec2__form-panel::after{
  content:'';
  position:absolute;
  top:-170px;
  right:-140px;
  width:360px;
  height:360px;
  border:1px solid rgba(25,168,156,.07);
  border-radius:50%;
  pointer-events:none;
}


/* ==================================================
   FORM HEADER
================================================== */

.trx-contact-sec2__form-header{
  position:relative;
  z-index:2;
  padding-bottom:27px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:30px;
  border-bottom:1px solid #dde6e9;
}

.trx-contact-sec2__form-header span{
  display:block;
  margin-bottom:12px;
  color:#159c91;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.35px;
  text-transform:uppercase;
}

.trx-contact-sec2__form-header h3{
  margin:0;
  color:#082131;
  font-size:32px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-1.2px;
}

.trx-contact-sec2__form-header h3 em{
  display:block;
  color:#159c91;
  font-style:normal;
}

.trx-contact-sec2__form-header > strong{
  padding-top:4px;
  color:#a0adb3;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.25px;
  white-space:nowrap;
}

.trx-contact-sec2__form-intro{
  position:relative;
  z-index:2;
  max-width:610px;
  margin:24px 0 0;
  color:#74838c;
  font-size:12px;
  line-height:1.75;
}


/* ==================================================
   FORM
================================================== */

.trx-contact-sec2__form-placeholder{
  position:relative;
  z-index:2;
  margin-top:31px;
}

.trx-contact-sec2__form-demo{
  width:100%;
}

.trx-contact-sec2__form-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:19px;
}

.trx-contact-sec2__field{
  margin-bottom:20px;
}

.trx-contact-sec2__field label{
  margin-bottom:9px;
  display:block;
  color:#213c4b;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.75px;
  text-transform:uppercase;
}

.trx-contact-sec2__field label span{
  color:#159c91;
}

.trx-contact-sec2__field input,
.trx-contact-sec2__field select,
.trx-contact-sec2__field textarea{
  width:100%;
  border:1px solid #d8e3e6;
  border-radius:0;
  outline:0;
  color:#1d3948;
  background:#f8fafb;
  font-family:'Manrope',Arial,sans-serif;
  font-size:11px;
  transition:
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease;
}

.trx-contact-sec2__field input,
.trx-contact-sec2__field select{
  height:54px;
  padding:0 16px;
}

.trx-contact-sec2__field textarea{
  min-height:145px;
  padding:16px;
  resize:vertical;
}

.trx-contact-sec2__field input::placeholder,
.trx-contact-sec2__field textarea::placeholder{
  color:#9ba8ae;
}

.trx-contact-sec2__field input:focus,
.trx-contact-sec2__field select:focus,
.trx-contact-sec2__field textarea:focus{
  border-color:#19a89c;
  background:#ffffff;
  box-shadow:0 0 0 3px rgba(25,168,156,.08);
}


/* ==================================================
   UPLOAD
================================================== */

.trx-contact-sec2__upload{
  min-height:86px;
  margin-bottom:22px;
  padding:15px 16px;
  display:grid;
  grid-template-columns:45px minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  border:1px dashed #becdd2;
  background:#f7fafb;
}

.trx-contact-sec2__upload-icon{
  width:43px;
  height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#159c91;
  background:#e8f6f4;
}

.trx-contact-sec2__upload-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trx-contact-sec2__upload strong{
  display:block;
  margin-bottom:6px;
  color:#173443;
  font-size:10px;
  line-height:1.35;
  font-weight:800;
}

.trx-contact-sec2__upload span{
  display:block;
  color:#84929a;
  font-size:8px;
  line-height:1.5;
}

.trx-contact-sec2__upload button{
  min-height:38px;
  padding:0 14px;
  border:1px solid #d3dfe2;
  color:#153442;
  background:#ffffff;
  font-family:'Manrope',Arial,sans-serif;
  font-size:7px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  cursor:pointer;
}


/* ==================================================
   SUBMIT BUTTON
================================================== */

.trx-contact-sec2__submit{
  width:100%;
  min-height:59px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:17px;
  border:1px solid #19a89c;
  color:#ffffff;
  background:#19a89c;
  box-shadow:0 16px 38px rgba(25,168,156,.19);
  font-family:'Manrope',Arial,sans-serif;
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
  transition:
    transform .3s ease,
    background .3s ease;
}

.trx-contact-sec2__submit svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s ease;
}

.trx-contact-sec2__submit:hover{
  transform:translateY(-3px);
  background:#38c8b8;
}

.trx-contact-sec2__submit:hover svg{
  transform:translateX(5px);
}


/* ==================================================
   FORM FOOTER
================================================== */

.trx-contact-sec2__form-footer{
  position:relative;
  z-index:2;
  margin-top:23px;
  padding-top:21px;
  display:flex;
  align-items:center;
  gap:13px;
  border-top:1px solid #e0e8eb;
}

.trx-contact-sec2__secure-dot{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#19a89c;
  box-shadow:0 0 0 6px rgba(25,168,156,.1);
}

.trx-contact-sec2__form-footer p{
  margin:0;
  color:#85939b;
  font-size:8px;
  line-height:1.6;
}


/* ==================================================
   FLUENT FORMS — OPTIONAL STYLING
================================================== */

.trx-contact-sec2__form-panel .fluentform{
  margin-top:31px;
}

.trx-contact-sec2__form-panel .ff-el-group{
  margin-bottom:20px;
}

.trx-contact-sec2__form-panel .ff-el-input--label label{
  margin-bottom:9px;
  color:#213c4b;
  font-family:'Manrope',Arial,sans-serif;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.75px;
  text-transform:uppercase;
}

.trx-contact-sec2__form-panel .ff-el-form-control{
  min-height:54px;
  padding:13px 16px;
  border:1px solid #d8e3e6;
  border-radius:0;
  color:#1d3948;
  background:#f8fafb;
  font-family:'Manrope',Arial,sans-serif;
  font-size:11px;
  box-shadow:none;
}

.trx-contact-sec2__form-panel textarea.ff-el-form-control{
  min-height:145px;
}

.trx-contact-sec2__form-panel .ff-el-form-control:focus{
  border-color:#19a89c;
  background:#ffffff;
  box-shadow:0 0 0 3px rgba(25,168,156,.08);
}

.trx-contact-sec2__form-panel .ff-btn-submit{
  width:100%;
  min-height:59px;
  border:1px solid #19a89c;
  border-radius:0;
  color:#ffffff;
  background:#19a89c;
  font-family:'Manrope',Arial,sans-serif;
  font-size:9px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  box-shadow:0 16px 38px rgba(25,168,156,.19);
  transition:.3s ease;
}

.trx-contact-sec2__form-panel .ff-btn-submit:hover{
  transform:translateY(-3px);
  background:#38c8b8;
  border-color:#38c8b8;
}


/* ==================================================
   LAPTOP
================================================== */

@media(max-width:1180px){

  .trx-contact-sec2__container{
    width:min(100% - 60px,1080px);
    grid-template-columns:minmax(0,.75fr) minmax(500px,1.25fr);
    gap:60px;
  }

  .trx-contact-sec2__form-panel{
    padding:40px 36px 34px;
  }

}


/* ==================================================
   TABLET
================================================== */

@media(max-width:900px){

  .trx-contact-sec2{
    padding:100px 0 110px;
  }

  .trx-contact-sec2__container{
    width:calc(100% - 38px);
    grid-template-columns:1fr;
    gap:70px;
  }

  .trx-contact-sec2__content{
    max-width:720px;
  }

  .trx-contact-sec2__form-panel{
    width:100%;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:600px){

  .trx-contact-sec2{
    padding:78px 0 88px;
  }

  .trx-contact-sec2__eyebrow{
    margin-bottom:18px;
    font-size:8px;
    letter-spacing:1.45px;
  }

  .trx-contact-sec2__eyebrow i{
    width:28px;
    flex-basis:28px;
  }

  .trx-contact-sec2 h2{
    font-size:clamp(38px,11vw,48px);
    line-height:1.06;
    letter-spacing:-2.4px;
  }

  .trx-contact-sec2__lead{
    margin-top:23px;
    font-size:14px;
    line-height:1.75;
  }

  .trx-contact-sec2__detail{
    padding:24px 30px 24px 0;
    grid-template-columns:46px minmax(0,1fr);
    gap:16px;
  }

  .trx-contact-sec2__detail:hover{
    padding-left:10px;
  }

  .trx-contact-sec2__detail-icon{
    width:44px;
    height:44px;
  }

  .trx-contact-sec2__detail-icon svg{
    width:21px;
    height:21px;
  }

  .trx-contact-sec2__detail-copy h3{
    font-size:15px;
  }

  .trx-contact-sec2__note{
    padding:20px;
    grid-template-columns:38px minmax(0,1fr);
    gap:14px;
  }

  .trx-contact-sec2__note-icon{
    width:37px;
    height:37px;
  }

  .trx-contact-sec2__form-panel{
    padding:34px 22px 28px;
  }

  .trx-contact-sec2__form-header h3{
    font-size:26px;
  }

  .trx-contact-sec2__form-header > strong{
    font-size:6px;
  }

  .trx-contact-sec2__form-row{
    grid-template-columns:1fr;
    gap:0;
  }

  .trx-contact-sec2__upload{
    grid-template-columns:40px minmax(0,1fr);
  }

  .trx-contact-sec2__upload button{
    grid-column:2;
    justify-self:start;
  }

}/* End custom CSS */