.elementor-10 .elementor-element.elementor-element-99407e0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-283c1e4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-c46ad14{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-7175f78{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-0a5234f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-0d8355e{--display:flex;}.elementor-10 .elementor-element.elementor-element-a6d360b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-446197c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-f8bb8cc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-61f7892{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-6496e0a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-21daa9c */.nexa-hero-pro{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  min-height:100vh;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-hero-pro,
.nexa-hero-pro *{
  box-sizing:border-box;
}

/* 🔥 BACKGROUND IMAGE + OVERLAY */
.nexa-hero-pro__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      110deg,
      rgba(7,27,34,.94) 0%,
      rgba(7,27,34,.82) 42%,
      rgba(24,169,163,.45) 100%
    ),
    url("https://nexahealthsolution.com/wp-content/uploads/2026/05/Untitled_design_-_2025-06-30T145746.webp.webp") center/cover no-repeat;
  transform:scale(1.03);
}

/* ❌ BUANG GRID TECH */
.nexa-hero-pro__grid{
  display:none;
}

/* GLOW SOFT */
.nexa-hero-pro__glow{
  position:absolute;
  border-radius:999px;
  filter:blur(30px);
  opacity:.6;
}

.nexa-hero-pro__glow--one{
  width:320px;
  height:320px;
  left:-100px;
  bottom:-100px;
  background:rgba(68,207,199,.2);
}

.nexa-hero-pro__glow--two{
  width:220px;
  height:220px;
  right:10%;
  top:20%;
  background:rgba(196,0,0,.15);
}

/* LAYOUT */
.nexa-hero-pro__wrap{
  position:relative;
  z-index:2;
  width:100%;
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(400px,1fr);
  align-items:center;
  gap:60px;
  padding:110px clamp(24px,6vw,110px) 80px;
}

/* CONTENT */
.nexa-hero-pro__content{
  max-width:700px;
}

/* KICKER */
.nexa-hero-pro__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border:1px solid rgba(68,207,199,.3);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
  color:#a8fff8;
  font-size:11px;
  font-weight:600;
  letter-spacing:1.2px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.nexa-hero-pro__kicker span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#c40000;
}

/* 🔥 HEADING (FIXED SIZE) */
.nexa-hero-pro h1{
  margin:0;
  max-width:700px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
}

/* TEXT */
.nexa-hero-pro p{
  max-width:520px;
  margin:22px 0 0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.7;
}

/* CTA */
.nexa-hero-pro__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.nexa-hero-pro__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.5px;
  font-weight:600;
  transition:.25s ease;
}

/* PRIMARY */
.nexa-hero-pro__btn--primary{
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  box-shadow:0 14px 35px rgba(68,207,199,.25);
}

.nexa-hero-pro__btn--primary:hover{
  transform:translateY(-2px);
}

/* SECONDARY */
.nexa-hero-pro__btn--secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(255,255,255,.05);
}

.nexa-hero-pro__btn--secondary:hover{
  background:#fff;
  color:#071b22;
}

/* STATS */
.nexa-hero-pro__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:600px;
  margin-top:36px;
}

.nexa-hero-pro__stats div{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}

.nexa-hero-pro__stats strong{
  display:block;
  font-size:18px;
  color:#44cfc7;
}

.nexa-hero-pro__stats span{
  font-size:12px;
  color:rgba(255,255,255,.7);
}

/* RIGHT IMAGE */
.nexa-hero-pro__visual{
  position:relative;
  min-height:600px;
}

.nexa-hero-pro__image{
  position:absolute;
  inset:0;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 30px 80px rgba(0,0,0,.3);
}

.nexa-hero-pro__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* MOBILE */
@media(max-width:900px){
  .nexa-hero-pro__wrap{
    grid-template-columns:1fr;
    gap:40px;
    padding:90px 20px 60px;
  }

  .nexa-hero-pro__visual{
    min-height:420px;
  }

  .nexa-hero-pro__stats{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .nexa-hero-pro h1{
    font-size:30px;
  }

  .nexa-hero-pro p{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-811b304 */.nexa-about-pro{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(68,207,199,.16), transparent 28%),
    linear-gradient(180deg,#f7fbfb 0%,#eef7f7 100%);
  font-family:'Poppins',sans-serif;
  color:#071b22;
}

.nexa-about-pro,
.nexa-about-pro *{
  box-sizing:border-box;
}

.nexa-about-pro__wrap{
  width:100%;
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);
  align-items:center;
  gap:72px;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-about-pro__visual{
  position:relative;
  min-height:620px;
}

.nexa-about-pro__image{
  position:absolute;
  inset:0 54px 0 0;
  border-radius:36px;
  overflow:hidden;
  box-shadow:0 32px 90px rgba(7,27,34,.18);
}

.nexa-about-pro__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 45%, rgba(7,27,34,.42));
}

.nexa-about-pro__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.nexa-about-pro__floating{
  position:absolute;
  right:0;
  bottom:48px;
  width:285px;
  padding:24px;
  border-radius:26px;
  background:#fff;
  border-left:6px solid #c40000;
  box-shadow:0 24px 60px rgba(7,27,34,.16);
}

.nexa-about-pro__floating strong{
  display:block;
  font-size:26px;
  line-height:1;
  color:#18a9a3;
  margin-bottom:10px;
}

.nexa-about-pro__floating span{
  display:block;
  font-size:13px;
  line-height:1.55;
  color:#52616b;
}

.nexa-about-pro__content{
  max-width:760px;
}

.nexa-about-pro__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#18a9a3;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.nexa-about-pro__kicker span{
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-about-pro h2{
  margin:0 0 24px;
  max-width:760px;
  font-size:clamp(32px,4vw,52px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
  color:#071b22;
}

.nexa-about-pro p{
  max-width:680px;
  margin:0 0 16px;
  font-size:15px;
  line-height:1.8;
  color:#52616b;
}

.nexa-about-pro__cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:34px;
}

.nexa-about-pro__cards div{
  min-height:190px;
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(24,169,163,.15);
  box-shadow:0 14px 40px rgba(7,27,34,.07);
}

.nexa-about-pro__cards b{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e9fbfa;
  color:#18a9a3;
  font-size:12px;
  margin-bottom:18px;
}

.nexa-about-pro__cards strong{
  display:block;
  font-size:15px;
  line-height:1.35;
  color:#071b22;
  margin-bottom:8px;
}

.nexa-about-pro__cards span{
  display:block;
  font-size:12.5px;
  line-height:1.6;
  color:#64727b;
}

@media(max-width:980px){
  .nexa-about-pro__wrap{
    grid-template-columns:1fr;
    gap:44px;
    padding:75px 22px;
  }

  .nexa-about-pro__visual{
    min-height:500px;
  }

  .nexa-about-pro__image{
    inset:0;
  }

  .nexa-about-pro__floating{
    right:18px;
    bottom:18px;
  }

  .nexa-about-pro__cards{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .nexa-about-pro h2{
    font-size:30px;
  }

  .nexa-about-pro__visual{
    min-height:auto;
  }

  .nexa-about-pro__image{
    position:relative;
    height:390px;
  }

  .nexa-about-pro__floating{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-585843b */.nexa-services-corp{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f7fbfb;
  font-family:'Poppins',sans-serif;
  color:#071b22;
}

.nexa-services-corp,
.nexa-services-corp *{
  box-sizing:border-box;
}

.nexa-services-corp__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,27,34,.04) 1px, transparent 1px),
    linear-gradient(rgba(7,27,34,.04) 1px, transparent 1px),
    radial-gradient(circle at 15% 10%, rgba(68,207,199,.16), transparent 28%),
    radial-gradient(circle at 90% 85%, rgba(196,0,0,.08), transparent 25%);
  background-size:46px 46px, 46px 46px, auto, auto;
}

.nexa-services-corp__wrap{
  position:relative;
  z-index:2;
  width:100%;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-services-corp__head{
  max-width:980px;
  margin-bottom:52px;
}

.nexa-services-corp__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-services-corp__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-services-corp__head h2{
  margin:0;
  max-width:920px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
  color:#071b22;
}

.nexa-services-corp__head p{
  margin:20px 0 0;
  max-width:760px;
  color:#52616b;
  font-size:15.5px;
  line-height:1.8;
}

.nexa-services-corp__panel{
  display:grid;
  grid-template-columns:310px minmax(0,1fr) 390px;
  min-height:540px;
  border-radius:34px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 28px 90px rgba(7,27,34,.12);
  border:1px solid rgba(24,169,163,.13);
}

.nexa-services-corp__menu{
  background:#071b22;
  padding:26px;
  display:grid;
  gap:12px;
  align-content:start;
}

.nexa-services-corp__menuitem{
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:#fff;
}

.nexa-services-corp__menuitem.active{
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
}

.nexa-services-corp__menuitem span{
  display:block;
  font-size:12px;
  font-weight:800;
  opacity:.75;
  margin-bottom:10px;
}

.nexa-services-corp__menuitem strong{
  display:block;
  font-size:15px;
  line-height:1.35;
}

.nexa-services-corp__content{
  padding:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.nexa-services-corp__label{
  display:inline-flex;
  width:max-content;
  padding:8px 13px;
  border-radius:999px;
  background:#e9fbfa;
  color:#18a9a3;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.nexa-services-corp__content h3{
  margin:0;
  max-width:620px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.12;
  letter-spacing:-1px;
  color:#071b22;
}

.nexa-services-corp__content p{
  margin:18px 0 0;
  max-width:650px;
  color:#52616b;
  font-size:15px;
  line-height:1.8;
}

.nexa-services-corp__list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:30px;
}

.nexa-services-corp__list div{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border-radius:18px;
  background:#f7fbfb;
  color:#34434c;
  font-size:13.5px;
  line-height:1.5;
  border:1px solid rgba(24,169,163,.1);
}

.nexa-services-corp__list span{
  flex:0 0 9px;
  width:9px;
  height:9px;
  margin-top:6px;
  border-radius:50%;
  background:#18a9a3;
  box-shadow:0 0 0 5px rgba(24,169,163,.12);
}

.nexa-services-corp__image{
  position:relative;
  min-height:100%;
  overflow:hidden;
}

.nexa-services-corp__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 45%, rgba(7,27,34,.55));
}

.nexa-services-corp__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Responsive */
@media(max-width:1100px){
  .nexa-services-corp__panel{
    grid-template-columns:280px 1fr;
  }

  .nexa-services-corp__image{
    display:none;
  }
}

@media(max-width:820px){
  .nexa-services-corp__wrap{
    padding:75px 22px;
  }

  .nexa-services-corp__panel{
    grid-template-columns:1fr;
  }

  .nexa-services-corp__menu{
    grid-template-columns:1fr 1fr;
  }

  .nexa-services-corp__content{
    padding:34px;
  }

  .nexa-services-corp__list{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .nexa-services-corp__head h2{
    font-size:30px;
  }

  .nexa-services-corp__menu{
    grid-template-columns:1fr;
  }

  .nexa-services-corp__content{
    padding:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a182e4 */.nexa-why{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-why,
.nexa-why *{
  box-sizing:border-box;
}

.nexa-why__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(68,207,199,.20), transparent 30%),
    radial-gradient(circle at 88% 70%, rgba(196,0,0,.13), transparent 28%),
    linear-gradient(135deg,#071b22 0%,#082b32 55%,#061117 100%);
}

.nexa-why__wrap{
  position:relative;
  z-index:2;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  align-items:center;
  gap:70px;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-why__content{
  max-width:820px;
}

.nexa-why__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-why__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-why h2{
  margin:0;
  max-width:820px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
  color:#fff;
}

.nexa-why__content > p{
  margin:20px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.72);
  font-size:15.5px;
  line-height:1.8;
}

.nexa-why__list{
  display:grid;
  gap:16px;
  margin-top:38px;
}

.nexa-why__item{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
  backdrop-filter:blur(14px);
}

.nexa-why__item b{
  display:flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(68,207,199,.15);
  color:#44cfc7;
  font-size:13px;
}

.nexa-why__item h3{
  margin:0 0 7px;
  color:#fff;
  font-size:17px;
  line-height:1.35;
}

.nexa-why__item p{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:13.5px;
  line-height:1.65;
}

.nexa-why__visual{
  position:relative;
  min-height:640px;
}

.nexa-why__image{
  position:absolute;
  inset:0 0 0 40px;
  border-radius:36px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 35px 90px rgba(0,0,0,.32);
}

.nexa-why__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 45%, rgba(7,27,34,.7));
}

.nexa-why__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.nexa-why__badge{
  position:absolute;
  left:0;
  bottom:52px;
  width:285px;
  padding:24px;
  border-radius:26px;
  background:#fff;
  color:#071b22;
  box-shadow:0 24px 60px rgba(0,0,0,.24);
  border-top:5px solid #44cfc7;
}

.nexa-why__badge strong{
  display:block;
  font-size:28px;
  line-height:1;
  color:#18a9a3;
  margin-bottom:10px;
}

.nexa-why__badge span{
  display:block;
  color:#52616b;
  font-size:13px;
  line-height:1.5;
}

/* Responsive */
@media(max-width:980px){
  .nexa-why__wrap{
    grid-template-columns:1fr;
    gap:45px;
    padding:75px 22px;
  }

  .nexa-why__visual{
    min-height:520px;
  }

  .nexa-why__image{
    inset:0;
  }

  .nexa-why__badge{
    left:18px;
    bottom:18px;
  }
}

@media(max-width:560px){
  .nexa-why h2{
    font-size:30px;
  }

  .nexa-why__item{
    grid-template-columns:1fr;
  }

  .nexa-why__visual{
    min-height:auto;
  }

  .nexa-why__image{
    position:relative;
    height:390px;
  }

  .nexa-why__badge{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25beaae */.nexa-programs{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f7fbfb;
  font-family:'Poppins',sans-serif;
  color:#071b22;
}

.nexa-programs,
.nexa-programs *{
  box-sizing:border-box;
}

.nexa-programs__wrap{
  width:100%;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-programs__head{
  max-width:900px;
  margin-bottom:52px;
}

.nexa-programs__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-programs__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-programs__head h2{
  margin:0;
  max-width:850px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:750;
  color:#071b22;
}

.nexa-programs__head p{
  margin:20px 0 0;
  max-width:720px;
  color:#52616b;
  font-size:15.5px;
  line-height:1.8;
}

.nexa-programs__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.nexa-programs__card{
  display:grid;
  grid-template-columns:42% 58%;
  min-height:520px;
  overflow:hidden;
  border-radius:36px;
  background:#fff;
  border:1px solid rgba(24,169,163,.13);
  box-shadow:0 28px 80px rgba(7,27,34,.10);
}

.nexa-programs__image{
  position:relative;
  min-height:520px;
  overflow:hidden;
}

.nexa-programs__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 48%, rgba(7,27,34,.58));
}

.nexa-programs__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.nexa-programs__body{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.nexa-programs__number{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#e9fbfa;
  color:#18a9a3;
  font-size:13px;
  font-weight:800;
  margin-bottom:22px;
}

.nexa-programs__body h3{
  margin:0;
  font-size:clamp(24px,2.5vw,34px);
  line-height:1.14;
  letter-spacing:-.8px;
  color:#071b22;
}

.nexa-programs__body p{
  margin:18px 0 0;
  color:#52616b;
  font-size:14.5px;
  line-height:1.75;
}

.nexa-programs__body ul{
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:12px;
}

.nexa-programs__body li{
  position:relative;
  padding:13px 14px 13px 34px;
  border-radius:16px;
  background:#f7fbfb;
  color:#34434c;
  font-size:13.5px;
  line-height:1.45;
  border:1px solid rgba(24,169,163,.10);
}

.nexa-programs__body li::before{
  content:"";
  position:absolute;
  left:15px;
  top:20px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#18a9a3;
}

.nexa-programs__cta{
  margin-top:28px;
  padding:34px;
  border-radius:32px;
  background:#071b22;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  color:#fff;
  box-shadow:0 24px 70px rgba(7,27,34,.16);
}

.nexa-programs__cta span{
  display:block;
  color:#44cfc7;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.nexa-programs__cta h3{
  margin:0;
  font-size:clamp(24px,3vw,34px);
  line-height:1.15;
  letter-spacing:-.8px;
}

.nexa-programs__cta p{
  margin:12px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.7;
}

.nexa-programs__cta a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 26px;
  border-radius:999px;
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  text-decoration:none;
  font-size:13.5px;
  font-weight:800;
}

@media(max-width:1100px){
  .nexa-programs__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .nexa-programs__wrap{
    padding:75px 22px;
  }

  .nexa-programs__card{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .nexa-programs__image{
    min-height:420px;
  }

  .nexa-programs__cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:520px){
  .nexa-programs__head h2{
    font-size:30px;
  }

  .nexa-programs__body{
    padding:26px;
  }

  .nexa-programs__image{
    min-height:360px;
  }

  .nexa-programs__cta{
    padding:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9985fde */.nexa-workflow{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-workflow,
.nexa-workflow *{
  box-sizing:border-box;
}

.nexa-workflow__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(68,207,199,.18), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(196,0,0,.12), transparent 28%),
    linear-gradient(135deg,#071b22 0%,#082b32 55%,#061117 100%);
}

.nexa-workflow__wrap{
  position:relative;
  z-index:2;
  width:100%;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-workflow__head{
  max-width:920px;
  margin-bottom:58px;
}

.nexa-workflow__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-workflow__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-workflow__head h2{
  margin:0;
  max-width:850px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
  color:#fff;
}

.nexa-workflow__head p{
  margin:20px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.72);
  font-size:15.5px;
  line-height:1.8;
}

.nexa-workflow__grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.nexa-workflow__step{
  position:relative;
  min-height:260px;
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
  overflow:hidden;
}

.nexa-workflow__step::after{
  content:"";
  position:absolute;
  right:-35px;
  bottom:-35px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(68,207,199,.10);
}

.nexa-workflow__step span{
  display:inline-flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  font-size:13px;
  font-weight:800;
  margin-bottom:24px;
}

.nexa-workflow__step h3{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.3;
  color:#fff;
}

.nexa-workflow__step p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:13.5px;
  line-height:1.7;
}

@media(max-width:980px){
  .nexa-workflow__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .nexa-workflow__wrap{
    padding:75px 22px;
  }

  .nexa-workflow__head h2{
    font-size:30px;
  }

  .nexa-workflow__grid{
    grid-template-columns:1fr;
  }

  .nexa-workflow__step{
    min-height:auto;
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94472dd */.nexa-industries-alt{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f7fbfb;
  font-family:'Poppins',sans-serif;
  color:#071b22;
}

.nexa-industries-alt,
.nexa-industries-alt *{
  box-sizing:border-box;
}

.nexa-industries-alt__wrap{
  width:100%;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-industries-alt__head{
  max-width:920px;
  margin-bottom:52px;
}

.nexa-industries-alt__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-industries-alt__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-industries-alt__head h2{
  margin:0;
  max-width:850px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
  color:#071b22;
}

.nexa-industries-alt__head p{
  margin:20px 0 0;
  max-width:720px;
  color:#52616b;
  font-size:15.5px;
  line-height:1.8;
}

.nexa-industries-alt__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.nexa-industries-alt__card{
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(24,169,163,.13);
  box-shadow:0 22px 60px rgba(7,27,34,.09);
}

.nexa-industries-alt__image{
  aspect-ratio:1/1;
  overflow:hidden;
  background:#e9fbfa;
}

.nexa-industries-alt__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.nexa-industries-alt__body{
  padding:26px;
}

.nexa-industries-alt__body span{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#e9fbfa;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  margin-bottom:18px;
}

.nexa-industries-alt__body h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.5px;
  color:#071b22;
}

.nexa-industries-alt__body p{
  margin:0;
  color:#52616b;
  font-size:13.5px;
  line-height:1.65;
}

@media(max-width:980px){
  .nexa-industries-alt__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .nexa-industries-alt__wrap{
    padding:75px 22px;
  }
}

@media(max-width:560px){
  .nexa-industries-alt__head h2{
    font-size:30px;
  }

  .nexa-industries-alt__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f5f362 */.nexa-compliance{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-compliance,
.nexa-compliance *{
  box-sizing:border-box;
}

.nexa-compliance__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(68,207,199,.18), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(196,0,0,.13), transparent 28%),
    linear-gradient(135deg,#071b22 0%,#082b32 55%,#061117 100%);
}

.nexa-compliance__wrap{
  position:relative;
  z-index:2;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:60px;
  align-items:center;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-compliance__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-compliance__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-compliance h2{
  margin:0;
  max-width:760px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
}

.nexa-compliance__left p{
  margin:20px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.72);
  font-size:15.5px;
  line-height:1.8;
}

.nexa-compliance__grid{
  display:grid;
  gap:18px;
}

.nexa-compliance__card{
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}

.nexa-compliance__card span{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.nexa-compliance__card h3{
  margin:0 0 10px;
  color:#fff;
  font-size:21px;
  line-height:1.3;
}

.nexa-compliance__card p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:13.5px;
  line-height:1.65;
}

@media(max-width:900px){
  .nexa-compliance__wrap{
    grid-template-columns:1fr;
    padding:75px 22px;
  }
}

@media(max-width:520px){
  .nexa-compliance h2{
    font-size:30px;
  }

  .nexa-compliance__card{
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a410da4 */.nexa-final-cta{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-final-cta,
.nexa-final-cta *{
  box-sizing:border-box;
}

.nexa-final-cta__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      110deg,
      rgba(7,27,34,.96) 0%,
      rgba(7,27,34,.86) 45%,
      rgba(24,169,163,.45) 100%
    ),
    url("https://images.unsplash.com/photo-1582750433449-648ed127bb54?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
  transform:scale(1.03);
}

.nexa-final-cta__wrap{
  position:relative;
  z-index:2;
  width:100%;
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:60px;
  align-items:center;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-final-cta__content{
  max-width:820px;
}

.nexa-final-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-final-cta__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-final-cta h2{
  margin:0;
  max-width:800px;
  font-size:clamp(38px,5vw,68px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:750;
  color:#fff;
}

.nexa-final-cta p{
  margin:24px 0 0;
  max-width:700px;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.8;
}

.nexa-final-cta__buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

.nexa-final-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.5px;
  font-weight:800;
}

.nexa-final-cta__btn--main{
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  box-shadow:0 18px 45px rgba(68,207,199,.24);
}

.nexa-final-cta__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(255,255,255,.05);
}

.nexa-final-cta__info{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  display:grid;
  gap:18px;
}

.nexa-final-cta__info div{
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.nexa-final-cta__info div:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.nexa-final-cta__info span{
  display:block;
  color:#44cfc7;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:8px;
}

.nexa-final-cta__info strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

@media(max-width:900px){
  .nexa-final-cta__wrap{
    grid-template-columns:1fr;
    min-height:auto;
    padding:85px 22px;
  }
}

@media(max-width:520px){
  .nexa-final-cta h2{
    font-size:34px;
  }

  .nexa-final-cta p{
    font-size:14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5e0a5f */.nexa-footer{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  background:#061117;
  color:#fff;
  font-family:'Poppins',sans-serif;
  overflow:hidden;
}

.nexa-footer,
.nexa-footer *{
  box-sizing:border-box;
}

.nexa-footer__wrap{
  width:100%;
  padding:70px clamp(24px,6vw,110px);
  display:grid;
  grid-template-columns:1.35fr .7fr .9fr .9fr;
  gap:42px;
  border-top:1px solid rgba(255,255,255,.08);
}

.nexa-footer__brand img{
  width:160px;
  height:auto;
  display:block;
  margin-bottom:22px;
}

.nexa-footer__brand p{
  max-width:420px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.8;
}

.nexa-footer__col h3{
  margin:0 0 18px;
  color:#44cfc7;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.nexa-footer__col a,
.nexa-footer__col p{
  display:block;
  margin:0 0 11px;
  color:rgba(255,255,255,.68);
  font-size:13.5px;
  line-height:1.6;
  text-decoration:none;
}

.nexa-footer__col a:hover{
  color:#44cfc7;
}

.nexa-footer__bottom{
  padding:20px clamp(24px,6vw,110px);
  border-top:1px solid rgba(255,255,255,.08);
}

.nexa-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.52);
  font-size:12.5px;
}

@media(max-width:900px){
  .nexa-footer__wrap{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .nexa-footer__wrap{
    grid-template-columns:1fr;
    padding:55px 22px;
  }

  .nexa-footer__brand img{
    width:140px;
  }
}/* End custom CSS */