:root {
	--nexa-blue: #2D5795;
	--nexa-yellow: #EBC625;
	--nexa-white: #fff;
	--nexa-text: rgba(0, 0, 0, .7);
	--nexa-black: #000;
	--nexa-text-light: #555;
	--nexa-gray-bg: #FCFCFC;
	--nexa-shadow: 0 2px 10px rgba(0,0,0,.08);
	--nexa-radius: 8px;
	--nexa-max: 1200px;
	--primary-font: 'Helvetica Neue';
	--secondary-font: 'Space Grotesk';
}

body {
	margin: 0px;
	padding: 0px;
	font-family: var(--primary-font);
	color: var(--text-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	background: #fff;

}

body img {
	width: 100%;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: var(--primary-color);
	text-decoration: none;
}

button:is(:focus, :hover, :active, :focus-within, :focus-visible),
:focus,
:hover,
:active,
:focus-within,
:focus-visible {
	outline: 0px;
}

.btn:focus {
	box-shadow: none;
}

.container{
	width: 100%;
	max-width: 1620px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.btn-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.butn{
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	color: var(--nexa-white);
	padding: 16px 32px;
	background-color: var(--nexa-yellow);
	border: 1px solid var(--nexa-yellow);
	border-radius: 12px;
	backdrop-filter: blur(4px);
	display: inline-block;
	transition: all 0.3s ease;
}

.butn:hover {
	background: var(--nexa-blue);
	border-color: var(--nexa-blue);
}

.btn-border {
	border-color: var(--nexa-white);
	background: transparent;
	transition: all 0.3s ease;
}

.btn-border:hover {
	background: var(--nexa-yellow);
	border-color: var(--nexa-yellow);
}

.btn-tel {
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	color: var(--nexa-black);
	padding: 16px 20px;
	background-color: var(--nexa-white);
	border-radius: 12px;
	backdrop-filter: blur(4px);
	border: 1px solid var(--nexa-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.btn-tel img {
	max-width: 18px;
}

.dot {
	color: var(--nexa-yellow);
}

.main-heading{
	font-family: var(--secondary-font);
	font-size: 74px;
	font-weight: 700;
	line-height: 80px;
	color: var(--nexa-blue);
	margin: 0 0 14px;
}

.section-title {
	font-family: var(--secondary-font);
	font-size: 60px;
	font-weight: 700;
	line-height: 64px;
	margin: 0 0 18px;
    color: var(--nexa-blue);
}

.nexa-tag {
	display: inline-block;
	color: var(--nexa-yellow);
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 16px;
	padding: 13px 22px;
	border-radius: 14px;
	background-color: rgba(235, 198, 37, .1);
}

.common-padding{
	padding: 128px 0;
}

.bg-padding{
	padding: 100px 0;
}

/* Header */
.nexa-header {
	background: var(--nexa-white);
	position: sticky;
	top: 0;
	z-index: 100;
}

.nexa-header-inner {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.nexa-header .custom-logo-link { display: block; }

.nexa-header .site-branding .custom-logo {
	width: 100%;
	max-width: 250px;
}

.nexa-nav { 
	flex: 1; 
	justify-content: center; 
}

.nexa-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 40px;
}
.nexa-menu a {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
}
.nexa-menu a:hover { color: var(--nexa-blue); }

.nexa-header-actions { display: flex; gap: 12px; align-items: center; }

.nexa-btn {
	display: inline-block;
	padding: 10px 20px;
	border-radius: var(--nexa-radius);
	font-weight: 600;
	text-decoration: none;
	font-size: 0.85rem;
	transition: opacity .2s;
}

.nexa-btn:hover { opacity: .9; }

.nexa-btn-yellow {
	background: var(--nexa-yellow);
	color: var(--nexa-text);
	border: none;
}
.menu-toggle { display: none; }


/* Banner section */
.hero {
	display: flex;
	width: 100%;
	/* background-color: #FCFCFC;
	padding-bottom: 80px; */
}

.hero-left {
	width: 55%;
	background-color: #FCFCFC;
	display: flex;
	justify-content: flex-start;
	padding: 80px 60px 80px 180px;
}

.subtitle {
	font-size: 32px;
	font-weight: 400;
	line-height: 100%;
	color: var(--nexa-yellow);
	margin: 0 0 32px;
}

.hero-left p {
	color: var(--nexa-text);
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 48px;
}

.animation-box {
	width: 100%;
/* 	height: 500px; */
	/* background: #e6e8ed; */
	/* border-radius: 28px; */
	overflow: hidden;
	/* display: flex;
	align-items: center;
	justify-content: center;
	color: var(--nexa-black);
	font-size: 36px;
	font-weight: 400; */
	max-width: 100%;
}
.animation-box video {
    width: 100%;
    object-fit: contain;
}
.animation-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-right {
	width: 45%;
	position: relative;
	/* overflow: hidden; */
}

.hero-image {
	height: 100%;
	position: relative;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-btn {
	/* position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%); */
	background-color: #0F866C;
	color: var(--nexa-white);
	padding: 16px 80px;
	border: none;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s ease;
	display: inline-block;
	justify-content: center;
	align-items: center;
	width: max-content;
}

.contact-btn:hover {
	background-color: #176d59;
}

.hero-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

/* How we recover */
.nexa-section-intro {
	text-align: center;
}

.nexa-section-intro p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: var(--nexa-black);
	margin: 0 0 20px;
}

/* Innovations */
.innovation-wrap .section-title {
	color: var(--nexa-blue);
}

.innovation-wrap {
	/* background: linear-gradient(180deg, #223459 0%, #264F86 100%); */
	background: #fff;
}

.innovation-wrap p {
	/* color: rgba(255, 255, 255, .7); */
	color: var(--nexa-black);
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
}

.nexa-stats-inner {
	max-width: var(--nexa-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.nexa-stats-inner .nexa-stat:nth-child(1){
	background: rgb(189 14 12);
}
.nexa-stats-inner .nexa-stat:nth-child(2){
	background-color: #6a9b3f;
}
.nexa-stats-inner .nexa-stat:nth-child(3){
	background-color: #456ab4;
}
.nexa-stat {
	/* background: rgba(255, 255, 255, 0.2); */
	padding: 40px 32px;
	border-radius: 20px;
}

.nexa-stat-num {
	display: block;
	color: var(--nexa-white);
	font-size: 74px;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 25px;
}

.nexa-stat-label {
	color: rgba(255, 255, 255, .85);
	font-size: 21px;
	font-weight: bold;
}

.innovation-location {
	display: flex;
	gap: 8px;
	margin-top: 42px;
	justify-content: center;
	align-items: center;
	color: var(--nexa-text);
}

.innovation-location img {
	max-width: 21px;
}


/* ----- Tech: process bar + feature grid ----- */
.nexa-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-top: 28px;
}
.nexa-feature-card {
	background: var(--nexa-white);
	border-radius: 16px;
	border: 2px solid rgba(218, 224, 231, 1);
	padding: 25px 25px 35px;
}

.nexa-feature-card h3 { 
	color: var(--nexa-black); 
	font-size: 24px; 
	font-weight: 500;
	margin: 0 0 10px; 
}
.nexa-feature-card p { 
	color: var(--nexa-text); 
	font-size: 18px;
	font-weight: 400; 
	margin: 0; 
	line-height: 145%; 
}

.nexa-icon-n {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #FFC229 0%, #C7A138 100%);
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	font-weight: 700;
	color: var(--nexa-blue);
	font-size: 1.1rem;
}
.nexa-icon-n img{
	max-width: 24px;
}

/* ----- Partners ----- */
.nexa-partners{
	background-color: rgba(240, 242, 245, 0.3);
}

.nexa-partners-logo-wrapper {
	margin-top: 28px;
}

.partnerlogos {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px 44px;
	flex-wrap: wrap;
}
span.nexa-partner-logo {
    width: 160px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnerlogos img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.nexa-partners-logos {
	display: flex;
	gap: 40px;
	align-items: start;
}

.nexa-partners-logos:not(:last-child) {
	margin-bottom: 50px;
}

.partnerlogo-name {
    max-width: 367px;
	min-width: 367px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(218, 224, 231, 1);
    border-radius: 16px;
    background: #fff;
    padding: 30px 25px;
}

.partnerlogo-name p {
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    text-align: center;
}
h2.section-title-sis {
    font-family: var(--secondary-font);
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 0px;
    color: var(--nexa-blue);
}
/* Busines opportunity */
.business-opportunity{
	background: rgba(240, 242, 245, 0.3);
}

.business-opportunity .nexa-features-grid {
	grid-template-columns: repeat(4, 1fr);
}

.business-opportunity .nexa-feature-card {
	text-align: center;
}

/* Digital era */
.nexa-digital .nexa-section-intro p {
	margin-bottom: 0;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.nexa-vision-graphic { 
	margin-top: 2rem;  
}


.nexa-vision-figures { position: relative; }
.nexa-vision-dot {
	width: 24px;
	height: 24px;
	background: var(--nexa-yellow);
	border-radius: 50%;
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}
.nexa-vision-line {
	width: 40px;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--nexa-blue) 0, var(--nexa-blue) 4px, transparent 4px, transparent 8px);
	display: inline-block;
	vertical-align: middle;
}
.nexa-vision-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	background: var(--nexa-blue);
	border-radius: 6px;
	top: -10px;
}
.nexa-vision-cloud { left: 10%; background: var(--nexa-yellow); }
.nexa-vision-gear { right: 10%; }

/* CEO section */
.nexa-ceo{
	background-color: #F0F2F5;
	position: relative;
	overflow: hidden;
}

.nexa-ceo-text {
	width: 65%;
}

.nexa-ceo-text p {
	font-size: 20px;
	line-height: 170%;
	color: var(--nexa-text);
	margin: 0 0 30px;
}

.ceo-detail .nexa-ceo-name {
	font-size: 24px;
	font-weight: 700;
	color: #223459;
	margin-bottom: 4px;
	line-height: 135%;
}

.ceo-detail span {
	font-size: 18px;
	font-weight: 400;
	line-height: 134%;
	color: #506E95;
	display: block;
}

.ceo-detail .ceo-sign {
	font-size: 24px;
	line-height: 135%;
	font-style: italic;
	color: #2D5795;
	margin: 16px 0 10px;
}

.nexa-ceo-image {
	position: absolute;
	right: 0;
	bottom: -8px;
	width: 100%;
	max-width: 580px;
}

/* ----- Insights (blog cards) ----- */
.nexa-insights-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-top: 28px;
}

.nexa-insight-card {
	background: var(--nexa-white);
	border: 1px solid #DAE0E7;
	border-radius: 16px;
	overflow: hidden;
	padding: 16px 16px 46px;
}

.nexa-insight-image {
	height: 270px;
	background: #e0e4e8;
	border-radius: 16px;
	overflow: hidden;
}
.nexa-insight-image img { 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
}

.nexa-insight-card h3 {
	font-size: 24px;
	font-weight: 500;
	padding: 28px 0 10px;
	margin: 0;
	color: var(--nexa-black);
}

.nexa-insight-card p {
	font-size: 18px;
	line-height: 145%;
	margin: 0 0 28px;
}

.nexa-insight-card .nexa-link {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding: 0;
	color: var(--nexa-yellow);
	text-decoration: none;
	gap: 5px;
}

.nexa-insight-card .nexa-link img {
	max-width: 12px;
}

.nexa-insight-card .nexa-link:hover { text-decoration: underline; }

/* ----- CTA bar ----- */
.nexa-cta-bar{
	margin-bottom: 128px;
}

.container-large {
	width: 100%;
	max-width: 1960px;
	margin: 0 auto;
	padding-left: 90px;
	padding-right: 90px;
}

.nexa-cta-bar h2{
	color: var(--nexa-white);
}

.nexa-cta-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	align-items: center;
	background: #2D5795;
	padding: 70px;
	border-radius: 24px;
}

.cta_btns {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 40px;
}

.cta_btns>.butn:hover{
	border-color: var(--nexa-white);
}

.cta_btns>.butn:nth-child(2):hover{
	border-color: var(--nexa-yellow);
}

.nexa-cta-title { 
	color: var(--nexa-white); 
	font-size: 2rem; 
	margin: 0 0 0.75rem; 
    font-weight: 700; 
}

.nexa-cta-text p { 
	font-size: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	margin: 0 0 1.5rem; 
	line-height: 1.6; 
}
.nexa-cta-graphic { display: flex; justify-content: center; align-items: center; }

/* ----- Footer (dynamic) ----- */
.nexa-footer {
	background: linear-gradient(179.12deg, #223459 0.72%, #264F86 99.21%);
	color: var(--nexa-white);
}

.nexa-footer-brand ul li img {
	max-width: 20px;
}

.nexa-footer-inner {
	margin: 0 auto;
	padding: 60px 35px 80px;
}

.nexa-footer-top {
	display: flex;
	gap: 180px;
}

.nexa-footer-brand p {
	font-size: 18px;
	line-height: 167%;
	margin: 28px 0 24px;
}

.nexa-footer-brand .custom-logo-link {
	display: block;
	max-width: 248px;
	width: 100%;
}

.nexa-footer-brand ul li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

.nexa-footer-copy,
.privacy-links a {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	opacity: .8;
}

p.nexa-footer-copy {
	line-height: 100%;
	display: flex;
	align-items: center;
}

.nexa-footer-brand {
	width: 35%;
}

.nexa-footer-menus {
	width: 45%;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}

.nexa-footer-heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 28px;
}

.nexa-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nexa-footer-links a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 18px;
	display: inline-block;
}

.nexa-footbottom {
	display: flex;
	justify-content: space-between;
	padding-top: 42px;
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nexa-footer-links a:hover { color: var(--nexa-yellow); }
.nexa-footer-social { display: flex; gap: 12px; }

.nexa-social-link {
	color: var(--nexa-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
}

.nexa-social-link:hover,
.privacy-links a:hover {
	 color: var(--nexa-yellow);
	 opacity: 1;
}

.privacy-links {
	display: flex;
	align-items: center;
	gap: 24px;
}

/* Map Animation */
.graphic-location-wrap {
    width: 490px;
    height: 490px;
    position: absolute;
    left: 40%;
    top: 32%;
    right: 50%;
    margin: auto;
    transform: translate(-50% , -50%);
}

.graphic-location-wrap img {
	min-width: 60px;
	width: 60px;
	height: 60px;
}

.graphic-img {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
}

.grap-location p,
.graph-desc p {
	margin: 0;
	font-size: clamp(15px, 1vw, 20px);
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
	background: #fff;
}

.graphic-card {
	width: max-content;
	text-align: center;
	position: absolute;
	z-index: 1;
}

.graph-desc {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}

.circle-dotted-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.circle-dotted-box svg {
	width: 100%;
	height: 100%;
}

.graph-1 {
    top: 210px;
    left: -60px;
}

.graph-2 {
    top: -30px;
    left: 230px;
}

.graph-3 {
    bottom: 204px;
    right: -62px;
}

.graph-4 {
    bottom: -50px;
    left: 199px;
}

.dotted-circle {
	opacity: 0;
	animation: rippleCircle 8s linear infinite; 
	animation-play-state: paused;
}		 

.nexa-digital.animate .dotted-circle {
	animation-play-state: running;
	/* start animation when visible */
}

.circle-1 {
	animation-delay: 0s;
}

.circle-2 {
	animation-delay: 2s;
}

.circle-3 {
	animation-delay: 4s;
}

.circle-4 {
	animation-delay: 6s;
}

@keyframes rippleCircle {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	95% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


.graphic-card .grap-location {
	opacity: 1;
	transition: opacity 2s;
}

.graphic-card .graph-desc {
	opacity: 0;
	visibility: hidden;
	transition: opacity 2s;
}

/* Active state: show desc, hide location */
.graphic-card.active .grap-location {
	opacity: 0;
}

.graphic-card.active .graph-desc {
	opacity: 1;
	visibility: visible;
}

/* Reverse state: show location, hide desc */
.graphic-card.reverse .grap-location {
	opacity: 1;
}

.graphic-card.reverse .graph-desc {
	opacity: 0;
	visibility: hidden;
}

/* ----- Responsive ----- */


.quote-part {
    position: absolute;
    bottom: 40px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: max-content;
    padding: 15px 35px;
    background: rgb(252 252 252 / 97%);
    border-radius: 5px;
}

.quote-part p {
    margin: 0;
    font-size: 20px;
    color: #2d5795;
    font-weight: 700;
}
.signature_img {
    max-width:220px;
    text-align: center;
    margin-bottom: 15px;
}

.signature_img img {
    margin: auto;
    max-height: 250px;
    object-fit: contain;
}
.graphic-logo {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    max-width: max-content;
    margin: auto;
    top: 42px;
    bottom: 0;
    transform: translateY(-50%);
    height: 50px;
}
.graphic-logo img {
    max-width: 100%;
    width: 100%;
}

.sister-company-outer {
    margin-top:90px;
}
.nexa-sister-company .nexa-section-intro {
    margin-bottom: 20px;
}
.nexa-sister-company {display: grid;grid-template-columns: 1fr 1fr;gap: 50px;}

.nexa-sister-company-cotent img {
    max-width: 285px;
    height: 280px;
    object-fit: contain;
}

.nexa-sister-company-cotent {
    background: #ffffff;
    text-align: center;
    padding: 25px;
    box-shadow: 0px 0px 20px 20px #00000003;
}


@media (min-width: 1024px) and (max-width: 1824px) {


.nexa-menu {
    gap: 24px;
}

.main-heading {
    font-size: 52px;
    line-height: 60px;
}

.section-title{
    font-size: 48px;
    line-height: 64px;
}

.nexa-section-intro p {
    font-size: 18px;
}

.subtitle {
    font-size: 28px;

    margin: 0 0 19px;}

.hero-left p {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 28px;
}

    .nexa-tag {
    font-size: 20px;}

    .nexa-stat-num {
    display: block;
    color: var(--nexa-white);
    font-size: 68px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 10px;
}

.partnerlogo-name p {
    font-size: 28px;
    line-height: 110%;
    
}

}

@media (max-width: 1620px){
	.hero-left {
		padding: 80px 60px 80px 100px;
	}
}

@media (max-width: 1540px){
	.hero-left {
		padding: 60px 60px 60px 40px;
	}

	.nexa-stat-num {
		font-size: 60px;
	}

	.partnerlogo-name {
		max-width: 330px;
		min-width: 330px;
	}

	.partnerlogo-name p {
		font-size: 26px;
	}

	.business-opportunity .nexa-feature-card{
		padding: 25px 20px 35px;
	}

	.nexa-ceo-text p {
		margin: 0 0 25px;
	}

	.ceo-detail .ceo-sign {
		margin: 16px 0 10px;
	}

/* 	.animation-box {
		height: 450px;
	} */

	.graphic-img {
		max-width: 85%;
	}

	.graphic-location-wrap {
		width: 440px;
		height: 440px;
	}

	.graphic-location-wrap img {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
	.graphic-logo img {
		max-width: 100%;
		width: 100%;
	}
	.graph-2 {
		top: -22px;
		left: 200px;
	}
	.graph-3 {
		bottom: 190px;
		right: -48px;
	}
	.graph-4 {
		bottom: -36px;
		left: 188px;
	}
	.graph-1 {
		top: 182px;
		left: -45px;
	}
}

@media (max-width: 1400px) {
	.nexa-header-actions a {
		font-size: 16px;
		padding: 14px 20px;
	}

	.nexa-header-actions .butn {
		padding: 14px 28px;
	}

	.nexa-menu a {
		font-size: 16px;
	}

	.nexa-menu {
		gap: 18px;
	}

	.nexa-header .site-branding .custom-logo {
		max-width: 200px;
	}

	.nexa-ceo-text p {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.ceo-detail .nexa-ceo-name {
		font-size: 22px;
	}

	.ceo-detail span {
		font-size: 16px;
	}

	.ceo-detail .ceo-sign {
		font-size: 20px;
	}

	.container-large {
		padding-left: 50px;
		padding-right: 50px;
	}

	.nexa-cta-inner {
		padding: 60px 45px;
	}

	.nexa-cta-text p {
		font-size: 18px;
	}

}

@media (max-width: 1366px) {
	.butn {
		font-size: 18px;
	}

	.contact-btn {
		padding: 16px 50px;
		font-size: 18px;
	}

	.common-padding {
		padding: 100px 0;
	}

	.nexa-cta-bar {
		margin-bottom: 100px;
	}

	.nexa-footer-top {
		gap: 100px;
	}

	.nexa-footer-links a {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.nexa-footer-heading {
		font-size: 20px;
		margin: 0 0 22px;
	}

	.nexa-footer-brand p {
		font-size: 16px;
		line-height: 160%;
		margin: 22px 0 24px;
	}

	.nexa-footer-brand ul li {
		font-size: 16px;
	}

	.nexa-footer-copy,
	.privacy-links a {
		font-size: 15px;
	}

	.nexa-footer-inner {
		padding: 60px 35px 60px;
	}

/* 	.animation-box {
		height: 380px;
	} */

	.btn-tel img {
		max-width: 16px;
	}

	.nexa-stat-num {
		font-size: 48px;
	}

	.subtitle {
		font-size: 22px;
	}

	.cta_btns {
		margin-top: 25px;
	}

	.graphic-location-wrap {
		width: 360px;
		height: 360px;
	}

	.graph-2 {
		top: -22px;
		left: 155px;
	}

	.graph-1 {
		top: 136px;
	}
	.graph-3 {
		bottom: 145px;
		right: -48px;
	}
	.graph-4 {
		bottom: -40px;
		left: 138px;
	}
/* 	.partnerlogos img {
		height: 40px;
		object-fit: contain;
	} */
	.partnerlogos {
		gap: 20px 28px;
	}
/* 	span.nexa-partner-logo {
		height: 62px;
	}
	span.nexa-partner-logo {
		width: 150px;
	} */
	h2.section-title-sis {
		font-size: 30px;
	}
	.nexa-sister-company .nexa-section-intro {
		margin-bottom: 15px;
	}
}

@media (max-width: 1200px){
	.nexa-header .site-branding .custom-logo {
		max-width: 180px;
	}

	.nexa-header-actions a.btn-tel {
		font-size: 0;
		gap: 0;
		border-radius: 10px;
		padding: 10px 15px;
	}

	.main-navigation ul {
		justify-content: flex-end;
	}

	.nexa-header-inner {
		gap: 20px;
	}

	.nexa-menu {
		gap: 12px;
	}

}

@media (max-width: 1080px) {
	.main-heading {
		font-size: 45px;
		line-height: 55px;
	}

	.section-title {
		font-size: 40px;
		line-height: 50px;
	}

	.subtitle {
		font-size: 20px;
	}

	.bg-padding {
		padding: 80px 0;
	}

	.nexa-section-intro p {
		font-size: 16px;
		line-height: 26px;
	}

	.nexa-tag,
	.nexa-feature-card p {
		font-size: 16px;
	}

	.nexa-stat {
		padding: 30px 25px;
	}

	.nexa-stat-num {
		font-size: 38px;
	}

	.nexa-stat-label {
		font-size: 18px;
	}

/* 	.animation-box {
		height: 300px;
	} */

	.nexa-feature-card h3 {
		font-size: 22px;
		margin: 0 0 6px;
	}

	.partnerlogo-name p {
		font-size: 22px;
	}

	.partnerlogo-name {
		max-width: 265px;
		min-width: 265px;
		padding: 25px 15px;
	}


	.nexa-ceo-image {
		max-width: 460px;
	}

	.container-large {
		padding-left: 40px;
		padding-right: 40px;
	}

	.nexa-footer-inner {
		padding: 60px 0 60px;
	}

	.graphic-location-wrap {
		width: 300px;
		height: 300px;
	}

	.graphic-location-wrap img {
		min-width: 38px;
		width: 38px;
		height: 38px;
	}
	.graphic-logo img {
		max-width: 100%;
		width: 100%;
		height: 42px;
	}
	.graph-1 {
		top: 135px;
		left: -48px;
	}

	.graph-2 {
		top: -18px;
		left: 125px;
	}
	.graph-3 {
		bottom: 105px;
	}
	.graph-4 {
		left: 108px;
		bottom: -36px;
	}

}


@media (max-width: 1024px) {

	.nexa-nav {
		order: 3;
		width: 100%;
		max-width: 40px;
	}

	.nexa-menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}

	.nexa-menu {
		display: none;
	}

	.nexa-nav.toggled .nexa-menu {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.nexa-menu.nav-menu {
		position: fixed;
		width: 100%;
		left: 0;
		width: 100vw;
		top: 102px;
		margin-top: 0 !important;
		background: #fff;
		z-index: 9;
		padding: 30px 20px 60px 20px;
	}

	.nexa-header-actions .butn:first-child {
		display: none;
	}

	.nexa-header-actions {
		margin-left: auto;
	}

	.nexa-hero-inner { grid-template-columns: 1fr; text-align: center; }
	.nexa-hero-image { order: -1; max-width: 560px; margin: 0 auto; }
	.nexa-features-grid { grid-template-columns: repeat(2, 1fr); }
	.nexa-footer-social { justify-content: center; }
	.business-opportunity .nexa-features-grid { grid-template-columns: repeat(2, 1fr); }
	.common-padding {padding: 80px 0;}
    .partnerlogo-name p { font-size: 18px;}
	.nexa-insight-card p {
		font-size: 16px;
	}

	.nexa-cta-inner {
		grid-template-columns: 7fr 5fr;
		gap: 50px;
	}

	.nexa-cta-inner {
		padding: 50px 35px;
	}

	.nexa-cta-text p {
		font-size: 16px;
	}

	.nexa-footer-menus {
		width: 60%;
		gap: 2rem;
	}

	.nexa-footer-top {
		gap: 80px;
	}

	.nexa-insight-image {
		height: 220px;
	}

	.privacy-links {
		gap: 12px;
	}

	.nexa-footbottom {
		padding-top: 32px;
		margin-top: 50px;
	}

	.nexa-footer-heading {
		font-size: 18px;
	}

	.menu-toggle {
		display: block;
		background: none;
		border: none;
		cursor: pointer;
		padding: 8px;
		margin-left: auto;
	}

	.nexa-header-inner {
		gap: 10px;
	}

/* 	.animation-box {
		border-radius: 15px;
	} */
	.partnerlogos {
		gap: 20px 18px;
	}
	.nexa-sister-company {
		gap: 30px;
	}
	h2.section-title-sis {
		font-size: 28px;
	}
}
@media (max-width: 992px) {
    .nexa-ceo-image {
        max-width: 370px;
    }
}
@media (max-width: 880px) {

	.container {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.hero {
		flex-wrap: wrap;
	}

	.hero-left,
	.hero-right,
	.hero-left .content,
	.nexa-ceo-text{
		width: 100%;
	}

	.hero-left {
		padding: 50px 30px 60px 30px;
	}

	.subtitle {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.hero-left p {
		font-size: 16px;
		line-height: 130%;
	}

	.hero-image {
		height: auto;
	}

	.partnerlogos {
		gap: 20px 30px;
		flex-wrap: wrap;
		justify-content: center;
	}


	.nexa-insights-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 26px;
		margin-top: 28px;
	}
	.partnerlogo-name {
		max-width: max-content;
		min-width: 350px;
	}
	.nexa-insight-card {
		padding: 16px 16px 30px;
	}

	.nexa-ceo-image {
		position: unset;
		max-width: 100%;
	}

	.nexa-ceo{
		padding-bottom: 0 !important;
	}

	.nexa-digital .nexa-section-intro p {
		max-width: 100%;
	}

	.nexa-cta-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.nexa-cta-graphic {
		order: -1;
	}

	.nexa-cta-inner {
		padding: 40px 20px 40px;
	}

	.nexa-ceo-text p {
		font-size: 16px;
	}

	.ceo-detail {
		margin-bottom: 40px;
	}

	.nexa-ceo-image img {
		position: relative;
		right: -20px;
		bottom: -8px;
	}

	.nexa-footbottom {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: space-around;
	}
	.graphic-location-wrap {
		width: 300px;
		height: 300px;
		top: 36%;
	}
	.graph-2 {
		top: -18px;
		left: 125px;
	}
	.graph-1 {
		top: 120px;
		left: -48px;
	}
	.graph-3 {
		bottom: 122px;
	}
	.graph-4 {
		left: 108px;
		bottom: -35px;
	}
	.nexa-partners-logos {
		flex-direction: column;
		align-items: center;
	}
	h2.section-title-sis {
		font-size: 25px;
	}
	.nexa-sister-company .nexa-section-intro {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.nexa-partners-logos:not(:last-child) {
		margin-bottom: 70px;
	}
	.nexa-partners-logos {
		gap: 30px;
	}
	span.nexa-partner-logo {
/* 		width: 180px; */
		text-align: center;
	}
	.common-padding,
	.bg-padding {
		padding: 60px 0;
	}

	.nexa-stats-inner { grid-template-columns: 1fr; gap: 1.5rem; }
	.nexa-features-grid { grid-template-columns: 1fr; }
	.nexa-insights-grid { grid-template-columns: 1fr; }
	.nexa-section-title { font-size: 1.75rem; }
	.nexa-hero-title { font-size: 1.85rem; }
	.nexa-footer-menus { align-items: flex-start; }
	.nexa-tag {
		font-size: 14px;
		padding: 12px 18px;
	}

	.nexa-footer-top {
		flex-wrap: wrap;
	}

	.nexa-footer-top {
		gap: 40px;
	}

	.nexa-cta-bar {
		margin-bottom: 60px;
	}


	.graphic-location-wrap img {
		min-width: 20px;
		width: 20px;
		height: 20px;
	}
	.graphic-logo {
		top: 65px;
		height: 42px;
	}
	.graphic-logo img {
		max-width: 100%;
		width: 100%;
		height: 40px;
	}
	.graph-2 {
		top: -12px;
		left: 110px;
	}

	.grap-location p,
	.graph-desc p {
		font-size: 10px;
		position: relative;
		top: -3px;
	}

	.graph-4 {
		left: 96px;
		bottom: -26px;
	}

	.graph-1 {
		top: 105px;
		left: -32px;
	}
	.graph-3 {
		bottom: 102px;
		right: -34px;
	}
	.nexa-sister-company-cotent img {
		max-width: 285px;
		height: 220px;
	}
}

@media (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-heading {
		font-size: 38px;
		line-height: 42px;
	}

	.section-title {
		font-size: 30px;
		line-height: 36px;
	}

	.hero-left {
		padding: 50px 20px 60px 20px;
	}

	.nexa-stat-num {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.innovation-location {
		font-size: 14px;
		justify-content: flex-start;
	}

	.innovation-location img {
		max-width: 15px;
	}

	.nexa-feature-card h3 {
		font-size: 20px;
	}

	.nexa-feature-card {
		padding: 25px 20px 35px;
	}

	.nexa-icon-n {
		width: 45px;
		height: 45px;
	}

	.nexa-partners-logos {
		flex-wrap: wrap;
		justify-content: center;
	}

	.partnerlogos {
		justify-content: center;
	}
	.partnerlogo-name {
		max-width: max-content;
		min-width:300px;
	}

	.business-opportunity .nexa-features-grid {
		grid-template-columns: repeat(1, 1fr);
	}

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

	.container-large {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cta_btns {
		flex-wrap: wrap;
	}

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

	.cta_btns {
		justify-content: center;
	}

	.nexa-footer-brand{
		width: 100%;
	}

	.nexa-header-actions a.btn-tel {
		padding: 10px 4px;
		border: 0;
	}

	.nexa-header .site-branding .custom-logo {
		max-width: 180px;
	}

	.contact-btn {
		padding: 14px 34px;
		font-size: 18px;
	}


	.privacy-links{
		flex-wrap: wrap;
	}

	.nexa-insight-card h3 {
		font-size: 22px;
	}

	.nexa-insight-card .nexa-link {
		font-size: 16px;
	}

	.graphic-img {
		max-width: 100%;
	}

}

@media (max-width: 680px){
	.graphic-location-wrap {
		width: 250px;
		height: 250px;
	}
	.graph-2 {
		top: -10px;
		left: 115px;
	}
	.graph-1 {
		top: 118px;
		left: -32px;
	}
	.graph-3 {
		bottom: 100px;
		right: -34px;
	}
	.graph-4 {
		left: 95px;
		bottom: -22px;
	}
	.nexa-sister-company-cotent img {
		max-width: 285px;
		height: 170px;
	}
}
@media(max-width:550px){
	.nexa-sister-company {
		grid-template-columns: 1fr;
	}
	.quote-part {
		padding: 15px 22px;
	}
	.quote-part p {
		font-size: 16px;
	}
}

@media (max-width: 500px){
	.nexa-partners-logos:not(:last-child) {
		margin-bottom: 50px;
	}
	.main-heading {
		font-size: 36px;
		line-height: 42px;
	}
	.partnerlogo-name {
		min-width: 320px;
	}
	.nexa-footer-menus {
		flex-wrap: wrap;
	}

	.nexa-footer-col {
		width: 100%;
	}

	.nexa-footer-inner {
		padding: 60px 0 40px;
	}

	.nexa-footbottom {
		justify-content: flex-start;
        margin-top: 30px;
	}

	.nexa-footer-links a {
		font-size: 15px;
		margin-bottom: 8px;
	}

	.nexa-footer-heading {
		margin: 0 0 15px;
	}
	h2.section-title-sis {
		font-size: 22px;
	}

}

@media (max-width: 480px) {
	.nexa-btn { padding: 8px 16px; font-size: 0.8rem; }
	.graphic-location-wrap {
		width: 180px;
		height: 180px;
		top: 38%;
	}
	span.nexa-partner-logo {
		width: 150px;
		text-align: center;
	}
	.partnerlogos {
		gap: 10px 0px;
	}
	.graph-2 {
		top: -10px;
		left: 72px;
	}
	.graph-1 {
		top: 80px;
		left: -32px;
	}
	.graph-3 {
		bottom: 62px;
		right: -34px;
	}
	.graph-4 {
		left: 55px;
		bottom: -22px;
	}
	.graphic-logo img {
		max-width: 90px;
		width: 100%;
		height: 38px;
		opacity: 1;
	}
	.nexa-sister-company {
		grid-template-columns: 1fr;
	}
}
@media(max-width:350px){
	.partnerlogo-name {
    min-width: 280px;
    padding: 20px 10px;
}
}
.contact-form {
    margin-top: 40px;
}

.contact-form br {
    display: none;
}

.contact-form .form-row p {
    display: flex;
    gap: 20px;
    margin: 0 0 16px 0;
}

.contact-form .form-row label {
    width: 50%;
    display: block;
    font-size: 0;
}

.contact-form .form-row label > br {
    display: none;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #f0efef;
    font-size: 14px;
    background: #fff;
    color: #000;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #777;
    opacity: 1;
}

.contact-form .form-row:last-child p {
    flex-direction: column;
}

.contact-form .form-row:last-child label {
    width: 100%;
}

.contact-form textarea {
    resize: none;
    height: 160px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}
.wpcf7-not-valid {
    border-color: #dc3232 !important;
}


.contact-form input[type="submit"] {
    font-size: 20px;
    font-weight: 400;
    color: var(--nexa-white);
    padding: 16px 32px;
    background-color: var(--nexa-yellow);
    border: 1px solid var(--nexa-yellow);
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin-top: 10px;
}

.contact-form input[type="submit"]:hover {
    background: var(--nexa-blue);
    border-color: var(--nexa-blue);
}
.contact-form .form-row.full label {
    width: 100%;
}

@media (max-width: 768px) {
    .contact-form .form-row p {
        flex-direction: column;
    }

    .contact-form .form-row label {
        width: 100%;
    }
}