.elementor-97 .elementor-element.elementor-element-8f564e6{--display:flex;}.elementor-97 .elementor-element.elementor-element-51b51de{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-22854f5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-ac7107a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-66170b4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-abb0d2a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-859fc7f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-8f0c0cb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b90709f */.neq-header{
  width:100vw !important;
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:999999 !important;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  transform:none !important;
}

.neq-header,
.neq-header *{
  box-sizing:border-box;
}

.neq-announcement{
  width:100%;
  height:34px;
  overflow:hidden;
  background:#f28f00;
  color:#111111;
  display:flex;
  align-items:center;
  transition:.25s ease;
}

.neq-announcement__track{
  display:flex;
  width:max-content;
  animation:neqMarquee 22s linear infinite;
}

.neq-announcement__track span{
  white-space:nowrap;
  padding-right:70px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
}

@keyframes neqMarquee{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

.neq-navbar{
  width:100%;
  min-height:78px;
  padding:0 6vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(7,31,40,.92);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.10);
  transition:.25s ease;
}

.neq-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}

.neq-logo img{
  width:auto;
  height:54px;
  max-width:210px;
  object-fit:contain;
  display:block;
  transition:.25s ease;
}

/* SHRINK */
.neq-header.is-shrink .neq-announcement{
  height:0;
  opacity:0;
}

.neq-header.is-shrink .neq-navbar{
  min-height:64px;
  background:rgba(7,31,40,.98);
  box-shadow:0 14px 40px rgba(0,0,0,.20);
}

.neq-header.is-shrink .neq-logo img{
  height:44px;
}

/* MENU DESKTOP */
.neq-menu{
  display:flex;
  align-items:center;
  gap:28px;
}

.neq-menu a{
  color:rgba(255,255,255,.78);
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  letter-spacing:.3px;
  transition:.2s ease;
}

.neq-menu a:hover{
  color:#f28f00;
}

.neq-menu__whatsapp{
  padding:12px 20px;
  border-radius:999px;
  background:#f28f00;
  color:#111111 !important;
}

.neq-menu__whatsapp:hover{
  background:#ffffff;
  color:#111111 !important;
}

/* HAMBURGER */
.neq-menu-toggle{
  display:none;
}

.neq-hamburger{
  display:none;
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  background:rgba(255,255,255,.05);
}

.neq-hamburger span{
  width:21px;
  height:2px;
  background:#ffffff;
  border-radius:99px;
  transition:.25s ease;
}

/* MOBILE */
@media(max-width:900px){
  .neq-navbar{
    min-height:70px;
    padding:0 18px;
  }

  .neq-logo img{
    height:48px;
    max-width:170px;
  }

  .neq-header.is-shrink .neq-navbar{
    min-height:62px;
  }

  .neq-header.is-shrink .neq-logo img{
    height:40px;
  }

  .neq-hamburger{
    display:flex;
  }

  .neq-menu{
    position:absolute;
    top:104px;
    left:0;
    right:0;
    width:100%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:18px;
    background:rgba(7,31,40,.99);
    border-top:1px solid rgba(255,255,255,.10);
    border-bottom:1px solid rgba(255,255,255,.10);
    box-shadow:0 26px 60px rgba(0,0,0,.30);
  }

  .neq-header.is-shrink .neq-menu{
    top:62px;
  }

  .neq-menu a{
    width:100%;
    padding:17px 18px;
    border-radius:14px;
    color:#ffffff;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .neq-menu a:last-child{
    border-bottom:none;
  }

  .neq-menu a:hover{
    background:rgba(255,255,255,.07);
    color:#f28f00;
  }

  .neq-menu__whatsapp{
    margin-top:14px;
    text-align:center;
    background:#f28f00 !important;
    color:#111111 !important;
    border-bottom:none !important;
  }

  .neq-menu-toggle:checked ~ .neq-menu{
    display:flex;
  }

  .neq-menu-toggle:checked + .neq-hamburger span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .neq-menu-toggle:checked + .neq-hamburger span:nth-child(2){
    opacity:0;
  }

  .neq-menu-toggle:checked + .neq-hamburger span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }
}

@media(max-width:520px){
  .neq-announcement{
    height:32px;
  }

  .neq-announcement__track span{
    font-size:11px;
    padding-right:55px;
  }

  .neq-logo img{
    height:44px;
    max-width:150px;
  }

  .neq-header.is-shrink .neq-logo img{
    height:38px;
  }

  .neq-menu{
    top:102px;
    padding:16px;
  }

  .neq-header.is-shrink .neq-menu{
    top:62px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9771070 */.neq-industries-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  min-height:75vh;
  display:flex;
  align-items:center;
  background:#0b2f3c;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#ffffff;
}

.neq-industries-hero,
.neq-industries-hero *{
  box-sizing:border-box;
}

.neq-industries-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,31,40,.94) 0%, rgba(11,47,60,.84) 48%, rgba(11,47,60,.38) 100%),
    radial-gradient(circle at 18% 35%, rgba(242,143,0,.22), transparent 32%),
    url("https://neqveritas.com/wp-content/uploads/2026/04/ChatGPT-Image-Apr-29-2026-12_20_38-AM.png") center center / cover no-repeat;
  transform:scale(1.03);
}

.neq-industries-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:120px 6vw 80px;
}

.neq-industries-hero__content{
  max-width:820px;
}

.neq-industries-hero__content span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.neq-industries-hero__content h1{
  margin:0;
  font-size:clamp(42px, 6vw, 78px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:700;
  color:#ffffff;
}

.neq-industries-hero__content h1 strong{
  display:block;
  color:#f28f00;
  font-weight:700;
}

.neq-industries-hero__content p{
  margin:24px 0 0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.75;
  max-width:660px;
}

@media(max-width:620px){
  .neq-industries-hero{
    min-height:auto;
  }

  .neq-industries-hero__bg{
    background:
      linear-gradient(180deg, rgba(7,31,40,.94) 0%, rgba(11,47,60,.86) 58%, rgba(11,47,60,.72) 100%),
      radial-gradient(circle at 18% 35%, rgba(242,143,0,.20), transparent 38%),
      url("MASUKKAN_LINK_GAMBAR_INDUSTRIES_HERO") center center / cover no-repeat;
  }

  .neq-industries-hero__wrap{
    padding:100px 18px 60px;
  }

  .neq-industries-hero__content h1{
    font-size:40px;
    letter-spacing:-1px;
  }

  .neq-industries-hero__content p{
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9dc320 */.neq-industries-sec2{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:110px 6vw;
  background:#f6f7f4;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-industries-sec2,
.neq-industries-sec2 *{
  box-sizing:border-box;
}

.neq-industries-sec2::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg, rgba(13,58,74,.08), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(242,143,0,.14), transparent 28%);
  pointer-events:none;
}

.neq-industries-sec2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-industries-sec2__head{
  max-width:860px;
  margin-bottom:50px;
}

.neq-industries-sec2__head span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(13,58,74,.09);
  border:1px solid rgba(13,58,74,.16);
  color:#0d3a4a;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.neq-industries-sec2__head h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1.06;
  letter-spacing:-1.5px;
  font-weight:700;
  color:#111111;
}

.neq-industries-sec2__head p{
  max-width:720px;
  margin:18px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-industries-sec2__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.neq-industries-sec2__card{
  position:relative;
  overflow:hidden;
  min-height:280px;
  padding:30px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 22px 60px rgba(0,0,0,.07);
  transition:.25s ease;
}

.neq-industries-sec2__card::before{
  content:"";
  position:absolute;
  left:30px;
  top:30px;
  width:56px;
  height:4px;
  border-radius:999px;
  background:#f28f00;
}

.neq-industries-sec2__card:hover{
  transform:translateY(-6px);
  background:#0d3a4a;
}

.neq-industries-sec2__card h3{
  margin:72px 0 0;
  color:#111111;
  font-size:clamp(22px, 2vw, 30px);
  line-height:1.16;
  font-weight:700;
  letter-spacing:-.5px;
}

.neq-industries-sec2__card p{
  margin:14px 0 0;
  color:#5f5f5f;
  font-size:14px;
  line-height:1.7;
}

.neq-industries-sec2__card:hover h3,
.neq-industries-sec2__card:hover p{
  color:#ffffff;
}

.neq-industries-sec2__card:hover p{
  color:rgba(255,255,255,.76);
}

@media(max-width:1100px){
  .neq-industries-sec2__grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width:620px){
  .neq-industries-sec2{
    padding:80px 18px;
  }

  .neq-industries-sec2__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-industries-sec2__grid{
    grid-template-columns:1fr;
  }

  .neq-industries-sec2__card{
    min-height:auto;
    padding:28px;
    border-radius:22px;
  }

  .neq-industries-sec2__card::before{
    left:28px;
    top:28px;
  }

  .neq-industries-sec2__card h3{
    margin-top:68px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eef962b */.neq-industries-sec3{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:110px 6vw;
  background:#ffffff;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-industries-sec3,
.neq-industries-sec3 *{
  box-sizing:border-box;
}

.neq-industries-sec3::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, #ffffff 0%, #f7f7f3 100%);
  pointer-events:none;
}

.neq-industries-sec3__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.neq-industries-sec3__visual{
  position:relative;
  min-height:560px;
  border-radius:32px;
  overflow:hidden;
  background:#0d3a4a;
  box-shadow:0 28px 80px rgba(0,0,0,.14);
}

.neq-industries-sec3__visual img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  display:block;
}

.neq-industries-sec3__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.02), rgba(13,58,74,.38));
}

.neq-industries-sec3__content span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(13,58,74,.09);
  border:1px solid rgba(13,58,74,.16);
  color:#0d3a4a;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.neq-industries-sec3__content h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1.06;
  letter-spacing:-1.5px;
  font-weight:700;
}

.neq-industries-sec3__content p{
  margin:22px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.8;
}

.neq-industries-sec3__list{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  margin-top:34px;
}

.neq-industries-sec3__list div{
  position:relative;
  padding:20px 20px 20px 46px;
  border-radius:18px;
  background:#f7f7f4;
  border:1px solid rgba(0,0,0,.07);
  color:#333333;
  font-size:15px;
  line-height:1.55;
  font-weight:600;
}

.neq-industries-sec3__list div::before{
  content:"";
  position:absolute;
  left:20px;
  top:26px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f28f00;
  box-shadow:0 0 0 6px rgba(242,143,0,.12);
}

@media(max-width:950px){
  .neq-industries-sec3__wrap{
    grid-template-columns:1fr;
    gap:42px;
  }

  .neq-industries-sec3__visual,
  .neq-industries-sec3__visual img{
    min-height:440px;
  }
}

@media(max-width:620px){
  .neq-industries-sec3{
    padding:80px 18px;
  }

  .neq-industries-sec3__content h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-industries-sec3__visual,
  .neq-industries-sec3__visual img{
    min-height:340px;
    border-radius:24px;
  }

  .neq-industries-sec3__list{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f338b30 */.neq-industries-sec4{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:110px 6vw;
  background:#0d3a4a;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#ffffff;
}

.neq-industries-sec4,
.neq-industries-sec4 *{
  box-sizing:border-box;
}

.neq-industries-sec4::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 88% 12%, rgba(242,143,0,.22), transparent 28%),
    linear-gradient(120deg, rgba(255,255,255,.06), transparent 42%);
  pointer-events:none;
}

.neq-industries-sec4__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.neq-industries-sec4__content span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#ffffff;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.neq-industries-sec4__content h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1.06;
  letter-spacing:-1.5px;
  font-weight:700;
}

.neq-industries-sec4__content p{
  margin:22px 0 0;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.8;
}

.neq-industries-sec4__points{
  display:grid;
  gap:14px;
  margin-top:34px;
}

.neq-industries-sec4__points div{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:16px;
  align-items:center;
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.13);
}

.neq-industries-sec4__points strong{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#f28f00;
  color:#111111;
  font-size:14px;
  font-weight:700;
}

.neq-industries-sec4__points p{
  margin:0;
  color:#ffffff;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

.neq-industries-sec4__visual{
  position:relative;
  min-height:560px;
  border-radius:32px;
  overflow:hidden;
  background:#092b38;
  box-shadow:0 28px 80px rgba(0,0,0,.22);
}

.neq-industries-sec4__visual img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  display:block;
}

.neq-industries-sec4__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.34));
}

@media(max-width:950px){
  .neq-industries-sec4__wrap{
    grid-template-columns:1fr;
    gap:42px;
  }

  .neq-industries-sec4__visual,
  .neq-industries-sec4__visual img{
    min-height:440px;
  }
}

@media(max-width:620px){
  .neq-industries-sec4{
    padding:80px 18px;
  }

  .neq-industries-sec4__content h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-industries-sec4__visual,
  .neq-industries-sec4__visual img{
    min-height:340px;
    border-radius:24px;
  }

  .neq-industries-sec4__points div{
    grid-template-columns:48px 1fr;
  }

  .neq-industries-sec4__points strong{
    width:48px;
    height:48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c663b4 */.neq-industries-sec5{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:110px 6vw;
  background:#f6f7f4;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-industries-sec5,
.neq-industries-sec5 *{
  box-sizing:border-box;
}

.neq-industries-sec5__wrap{
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-industries-sec5__head{
  max-width:860px;
  margin-bottom:48px;
}

.neq-industries-sec5__head span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(13,58,74,.09);
  border:1px solid rgba(13,58,74,.16);
  color:#0d3a4a;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.neq-industries-sec5__head h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1.06;
  letter-spacing:-1.5px;
  font-weight:700;
}

.neq-industries-sec5__head p{
  max-width:720px;
  margin:18px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-industries-sec5__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:26px;
}

.neq-industries-sec5__card{
  overflow:hidden;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 24px 70px rgba(0,0,0,.08);
}

.neq-industries-sec5__card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}

.neq-industries-sec5__card div{
  padding:34px;
}

.neq-industries-sec5__card h3{
  margin:0;
  color:#111111;
  font-size:clamp(28px, 3vw, 42px);
  line-height:1.08;
  font-weight:700;
  letter-spacing:-1px;
}

.neq-industries-sec5__card p{
  margin:16px 0 0;
  color:#5f5f5f;
  font-size:15px;
  line-height:1.75;
}

@media(max-width:850px){
  .neq-industries-sec5__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .neq-industries-sec5{
    padding:80px 18px;
  }

  .neq-industries-sec5__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-industries-sec5__card{
    border-radius:24px;
  }

  .neq-industries-sec5__card div{
    padding:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a0ee1b */.neq-industries-sec6{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:95px 6vw;
  background:#0d3a4a;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#ffffff;
}

.neq-industries-sec6,
.neq-industries-sec6 *{
  box-sizing:border-box;
}

.neq-industries-sec6::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 88% 16%, rgba(242,143,0,.24), transparent 30%),
    linear-gradient(120deg, rgba(255,255,255,.06), transparent 42%);
  pointer-events:none;
}

.neq-industries-sec6__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:50px;
  align-items:center;
}

.neq-industries-sec6__content{
  max-width:850px;
}

.neq-industries-sec6__content span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#ffffff;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.neq-industries-sec6__content h2{
  margin:0;
  font-size:clamp(34px, 4.8vw, 62px);
  line-height:1.06;
  letter-spacing:-1.5px;
  font-weight:700;
}

.neq-industries-sec6__content p{
  max-width:650px;
  margin:20px 0 0;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.75;
}

.neq-industries-sec6__actions{
  min-width:270px;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
}

.neq-industries-sec6__actions a{
  width:100%;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  border-radius:999px;
  background:#f28f00;
  color:#111111;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:.25s ease;
}

.neq-industries-sec6__actions a:hover{
  background:#ffffff;
  transform:translateY(-3px);
}

.neq-industries-sec6__actions p{
  margin:18px 0 0;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.5;
  text-align:center;
}

@media(max-width:850px){
  .neq-industries-sec6__wrap{
    grid-template-columns:1fr;
  }

  .neq-industries-sec6__actions{
    min-width:0;
  }
}

@media(max-width:620px){
  .neq-industries-sec6{
    padding:80px 18px;
  }

  .neq-industries-sec6__content h2{
    font-size:34px;
    letter-spacing:-1px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-265a7ad */.neq-footer-clean{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#071c24;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#ffffff;
}

.neq-footer-clean,
.neq-footer-clean *{
  box-sizing:border-box;
}

.neq-footer-clean__wrap{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:70px 6vw 24px;
}

.neq-footer-clean__top{
  display:grid;
  grid-template-columns:1.4fr .7fr .8fr 1fr;
  gap:40px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.neq-footer-clean__logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  margin-bottom:18px;
}

.neq-footer-clean__logo img{
  width:auto;
  height:58px;
  max-width:220px;
  object-fit:contain;
  display:block;
}

.neq-footer-clean__brand p{
  margin:0;
  max-width:420px;
  color:rgba(255,255,255,.65);
  font-size:14px;
  line-height:1.7;
}

.neq-footer-clean__col h3,
.neq-footer-clean__contact h3{
  margin:0 0 18px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#f28f00;
}

.neq-footer-clean__col a{
  display:block;
  margin-bottom:12px;
  color:rgba(255,255,255,.65);
  font-size:14px;
  line-height:1.5;
  text-decoration:none;
  transition:.2s ease;
}

.neq-footer-clean__col a:hover{
  color:#ffffff;
  transform:translateX(4px);
}

.neq-footer-clean__contact div{
  margin-bottom:14px;
}

.neq-footer-clean__contact small{
  display:block;
  color:rgba(255,255,255,.45);
  font-size:11px;
  margin-bottom:4px;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.neq-footer-clean__contact strong{
  display:block;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
  color:#ffffff;
}

.neq-footer-clean__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:18px;
}

.neq-footer-clean__bottom p,
.neq-footer-clean__bottom span{
  margin:0;
  font-size:12px;
  line-height:1.5;
  color:rgba(255,255,255,.45);
}

@media(max-width:950px){
  .neq-footer-clean__top{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .neq-footer-clean__wrap{
    padding:50px 18px 20px;
  }

  .neq-footer-clean__top{
    grid-template-columns:1fr;
    gap:28px;
  }

  .neq-footer-clean__logo img{
    height:48px;
    max-width:180px;
  }

  .neq-footer-clean__bottom{
    flex-direction:column;
    gap:6px;
    align-items:flex-start;
  }
}/* End custom CSS */