.elementor-113 .elementor-element.elementor-element-aaa1e60{--display:flex;}.elementor-113 .elementor-element.elementor-element-e571e03{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-113 .elementor-element.elementor-element-a0a796a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-113 .elementor-element.elementor-element-5b6918e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-113 .elementor-element.elementor-element-ccc290b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9091580 */.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-1def63b */.neq-contact-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-contact-hero,
.neq-contact-hero *{
  box-sizing:border-box;
}

.neq-contact-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_12_34-AM.png") center center / cover no-repeat;
  transform:scale(1.03);
}

.neq-contact-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:120px 6vw 80px;
}

.neq-contact-hero__content{
  max-width:800px;
}

.neq-contact-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-contact-hero__content h1{
  margin:0;
  font-size:clamp(42px, 6vw, 78px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:700;
  color:#ffffff;
}

.neq-contact-hero__content h1 strong{
  display:block;
  color:#f28f00;
  font-weight:700;
}

.neq-contact-hero__content p{
  margin:24px 0 0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.75;
  max-width:650px;
}

@media(max-width:620px){
  .neq-contact-hero{
    min-height:auto;
  }

  .neq-contact-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_CONTACT_HERO") center center / cover no-repeat;
  }

  .neq-contact-hero__wrap{
    padding:100px 18px 60px;
  }

  .neq-contact-hero__content h1{
    font-size:40px;
    letter-spacing:-1px;
  }

  .neq-contact-hero__content p{
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4527ebe */.neq-contact-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-contact-sec2,
.neq-contact-sec2 *{
  box-sizing:border-box;
}

.neq-contact-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-contact-sec2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:stretch;
}

.neq-contact-sec2__info{
  position:relative;
  overflow:hidden;
  padding:46px;
  border-radius:30px;
  background:linear-gradient(145deg, #0e3b4b 0%, #092b38 100%);
  color:#ffffff;
  box-shadow:0 28px 80px rgba(13,58,74,.22);
}

.neq-contact-sec2__info::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:330px;
  height:330px;
  border-radius:50%;
  background:rgba(242,143,0,.20);
}

.neq-contact-sec2__info > span{
  position:relative;
  z-index:2;
  display:inline-flex;
  padding:8px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#ffffff;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.neq-contact-sec2__info h2{
  position:relative;
  z-index:2;
  margin:0;
  font-size:clamp(34px, 4vw, 56px);
  line-height:1.06;
  letter-spacing:-1.4px;
  font-weight:700;
}

.neq-contact-sec2__info p{
  position:relative;
  z-index:2;
  margin:18px 0 0;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.75;
}

.neq-contact-sec2__details{
  position:relative;
  z-index:2;
  display:grid;
  gap:12px;
  margin-top:36px;
}

.neq-contact-sec2__details a,
.neq-contact-sec2__details div{
  display:block;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  text-decoration:none;
  transition:.22s ease;
}

.neq-contact-sec2__details a:hover{
  background:rgba(255,255,255,.12);
  transform:translateX(4px);
}

.neq-contact-sec2__details small{
  display:block;
  margin-bottom:6px;
  color:#f28f00;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.9px;
}

.neq-contact-sec2__details strong{
  display:block;
  color:#ffffff;
  font-size:15px;
  line-height:1.45;
  font-weight:600;
}

.neq-contact-sec2__form-card{
  padding:42px;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 28px 80px rgba(0,0,0,.08);
}

.neq-contact-sec2__form h3{
  margin:0 0 28px;
  color:#111111;
  font-size:clamp(30px, 3vw, 44px);
  line-height:1.1;
  font-weight:700;
  letter-spacing:-1px;
}

.neq-contact-sec2__row{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.neq-contact-sec2__form input,
.neq-contact-sec2__form select,
.neq-contact-sec2__form textarea{
  width:100%;
  min-height:58px;
  margin-bottom:14px;
  padding:16px 17px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  background:#f7f7f4;
  color:#111111;
  font-family:inherit;
  font-size:14px;
  outline:none;
  transition:.2s ease;
}

.neq-contact-sec2__form textarea{
  height:160px;
  resize:vertical;
}

.neq-contact-sec2__form input:focus,
.neq-contact-sec2__form select:focus,
.neq-contact-sec2__form textarea:focus{
  border-color:#f28f00;
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(242,143,0,.12);
}

.neq-contact-sec2__form button{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:999px;
  background:#0d3a4a;
  color:#ffffff;
  font-family:inherit;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:.25s ease;
}

.neq-contact-sec2__form button:hover{
  transform:translateY(-3px);
  background:#f28f00;
  color:#111111;
}

@media(max-width:980px){
  .neq-contact-sec2__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .neq-contact-sec2{
    padding:80px 18px;
  }

  .neq-contact-sec2__info,
  .neq-contact-sec2__form-card{
    padding:26px;
    border-radius:24px;
  }

  .neq-contact-sec2__info h2{
    font-size:34px;
  }

  .neq-contact-sec2__row{
    grid-template-columns:1fr;
    gap:0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-707b777 */.neq-contact-sec3{
  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-contact-sec3,
.neq-contact-sec3 *{
  box-sizing:border-box;
}

.neq-contact-sec3::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, #ffffff 0%, #f7f7f3 100%);
  pointer-events:none;
}

.neq-contact-sec3__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-contact-sec3__head{
  max-width:760px;
  margin-bottom:38px;
}

.neq-contact-sec3__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-contact-sec3__head h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 58px);
  line-height:1.06;
  letter-spacing:-1.4px;
  font-weight:700;
  color:#111111;
}

.neq-contact-sec3__head p{
  max-width:620px;
  margin:16px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-contact-sec3__map{
  width:100%;
  height:520px;
  overflow:hidden;
  border-radius:32px;
  background:#e9e9e3;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 28px 80px rgba(0,0,0,.10);
}

.neq-contact-sec3__map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  filter:saturate(.95) contrast(1.03);
}

@media(max-width:620px){
  .neq-contact-sec3{
    padding:80px 18px;
  }

  .neq-contact-sec3__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-contact-sec3__map{
    height:360px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe8aecb */.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 */