.nh-home-banner {
    border-bottom: 1px solid #EFE9DC21;
} 
.nh-banner-btn .kc-elm {
    max-width: fit-content;
}
.nh-banner-btn a.kc_button {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 8px;
	transition: all 0.3s ease;
}
.nh-banner-btn a.nh-btn-1 {
    background: #FF5E00;
    border: 1px solid #FF5E00;
}
.nh-banner-btn a.nh-btn-2 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 48.91%, rgba(0, 0, 0, 0) 100%);
    border: 1px solid #FFFFFF80;
}
.nh-banner-btn a.nh-btn-2:hover {
    background: #FF5E00;
    border: 1px solid #FF5E00;
}
.nh-banner-business-logo {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-bottom: 20px;
}
.nh-banner-real-system p {
    color: #EFE9DC;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'JetBrains Mono';
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.nh-build-tech-col .nh-contact-para h3 {
    color: #DDD7C9;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Manrope';
	margin-bottom: 25px;
}
.nh-build-tech-col .nh-contact-para p {
	color: #DDD7C9;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Manrope';
	margin-bottom: 25px;
}
.nh-small-description p {
    color: #9B968C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40%;
}
.nh-counter-section .nh-build-counter-col {
    padding-left: 100px;
}
.nh-counter-subcontent .nh-count .counter-text {
    color: #EFE9DC;
    font-size: 44px;
    font-weight: 800;
    line-height: 55px;
}
.nh-counter-subcontent .nh-count .counter-text span {
    color: #FF5E00;
}
.nh-counter-subcontent p {
    color: #9B968C;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.nh-counter-section .nh-counter-subcontent {
	padding-top: 15px;
	padding-bottom: 15px;
}
.nh-counter-section {
	margin-top: 50px;
}
.nh-build-counter-col .nh-innercounter-subcontent {
    border: 1px solid #EFE9DC21;
}
.nh-build-counter-col .nh-innercounter-subcontent .nh-counter-subcontent:nth-child(1),
.nh-build-counter-col .nh-innercounter-subcontent .nh-counter-subcontent:nth-child(2) {
    border-bottom: 1px solid #EFE9DC21;
}
.nh-build-counter-col .nh-innercounter-subcontent .nh-counter-subcontent:nth-child(1),
.nh-build-counter-col .nh-innercounter-subcontent .nh-counter-subcontent:nth-child(3) {
    border-right: 1px solid #EFE9DC21;
}
.nh-innercounter-subcontent .nh-counter-subcontent {
    min-width: 50%;
}
.nh-small-para p {
    color: #9B968C;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.7px;
}
h2.nh-heading-title {
    color: #EFE9DC;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
	font-family: 'Manrope';
}
.nh-what-build-details .nh-what-build-content h4 {
    color: #EFE9DC;
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
	margin-bottom: 20px;
	font-family: 'Manrope';
}
.nh-what-build-details .nh-what-build-content p {
    color: #9B968C;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Manrope';
}
.nh-what-build-details .nh-what-build-details-contain {
    margin-top: 35px;
	border: 1px solid #EFE9DC21;
}
.nh-what-build-details .nh-what-build-content {
    min-width: 50%;
    background: #0B0B0B;
    padding: 30px 30px;
    position: relative;
    transition: all 0.3s ease;
}
.nh-what-build-details .nh-what-build-content:nth-child(1) {
	border-right: 1px solid #EFE9DC21;
	border-bottom: 1px solid #EFE9DC21;
}
.nh-what-build-details .nh-what-build-content:nth-child(2) {
	border-bottom: 1px solid #EFE9DC21;
}
.nh-what-build-details .nh-what-build-content:nth-child(3) {
	border-right: 1px solid #EFE9DC21;
}
.nh-what-build-details .nh-what-build-content ul {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.nh-what-build-details .nh-what-build-content ul > li {
    color: #DDD7C9;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'JetBrains Mono';
	border: 1px solid #EFE9DC52;
	border-radius: 50px;
	padding: 6px 10px;
}
.nh-what-build-details .nh-what-build-content:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #FF5E00;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}
.nh-what-build-details .nh-what-build-content:hover:before {
	width: 100%;
}
.nh-what-build-details .nh-what-build-content:hover {
	background: #141412;
}
.trusted-partner-section {
    background: #141412;
    border: 1px solid #EFE9DC21;
}
.trusted-partner-section h5 {
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
	margin-bottom: 35px;
}
.trusted-image-section .kc_single_image {
    position: relative;
}
.trusted-image-section .kc_single_image img {
    max-width: 160px;
}
.trusted-image-section .kc_single_image:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    color: #FF5E00;
    font-size: 30px;
    font-weight: 800;
	font-family: 'Manrope';
}
.nh-accodion-content .kc_accordion_section.group .ui-accordion-header,
.nh-accodion-content .kc_accordion_section.group .ui-accordion-content {
    border: none;
}
.nh-accodion-content .kc_accordion_section.group h3 a ,
.nh-accodion-content .kc_accordion_section.group .kc-panel-body {
	padding: 0px;
}
.nh-accodion-content .kc_accordion_section.group h3 a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.nh-accodion-content .kc_accordion_section.group .kc-panel-body p {
    margin: 15px 0 0;
	padding-right: 40px;
    color: #A1A1A1;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.nh-accodion-content .group .ui-accordion-header-icon.ui-icon:before {
    content: "\f067";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 12px;
}
.nh-accodion-content .group.kc-section-active .ui-accordion-header-icon.ui-icon:before {
    content: "\f068";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 12px;
}
.nh-accodion-content .group {
	padding: 18px 0px 18px 30px;
    border-bottom: 1px solid #FFFFFF1A;
	counter-increment: count;
}
.nh-accodion-content .group h3:before {
	content: counter(count, decimal-leading-zero);
    position: absolute;
    color: #FF5E00;
    left: -30px;
    font-size: 13px;
    font-weight: 500;
}
.nh-accodion-content .group .ui-accordion-header-icon {
	margin: 0;
	border: 1px solid #FFFFFF26;
	padding: 7px;
	border-radius: 50px;
}
.nh-accodion-content .group:first-child {
    border-top: 1px solid #FFFFFF1A;
}
.nh-success-stories-section .nh-success-stories-card {
	border: 1px solid #EFE9DC21;
	padding: 10px 10px;
}
.nh-success-stories-card .nh-success-trusted-highlight p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #E8472A66;
    background: #000000;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 0;
    width: fit-content;
    text-transform: uppercase;
}
.nh-success-stories-card .nh-success-trusted-titles p {
    color: #A1A1A1;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.nh-success-stories-card .nh-success-trusted-titles h4 {
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'Inter';
    line-height: 35px;
    font-weight: 600;
    margin: 0;
}
.nh-success-stories-card > .kc_wrapper {
    position: relative;
}
.nh-success-stories-card .nh-success-stories-content {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.nh-success-stories-content .nh-stories-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
	border: 1px solid #FFFFFF26;
	border-radius: 16px;
}
.nh-success-stories-content .nh-stories-desc .nh-success-trusted-highlight {
    display: flex;
    justify-content: end;
}
.nh-success-stories-card .nh-success-story-details > .kc_wrapper {
    padding: 20px 15px;
    display: inline-block;
}
.nh-success-stories-card h5 {
    font-size: 16px;
    color: #9B968C;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Manrope';
    margin-bottom: 10px;
}
.nh-success-stories-card h4 {
    color: #EFE9DC;
    font-family: 'Manrope';
	font-size: 25px;
	line-height: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}
.nh-success-stories-card .grow-st-indus h6 {
    color: #A1A1A1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	margin: 0;
    font-family: 'Manrope';
}
.nh-success-stories-card .grow-st-indus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.nh-success-stories-card .grow-st-indus > p {
    margin: 0;
}
.nh-success-story-rate ul > li {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    position: relative;
	padding-top: 25px;
}
.nh-success-story-details .nh-success-story-rate {
    margin-top: 30px;
}
.nh-success-story-details .nh-success-story-rate > ul {
    display: flex;
    gap: 10px;
}
.nh-success-story-rate ul > li:before {
    content: '';
    position: absolute;
    background-image: url(https://sites.digitalradium.com/digitalradium/wp-content/uploads/2026/05/outcome-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.nh-success-trusted-titles {
    position: relative;
}
.nh-success-trusted-titles:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    top: 10px;
    right: 0;
    z-index: 0;
    background-image: url(https://sites.digitalradium.com/digitalradium/wp-content/uploads/2026/06/case-study-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.nh-success-stories-card:hover .nh-success-trusted-titles:after {
    transform: rotate(45deg);
}
.nh-success-stories-card > .kc_wrapper .kc-raw-code a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.nh-success-stories-section {
    border-bottom: 1px solid #EFE9DC21;
    padding-top: 50px;
    padding-bottom: 90px;
}
.nh-button-text {
    text-align: center;
}
.nh-button-text a.kc_button {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #FF5E00;
    border: 1px solid #FF5E00;
}
.nh-button-text a.kc_button:hover {
	background: transparent;
}
.nh-tool-tech-section .tool-tech-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap: 20px;
	margin-top: 40px;
}
.nh-tool-tech-section .tool-tech-image .list-image {
    width: 130px;
}
.nh-tool-tech-section .tool-tech-image .list-image img {
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
.nh-tool-tech-section .tool-tech-image .list-image:hover img {
    filter: grayscale(0%);
}
.nh-tool-tech-section {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #EFE9DC21;
}
.nh-contact-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #FFFFFF12;
}
.nh-contact-form-section span.con-font {
    color: #fff;
    font-style: italic;
}
.nh-contact-form-section span.con-font {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-family: 'Fraunces';
}
.nh-contact-form-section .nh-contact-para p {
    color: #9B968C;
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding-right: 30%;
}
.nh-contact-form-section .nh-contact-detail p {
    color: #9B968C;
    font-family: 'JetBrains Mono';
    letter-spacing: 1.2px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
	margin: 0;
}
.nh-contact-form-section .nh-contact-detail h5 {
    color: #EFE9DC;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    font-family: 'Manrope';
}
.nh-contact-form-section .nh-contact-detail {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFE9DC21;
}
.nh-contact-form-section .nh-contact-para {
	margin-top: 20px;
    margin-bottom: 40px;
}
.nh-contact-form-section .nh-contact-wrap {
    border: 1px solid #FFFFFF99;
    padding: 25px 25px;
    border-radius: 1px;
}
.nh-contact-wrap .nh-contact-form label {
    color: #EFE9DCCC;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
	font-family: 'Manrope';
	letter-spacing: 1.1px;
	margin-bottom: 5px;
}
.nh-contact-wrap .nh-contact-form input[type="text"], 
.nh-contact-wrap .nh-contact-form input[type="email"], 
.nh-contact-wrap .nh-contact-form input[type="number"], 
.nh-contact-wrap .nh-contact-form input[type="tel"], 
.nh-contact-wrap .nh-contact-form textarea {
    border: 1px solid #FFFFFF4D;
    border-radius: 10px;
    background: #000;
    padding: 10px 15px !important;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Manrope';
}
.nh-contact-form .cf-row > div {
    margin-bottom: 14px;
}
.nh-contact-wrap .nh-contact-form label span {
    color: #e8472a;
    padding-left: 5px;
}
.nh-contact-wrap .nh-contact-form input[type="submit"] {
    width: 100%;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    padding: 12px 20px;
    background: #FF5E00;
    border: 1px solid #FF5E00;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.nh-contact-wrap .nh-contact-form input[type="submit"]:hover {
	color: #FF5E00;
	background: transparent;
}
.nh-contact-form .pills button {
    color: #EFE9DC80;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: 'Manrope';
    border: 1px solid #FFFFFF80;
    border-radius: 50px;
    margin-bottom: 5px;
	padding: 10px 15px;
	transition: all 0.3s ease;
}
.nh-contact-form button.pill.active,
.nh-contact-form .pills button:hover {
    border: 1px solid #E8472A;
    background: #E8472A;
    color: #fff;
}
.nh-contact-form .pills-flex p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
	margin-bottom: 8px;
}
.nh-contact-form .pills {
    margin-bottom: 15px;
}
.nh-contact-form .choose-interest > p {
    margin-bottom: 5px;
}
.nh-contact-form .choose-interest {
    margin-top: 10px;
    margin-bottom: 15px;
}
.nh-contact-form-content {
    padding-right: 60px;
}
.nh-business-across .nh-business-across-title h4 {
    color: #EFE9DC;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.nh-business-across .nh-business-across-content p {
    color: #9B968C;
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.nh-business-across {
    border-bottom: 1px solid #EFE9DC21;
    padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10%;
	padding-right: 10%;
}
.nh-business-choose-des .nh-business-across:first-child {
    border-top: 1px solid #EFE9DC21;
    margin-top: 50px;
}
.trusted-image-section {
    align-items: center;
}
.trusted-image-section .trusted-image {
    text-align: center;
}
.trusted-image-section .trusted-image:last-child .kc_single_image:after {
	content: none;
}
.nh-contact-form-section .nh-contact-detail a {
    color: #EFE9DC;
    transition: all 0.3s ease;
}
.nh-contact-form-section .nh-contact-detail a:hover {
	color: #ff5e00;
}
.nh-success-stories-card .kc_single_image {
    overflow: hidden;
}
.nh-success-stories-card .kc_single_image img {
    transition: all 0.3s ease;
}
.nh-success-stories-card:hover .kc_single_image img {
    transform: scale(1.1);
}
.nh-build-tech-col {
    padding-right: 100px;
}
.nh-contact-form-section h2.nh-heading-title span.site-color {
    font-family: auto;
}
.nh-banner-business-logo .banner-business-logo-img {
    padding-left: 0px;
}


/* Responsive */

@media (min-width: 1280px) {
	.nh-tool-tech-section .tool-tech-image .list-image {
		width: 150px;
	}	
}

@media (max-width: 1300px) {
	.nh-build-tech-col {
		padding-right: 50px;
	}
}

@media (max-width: 1200px) {
	.nh-what-build-details {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1024px) {
	h2.nh-heading-title {
		font-size: 45px;
		line-height: 55px;
	}
	h2.nh-heading-title br {
		display: none;
	}
	.nh-what-build-details .nh-what-build-content h4 {
		font-size: 25px;
		line-height: 35px;
	}
	.trusted-image-section .kc_single_image img {
		max-width: 110px;
	}
	.trusted-image-section .kc_single_image:after {
		right: 20px;
	}
	.trusted-image-section {
		margin-top: 30px;
	}
	.nh-accodion-content .kc_accordion_section.group h3 a {
		font-size: 18px;
	}
	.nh-accodion-content .group .ui-accordion-header-icon {
		width: 30px;
		height: 30px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nh-accodion-content .group.kc-section-active .ui-accordion-header-icon.ui-icon:before,
	.nh-accodion-content .group .ui-accordion-header-icon.ui-icon:before {
		font-size: 8px;
	}
	.nh-success-stories-card .nh-success-trusted-titles h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.nh-success-stories-card .nh-success-trusted-titles p {
		margin-bottom: 5px;
	}
	.nh-success-trusted-titles:after {
		width: 40px;
		height: 40px;
	}
	.nh-success-stories-card .nh-success-trusted-highlight p {
		font-size: 10px;
		line-height: 15px;
	}
	.nh-contact-form .pills button {
		font-size: 10px;
		line-height: 15px;
		padding: 7px 10px;
	}
	.nh-contact-wrap .nh-contact-form input[type="text"], 
	.nh-contact-wrap .nh-contact-form input[type="email"],
	.nh-contact-wrap .nh-contact-form input[type="number"], 
	.nh-contact-wrap .nh-contact-form input[type="tel"], 
	.nh-contact-wrap .nh-contact-form textarea,
	.nh-contact-wrap .nh-contact-form input[type="submit"] {
		font-size: 12px;
		line-height: 20px;
	}
	.nh-contact-form-section .nh-contact-para p {
		font-size: 14px;
		line-height: 20px;
		padding-right: 0%;
	}
	.nh-contact-form-section .nh-contact-para {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.nh-counter-subcontent .nh-count .counter-text {
		font-size: 35px;
		line-height: 45px;
	}
	.nh-contact-form-content {
		padding-right: 50px;
	}
	.nh-what-build-details .nh-what-build-content ul {
		flex-wrap: wrap;
	}
	.nh-business-across .nh-business-across-title h4 {
		font-size: 25px;
		line-height: 35px;
	}
	.nh-business-across {
		padding-left: 6%;
		padding-right: 6%;
	}
	.nh-success-stories-card h4 {
		font-size: 20px;
		line-height: 28px;
	}
	.nh-success-stories-card .nh-success-story-details > .kc_wrapper {
		padding: 20px 5px;
	}
	.nh-success-story-details .nh-success-story-rate > ul {
		gap: 5px;
	}
	.nh-success-story-rate ul > li {
		font-size: 12px;
		line-height: 15px;
	}
	.nh-business-across .nh-business-across-title h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.nh-business-across .nh-business-across-content p {
		font-size: 14px;
		line-height: 25px;
	}
	.nh-build-tech-col .nh-contact-para p {
		font-size: 14px;
		line-height: 25px;
	}
	.trusted-partner-section h5 {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.nh-what-build-details .nh-what-build-details-contain {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.nh-build-counter-col > .kc_wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
	.nh-what-build-details .nh-what-build-content h4 {
		font-size: 20px;
		line-height: 30px;
	}
	h2.nh-heading-title {
		font-size: 40px;
		line-height: 50px;
	}
	.trusted-image-section .kc_single_image:after {
		right: 0;
		font-size: 18px;
	}
	.trusted-image-section {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
	}
	.nh-success-stories-card .nh-success-stories-content {
		display: flex;
	}
	.nh-success-stories-card > .kc_wrapper {
		display: inline-block;
	}
	.nh-contact-form-section .nh-contact-wrap {
		padding: 15px 15px;
	}
	.nh-contact-form-content {
		padding-right: 0px;
	}
	.nh-counter-subcontent .nh-count .counter-text {
		font-size: 25px;
		line-height: 40px;
	}
	.nh-success-stories-card .nh-success-trusted-titles p {
		font-size: 8px;
		line-height: 15px;
		letter-spacing: 1.5px;
	}
	.nh-success-stories-card .nh-success-trusted-titles h4 {
		font-size: 18px;
		line-height: 25px;
	}
	.nh-success-stories-section .nh-success-stories-des {
		display: flex;
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
	}
	.nh-success-stories-section .nh-success-stories-card {
		width: 50%;
	}
	.nh-counter-section .nh-build-counter-col {
		padding-left: 40px;
	}
	.nh-banner-business-logo {
		display: flex !important;
		gap: 0px;
	}
	.nh-banner-business-logo .banner-business-logo-img .kc_single_image img {
		min-width: 150px;
	}
	.nh-build-tech-col {
		padding-right: 30px;
	}
	.nh-success-story-details .nh-success-story-rate > ul {
		gap: 5px;
		flex-direction: column;
		padding-left: 30px;
	}
	.nh-success-story-rate ul > li:before {
		width: 18px;
		height: 18px;
		top: 10px;
		left: -27px;
	}
	.nh-success-story-details .nh-success-story-rate {
		margin-top: 15px;
	}
	.nh-success-story-rate ul > li {
		line-height: 20px;
		padding-top: 10px;
	}
	.nh-small-description p br {
		display: none;
	}
}

@media (min-width: 768px) {
	.nh-what-build-title,
	.nh-why-business-across-title,
	.nh-trusted-manufac-title,
	.nh-tool-tech-title {
		display: flex;
	}
}

@media (max-width: 768px) {
	.nh-banner-btn a.kc_button,
	.nh-button-text a.kc_button {
		font-size: 10px;
		line-height: 15px;
		padding: 12px 15px;
	}
	.nh-what-build-details .nh-what-build-content p {
		font-size: 12px;
		line-height: 20px;
	}
	.trusted-partner-section h5 {
		font-size: 18px;
	}
	.trusted-image-section {
		margin-top: 10px;
	}
	h2.nh-heading-title {
		font-size: 25px;
		line-height: 35px;
	}
	.nh-accodion-content .kc_accordion_section.group h3 a {
		font-size: 14px;
	}
	.nh-accodion-content .kc_accordion_section.group .kc-panel-body p {
		margin: 8px 0 0;
		font-size: 12px;
		line-height: 20px;
	}
	.nh-build-tech-col {
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.nh-banner-business-logo .banner-business-logo-img {
		padding-left: 15px;
	}
	.nh-banner-business-logo .banner-business-logo-img .kc_single_image img {
		max-width: 150px;
	}
	.nh-build-counter-col {
		margin-top: 30px;
	}
	.nh-counter-section {
		margin-top: 30px;
	}
	.nh-counter-section .nh-build-counter-col {
		padding-left: 15px;
	}
	.nh-small-description p {
		width: 100%;
	}
	.nh-counter-section .kc-wrap-columns {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.nh-counter-section .nh-counter-subcontent {
		max-width: 50%;
	}
	.trusted-image-section .trusted-image {
		max-width: 50%;
		text-align: center;
	}
	.trusted-image-section {
		row-gap: 30px;
		flex-wrap: nowrap;
	}
	.trusted-image-section .kc_single_image:after {
		display: none;
	}
	.nh-tool-tech-section .tool-tech-image .list-image {
		width: 100px;
	}
	.nh-tool-tech-section .tool-tech-image {
		justify-content: center;
		margin-top: 15px;
	}
	.nh-contact-form-section .nh-contact-wrap {
		margin-top: 30px;
	}
	.nh-contact-form .pills button {
		font-size: 9px;
		padding: 7px 10px;
	}
	.nh-contact-form-section .nh-contact-detail h5 {
		font-size: 12px;
		line-height: 15px;
	}
	.nh-contact-form-section .nh-contact-para p {
		font-size: 12px;
	}
	.nh-success-stories-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nh-what-build-details .nh-what-build-content:nth-child(1),
	.nh-what-build-details .nh-what-build-content:nth-child(3) {
		border-right: unset;
		border-bottom: 1px solid #EFE9DC21;
	}
	.nh-accodion-content {
		margin-top: 25px;
	}
	.trusted-image-section .kc_single_image img {
		max-width: 60px;
	}
}

@media (max-width: 375px) {
	.nh-banner-btn a.nh-btn-1 {
		margin-bottom: 15px;
	}
}









