/*
    Template:       zuka
    Theme Name:     Zuka Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.4.1
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    zuka-child
    Domain Path:    /languages/
*/

body.iai-front .page-title-bar,
body.iai-front .la-p-t-b,
body.iai-front .section-page-header,
body.iai-front .site-main > .container,
body.iai-careers-page .page-title-bar,
body.iai-careers-page .la-p-t-b,
body.iai-careers-page .section-page-header,
body.iai-careers-page .site-main > .container {
	display: none !important;
}

body.iai-front #main.iai-home-main,
body.iai-careers-page #main.iai-careers-main {
	padding: 0;
	margin: 0;
	max-width: none;
}

body.iai-front .site-content,
body.iai-careers-page .site-content {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
}

body.iai-front .grecaptcha-badge,
body.iai-careers-page .grecaptcha-badge {
	visibility: hidden !important;
}

.iai-wrap {
	width: min(1340px, calc(100% - 80px));
	margin: 0 auto;
}

.iai-hero {
	position: relative;
	min-height: 540px;
	background-color: #f3f3f3;
	display: flex;
	align-items: center;
}

.iai-hero-bg {
	position: absolute;
	inset: 0;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: 72% center;
	background-size: cover;
}

.iai-hero .iai-wrap {
	position: relative;
	z-index: 1;
	width: min(1340px, calc(100% - 80px));
}

.iai-hero-mobile-img {
	display: none;
}

.iai-hero-copy {
	max-width: 654px;
	padding: 72px 0 88px;
}

.iai-hero-copy h1 {
	margin: 0 0 20px;
	color: #111;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: clamp(28px, 2.8vw, 40px);
	font-weight: 700;
	line-height: 1.185;
}

.iai-hero-copy p {
	margin: 0;
	max-width: 525px;
	color: #111;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.185;
}

.iai-brands {
	background: #fff;
	padding: 28px 0 40px;
}

.iai-brands-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 18px;
}

.iai-brands-label {
	margin: 0;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.185;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.iai-brands-logos {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	column-gap: 24px;
	width: 100%;
}

.iai-brands-logos img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: left center;
}

.iai-brands-logos .iai-brand-emerson {
	max-height: 28px;
}

.iai-brands-logos .iai-brand-homa {
	max-height: 48px;
}

.iai-brands-logos .iai-brand-homatics {
	max-height: 28px;
}

.iai-sv-band {
	background: #111;
	color: #fff;
	padding: 56px 0 64px;
}

.iai-sv-band h2 {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.185;
	text-transform: capitalize;
}

.iai-sv-band p {
	margin: 0 0 4px;
	color: #fff;
	font-size: clamp(16px, 1.6vw, 24px);
	font-weight: 500;
	line-height: 1.9;
}

.iai-sv-band strong {
	color: #fff;
	font-weight: 700;
}

.iai-sv-cards {
	padding: 56px 0 80px;
}

.iai-sv-cards-title {
	margin: 0 0 26px;
	color: #111;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.185;
}

.iai-sv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.iai-sv-grid img {
	width: 100%;
	height: 515px;
	object-fit: cover;
	border-radius: 12px;
	border: 2px solid #6c6b6b;
	display: block;
	margin-bottom: 22px;
}

.iai-sv-grid h3 {
	margin: 0 0 14px;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.185;
	text-transform: capitalize;
}

.iai-sv-grid p {
	margin: 0 auto;
	max-width: 343px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.275;
}

.iai-homa {
	background: #efefef;
	padding: 48px 0 56px;
}

.iai-homa-grid {
	display: grid;
	grid-template-columns: minmax(280px, 480px) 1fr;
	gap: 32px;
	align-items: start;
}

.iai-homa-copy h2 {
	margin: 0 0 12px;
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.185;
}

.iai-homa-lead {
	margin: 0 0 28px;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.iai-homa-copy h3 {
	margin: 18px 0 8px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.185;
}

.iai-homa-copy p {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.185;
}

.iai-homa-photos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	align-items: end;
}

.iai-homa-photos img {
	width: 100%;
	height: 391px;
	object-fit: contain;
	display: block;
}

.iai-gemini {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 56px 0 64px;
}

.iai-gemini h2 {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 700;
}

.iai-gemini p {
	margin: 0 auto;
	max-width: 950px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.iai-partners {
	padding: 48px 0 40px;
	border-bottom: 1px solid #ddd;
}

.iai-partners h2 {
	margin: 0 0 32px;
	text-align: center;
	font-size: clamp(24px, 2.4vw, 36px);
	font-weight: 700;
	line-height: 1.25;
}

.iai-partner-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px 32px;
}

.iai-partner-logos img {
	height: 56px;
	width: auto;
	max-width: 160px;
	object-fit: contain;
}

.iai-news {
	padding: 64px 0 80px;
}

.iai-news > .iai-wrap > h2 {
	margin: 0 0 12px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}

.iai-news-lead {
	margin: 0 auto 40px;
	max-width: 691px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.iai-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.iai-news-grid-1,
.iai-news-grid-2 {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.iai-news-grid-1 {
	grid-template-columns: 1fr;
}

.iai-news-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.iai-news-card {
	display: block;
	color: inherit;
	text-decoration: none;
}

.iai-news-card:hover,
.iai-news-card:focus {
	color: inherit;
	text-decoration: none;
}

.iai-news-card:hover h3 {
	text-decoration: underline;
}

.iai-news-grid img {
	width: 100%;
	height: 273px;
	object-fit: cover;
	display: block;
}

.iai-news-body {
	border: 1px solid #d9d9d9;
	border-top: 0;
	padding: 22px 28px 28px;
	min-height: 280px;
}

.iai-news-grid h3 {
	margin: 0 0 16px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.185;
}

.iai-news-grid p {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.185;
}

.iai-news-all {
	display: block;
	margin: 32px auto 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #111;
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.iai-wrap,
	.iai-hero .iai-wrap {
		width: calc(100% - 48px);
	}

	.iai-homa-grid {
		grid-template-columns: 1fr;
	}

	.iai-hero {
		min-height: 460px;
	}

	.iai-hero-bg {
		background-position: 80% center;
	}

	.iai-hero-copy {
		padding: 48px 0 64px;
	}

	.iai-sv-grid,
	.iai-news-grid {
		gap: 20px;
	}

	.iai-sv-grid img {
		height: 420px;
	}

	.iai-homa-photos img {
		height: 320px;
	}

	.iai-sv-cards-title {
		margin-bottom: 22px;
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	body.iai-front {
		overflow-x: hidden;
	}

	.iai-wrap,
	.iai-hero .iai-wrap {
		width: calc(100% - 32px);
	}

	.iai-home h1,
	.iai-home h2,
	.iai-home h3,
	.iai-home p {
		overflow-wrap: break-word;
		word-wrap: break-word;
		white-space: normal;
		max-width: 100%;
	}

	.iai-home img {
		max-width: 100%;
	}

	.iai-hero {
		min-height: 0;
		display: block;
	}

	.iai-hero-bg {
		display: none;
	}

	.iai-hero-copy {
		max-width: 100%;
		padding: 28px 0 8px;
	}

	.iai-hero-copy h1 {
		font-size: 26px;
		line-height: 1.25;
		margin-bottom: 12px;
	}

	.iai-hero-copy p {
		font-size: 16px;
		line-height: 1.4;
		max-width: 100%;
	}

	.iai-hero-mobile-img {
		display: block;
		width: 100%;
		height: 240px;
		object-fit: cover;
		object-position: 80% center;
		margin-top: 8px;
	}

	.iai-brands {
		padding: 24px 0 28px;
	}

	.iai-brands-inner {
		align-items: center;
		text-align: center;
		gap: 16px;
	}

	.iai-brands-label {
		font-size: 13px;
		letter-spacing: 0.04em;
	}

	.iai-brands-logos {
		column-gap: 10px;
	}

	.iai-brands-logos img {
		justify-self: center;
		object-position: center;
	}

	.iai-brands-logos .iai-brand-emerson,
	.iai-brands-logos .iai-brand-homatics {
		max-height: 16px;
	}

	.iai-brands-logos .iai-brand-homa {
		max-height: 26px;
	}

	.iai-sv-band {
		padding: 36px 0 40px;
	}

	.iai-sv-band h2 {
		font-size: 22px;
		line-height: 1.3;
		margin-bottom: 16px;
	}

	.iai-sv-band p {
		font-size: 15px;
		line-height: 1.45;
		margin-bottom: 10px;
	}

	.iai-sv-cards {
		padding: 36px 0 48px;
	}

	.iai-sv-cards-title {
		font-size: 20px;
		text-align: center;
	}

	.iai-sv-grid,
	.iai-news-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.iai-sv-grid img {
		height: 280px;
		margin-bottom: 16px;
	}

	.iai-sv-grid h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.iai-sv-grid p {
		font-size: 15px;
		line-height: 1.45;
		max-width: none;
	}

	.iai-homa {
		padding: 36px 0 40px;
	}

	.iai-homa-copy h2 {
		font-size: 26px;
	}

	.iai-homa-lead {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.iai-homa-copy h3 {
		font-size: 20px;
		margin-top: 16px;
	}

	.iai-homa-copy p {
		font-size: 15px;
		line-height: 1.45;
	}

	.iai-homa-photos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.iai-homa-photos img {
		height: 150px;
		object-fit: contain;
	}

	.iai-gemini {
		padding: 36px 0 40px;
	}

	.iai-gemini h2 {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.iai-gemini p {
		font-size: 15px;
		line-height: 1.5;
	}

	.iai-partners {
		padding: 36px 0 32px;
	}

	.iai-partners h2 {
		font-size: 22px;
		margin-bottom: 24px;
		line-height: 1.3;
	}

	.iai-partner-logos {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-items: center;
		align-items: center;
		gap: 20px 16px;
	}

	.iai-partner-logos img {
		height: 40px;
		max-width: 140px;
	}

	.iai-news {
		padding: 40px 0 48px;
	}

	.iai-news > .iai-wrap > h2 {
		font-size: 26px;
	}

	.iai-news-lead {
		margin-bottom: 28px;
		font-size: 15px;
		line-height: 1.45;
	}

	.iai-news-grid img {
		height: 200px;
	}

	.iai-news-body {
		padding: 16px 16px 20px;
		min-height: 0;
	}

	.iai-news-grid h3 {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.iai-news-grid p {
		font-size: 14px;
		line-height: 1.45;
	}
}

.iai-site-footer {
	background: #041428;
	color: #fff;
	padding: 48px 0 36px;
	margin: 0;
}

.iai-site-footer .iai-footer-wrap {
	width: min(1340px, calc(100% - 80px));
	margin: 0 auto;
}

.iai-footer-logo {
	margin-bottom: 36px;
}

.iai-footer-logo img {
	display: block;
	width: 94px;
	height: auto;
}

.iai-footer-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.iai-footer-links {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.iai-footer-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 28px;
}

.iai-footer-label {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-right: 8px;
}

.iai-footer-row a {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.iai-footer-row a:hover {
	opacity: 0.85;
}

.iai-footer-social {
	flex: 0 0 auto;
}

.iai-footer-linkedin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}

.iai-footer-linkedin-icon {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: lowercase;
}

.iai-footer-divider {
	margin: 28px 0 22px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
}

.iai-footer-copy {
	margin: 0;
	text-align: center;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}

@media (max-width: 767px) {
	.iai-site-footer {
		padding: 36px 0 28px;
	}

	.iai-site-footer .iai-footer-wrap {
		width: calc(100% - 40px);
	}

	.iai-footer-main {
		flex-direction: column;
		align-items: flex-start;
	}

	.iai-footer-social {
		align-self: flex-end;
		margin-top: 0;
	}

	.iai-footer-row {
		gap: 8px 18px;
	}

	.iai-footer-label,
	.iai-footer-row a {
		font-size: 14px;
	}
}

/* Careers page */
.iai-careers {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	color: #111;
	background: #fff;
}

.iai-careers-hero img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 467px;
	object-fit: cover;
	object-position: center;
}

.iai-careers-intro {
	padding: 56px 0 48px;
	text-align: center;
}

.iai-careers-intro h1 {
	margin: 0 0 20px;
	font-size: clamp(28px, 2.8vw, 40px);
	font-weight: 700;
	line-height: 1.185;
	color: #111;
}

.iai-careers-lead {
	margin: 0 auto;
	max-width: 720px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #111;
}

.iai-careers-about {
	padding: 0 0 64px;
}

.iai-careers-about-grid {
	display: grid;
	grid-template-columns: minmax(280px, 396px) 1fr;
	gap: 48px 64px;
	align-items: center;
}

.iai-careers-about-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.iai-careers-about-copy h2 {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.iai-careers-about-copy p {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.iai-careers-about-copy p:last-child {
	margin-bottom: 0;
}

.iai-careers-why {
	padding: 0 0 80px;
	text-align: center;
}

.iai-careers-why h2 {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.iai-careers-tagline {
	margin: 0 0 36px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.iai-careers-benefits {
	list-style: none;
	margin: 0 auto 40px;
	padding: 0;
	max-width: 640px;
	text-align: left;
}

.iai-careers-benefits li {
	margin: 0 0 20px;
	padding-left: 24px;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
}

.iai-careers-benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #111;
}

.iai-careers-benefits li strong {
	display: block;
	margin-bottom: 4px;
	font-weight: 700;
}

.iai-careers-cta-wrap {
	margin-top: 8px;
}

.iai-careers-cta {
	display: inline-block;
	padding: 14px 32px;
	background: #041428;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 999px;
	transition: background 0.2s ease;
}

.iai-careers-cta:hover,
.iai-careers-cta:focus {
	background: #0a2540;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 900px) {
	.iai-careers-about-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.iai-careers-intro {
		padding: 40px 0 32px;
	}

	.iai-careers-why {
		padding-bottom: 56px;
	}
}
