.elementor-12 .elementor-element.elementor-element-68fae60{--display:flex;}.elementor-12 .elementor-element.elementor-element-21bab42{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-5dfe1cf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-8c47c03{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-d228073{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-14fe36a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-59be621{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-a48006a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-6974fa7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-6fc5021{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-37a80e3 */.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-15b488f */.neq-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:100vh;
  position:relative;
  overflow:hidden;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  background:#080807;
  color:#ffffff;
}

.neq-hero,
.neq-hero *{
  box-sizing:border-box;
}

.neq-hero__bg{
  position:absolute;
  inset:0;
  background:url("https://neqveritas.com/wp-content/uploads/2026/04/WhatsApp-Image-2026-04-20-at-8.56.20-PM-3.jpeg") center center / cover no-repeat;
  transform:scale(1.04);
  z-index:1;
}

.neq-hero__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(90deg, rgba(5,5,4,.96) 0%, rgba(5,5,4,.86) 42%, rgba(5,5,4,.35) 100%),
    radial-gradient(circle at 20% 35%, rgba(242,143,0,.28), transparent 34%);
}

.neq-hero__wrap{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1320px;
  min-height:100vh;
  margin:0 auto;
  padding:150px 6vw 80px;
  display:flex;
  align-items:center;
}

.neq-hero__content{
  max-width:760px;
}

.neq-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(242,143,0,.12);
  border:1px solid rgba(242,143,0,.35);
  color:#f28f00;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
  margin-bottom:24px;
}

.neq-hero h1{
  margin:0;
  font-size:clamp(42px, 6vw, 82px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:700;
  color:#ffffff;
}

.neq-hero h1 span{
  display:block;
  color:#f28f00;
  font-weight:700;
}

.neq-hero p{
  max-width:660px;
  margin:26px 0 0;
  color:rgba(255,255,255,.82);
  font-size:clamp(16px, 1.5vw, 19px);
  line-height:1.75;
  font-weight:400;
}

.neq-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:36px;
}

.neq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  letter-spacing:.4px;
  transition:.25s ease;
}

.neq-btn--primary{
  background:#f28f00;
  color:#111111;
  border:2px solid #f28f00;
  box-shadow:0 18px 40px rgba(242,143,0,.24);
}

.neq-btn--outline{
  background:transparent;
  color:#ffffff;
  border:2px solid rgba(255,255,255,.35);
}

.neq-btn:hover{
  transform:translateY(-3px);
}

.neq-btn--primary:hover{
  background:#ffffff;
  border-color:#ffffff;
  color:#111111;
}

.neq-btn--outline:hover{
  border-color:#f28f00;
  color:#f28f00;
}

.neq-hero__trust{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:50px;
  max-width:760px;
}

.neq-hero__trust div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  padding:20px;
  backdrop-filter:blur(12px);
}

.neq-hero__trust strong{
  display:block;
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  margin-bottom:6px;
}

.neq-hero__trust span{
  display:block;
  color:rgba(255,255,255,.66);
  font-size:13px;
  line-height:1.45;
}

@media(max-width:900px){
  .neq-hero__wrap{
    padding:135px 22px 60px;
  }

  .neq-hero__overlay{
    background:
      linear-gradient(180deg, rgba(5,5,4,.94) 0%, rgba(5,5,4,.88) 56%, rgba(5,5,4,.70) 100%),
      radial-gradient(circle at 25% 35%, rgba(242,143,0,.25), transparent 38%);
  }

  .neq-hero h1{
    letter-spacing:-1.3px;
  }

  .neq-hero__trust{
    grid-template-columns:1fr;
    margin-top:36px;
  }
}

@media(max-width:520px){
  .neq-hero{
    min-height:auto;
  }

  .neq-hero__wrap{
    min-height:100vh;
    padding:120px 18px 48px;
  }

  .neq-hero__eyebrow{
    font-size:11px;
    padding:9px 14px;
    letter-spacing:.8px;
  }

  .neq-hero h1{
    font-size:40px;
    line-height:1.08;
    letter-spacing:-1px;
  }

  .neq-hero p{
    font-size:15px;
    line-height:1.65;
  }

  .neq-hero__buttons{
    flex-direction:column;
  }

  .neq-btn{
    width:100%;
  }

  .neq-hero__trust div{
    padding:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6709ac7 */.neq-sec2-pro{
  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-sec2-pro,
.neq-sec2-pro *{
  box-sizing:border-box;
}

/* ===== CORPORATE BACKGROUND ===== */
.neq-sec2-pro__bg{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, #ffffff 0%, #f7f7f3 100%);
  pointer-events:none;
}

.neq-sec2-pro__bg::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:48%;
  height:100%;
  background:linear-gradient(135deg, rgba(242,143,0,.12) 0%, rgba(242,143,0,.03) 38%, transparent 70%);
  clip-path:polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.neq-sec2-pro__bg::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:38%;
  background:linear-gradient(180deg, transparent 0%, rgba(0,0,0,.035) 100%);
}

.neq-sec2-pro__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-sec2-pro__head{
  max-width:820px;
  margin-bottom:48px;
}

.neq-sec2-pro__head span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(242,143,0,.12);
  border:1px solid rgba(242,143,0,.25);
  color:#f28f00;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.neq-sec2-pro__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-sec2-pro__head p{
  max-width:700px;
  margin:18px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-sec2-pro__panel{
  position:relative;
  padding:34px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 24px 70px rgba(0,0,0,.08);
}

.neq-sec2-pro__intro{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  padding:0 0 26px;
  border-bottom:1px solid rgba(0,0,0,.09);
  margin-bottom:24px;
}

.neq-sec2-pro__intro span{
  color:#f28f00;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.neq-sec2-pro__intro h3{
  max-width:640px;
  margin:0;
  color:#171717;
  font-size:clamp(22px, 2.4vw, 34px);
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.6px;
  text-align:right;
}

.neq-sec2-pro__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}

.neq-sec2-pro__card{
  position:relative;
  min-height:280px;
  padding:28px;
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #f6f6f3 100%);
  border:1px solid rgba(0,0,0,.07);
  overflow:hidden;
  transition:.25s ease;
}

.neq-sec2-pro__card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg, #f28f00, rgba(242,143,0,.15));
}

.neq-sec2-pro__card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 55px rgba(0,0,0,.10);
}

.neq-sec2-pro__card em{
  position:absolute;
  top:20px;
  right:24px;
  color:rgba(0,0,0,.06);
  font-size:56px;
  font-weight:700;
  letter-spacing:-3px;
  font-style:normal;
}

.neq-sec2-pro__card small{
  display:block;
  color:#f28f00;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.9px;
  margin-bottom:36px;
}

.neq-sec2-pro__card strong{
  display:block;
  color:#111111;
  font-size:clamp(22px, 2vw, 30px);
  line-height:1.14;
  font-weight:700;
  letter-spacing:-.6px;
  margin-bottom:16px;
}

.neq-sec2-pro__card p{
  margin:0;
  color:#5f5f5f;
  font-size:14px;
  line-height:1.65;
}

.neq-sec2-pro__card--dark{
  background:
    radial-gradient(circle at 80% 10%, rgba(242,143,0,.25), transparent 32%),
    linear-gradient(180deg, #151512 0%, #080807 100%);
  border-color:rgba(242,143,0,.25);
}

.neq-sec2-pro__card--dark::before{
  background:linear-gradient(90deg, #f28f00, rgba(255,255,255,.2));
}

.neq-sec2-pro__card--dark em{
  color:rgba(255,255,255,.08);
}

.neq-sec2-pro__card--dark strong{
  color:#ffffff;
}

.neq-sec2-pro__card--dark p{
  color:rgba(255,255,255,.75);
}

@media(max-width:1100px){
  .neq-sec2-pro__grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width:760px){
  .neq-sec2-pro{
    padding:80px 18px;
  }

  .neq-sec2-pro__head h2{
    font-size:34px;
  }

  .neq-sec2-pro__panel{
    padding:22px;
    border-radius:24px;
  }

  .neq-sec2-pro__intro{
    display:block;
  }

  .neq-sec2-pro__intro h3{
    text-align:left;
    margin-top:10px;
    font-size:24px;
  }

  .neq-sec2-pro__grid{
    grid-template-columns:1fr;
  }

  .neq-sec2-pro__card{
    min-height:auto;
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-702926c */.neq-sec3-about{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:110px 6vw;
  background:linear-gradient(180deg, #0e3a4a 0%, #0b2f3c 100%);
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#ffffff;
}

.neq-sec3-about,
.neq-sec3-about *{
  box-sizing:border-box;
}

/* ===== BLUE CORPORATE OVERLAY ===== */
.neq-sec3-about::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.05), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(255,184,0,.18), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(255,255,255,.06), transparent 30%);
  pointer-events:none;
}

.neq-sec3-about__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}

/* ===== IMAGE ===== */
.neq-sec3-about__media{
  position:relative;
  min-height:600px;
  border-radius:28px;
  overflow:hidden;
  background:#0a2c36;
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.neq-sec3-about__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.4));
}

.neq-sec3-about__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ===== BADGE ===== */
.neq-sec3-about__badge{
  position:absolute;
  left:30px;
  bottom:30px;
  z-index:3;
  padding:20px 22px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  color:#111;
}

.neq-sec3-about__badge strong{
  display:block;
  color:#f28f00;
  font-size:20px;
  font-weight:700;
}

.neq-sec3-about__badge span{
  font-size:13px;
}

/* ===== TEXT ===== */
.neq-sec3-about__content span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:#ffffff;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:16px;
}

.neq-sec3-about__content h2{
  margin:0;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-1.4px;
}

.neq-sec3-about__content p{
  margin-top:20px;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.7;
}

/* ===== POINTS ===== */
.neq-sec3-about__points{
  margin-top:32px;
  display:grid;
  gap:14px;
}

.neq-sec3-about__points div{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:16px;
  align-items:center;
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.neq-sec3-about__points strong{
  width:50px;
  height:50px;
  background:#f28f00;
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  font-weight:700;
}

.neq-sec3-about__points p{
  margin:0;
  color:#fff;
}

/* ===== BUTTON ===== */
.neq-sec3-about__btn{
  display:inline-flex;
  margin-top:34px;
  padding:14px 26px;
  border-radius:999px;
  background:#f28f00;
  color:#111;
  font-weight:700;
  text-decoration:none;
  transition:.25s;
}

.neq-sec3-about__btn:hover{
  background:#fff;
  color:#111;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1000px){
  .neq-sec3-about__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .neq-sec3-about{
    padding:80px 18px;
  }

  .neq-sec3-about__media{
    min-height:350px;
  }

  .neq-sec3-about__btn{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e94b01b */.neq-sec4-services{
  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-sec4-services,
.neq-sec4-services *{
  box-sizing:border-box;
}

.neq-sec4-services::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, #ffffff 0%, #f7f7f3 100%);
  pointer-events:none;
}

.neq-sec4-services::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:42%;
  height:100%;
  background:linear-gradient(135deg, rgba(242,143,0,.12), transparent 65%);
  clip-path:polygon(0 0, 80% 0, 45% 100%, 0 100%);
  pointer-events:none;
}

.neq-sec4-services__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-sec4-services__head{
  max-width:860px;
  margin-bottom:48px;
}

.neq-sec4-services__head span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(242,143,0,.12);
  border:1px solid rgba(242,143,0,.25);
  color:#f28f00;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.neq-sec4-services__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-sec4-services__head p{
  max-width:720px;
  margin:18px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-sec4-services__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:24px;
}

.neq-sec4-services__card{
  position:relative;
  overflow:hidden;
  padding:34px;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 24px 70px rgba(0,0,0,.08);
  transition:.25s ease;
}

.neq-sec4-services__card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(242,143,0,.10), transparent 42%);
  pointer-events:none;
}

.neq-sec4-services__card:hover{
  transform:translateY(-6px);
  box-shadow:0 32px 90px rgba(0,0,0,.12);
}

.neq-sec4-services__icon{
  position:relative;
  z-index:2;
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#f28f00;
  color:#111111;
  font-size:20px;
  font-weight:700;
  margin-bottom:24px;
}

.neq-sec4-services__image{
  position:relative;
  z-index:2;
  width:100%;
  aspect-ratio:1/1;
  border-radius:24px;
  overflow:hidden;
  margin-bottom:30px;
  background:#f3f3f0;
  border:1px solid rgba(0,0,0,.08);
}

.neq-sec4-services__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.neq-sec4-services__card h3{
  position:relative;
  z-index:2;
  margin:0;
  color:#111111;
  font-size:clamp(28px, 3vw, 42px);
  line-height:1.08;
  font-weight:700;
  letter-spacing:-1px;
}

.neq-sec4-services__card p{
  position:relative;
  z-index:2;
  margin:20px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
  max-width:560px;
}

.neq-sec4-services__card ul{
  position:relative;
  z-index:2;
  list-style:none;
  padding:0;
  margin:30px 0 0;
  display:grid;
  gap:14px;
}

.neq-sec4-services__card li{
  position:relative;
  padding-left:30px;
  color:#333333;
  font-size:15px;
  line-height:1.55;
}

.neq-sec4-services__card li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f28f00;
  box-shadow:0 0 0 6px rgba(242,143,0,.12);
}

.neq-sec4-services__card a{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin-top:36px;
  padding:14px 26px;
  border-radius:999px;
  background:#111111;
  color:#ffffff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  letter-spacing:.3px;
  transition:.25s ease;
}

.neq-sec4-services__card a:hover{
  background:#f28f00;
  color:#111111;
  transform:translateY(-3px);
}

.neq-sec4-services__card--featured{
  background:
    radial-gradient(circle at 85% 10%, rgba(242,143,0,.24), transparent 30%),
    linear-gradient(180deg, #123d4d 0%, #0b2f3c 100%);
  color:#ffffff;
  border-color:rgba(255,255,255,.12);
}

.neq-sec4-services__card--featured::before{
  background:linear-gradient(135deg, rgba(255,255,255,.08), transparent 45%);
}

.neq-sec4-services__card--featured .neq-sec4-services__image{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
}

.neq-sec4-services__card--featured h3{
  color:#ffffff;
}

.neq-sec4-services__card--featured p{
  color:rgba(255,255,255,.78);
}

.neq-sec4-services__card--featured li{
  color:rgba(255,255,255,.86);
}

.neq-sec4-services__card--featured a{
  background:#f28f00;
  color:#111111;
}

.neq-sec4-services__card--featured a:hover{
  background:#ffffff;
  color:#111111;
}

@media(max-width:950px){
  .neq-sec4-services__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .neq-sec4-services{
    padding:80px 18px;
  }

  .neq-sec4-services__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-sec4-services__card{
    padding:24px;
    border-radius:24px;
  }

  .neq-sec4-services__icon{
    width:60px;
    height:60px;
    border-radius:16px;
    margin-bottom:20px;
  }

  .neq-sec4-services__image{
    border-radius:20px;
    margin-bottom:24px;
  }

  .neq-sec4-services__card h3{
    font-size:30px;
  }

  .neq-sec4-services__card a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70854a1 */.neq-sec5-special{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:115px 6vw;
  background:#ffffff;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-sec5-special,
.neq-sec5-special *{
  box-sizing:border-box;
}

.neq-sec5-special::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(105deg, #0d3a4a 0%, #0d3a4a 48%, #ffffff 48.1%, #ffffff 100%);
  pointer-events:none;
}

.neq-sec5-special::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:55%;
  height:100%;
  background:
    radial-gradient(circle at 85% 18%, rgba(242,143,0,.16), transparent 28%),
    linear-gradient(180deg, rgba(0,0,0,.035), transparent 45%);
  pointer-events:none;
}

.neq-sec5-special__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:72px;
  align-items:center;
}

.neq-sec5-special__visual{
  position:relative;
  min-height:620px;
  border-radius:34px;
  overflow:visible;
}

.neq-sec5-special__visual img{
  width:100%;
  height:620px;
  object-fit:cover;
  display:block;
  border-radius:34px;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}

.neq-sec5-special__visual::before{
  content:"";
  position:absolute;
  inset:22px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:24px;
  z-index:2;
  pointer-events:none;
}

.neq-sec5-special__visual::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.34));
  pointer-events:none;
}

.neq-sec5-special__float{
  position:absolute;
  z-index:4;
  width:230px;
  padding:20px 22px;
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 22px 55px rgba(0,0,0,.18);
  border:1px solid rgba(0,0,0,.08);
}

.neq-sec5-special__float--top{
  top:42px;
  right:-34px;
}

.neq-sec5-special__float--bottom{
  bottom:46px;
  left:-34px;
}

.neq-sec5-special__float strong{
  display:block;
  color:#f28f00;
  font-size:20px;
  line-height:1.15;
  font-weight:700;
  margin-bottom:6px;
}

.neq-sec5-special__float span{
  display:block;
  color:#333333;
  font-size:13px;
  line-height:1.45;
  font-weight:500;
}

.neq-sec5-special__content{
  position:relative;
  padding:18px 0;
}

.neq-sec5-special__content > span{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(242,143,0,.12);
  border:1px solid rgba(242,143,0,.25);
  color:#f28f00;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.neq-sec5-special__content h2{
  margin:0;
  max-width:720px;
  font-size:clamp(34px, 4.5vw, 62px);
  line-height:1.05;
  letter-spacing:-1.5px;
  font-weight:700;
  color:#111111;
}

.neq-sec5-special__content > p{
  max-width:680px;
  margin:22px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-sec5-special__list{
  margin-top:36px;
  display:grid;
  gap:0;
  border-top:1px solid rgba(0,0,0,.10);
}

.neq-sec5-special__list div{
  position:relative;
  padding:24px 0 24px 34px;
  border-bottom:1px solid rgba(0,0,0,.10);
}

.neq-sec5-special__list div::before{
  content:"";
  position:absolute;
  left:0;
  top:31px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#f28f00;
  box-shadow:0 0 0 7px rgba(242,143,0,.12);
}

.neq-sec5-special__list h3{
  margin:0;
  color:#111111;
  font-size:21px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:-.3px;
}

.neq-sec5-special__list p{
  margin:8px 0 0;
  color:#5f5f5f;
  font-size:15px;
  line-height:1.65;
}

.neq-sec5-special__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin-top:34px;
  padding:14px 28px;
  border-radius:999px;
  background:#0d3a4a;
  color:#ffffff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  letter-spacing:.3px;
  transition:.25s ease;
}

.neq-sec5-special__btn:hover{
  transform:translateY(-3px);
  background:#f28f00;
  color:#111111;
}

@media(max-width:1000px){
  .neq-sec5-special::before{
    background:linear-gradient(180deg, #0d3a4a 0%, #0d3a4a 38%, #ffffff 38.1%, #ffffff 100%);
  }

  .neq-sec5-special__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .neq-sec5-special__visual img,
  .neq-sec5-special__visual{
    min-height:460px;
  }

  .neq-sec5-special__visual img{
    height:460px;
  }
}

@media(max-width:620px){
  .neq-sec5-special{
    padding:80px 18px;
  }

  .neq-sec5-special__visual{
    min-height:auto;
  }

  .neq-sec5-special__visual img{
    height:360px;
    border-radius:24px;
  }

  .neq-sec5-special__visual::before,
  .neq-sec5-special__visual::after{
    border-radius:24px;
  }

  .neq-sec5-special__float{
    position:relative;
    width:100%;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    margin-top:14px;
    border-radius:18px;
  }

  .neq-sec5-special__content h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-sec5-special__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99efc1f */.neq-sec6-industries{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:110px 6vw;
  background:#f7f7f3;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-sec6-industries,
.neq-sec6-industries *{
  box-sizing:border-box;
}

.neq-sec6-industries::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-sec6-industries__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-sec6-industries__head{
  max-width:860px;
  margin-bottom:50px;
}

.neq-sec6-industries__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-sec6-industries__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-sec6-industries__head p{
  max-width:720px;
  margin:18px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-sec6-industries__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.neq-sec6-industries__card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 22px 60px rgba(0,0,0,.08);
  transition:.25s ease;
}

.neq-sec6-industries__card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 75px rgba(0,0,0,.12);
}

.neq-sec6-industries__image{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#e8e8e2;
}

.neq-sec6-industries__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.neq-sec6-industries__card:hover .neq-sec6-industries__image img{
  transform:scale(1.06);
}

.neq-sec6-industries__content{
  position:relative;
  padding:28px;
}

.neq-sec6-industries__content::before{
  content:"";
  position:absolute;
  top:0;
  left:28px;
  width:58px;
  height:4px;
  border-radius:999px;
  background:#f28f00;
}

.neq-sec6-industries__content h3{
  margin:0;
  color:#111111;
  font-size:clamp(22px, 2vw, 28px);
  line-height:1.18;
  font-weight:700;
  letter-spacing:-.5px;
}

.neq-sec6-industries__content p{
  margin:12px 0 0;
  color:#5f5f5f;
  font-size:14px;
  line-height:1.68;
}

@media(max-width:1100px){
  .neq-sec6-industries__grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width:620px){
  .neq-sec6-industries{
    padding:80px 18px;
  }

  .neq-sec6-industries__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-sec6-industries__grid{
    grid-template-columns:1fr;
  }

  .neq-sec6-industries__card{
    border-radius:24px;
  }

  .neq-sec6-industries__content{
    padding:24px;
  }

  .neq-sec6-industries__content::before{
    left:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfdcb12 */.neq-sec7-process{
  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-sec7-process,
.neq-sec7-process *{
  box-sizing:border-box;
}

.neq-sec7-process::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f7f5 100%);
  pointer-events:none;
}

.neq-sec7-process::after{
  content:"";
  position:absolute;
  right:-18%;
  top:10%;
  width:55%;
  height:70%;
  background:#0d3a4a;
  opacity:.06;
  clip-path:polygon(18% 0, 100% 0, 78% 100%, 0 100%);
  pointer-events:none;
}

.neq-sec7-process__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-sec7-process__head{
  max-width:850px;
  margin-bottom:58px;
}

.neq-sec7-process__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-sec7-process__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-sec7-process__head p{
  max-width:730px;
  margin:18px 0 0;
  color:#555555;
  font-size:16px;
  line-height:1.75;
}

.neq-sec7-process__timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:0;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:32px;
  box-shadow:0 24px 70px rgba(0,0,0,.08);
  overflow:hidden;
}

.neq-sec7-process__timeline::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:95px;
  height:2px;
  background:linear-gradient(90deg, #f28f00, rgba(13,58,74,.35));
  z-index:1;
}

.neq-sec7-process__step{
  position:relative;
  z-index:2;
  padding:42px 30px 38px;
  min-height:360px;
  border-right:1px solid rgba(0,0,0,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(247,247,243,.75));
}

.neq-sec7-process__step:last-child{
  border-right:none;
}

.neq-sec7-process__number{
  position:relative;
  width:106px;
  height:106px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  border:2px solid #f28f00;
  color:#0d3a4a;
  font-size:28px;
  font-weight:700;
  letter-spacing:-1px;
  box-shadow:0 15px 35px rgba(242,143,0,.18);
  margin-bottom:42px;
}

.neq-sec7-process__number::after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:50%;
  background:rgba(242,143,0,.10);
  z-index:-1;
}

.neq-sec7-process__content h3{
  margin:0;
  color:#111111;
  font-size:clamp(22px, 2vw, 29px);
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.5px;
}

.neq-sec7-process__content p{
  margin:14px 0 0;
  color:#5f5f5f;
  font-size:14px;
  line-height:1.7;
}

@media(max-width:1050px){
  .neq-sec7-process__timeline{
    grid-template-columns:repeat(2, 1fr);
  }

  .neq-sec7-process__timeline::before{
    display:none;
  }

  .neq-sec7-process__step:nth-child(2){
    border-right:none;
  }

  .neq-sec7-process__step:nth-child(1),
  .neq-sec7-process__step:nth-child(2){
    border-bottom:1px solid rgba(0,0,0,.08);
  }
}

@media(max-width:620px){
  .neq-sec7-process{
    padding:80px 18px;
  }

  .neq-sec7-process__head h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .neq-sec7-process__timeline{
    grid-template-columns:1fr;
    border-radius:24px;
  }

  .neq-sec7-process__step{
    min-height:auto;
    padding:30px 24px;
    border-right:none;
    border-bottom:1px solid rgba(0,0,0,.08);
  }

  .neq-sec7-process__step:last-child{
    border-bottom:none;
  }

  .neq-sec7-process__number{
    width:78px;
    height:78px;
    font-size:22px;
    margin-bottom:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe0720e */.neq-sec8-contact{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:105px 6vw;
  background:#f5f6f3;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#111111;
}

.neq-sec8-contact,
.neq-sec8-contact *{
  box-sizing:border-box;
}

.neq-sec8-contact::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg, rgba(13,58,74,.08) 0%, transparent 42%),
    radial-gradient(circle at 92% 8%, rgba(242,143,0,.14), transparent 28%);
  pointer-events:none;
}

.neq-sec8-contact__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.neq-sec8-contact__top{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
  align-items:stretch;
}

.neq-sec8-contact__info-card{
  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-sec8-contact__info-card::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:330px;
  height:330px;
  border-radius:50%;
  background:rgba(242,143,0,.20);
}

.neq-sec8-contact__info-card::after{
  content:"";
  position:absolute;
  right:36px;
  bottom:36px;
  width:120px;
  height:120px;
  border-radius:50%;
  border:22px solid rgba(255,255,255,.07);
}

.neq-sec8-contact__info-card > span,
.neq-sec8-contact__form span,
.neq-sec8-contact__map-head span{
  display:inline-flex;
  padding:8px 15px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

.neq-sec8-contact__info-card > span{
  position:relative;
  z-index:2;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#ffffff;
  margin-bottom:18px;
}

.neq-sec8-contact__info-card 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-sec8-contact__info-card p{
  position:relative;
  z-index:2;
  margin:18px 0 0;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.75;
}

.neq-sec8-contact__details{
  position:relative;
  z-index:2;
  display:grid;
  gap:12px;
  margin-top:36px;
}

.neq-sec8-contact__details a,
.neq-sec8-contact__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-sec8-contact__details a:hover{
  background:rgba(255,255,255,.12);
  transform:translateX(4px);
}

.neq-sec8-contact__details small{
  display:block;
  margin-bottom:6px;
  color:#f28f00;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.9px;
}

.neq-sec8-contact__details strong{
  display:block;
  color:#ffffff;
  font-size:15px;
  line-height:1.45;
  font-weight:600;
}

.neq-sec8-contact__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-sec8-contact__form span{
  background:rgba(242,143,0,.12);
  border:1px solid rgba(242,143,0,.22);
  color:#f28f00;
  margin-bottom:16px;
}

.neq-sec8-contact__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-sec8-contact__row{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.neq-sec8-contact__form input,
.neq-sec8-contact__form select,
.neq-sec8-contact__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-sec8-contact__form textarea{
  height:160px;
  resize:vertical;
}

.neq-sec8-contact__form input:focus,
.neq-sec8-contact__form select:focus,
.neq-sec8-contact__form textarea:focus{
  border-color:#f28f00;
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(242,143,0,.12);
}

.neq-sec8-contact__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-sec8-contact__form button:hover{
  transform:translateY(-3px);
  background:#f28f00;
  color:#111111;
}

.neq-sec8-contact__map-card{
  margin-top:28px;
  overflow:hidden;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 28px 80px rgba(0,0,0,.08);
}

.neq-sec8-contact__map-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:26px 30px;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.neq-sec8-contact__map-head span{
  background:rgba(13,58,74,.09);
  border:1px solid rgba(13,58,74,.15);
  color:#0d3a4a;
}

.neq-sec8-contact__map-head strong{
  color:#111111;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
  text-align:right;
}

.neq-sec8-contact__map-card iframe{
  width:100%;
  height:360px;
  border:0;
  display:block;
  filter:saturate(.95) contrast(1.03);
}

@media(max-width:980px){
  .neq-sec8-contact__top{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .neq-sec8-contact{
    padding:80px 18px;
  }

  .neq-sec8-contact__info-card,
  .neq-sec8-contact__form-card{
    padding:26px;
    border-radius:24px;
  }

  .neq-sec8-contact__info-card h2{
    font-size:34px;
  }

  .neq-sec8-contact__row{
    grid-template-columns:1fr;
    gap:0;
  }

  .neq-sec8-contact__map-head{
    display:block;
    padding:22px;
  }

  .neq-sec8-contact__map-head strong{
    display:block;
    margin-top:12px;
    text-align:left;
    font-size:16px;
  }

  .neq-sec8-contact__map-card{
    border-radius:24px;
  }

  .neq-sec8-contact__map-card iframe{
    height:300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e38bf5 */.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 */