/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (1) ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --bg-color: #fff;
  --text-color: #B3B3B3;
  --gray-2: #5C5C5C;
  --gray-3: #B3B3B3;
  --gray-3-light: #5C5C5C;
  --text-color-two: #5C5C5C;
  --primary-text-color: #191919;
  --green: #70FF33;
}

html[data-theme=dark],
body[data-theme=dark] {
  --bg-color: #191919;
  --text-color: #ffffff;
  --gray-2: #808080;
  --color-bg: var(--bg-color);
  --color-text: var(--text-color);
  --color-gray: var(--gray-2);
  --text-color-two: #B3B3B3;
}

.nh-btn-transparent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.3019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 200px;
  padding: 11px 20px;
  color: var(--text-color-two);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  --hover-size: 300px;
}
.nh-btn-transparent::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0%;
  width: 0;
  height: 0;
  transform: translate(-50%, 50%);
  border-radius: 80%;
  background: rgba(255, 255, 255, 0.1019607843);
  transition: width 0.9s ease, height 0.9s ease, bottom 0.5s ease;
  z-index: -1;
}
.nh-btn-transparent svg path {
  fill: var(--text-color-two);
}
.nh-btn-transparent svg,
.nh-btn-transparent img {
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.nh-btn-transparent:hover {
  color: var(--text-color-two);
}
.nh-btn-transparent:hover::before {
  width: var(--hover-size);
  height: var(--hover-size);
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.nh-btn-transparent:hover svg {
  transform: rotate(45deg);
}

html[data-theme=dark] .nh-btn-transparent,
body[data-theme=dark] .nh-btn-transparent {
  background: rgba(25, 25, 25, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.3019607843);
}
html[data-theme=dark] .nh-btn-transparent svg path,
body[data-theme=dark] .nh-btn-transparent svg path {
  fill: var(--text-color-two);
}

.nh-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex !important;
}

.justify-space-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.align-item-center {
  align-items: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.align-item-end {
  align-items: flex-end;
}

.title-two {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -1.6px;
}
@media (max-width: 1200px) {
  .title-two {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  .title-two {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .title-two {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .title-two {
    font-size: 28px;
    line-height: 35px;
  }
}

.title-one {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -1.6px;
}
@media (max-width: 1200px) {
  .title-one {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .title-one {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .title-one {
    font-size: 32px;
    line-height: 40px;
  }
}

.title-one-playfair {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -1.6px;
  font-family: "Playfair", serif;
  font-style: italic;
}
@media (max-width: 1200px) {
  .title-one-playfair {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .title-one-playfair {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .title-one-playfair {
    font-size: 35px;
    line-height: 40px;
  }
}

.title-two-playfair {
  font-family: "Playfair", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.3px;
  font-style: italic;
}
@media (max-width: 767px) {
  .title-two-playfair {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .title-two-playfair {
    font-size: 28px;
    line-height: 35px;
  }
}
.title-two-playfair h2 {
  font-family: "Playfair", serif !important;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.3px;
  font-style: italic;
}
@media (max-width: 767px) {
  .title-two-playfair h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .title-two-playfair h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

.lead-text-one-playfair {
  font-family: "Playfair", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  font-style: italic;
}

.lead-text-two {
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.6px;
}

.lead-text-five {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}

.paragraph-two-medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
}

.paragraph-one-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

.title-two-inter {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.3px;
}
@media (max-width: 767px) {
  .title-two-inter {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .title-two-inter {
    font-size: 38px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.nh-text-right {
  text-align: right;
}

.text-middle {
  display: flex;
  align-items: center;
}

.text-playfair-italic {
  font-family: "Playfair", serif;
  font-style: italic;
}

.text-black {
  color: #191919;
}

.color-gray-3 {
  color: var(--gray-3);
}

.color-gray-3-light {
  color: var(--gray-3-light);
}

.text-primary-color {
  color: #191919;
}

.hover-underline:hover {
  text-decoration: underline;
}

.lead-text-3 {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.5px;
}

.lead-text-4-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0 0.2px;
}

.lead-text-2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.6px;
}

.lead-text-4 {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.2px;
}

.lead-text-5 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.paragraph-1-medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

.paragraph-1 {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.1px;
}

.paragraph-2 {
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1.6px;
}

.paragraph-2-medium {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.width-50 {
  width: 50%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.btn-transparent {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gray-3);
}

button.arrow-prev, button.arrow-next {
  background: transparent;
  border: none;
  cursor: pointer;
}
button.arrow-prev svg *, button.arrow-next svg * {
  transition: all 0.3s ease-in;
}
button.arrow-prev:hover svg circle, button.arrow-next:hover svg circle {
  opacity: 0.6;
}

.primary-menu {
  display: flex;
  list-style: none;
  gap: 48px;
}
@media (max-width: 1200px) {
  .primary-menu {
    gap: 28px;
    flex-direction: column;
    text-align: center;
  }
}
.primary-menu li a {
  color: var(--gray-2);
  font-weight: 500;
}
.primary-menu li a:hover {
  color: #191919;
}
.primary-menu li.current-menu-item a {
  font-weight: 600;
  color: #191919;
}
.primary-menu li .sub-menu {
  position: absolute;
  list-style: none;
  background: #fff;
  box-shadow: -3px 3px 19px -5px rgba(181, 173, 173, 0.88);
  min-width: 220px;
  padding: 12px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.primary-menu li .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.primary-menu li .sub-menu li:last-child a {
  padding-bottom: 0;
}
.primary-menu li:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.nh-menu-close-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.nh-menu-extend {
  display: none;
  background: transparent;
  border: none;
  width: 30px;
}
.nh-menu-extend svg {
  width: 100%;
  height: 100%;
}

.nh-mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999991;
  pointer-events: none;
  transition: all 0.6s ease;
  opacity: 0;
  padding: 60px 20px 100px 20px;
}
.nh-mobile-navigation.nh-activated {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.nh-mobile-navigation .menu-item,
.nh-mobile-navigation .mobile-menu-item,
.nh-mobile-navigation .nh-btn-resume {
  transition: all 0.5s ease;
}

.nh-menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 99991;
  transition: all 0.3s ease;
}
header.is-scroll {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: -3px 3px 19px -5px rgba(181, 173, 173, 0.88);
}
@media (max-width: 1200px) {
  header .primary-menu,
  header .nh-btn-resume {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .nh-menu-extend {
    display: block;
  }
}

html[data-theme=dark] ul#menu-main-menu li a,
body[data-theme=dark] ul#menu-main-menu li a {
  color: var(--gray-2);
}
html[data-theme=dark] ul#menu-main-menu li.current-menu-item a,
body[data-theme=dark] ul#menu-main-menu li.current-menu-item a {
  color: #fff;
}

.crafting-title {
  opacity: 0;
}
.crafting-title .letter-char {
  display: inline-block;
  transform-origin: center;
}
.crafting-title .letter-space {
  display: inline-block;
  width: 0.2em;
  margin-right: 0.1em;
}

.solutions-with-title {
  opacity: 0;
  transform: translateX(50px);
}

.solutions {
  opacity: 0;
}
.solutions .passion-char {
  display: inline-block;
  transform-origin: center;
}

.nh-hero-description {
  opacity: 0;
  transform: translateY(30px);
}
.nh-hero-description p {
  opacity: 0;
  transform: translateY(15px);
}

.nh-header-top-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 924px;
  z-index: -1;
}
.nh-header-top-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

footer {
  background: #F5F5F5;
  border-radius: 60px 60px 0 0;
}
footer .nh-footer-top {
  padding: 100px 0 160px 0;
}
@media (max-width: 1023px) {
  footer .nh-footer-top {
    padding: 60px 0 0 0;
  }
}
footer .nh-footer-top-left {
  max-width: 415px;
}
@media (max-width: 1200px) {
  footer .nh-footer-top-left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  footer .nh-footer-top-left {
    width: 100%;
    max-width: 100%;
  }
}

.ping-me {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 15px 40px;
  border-radius: 150px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ping-me {
    margin-bottom: 10px;
  }
}

.nh-footer-email {
  gap: 8px;
}
@media (max-width: 767px) {
  .nh-footer-email {
    margin-bottom: 15px;
  }
}

.nh-footer-top-right {
  width: 615px;
}
@media (max-width: 1200px) {
  .nh-footer-top-right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .nh-footer-top-right {
    width: 100%;
  }
}
.nh-footer-top-right a {
  width: 100%;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  padding-bottom: 21px;
  margin-bottom: 16px;
  position: relative;
}
.nh-footer-top-right a svg {
  transition: all 0.3s ease-in-out;
}
.nh-footer-top-right a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #191919;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.nh-footer-top-right a:hover svg {
  transform: rotate(45deg);
}
.nh-footer-top-right a:hover::after {
  width: 100%;
}

.nh-footer-bottom {
  border-top: 1px solid rgba(25, 25, 25, 0.1);
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .nh-footer-bottom {
    flex-direction: column;
    border-top: 0;
  }
}

.nh-footer-bottom-left {
  gap: 5px;
}
@media (max-width: 1023px) {
  .nh-footer-bottom-left {
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .nh-footer-bottom-center {
    text-align: center;
  }
}

.nh-footer-bottom-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
}
@media (max-width: 1023px) {
  .nh-footer-bottom-right ul {
    justify-content: center;
    margin-top: 10px;
  }
}
.nh-footer-bottom-right ul li a {
  color: var(--gray-3);
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
  margin: 0 !important;
}

body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-bg);
  --color-gray: var(--gray-2);
  font-size: 16px;
  overflow-x: hidden;
}

div#wpadminbar {
  top: inherit;
  bottom: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
a:hover:hover,
a:focus:hover {
  color: inherit;
}

.nh-insight-widget {
  position: relative;
  padding-bottom: 120px;
}
.nh-insight-widget .nh-insight-header-top {
  gap: 30px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .nh-insight-widget .nh-insight-header-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .nh-insight-widget .nh-insight-header-top .nh-insight-header-left, .nh-insight-widget .nh-insight-header-top .nh-insight-top-desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nh-insight-widget .nh-insight-header-top .nh-header-header-description {
    justify-content: flex-start;
  }
}
@media (max-width: 1023px) {
  .nh-insight-widget .nh-insight-header-top .nh-header-header-description svg {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .nh-insight-widget .nh-insight-header-top .nh-header-header-description svg {
    width: 60px;
  }
}
.nh-insight-widget .nh-insight-header-top .nh-insight-top-title {
  color: var(--primary-text-color);
}
@media (max-width: 767px) {
  .nh-insight-widget .nh-insight-header-top .nh-insight-top-title {
    text-align: left !important;
  }
}
.nh-insight-widget .nh-insight-header-top .widget-title {
  color: var(--primary-text-color);
}
.nh-insight-widget .nh-insight-header-top .nh-insight-top-desc p {
  color: var(--gray-3);
  max-width: 515px;
}
@media (max-width: 767px) {
  .nh-insight-widget .nh-insight-header-top .nh-insight-top-desc p {
    max-width: 100%;
  }
}
.nh-insight-widget .nh-insight-slider {
  position: relative;
  overflow: hidden;
}
.nh-insight-widget .nh-insight-slider .swiper-slide {
  height: auto;
}
.nh-insight-widget .nh-insight-arrow {
  position: relative;
  pointer-events: none;
  z-index: 10;
}
.nh-insight-widget .nh-insight-arrow svg {
  pointer-events: all;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transition: all 0.3s ease-in;
}
.nh-insight-widget .nh-insight-arrow svg:hover path {
  fill: var(--primary-text-color);
}
.nh-insight-widget .nh-insight-arrow svg:hover circle {
  stroke: var(--gray-2);
  fill: var(--gray-2);
}
.nh-insight-widget .nh-insight-arrow svg.swiper-button-disabled {
  cursor: not-allowed;
}
.nh-insight-widget .nh-insight-arrow svg.swiper-button-disabled:hover path {
  fill: #808080;
}
.nh-insight-widget .nh-insight-arrow svg.swiper-button-disabled:hover circle {
  stroke: #808080;
  fill: #808080;
}

.swiper-bottom-arrow {
  margin-top: 60px;
}
.swiper-bottom-arrow .nh-insight-arrow {
  display: flex;
  gap: 16px;
}

.nh-latest-blog-item {
  position: relative;
  padding-bottom: 83px;
  height: 100%;
}
.nh-latest-blog-item .nh-latest-blog-thumb {
  display: inline-block;
  width: 100%;
  height: 251px;
  overflow: hidden;
  margin-bottom: 24px;
}
.nh-latest-blog-item .nh-latest-blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.nh-latest-blog-item .nh-latest-blog-thumb img:hover {
  transform: scale(1.05);
}
.nh-latest-blog-item .nh-latest-blog-cats {
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nh-latest-blog-item .nh-latest-blog-cats .nh-blog-cat {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: inline-block;
  padding: 5px 10px;
  color: var(--primary-text-color);
  opacity: 0.7;
  border-radius: 150px;
  transition: all 0.4s ease-in;
}
.nh-latest-blog-item .nh-latest-blog-cats .nh-blog-cat:hover {
  opacity: 1;
  color: var(--gray-3);
}

.nh-single-post-top {
  padding-top: 260px;
}
.nh-single-post-top .nh-single-post-top-title {
  max-width: 850px;
  margin: auto;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .nh-single-post-top .nh-single-post-top-title {
    padding: 0 20px;
  }
}

.nh-insight-all-blogs-section {
  padding-top: 322px;
}
@media (max-width: 1023px) {
  .nh-insight-all-blogs-section {
    padding-top: 200px;
  }
}
.nh-insight-all-blogs-section .nh-insight-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 64px !important;
  gap: 44px;
}
.nh-insight-all-blogs-section nav.nh-pagination {
  width: 100%;
}
.nh-insight-all-blogs-section .nh-insight-blogs {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 30px;
}
@media (max-width: 1023px) {
  .nh-insight-all-blogs-section .nh-insight-blogs {
    gap: 60px 30px;
  }
}
@media (max-width: 767px) {
  .nh-insight-all-blogs-section .nh-insight-blogs {
    gap: 30px;
  }
}
.nh-insight-all-blogs-section .nh-insight-blogs .nh-latest-blog-item {
  width: calc(33.333% - 30px);
}
@media (max-width: 1023px) {
  .nh-insight-all-blogs-section .nh-insight-blogs .nh-latest-blog-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .nh-insight-all-blogs-section .nh-insight-blogs .nh-latest-blog-item {
    width: 100%;
  }
}

.nh-testimonial-header {
  padding-left: 71px;
}
.nh-testimonial-header .nh-title {
  position: relative;
  gap: 8px;
  color: var(--gray-3-light);
}
.nh-testimonial-header .nh-title .nh-title-activated {
  position: relative;
  width: 14px;
  height: 14px;
}
.nh-testimonial-header .nh-title .nh-title-activated::before {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: var(--green);
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nh-testimonial-header .nh-title .nh-title-activated::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border-radius: 20px;
  border: 1px solid var(--gray-3-light);
  display: block;
  z-index: 1;
  opacity: 0.2;
}
.nh-testimonial-header .nh-subtitle {
  position: relative;
}
.nh-testimonial-header .nh-subtitle span {
  display: inline-block;
  margin-top: 20px;
  max-width: 408px;
}
.nh-testimonial-header .nh-subtitle svg {
  position: absolute;
  left: -91px;
  top: 9px;
}
.nh-testimonial-header svg.nh-right-identifier {
  position: absolute;
  right: 223px;
  top: 0;
}

.nh-served-companies-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 48px 0 120px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .nh-served-companies-wrapper {
    padding: 50px 0 60px 0;
  }
}
.nh-served-companies-wrapper .nh-served-companies-slider {
  display: flex;
  gap: 30px;
  cursor: grab;
}
.nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item {
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(40px);
  border-radius: 220px;
  transition: all 0.3s ease-in-out;
}
.nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2) inset;
}
.nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item a, .nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item span {
  color: var(--gray-3-light);
}
.nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item a:hover, .nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item span:hover {
  color: var(--primary-text-color);
}
.nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item a {
  text-align: center;
}
.nh-served-companies-wrapper .nh-served-companies-slider .nh-served-company-item a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nh-testimonial-widget {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .nh-testimonial-widget {
    padding-bottom: 60px;
  }
}
.nh-testimonial-widget .nh-served-testimonials {
  border-top: 1px solid rgba(25, 25, 25, 0.1);
  border-left: 1px solid rgba(25, 25, 25, 0.1);
}
.nh-testimonial-widget .nh-served-testimonials .nh-served-testimonial-item {
  border-right: 1px solid rgba(25, 25, 25, 0.1);
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  flex: 1 1 50%;
  max-width: 50%;
  padding: 56px;
}
@media (max-width: 1023px) {
  .nh-testimonial-widget .nh-served-testimonials .nh-served-testimonial-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .nh-testimonial-widget .nh-served-testimonials .nh-served-testimonial-item {
    padding: 30px;
  }
}
.nh-testimonial-widget .nh-served-testimonials .nh-served-testimonial-item .nh-served-testimonial-author-name {
  margin-bottom: 4px;
}
.nh-testimonial-widget .nh-served-testimonials .nh-served-testimonial-item .btn-transparent {
  color: #191919;
}
.nh-testimonial-widget .nh-served-testimonials .nh-served-testimonial-item .nh-served-testimonial-author {
  gap: 16px;
  margin-bottom: 24px;
}
.nh-testimonial-widget .nh-served-testimonials .nh-served-testimonial-item .nh-served-testimonial-author img {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 1px solid #191919;
}

.nh-promo-header {
  max-width: 936px;
  margin: auto;
  margin-bottom: 48px;
}
.nh-promo-header .nh-promo-header-title {
  margin-bottom: 8px;
}
.nh-promo-header .nh-promo-header-subtitle {
  gap: 44px;
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  .nh-promo-header .nh-promo-header-subtitle {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .nh-promo-header .nh-promo-header-subtitle svg {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .nh-promo-header .nh-promo-header-subtitle svg {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .nh-promo-header .nh-promo-header-subtitle svg {
    width: 45px;
  }
}
.nh-promo-header .nh-promo-header-subtitle .title-two {
  width: calc(100% - 44px - 100px);
}
@media (max-width: 1023px) {
  .nh-promo-header .nh-promo-header-subtitle .title-two {
    width: calc(100% - 20px - 75px);
  }
}
@media (max-width: 767px) {
  .nh-promo-header .nh-promo-header-subtitle .title-two {
    width: calc(100% - 20px - 60px);
  }
}
@media (max-width: 575px) {
  .nh-promo-header .nh-promo-header-subtitle .title-two {
    width: calc(100% - 20px - 45px);
  }
}
.nh-promo-header .nh-promo-header-short-des {
  padding-left: 150px;
  font-weight: 500;
  max-width: 900px;
}
@media (max-width: 1023px) {
  .nh-promo-header .nh-promo-header-short-des {
    padding-left: 100px;
  }
}
@media (max-width: 575px) {
  .nh-promo-header .nh-promo-header-short-des {
    padding-left: 65px;
  }
}

.nh-promo-section {
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .nh-promo-section {
    padding-bottom: 60px;
  }
}

.nh-promo-item {
  min-height: 350px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  position: relative;
  padding: 32px 24px;
  box-sizing: border-box;
}
.nh-promo-item .nh-promo-item-icon {
  position: relative;
}
.nh-promo-item .nh-promo-item-icon .nh-promo-item-svg {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 25, 25, 0.1);
  border-radius: 9999px;
}
.nh-promo-item .nh-promo-item-icon .nh-promo-item-svg svg {
  width: 24px;
}
.nh-promo-item .nh-promo-item-icon span {
  display: block;
  background: rgba(25, 25, 25, 0.1);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 48px;
  width: calc(100% - 23px);
  transform: translateY(-50%);
}
.nh-promo-item .nh-promo-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 24px;
}
.nh-promo-item .nh-promo-item-content .nh-promo-item-title {
  margin-bottom: 16px;
}

.nh-promo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.nh-promo-list .nh-promo-item {
  flex: 1 1 100%;
  max-width: 100%;
}
.nh-promo-list:has(.nh-promo-item:nth-child(2):last-child) .nh-promo-item {
  flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.nh-promo-list:has(.nh-promo-item:nth-child(3):last-child) .nh-promo-item {
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
}
@media (max-width: 1200px) {
  .nh-promo-list:has(.nh-promo-item:nth-child(3):last-child) .nh-promo-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .nh-promo-list:has(.nh-promo-item:nth-child(3):last-child) .nh-promo-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.nh-promo-list:has(.nh-promo-item:nth-child(4)) .nh-promo-item {
  flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
}
@media (max-width: 1200px) {
  .nh-promo-list:has(.nh-promo-item:nth-child(4)) .nh-promo-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .nh-promo-list:has(.nh-promo-item:nth-child(4)) .nh-promo-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.nh-selected-work {
  background: #F5F5F5;
  border-radius: 60px;
  padding: 100px 0;
}
@media (max-width: 575px) {
  .nh-selected-work {
    padding: 65px 10px;
  }
}
.nh-selected-work .nh-selected-work-header {
  position: relative;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .nh-selected-work .nh-selected-work-header {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
.nh-selected-work .nh-selected-work-header .nh-selected-work-header-title {
  width: 220px;
}
@media (max-width: 1200px) {
  .nh-selected-work .nh-selected-work-header .nh-selected-work-header-title {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .nh-selected-work .nh-selected-work-header .nh-selected-work-header-title {
    font-size: 40px;
    line-height: 45px;
  }
}
.nh-selected-work .nh-selected-work-header .nh-selected-work-header-description {
  max-width: 630px;
}
@media (max-width: 1200px) {
  .nh-selected-work .nh-selected-work-header .nh-selected-work-header-description {
    max-width: 100%;
  }
}
.nh-selected-work .nh-selected-work-header svg.nh-selected-work-header-svg {
  position: absolute;
  top: -80px;
  left: 440px;
}
@media (max-width: 767px) {
  .nh-selected-work .nh-selected-work-header svg.nh-selected-work-header-svg {
    right: 0;
    top: -104px;
    left: inherit;
  }
}

.nh-selected-work-wrapper {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  cursor: pointer;
}
@media (max-width: 767px) {
  .nh-selected-work-wrapper {
    gap: 20px;
    flex-direction: column;
  }
}
.nh-selected-work-wrapper:last-child {
  border-bottom: 0;
  padding-bottom: 100px;
}
.nh-selected-work-wrapper a.nh-selected-work-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nh-selected-work-wrapper .nh-selected-work-thumbnail {
  position: absolute;
  right: 223px;
  top: 40px;
  transition: all 0.4s ease-in;
  transform: rotate(-11deg) scale(0);
  opacity: 0;
  transition: all 0.4s linear;
  visibility: hidden;
  width: 407px;
  height: 250px;
}
@media (max-width: 1200px) {
  .nh-selected-work-wrapper .nh-selected-work-thumbnail {
    display: none;
  }
}
.nh-selected-work-wrapper .nh-selected-work-thumbnail img {
  transition: transform 300ms ease-in-out;
}
.nh-selected-work-wrapper:hover .nh-selected-work-thumbnail {
  transform: rotate(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.nh-selected-work-wrapper:hover .nh-selected-work-list-title {
  color: #191919;
}
.nh-selected-work-wrapper:hover .btn-transparent {
  color: #191919;
}
@media (max-width: 767px) {
  .nh-selected-work-wrapper .btn-transparent {
    justify-content: flex-end;
  }
}

.nh-selected-work-list {
  gap: 64px;
  align-items: flex-end;
  position: relative;
  z-index: 9;
}
@media (max-width: 1023px) {
  .nh-selected-work-list {
    gap: 30px;
  }
}
.nh-selected-work-list .nh-selected-work-list-title {
  position: relative;
  top: 9px;
}
@media (max-width: 575px) {
  .nh-selected-work-list .nh-selected-work-list-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.nh-selected-work-list .btn-transparent {
  position: relative;
  top: 8px;
  z-index: 9;
}

.about-work-section {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .about-work-section {
    padding: 60px 0;
  }
}
.about-work-section svg.about-work-section-identifier {
  position: absolute;
  right: 0;
  top: 134px;
}
.about-work-section .about-work-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.about-work-section .nh-work-slider-arrow, .about-work-section .nh-about-work-right {
  width: 50%;
}
.about-work-section .nh-work-slider-arrow {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .about-work-section .nh-work-slider-arrow {
    width: 100%;
    justify-content: flex-end;
  }
}
.about-work-section .about-work-header-title {
  max-width: 630px;
  margin-bottom: 32px;
}
.about-work-section .work-slider-item {
  height: 400px;
}
.about-work-section .work-slider-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .about-work-header-top {
    padding-right: 75px;
  }
}

@media (max-width: 767px) {
  .nh-about-work-left {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .nh-about-work-left .nh-about-work-right {
    width: 100%;
    margin-bottom: 30px;
  }
}

.project-name {
  height: 504px !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .project-name {
    height: auto !important;
  }
}
.project-name .elementor-widget-image {
  height: 100% !important;
}

.nh-all-work-section {
  padding: 260px 0 0 0;
}
@media (max-width: 1200px) {
  .nh-all-work-section {
    padding: 140px 0 0 0;
  }
}
.nh-all-work-section .nh-work-hero-text {
  max-width: 890px;
  margin: auto;
}
.nh-all-work-section .nh-work-hero-text .nh-work-title {
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .nh-all-work-section .nh-work-hero-text .nh-work-title {
    font-size: 35px;
  }
}
.nh-all-work-section .nh-work-hero-text .nh-work-title:empty {
  display: none !important;
}
.nh-all-work-section .nh-work-hero-text .nh-hero-subtitle {
  margin-bottom: 64px;
  opacity: 0;
}
@media (max-width: 1023px) {
  .nh-all-work-section .nh-work-hero-text .nh-hero-subtitle {
    margin-bottom: 35px;
  }
}

.nh-work-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.nh-work-list-wrapper-item {
  position: relative;
}
.nh-work-list-wrapper-item a.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .nh-work-list-wrapper-item h3 {
    font-size: 24px;
  }
}
.nh-work-list-wrapper-item .nh-work-category {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .nh-work-list-wrapper-item .nh-work-category {
    margin-bottom: 10px;
  }
}
.nh-work-list-wrapper-item .nh-work-list-item-content {
  position: relative;
  padding-right: 60px;
}
.nh-work-list-wrapper-item .nh-work-list-item-content a.nh-work-btn {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 575px) {
  .nh-work-list-wrapper-item .nh-work-list-item-content a.nh-work-btn {
    width: 40px;
    height: 40px;
  }
}
.nh-work-list-wrapper-item .nh-work-list-item-content a.nh-work-btn svg {
  transition: all 0.4s ease-in-out;
}
.nh-work-list-wrapper-item:hover .nh-work-list-item-content a.nh-work-btn svg {
  transform: rotate(45deg);
}

.nh-work-banner img {
  width: 87.2vw;
  margin: 0 0 56px auto;
  display: table;
}

/* 1st & 4th in every 4 → red */
.nh-work-list-wrapper-item:nth-child(4n+1),
.nh-work-list-wrapper-item:nth-child(4n) {
  width: 40.34%;
}
@media (max-width: 767px) {
  .nh-work-list-wrapper-item:nth-child(4n+1),
  .nh-work-list-wrapper-item:nth-child(4n) {
    width: 100%;
  }
}
.nh-work-list-wrapper-item:nth-child(4n+1) img,
.nh-work-list-wrapper-item:nth-child(4n) img {
  height: 678px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .nh-work-list-wrapper-item:nth-child(4n+1) img,
  .nh-work-list-wrapper-item:nth-child(4n) img {
    height: auto;
  }
}

/* 2nd & 3rd in every 4 → blue */
.nh-work-list-wrapper-item:nth-child(4n+2),
.nh-work-list-wrapper-item:nth-child(4n+3) {
  width: 48.9%;
}
@media (max-width: 767px) {
  .nh-work-list-wrapper-item:nth-child(4n+2),
  .nh-work-list-wrapper-item:nth-child(4n+3) {
    width: 100%;
  }
}
.nh-work-list-wrapper-item:nth-child(4n+2) img,
.nh-work-list-wrapper-item:nth-child(4n+3) img {
  height: 412px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .nh-work-list-wrapper-item:nth-child(4n+2) img,
  .nh-work-list-wrapper-item:nth-child(4n+3) img {
    height: auto;
  }
}

.nh-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 12px;
  margin-bottom: 20px;
}
.nh-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(128, 128, 128, 0.1);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #808080;
  border-radius: 100px;
}
.nh-pagination .page-numbers.current {
  background: #191919;
  color: #fff;
  border: 1px solid #191919;
}
.nh-pagination .page-numbers.prev {
  margin-right: 12px;
}
.nh-pagination .page-numbers.next {
  margin-left: 12px;
}
.nh-pagination .page-numbers.prev, .nh-pagination .page-numbers.next {
  width: 48px;
  height: 48px;
}
.nh-pagination .page-numbers.prev svg circle, .nh-pagination .page-numbers.next svg circle {
  transition: all 0.4s ease-in;
}
.nh-pagination .page-numbers.prev:hover svg circle, .nh-pagination .page-numbers.next:hover svg circle {
  fill: #808080;
}

.social-share-buttons {
  max-width: 890px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 100px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.social-share-buttons span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.social-share-buttons a svg {
  transition: all 0.3s ease-in;
}
.social-share-buttons a svg:hover path {
  fill: #191919;
}

.nh-post-description {
  max-width: 890px;
  margin: auto;
  padding: 0 20px;
}
.nh-post-description figure {
  margin-top: 56px;
}
.nh-post-description h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -1.6px;
}
@media (max-width: 1200px) {
  .nh-post-description h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  .nh-post-description h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .nh-post-description h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .nh-post-description h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.nh-post-description h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.3px;
}
@media (max-width: 767px) {
  .nh-post-description h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .nh-post-description h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.nh-post-description h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
}
.nh-post-description h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.6px;
}
.nh-post-description h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}
.nh-post-description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 24px;
  color: #5c5c5c;
}
@media (max-width: 575px) {
  .nh-post-description p {
    font-size: 16px;
    line-height: 150%;
  }
}

.single-related-post {
  position: relative;
}
.single-related-post img.related-post-right {
  position: absolute;
  right: 0;
  top: 64px;
}
.single-related-post .single-related-post-header {
  width: 443px;
  margin: auto;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .single-related-post .single-related-post-header {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .single-related-post .single-related-post-header .title-one {
    text-align: left !important;
    padding-left: 85px;
  }
}
.single-related-post .nh-related-works {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-related-post .nh-related-works {
    margin-bottom: 50px;
  }
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item {
  width: calc(33.33% - 20px);
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-item-content {
  padding-right: 0;
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-item-content a {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 60px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 767px) {
  .single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-item-content a {
    margin-bottom: 30px;
  }
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-item-content h3 {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 60px;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 767px) {
  .single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-item-content h3 {
    margin-bottom: 30px;
  }
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-item-content .nh-work-category {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-item-content .nh-work-category span {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #191919;
  font-size: 12px;
  line-height: 140%;
  border-radius: 150px;
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-thumb {
  height: 251px;
  display: block;
  margin-bottom: 24px;
}
.single-related-post .nh-related-works .nh-work-list-wrapper-item .nh-work-list-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023px) {
  .single-related-post .nh-related-works .nh-work-list-wrapper-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .single-related-post .nh-related-works .nh-work-list-wrapper-item {
    width: 100%;
  }
}

.nh-hero-top {
  gap: 36px;
}
@media (max-width: 575px) {
  .nh-hero-top {
    gap: 20px;
    margin-bottom: 5px;
  }
}
.nh-hero-top .nh-hero-top-area {
  gap: 8px;
}
.nh-hero-top .nh-title-activated {
  position: relative;
  width: 14px;
  height: 14px;
}
.nh-hero-top .nh-title-activated::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: var(--green);
  display: block;
  z-index: 2;
  position: absolute;
  left: 4px;
  top: 4px;
}
.nh-hero-top .nh-title-activated::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border-radius: 20px;
  border: 1px solid var(--gray-3-light);
  display: block;
  z-index: 1;
  opacity: 0.2;
}

.nh-hero-section-content {
  width: 1040px;
  margin: auto;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .nh-hero-section-content {
    width: 100%;
  }
}

.nh-hero-scroll {
  gap: 12px;
  cursor: pointer;
  margin-bottom: 100px;
  color: var(--gray-3-light) !important;
}
@media (max-width: 1023px) {
  .nh-hero-scroll {
    margin-bottom: 50px;
  }
}
.nh-hero-scroll:hover {
  color: var(--primary-text-color) !important;
}
.nh-hero-scroll:hover svg circle {
  fill: #808080;
}

.hero-thumbnail {
  height: auto;
  width: 100%;
}

.nh-hero-section {
  padding-bottom: 98px;
  padding-top: 228px;
  position: relative;
}
@media (max-width: 1200px) {
  .nh-hero-section {
    padding-bottom: 20px;
    padding-top: 140px;
  }
}
.nh-hero-section .solutions {
  padding-left: 95px;
}
@media (max-width: 575px) {
  .nh-hero-section .solutions {
    padding-left: 10px;
  }
}
.nh-hero-section img.nh-hero-identifier {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: auto;
  z-index: -1;
}

.solutions-with-title {
  padding-left: 190px;
}
@media (max-width: 767px) {
  .solutions-with-title {
    padding-left: 120px;
  }
}
@media (max-width: 575px) {
  .solutions-with-title {
    padding-left: 30px;
  }
}

.nh-hero-description {
  max-width: 50%;
  margin-left: auto;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .nh-hero-description {
    max-width: 100%;
  }
}

.services-ticker-block {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  margin: 20px 0;
}

.stb_line_single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  will-change: transform;
}

.stb-item {
  display: inline-block;
  margin-right: 1rem;
}

/* Reverse slider specific styles */
.slider-reverse .stb-item {
  margin-right: 1rem;
}

.header-ticker-slider-wrapper {
  position: relative;
  height: 145px;
  top: -32px;
}
@media (max-width: 575px) {
  .header-ticker-slider-wrapper {
    height: 95px;
  }
}
.header-ticker-slider-wrapper .services-ticker-block {
  background: linear-gradient(90.04deg, #262626 0%, #585858 99.98%);
  transform: rotate(2.93deg);
  position: absolute;
  z-index: 2;
  padding: 12px 0;
  top: -10px;
  left: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .header-ticker-slider-wrapper .services-ticker-block {
    transform: rotate(10.93deg);
  }
}
.header-ticker-slider-wrapper .services-ticker-block span, .header-ticker-slider-wrapper .services-ticker-block svg {
  margin-right: 27px;
  display: inline-block;
}
.header-ticker-slider-wrapper .services-ticker-block span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.header-ticker-slider-wrapper .services-ticker-block.slider-reverse {
  transform: rotate(-2.93deg);
  background: linear-gradient(90.04deg, #C0C0C0 0%, #666666 99.98%);
  position: relative;
  z-index: 1;
  top: 0;
}

.nh-contact-section {
  padding-top: 250px;
  position: relative;
}
@media (max-width: 1023px) {
  .nh-contact-section {
    padding-top: 150px;
  }
}
.nh-contact-section .nh-contact-header {
  max-width: 1005px;
  margin: auto;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .nh-contact-section .nh-contact-header {
    max-width: 750px;
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .nh-contact-section .nh-contact-header {
    max-width: 580px;
  }
}
@media (max-width: 1023px) {
  .nh-contact-section .nh-contact-header {
    margin-bottom: 50px;
  }
}
.nh-contact-section .nh-contact-header svg.nh-contact-subtitle-svg {
  position: absolute;
  left: -82px;
}
@media (max-width: 1023px) {
  .nh-contact-section .nh-contact-header svg.nh-contact-subtitle-svg {
    left: -50px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .nh-contact-section .nh-contact-header svg.nh-contact-subtitle-svg {
    left: -32px;
    width: 50px;
  }
}
.nh-contact-section .nh-contact-header .nh-contact-subtitle {
  justify-content: flex-end;
}
.nh-contact-section .nh-contact-subtitle {
  opacity: 0;
}
.nh-contact-section .nh-contact-form-wrapper {
  max-width: 1070px;
  margin: auto;
  position: relative;
  z-index: 4;
}

.nh-form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .nh-form-group {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.nh-form-group .wpcf7-form-control-wrap {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .nh-form-group .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.nh-form-group input, .nh-form-group textarea, .nh-form-group select {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--gray-3);
  font-weight: 400;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  padding-bottom: 32px;
  background: transparent;
  width: 100%;
}
@media (max-width: 767px) {
  .nh-form-group input, .nh-form-group textarea, .nh-form-group select {
    padding-bottom: 20px;
    font-size: 16px;
  }
}

.nh-form-text-area .wpcf7-form-control-wrap {
  width: 100%;
}
.nh-form-text-area textarea {
  height: 62px;
  resize: none;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--gray-3);
  font-weight: 400;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  background: transparent;
  width: 100%;
}
@media (max-width: 767px) {
  .nh-form-text-area textarea {
    font-size: 16px;
  }
}

.nh-form-group {
  display: flex;
  justify-content: space-between;
}

.nh-contact-form-container {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .nh-contact-form-container {
    margin-bottom: 50px;
  }
}
.nh-contact-form-container .nh-submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  position: relative;
}
.nh-contact-form-container .nh-submit-btn .nh-submit-btn-inner {
  position: relative;
}
.nh-contact-form-container .nh-submit-btn .nh-submit-btn-inner span.wpcf7-spinner {
  position: absolute;
  right: -60px;
  top: 11px;
}
.nh-contact-form-container .nh-submit-btn .nh-submit-btn-inner:hover svg {
  transform: rotate(45deg);
}
.nh-contact-form-container .nh-submit-btn svg {
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in;
  right: 14px;
}
.nh-contact-form-container .nh-submit-btn svg path {
  fill: var(--text-color-two);
}
.nh-contact-form-container .nh-submit-btn .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 8px;
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.3019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 200px;
  padding: 11px 20px;
  color: var(--text-color-two);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  --hover-size: 300px;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  min-width: 180px;
  box-sizing: border-box;
  font-weight: 600;
}
.nh-contact-form-container .nh-submit-btn .wpcf7-submit::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0%;
  width: 0;
  height: 0;
  transform: translate(-50%, 50%);
  border-radius: 80%;
  background: rgba(255, 255, 255, 0.1019607843);
  transition: width 0.9s ease, height 0.9s ease, bottom 0.5s ease;
  z-index: -1;
}
.nh-contact-form-container .nh-submit-btn .wpcf7-submit svg,
.nh-contact-form-container .nh-submit-btn .wpcf7-submit img {
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.nh-contact-form-container .nh-submit-btn .wpcf7-submit:hover {
  color: var(--text-color-two);
}
.nh-contact-form-container .nh-submit-btn .wpcf7-submit:hover::before {
  width: var(--hover-size);
  height: var(--hover-size);
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.nh-contact-form-container .nh-submit-btn .wpcf7-submit:hover svg {
  transform: rotate(45deg);
}

.nh-header-top-image-identifier {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 557px;
  z-index: -1;
}
.nh-header-top-image-identifier img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* SVG Support Styles */
svg {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* SVG in media library */
.attachment-preview svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* SVG in Elementor */
.elementor-widget svg {
  max-width: 100%;
  height: auto;
}

/* SVG in widgets */
.widget svg {
  max-width: 100%;
  height: auto;
}

/* SVG in post content */
.entry-content svg {
  max-width: 100%;
  height: auto;
}

/* SVG in comments */
.comment-content svg {
  max-width: 100%;
  height: auto;
}

/* SVG responsive */
@media (max-width: 768px) {
  svg {
    max-width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=main.min.css.map*/