/* ---------- GLOBAL ---------- */
:root {
	--sds-color-text-default-default: #1E1E1E;
}

body {
	margin: 0;
	font-family: "Manrope", sans-serif;
}

img { max-width: 100%; }

/* ---------- HERO HEADER ---------- */
.hero-header {
	position: relative;
	height: 800px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: white;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0, 75%);
}

/* ---------- NAV BAR ---------- */
.nav-wrapper {
	position: relative;
	z-index: 99999;
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.nav-capsule {
	background: white;
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding: 10px 25px;
	width: 100%;
	gap: 40px;
	box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

.nav-capsule .logo-area img {
	height: 45px;
}

/* ---------- MENU ---------- */
.primary-nav .menu {
	display: flex;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav .menu li a {
	color: black;
	text-decoration: none;
	font-weight: 600;
}

/* ---------- HAMBURGER ---------- */
.hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: black;
}

/* ---------- HERO TEXT ---------- */
.hero-content {
	position: relative;
	z-index: 10;
	text-align: center;
}


.logo-area {
	flex: auto;
}

.phone-container {
	position: absolute;
	width: 223px;
	height: 72px;
	opacity: 1;
	gap: 12px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	bottom: -72px;
	right: 88px;
	background: #8CC63F;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.phone-container span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.phone-container span.phone-icon {
	background: #fff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
}

span.phone-text a {
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
}

span.phone-text a {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}

.hero-title {
	color: #F3F3F3;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 49px */
	text-align: left;
}

span.green-color {
	color: #8CC63F;
}

p.hero-subtitle {
	color: #D9D9D9;
	font-size: 25px;
	font-style: normal;
	font-weight: 200;
	line-height: 140%; /* 35px */
	text-align: left;
	margin-top: 16px;
	margin-bottom: 40px;
}

.hero-buttons {
	text-align: left;
	display: flex;
	gap: 16px;
}

.hero-content {
	padding: 180px 2px;
}


form.wpcf7-form input.hero-button,
.hero-button {
	display: flex;
	height: 48px;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border: none !important;
	border-radius: 8px !important;
	background: #8CC63F;
	color: #1E1E1E  !important;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}

.cf7-submit-wrap {
	padding-top: 14px;
}

input.wpcf7-form-control.wpcf7-submit {
	line-height: 0;
	width: 200px;
}
.hero-button-secondary {
	background: transparent;
	border: 1.5px solid #8CC63F !important;
	color: #F5F5F5 !important;
}

.request-call-form form {
	display: flex;
	padding: 24px;
	flex-direction: column;
	gap: 56px;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.request-call-form form .cf7-form {
	text-align: left;
	width: 100%;
}

form input {
	display: flex;
	width: 100%;
	height: 48px;
	padding: 16px;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	background: #F5F5F5;
	color: #757575;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 16px;
}

span.wpcf7-spinner {
	position: absolute;
	top: 38%;
	right: -36%;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 2px;
	right: 10px;
}

.wpcf7 form div.wpcf7-response-output {
	margin: 0;
	border: none;
	position: absolute;
	bottom: 5px;
	padding: 0px;
}

.cf7-submit-wrap p {
	margin: 0px;
}

.form-heading {
	color: #FFF;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 33.6px */
}

.form-heading p {
	margin-bottom: 24px;
}

.request-call-form {
	max-width: 600px;
	float: right;
	width: 100%;
}
.hero-title, .hero-subtitle, .hero-buttons {
	max-width: 620px;
}

.main-wrapper{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.hero-content > .row {
	display: flex;
	align-items: center;
}

div#metaslider_41 li img {
	height: 80px;
	object-fit: contain;
}
.wpcf7 form .cf7-step { display: none; }
.wpcf7 form .cf7-step.active { display: block; }

form.wpcf7-form input, form.wpcf7-form select {
	border-radius: 8px !important;
	border: 1px solid #D9D9D9 !important;
	background: #F5F5F5;
	color: #757575 !important;
	font-family: Manrope;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 20px */
}

.partners-logos-section {
	background: #F5F5F5;
	padding: 40px;
}


div.elementor-173 .elementor-element.elementor-element-5851f7b:not(.elementor-motion-effects-element-type-background), 
div.elementor-173 .elementor-element.elementor-element-5851f7b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url(https://techzimmo.com/environ/wp-content/uploads/2025/11/Group-1864.png);
	background-position: 192px -220px;
	background-size: 75%;
	background-repeat: no-repeat;
}

div.elementor-widget-icon-box h3.elementor-icon-box-title {
	font-weight: 400 !important;
}

/* Parent menu item must be relative for dropdown positioning */
.primary-nav .menu-item-has-children {
	position: relative;
	padding-right: 15px;
}

/* Base dropdown styling (hidden state) */
.primary-nav .menu-item-has-children > .sub-menu {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 0;
	background: #fff;
	z-index: 99999;
	width: max-content;
	transition: opacity 0.3s ease-in-out;
}

/* Show dropdown when hovering parent OR when inside submenu */
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu,
.primary-nav .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children .sub-menu .menu-item-has-children:focus-within > .sub-menu,
.primary-nav .menu-item-has-children .sub-menu:hover,
.primary-nav .menu-item-has-children .sub-menu .menu-item:hover {
	display: block;
	opacity: 1;
	visibility: visible;
	list-style: none;
}

/* Base nested submenu styling (hidden) */
.primary-nav .menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1000;
	transition: opacity 0.3s ease-in-out;
}


/* Add arrow to parent items */
.primary-nav .menu-item-has-children > a::after {
	content: '';
	position: absolute;
	margin-left: 10px;
	top: 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-135deg);
	transition: all 250ms ease-in-out;
}

/* Sub-menu item styling */
.primary-nav .menu-item-has-children .sub-menu li {
	padding: 10px 20px;
	position: relative;
	padding-right: 40px;
}

/* Sub-menu hover effect */
.primary-nav .menu-item-has-children .sub-menu li:hover {
	background-color: #f0f0f0;
}

.primary-nav .sub-menu .menu-item-has-children > a::after {
	top: 15px;
}

p.buttons-form {
	display: flex;
	gap: 20px;
	justify-content: left;
	align-items: center;
}

p.buttons-form input.wpcf7-submit {
	margin: 0px !important;
	display: flex !important;
	height: 48px;
	padding: 24px 40px !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #8CC63F !important;
	color: #ffff !important;
	text-align: center !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	/* 150% */
}

button.cf7-prev.hero-button-secondary {
	background: #D9D9D9;
	border-radius: 8px;
	border-width: 1px;
	border: 1px solid #D9D9D9 !important;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	margin: 0px !important;
	display: flex !important;
	height: 48px;
	padding: 24px 40px !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

p.buttons-form br {
	display: none;
}



/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {

	.nav-capsule {
		width: 100%;
		justify-content: space-between;
	}

	.primary-nav {
		display: none;
		position: absolute;
		top: 100%;
		right: 20px;
		background: white;
		padding: 20px;
		border-radius: 15px;
		box-shadow: 0 4px 25px rgba(0,0,0,0.2);
	}

	.primary-nav.open {
		display: block;
	}

	.primary-nav .menu {
		flex-direction: column;
		gap: 15px;
	}

	.hamburger {
		display: flex;
	}

	nav.primary-nav.open {
		z-index: 999;
		width: 90%;
		left: unset;
		right: unset;
		overflow: hidden;
		overflow-y: scroll;
		height: 100vh;
	}

	.primary-nav .menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
		position: static;
	}

	.primary-nav .menu-item-has-children .sub-menu li:hover {
		background-color: #ffffff !important;
	}
	nav.primary-nav.open {
		z-index: 999;
		width: 90%;
		left: unset;
		right: unset;
		overflow: hidden;
		overflow-y: scroll;
		height: 100vh;
	}

	.primary-nav .menu-item-has-children ul.sub-menu {
		position: static !important;
	}

	.hero-content > div.row {
		flex-direction: column;
		gap: 20px;
	}

	header.hero-header {
		height: auto;
	}

	p.hero-subtitle, .hero-title, .hero-buttons {
		text-align: center;
	}

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


}

@media (min-width: 1200px) {
	div.container {
		width: 1400px;
	}
}

div#responseiq-app-container iframe {
	right: 20px !important;
	left: unset !important;
}


body.page-id-102 .request-call-form,
body.page-id-102 .hero-title,
body.page-id-102 p.hero-subtitle,
body.page-id-102   .hero-buttons {
	display: none;
}

body.page-id-102 header.hero-header {
	height: 300px;
}
/* ---------- FORCE menu hover + active color ---------- */
/* base (covers link, visited, focus, active) */
.primary-nav .menu li > a,
.primary-nav .menu li > a:link,
.primary-nav .menu li > a:visited {
	color: #1E1E1E; /* keep default unless hovered/active */
	transition: color 160ms ease-in-out;
}

/* normal hover / focus / keyboard focus */
.primary-nav .menu li:hover > a,
.primary-nav .menu li > a:hover,
.primary-nav .menu li > a:focus {
	color: #8BC73E !important;
}

/* when the menu item is the current page / ancestor */
.primary-nav .menu .current-menu-item > a,
.primary-nav .menu .current_page_item > a,
.primary-nav .menu .current-menu-ancestor > a,
.primary-nav .menu .current_page_ancestor > a {
	color: #8BC73E !important;
}

/* dropdown / nested items */
.primary-nav .menu .sub-menu li > a:hover,
.primary-nav .menu .sub-menu li:hover > a,
.primary-nav .menu .sub-menu .current-menu-item > a {
	color: #8BC73E !important;
}

/* some themes wrap link text in spans — make sure those inherit color */
.primary-nav .menu li > a span,
.primary-nav .menu li > a * {
	color: inherit !important;
}

/* mobile open state (if different DOM is used) */
nav.primary-nav.open .menu li > a:hover,
nav.primary-nav.open .menu li > a:focus {
	color: #8BC73E !important;
}
div.wpcf7 form div.wpcf7-response-output {
	position: static;
	margin: 20px 0px;
}

div.elementor-15419 .elementor-element.elementor-element-4eba0418 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	margin-top: 0 !important;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	position: fixed !important;
	top: 0 !important;
	bottom: 0;
	left: 0 !important;
	right: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 9999999 !important;
	padding: 95px 0px;
}


.elementor-menu-toggle.elementor-active {
	position: fixed;
	z-index: 9999999999999;
	right: 15px;
}

@media (min-width: 1025px) and (max-width: 1440px) {

	.elementor-element.elementor-element-18f5e69e .e-con-inner {
		width: 90%;
	}

	.elementor-element.elementor-element-415312e {
		display: none;
	}

	.elementor-element.elementor-element-7d4ac91b {
		width: auto;
	}
}
@media (min-width: 1025px) and (max-width: 1440px) {

	.elementor-element.elementor-element-00ae604 .e-con-inner {
		width: 90%;
	}


	.elementor-element.elementor-element-fca2a82.e-con-full.e-flex.e-con.e-child {
		column-gap: 26px;
	}
}

#submit-btn,
#next-btn,
#submit-enq,
#prev-btn {
	color: #fff !important;
}

form.wpcf7-form input.hero-button, 
.hero-button {
	display: flex;
	height: 48px;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border: none !important;
	border-radius: 8px !important;
	background: #8CC63F;
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
}



img.attachment-full.size-full.lazyloaded {
    display: block;
    margin: 0 auto;
}

