.elementor-61 .elementor-element.elementor-element-bf42923{--display:flex;}.elementor-61 .elementor-element.elementor-element-c7a1e6a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-a40cef9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-6bdfd5d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-36e21cd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-bec7a13{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-c0dc842{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-d52358c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f1e1569 */.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-e6ee704 */.neq-about-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-about-hero,
.neq-about-hero *{
  box-sizing:border-box;
}

.neq-about-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,.35) 100%),
    radial-gradient(circle at 18% 35%, rgba(242,143,0,.22), transparent 32%),
    url("https://neqveritas.com/wp-content/uploads/2026/04/360_F_856173186_iDhD9nJwmEbWsBSMw4s6DvWWViyZuGHh.jpg") center center / cover no-repeat;
  transform:scale(1.03);
}

.neq-about-hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.22));
  pointer-events:none;
}

.neq-about-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:120px 6vw 80px;
}

.neq-about-hero__content{
  max-width:760px;
}

.neq-about-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-about-hero__content h1{
  margin:0;
  font-size:clamp(42px, 6vw, 78px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:700;
  color:#ffffff;
}

.neq-about-hero__content h1 strong{
  color:#f28f00;
  font-weight:700;
}

.neq-about-hero__content p{
  margin:24px 0 0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.75;
  max-width:620px;
}

@media(max-width:620px){
  .neq-about-hero{
    min-height:auto;
  }

  .neq-about-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_ABOUT_HERO") center center / cover no-repeat;
  }

  .neq-about-hero__wrap{
    padding:100px 18px 60px;
  }

  .neq-about-hero__content h1{
    font-size:40px;
    letter-spacing:-1px;
  }

  .neq-about-hero__content p{
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55d337d */.neq-about-sec2{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:105px 6vw;
  background:#f6f7f4;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-about-sec2,
.neq-about-sec2 *{
  box-sizing:border-box;
}

.neq-about-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,.13), transparent 28%);
  pointer-events:none;
}

.neq-about-sec2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}

.neq-about-sec2__left{
  position:sticky;
  top:120px;
}

.neq-about-sec2__left 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-about-sec2__left h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1.06;
  letter-spacing:-1.5px;
  font-weight:700;
  color:#111111;
}

.neq-about-sec2__right{
  padding:44px;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 26px 75px rgba(0,0,0,.08);
}

.neq-about-sec2__right p{
  margin:0;
  color:#444444;
  font-size:17px;
  line-height:1.85;
}

.neq-about-sec2__right p + p{
  margin-top:22px;
}

.neq-about-sec2__highlights{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:36px;
}

.neq-about-sec2__highlights div{
  padding:22px;
  border-radius:20px;
  background:#f7f7f4;
  border:1px solid rgba(0,0,0,.07);
}

.neq-about-sec2__highlights strong{
  display:block;
  color:#f28f00;
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  margin-bottom:8px;
}

.neq-about-sec2__highlights span{
  display:block;
  color:#555555;
  font-size:13px;
  line-height:1.5;
}

@media(max-width:950px){
  .neq-about-sec2__wrap{
    grid-template-columns:1fr;
    gap:34px;
  }

  .neq-about-sec2__left{
    position:relative;
    top:auto;
  }
}

@media(max-width:620px){
  .neq-about-sec2{
    padding:80px 18px;
  }

  .neq-about-sec2__left h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-about-sec2__right{
    padding:26px;
    border-radius:24px;
  }

  .neq-about-sec2__right p{
    font-size:15px;
  }

  .neq-about-sec2__highlights{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61281ef */.neq-about-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-about-sec3,
.neq-about-sec3 *{
  box-sizing:border-box;
}

.neq-about-sec3::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(105deg, #ffffff 0%, #ffffff 58%, #0d3a4a 58.1%, #0d3a4a 100%);
  pointer-events:none;
}

.neq-about-sec3__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-about-sec3__content{
  max-width:720px;
}

.neq-about-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-about-sec3__content h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 62px);
  line-height:1.05;
  letter-spacing:-1.5px;
  font-weight:700;
  color:#111111;
}

.neq-about-sec3__content p{
  margin:22px 0 0;
  color:#4c4c4c;
  font-size:16px;
  line-height:1.85;
}

.neq-about-sec3__quote{
  position:relative;
  margin-top:34px;
  padding:28px 30px;
  border-left:5px solid #f28f00;
  border-radius:0 22px 22px 0;
  background:#f7f7f3;
  color:#111111;
  font-size:18px;
  line-height:1.65;
  font-weight:600;
  box-shadow:0 18px 50px rgba(0,0,0,.06);
}

.neq-about-sec3__visual{
  position:relative;
  min-height:560px;
  border-radius:32px;
  overflow:hidden;
  background:#0d3a4a;
  box-shadow:0 30px 80px rgba(0,0,0,.22);
}

.neq-about-sec3__visual::before{
  content:"";
  position:absolute;
  inset:20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:24px;
  z-index:2;
  pointer-events:none;
}

.neq-about-sec3__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(13,58,74,.42));
  pointer-events:none;
}

.neq-about-sec3__visual img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  display:block;
}

@media(max-width:980px){
  .neq-about-sec3::before{
    background:linear-gradient(180deg, #ffffff 0%, #ffffff 62%, #0d3a4a 62.1%, #0d3a4a 100%);
  }

  .neq-about-sec3__wrap{
    grid-template-columns:1fr;
    gap:42px;
  }

  .neq-about-sec3__visual,
  .neq-about-sec3__visual img{
    min-height:440px;
  }
}

@media(max-width:620px){
  .neq-about-sec3{
    padding:80px 18px;
  }

  .neq-about-sec3__content h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-about-sec3__quote{
    padding:22px;
    font-size:16px;
  }

  .neq-about-sec3__visual,
  .neq-about-sec3__visual img{
    min-height:340px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e9ee4d */.neq-about-sec4{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:105px 6vw;
  background:#f6f7f4;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-about-sec4,
.neq-about-sec4 *{
  box-sizing:border-box;
}

.neq-about-sec4::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(13,58,74,.08), transparent 42%),
    radial-gradient(circle at 88% 10%, rgba(242,143,0,.14), transparent 28%);
  pointer-events:none;
}

.neq-about-sec4__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-about-sec4__head{
  max-width:820px;
  margin-bottom:48px;
}

.neq-about-sec4__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-about-sec4__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-about-sec4__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:26px;
}

.neq-about-sec4__card{
  position:relative;
  overflow:hidden;
  min-height:430px;
  padding:44px;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 26px 75px rgba(0,0,0,.08);
}

.neq-about-sec4__card::before{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:250px;
  height:250px;
  border-radius:50%;
  border:45px solid rgba(242,143,0,.12);
}

.neq-about-sec4__card small{
  position:relative;
  z-index:2;
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(242,143,0,.12);
  color:#f28f00;
  font-size:12px;
  font-weight:700;
  letter-spacing:.9px;
  text-transform:uppercase;
  margin-bottom:26px;
}

.neq-about-sec4__card h3{
  position:relative;
  z-index:2;
  margin:0;
  max-width:620px;
  color:#111111;
  font-size:clamp(30px, 3.6vw, 52px);
  line-height:1.06;
  font-weight:700;
  letter-spacing:-1.2px;
}

.neq-about-sec4__card p{
  position:relative;
  z-index:2;
  margin:24px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.8;
  max-width:620px;
}

.neq-about-sec4__card--blue{
  background:
    radial-gradient(circle at 88% 12%, rgba(242,143,0,.24), transparent 30%),
    linear-gradient(180deg, #123d4d 0%, #0b2f3c 100%);
  border-color:rgba(255,255,255,.12);
}

.neq-about-sec4__card--blue::before{
  border-color:rgba(255,255,255,.08);
}

.neq-about-sec4__card--blue h3{
  color:#ffffff;
}

.neq-about-sec4__card--blue p{
  color:rgba(255,255,255,.78);
}

.neq-about-sec4__card--blue small{
  background:rgba(255,255,255,.10);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.16);
}

@media(max-width:900px){
  .neq-about-sec4__grid{
    grid-template-columns:1fr;
  }

  .neq-about-sec4__card{
    min-height:auto;
  }
}

@media(max-width:620px){
  .neq-about-sec4{
    padding:80px 18px;
  }

  .neq-about-sec4__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-about-sec4__card{
    padding:28px;
    border-radius:24px;
  }

  .neq-about-sec4__card h3{
    font-size:32px;
    letter-spacing:-.8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3012390 */.neq-about-sec5{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:105px 6vw;
  background:#ffffff;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-about-sec5,
.neq-about-sec5 *{
  box-sizing:border-box;
}

.neq-about-sec5::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f7f3 100%);
  pointer-events:none;
}

.neq-about-sec5__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-about-sec5__head{
  max-width:820px;
  margin-bottom:48px;
}

.neq-about-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-about-sec5__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-about-sec5__head p{
  max-width:700px;
  margin:18px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-about-sec5__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  border-radius:30px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 26px 75px rgba(0,0,0,.08);
}

.neq-about-sec5__item{
  position:relative;
  min-height:300px;
  padding:34px;
  border-right:1px solid rgba(0,0,0,.08);
  background:#ffffff;
  transition:.25s ease;
}

.neq-about-sec5__item:last-child{
  border-right:none;
}

.neq-about-sec5__item::before{
  content:"";
  position:absolute;
  left:34px;
  top:34px;
  width:52px;
  height:4px;
  border-radius:999px;
  background:#f28f00;
}

.neq-about-sec5__item:hover{
  background:#0d3a4a;
}

.neq-about-sec5__item h3{
  margin:76px 0 0;
  color:#111111;
  font-size:clamp(22px, 2vw, 30px);
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.5px;
}

.neq-about-sec5__item p{
  margin:16px 0 0;
  color:#5f5f5f;
  font-size:14px;
  line-height:1.7;
}

.neq-about-sec5__item:hover h3,
.neq-about-sec5__item:hover p{
  color:#ffffff;
}

.neq-about-sec5__item:hover p{
  color:rgba(255,255,255,.76);
}

@media(max-width:1050px){
  .neq-about-sec5__grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .neq-about-sec5__item:nth-child(2){
    border-right:none;
  }

  .neq-about-sec5__item:nth-child(1),
  .neq-about-sec5__item:nth-child(2){
    border-bottom:1px solid rgba(0,0,0,.08);
  }
}

@media(max-width:620px){
  .neq-about-sec5{
    padding:80px 18px;
  }

  .neq-about-sec5__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-about-sec5__grid{
    grid-template-columns:1fr;
    border-radius:24px;
  }

  .neq-about-sec5__item{
    min-height:auto;
    padding:28px;
    border-right:none;
    border-bottom:1px solid rgba(0,0,0,.08);
  }

  .neq-about-sec5__item:last-child{
    border-bottom:none;
  }

  .neq-about-sec5__item::before{
    left:28px;
    top:28px;
  }

  .neq-about-sec5__item h3{
    margin-top:68px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df0817b */.neq-about-sec6{
  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;
  text-align:center;
}

.neq-about-sec6::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 85% 15%, rgba(242,143,0,.25), transparent 30%),
    linear-gradient(120deg, rgba(255,255,255,.05), transparent 42%);
}

.neq-about-sec6__wrap{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:0 auto;
}

.neq-about-sec6 h2{
  margin:0;
  font-size:clamp(34px, 5vw, 58px);
  line-height:1.1;
  letter-spacing:-1.4px;
  font-weight:700;
}

.neq-about-sec6 h2 span{
  display:block;
  color:#f28f00;
}

.neq-about-sec6 p{
  margin:22px auto 0;
  max-width:620px;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.75;
}

.neq-about-sec6 a{
  display:inline-flex;
  margin-top:34px;
  padding:14px 28px;
  border-radius:999px;
  background:#f28f00;
  color:#111;
  text-decoration:none;
  font-weight:700;
  transition:.25s;
}

.neq-about-sec6 a:hover{
  background:#ffffff;
}

@media(max-width:620px){
  .neq-about-sec6{
    padding:80px 18px;
  }

  .neq-about-sec6 h2{
    font-size:34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-550518b */.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 */