.site-nav__list{justify-content: center; gap: 20px;}
.site-header{box-shadow: none}

.hero{padding: 0}
.hero__slide{padding: 50px 140px;}

.product-categories__track{padding-bottom: 50px;}
section.about, section.industries {padding-top: 0}

.showcase.section{padding: 0}

.why-us__header .section__label {margin-bottom: 13px;}

.industries__track{overflow-x: hidden}

.site-footer {margin-top: 0; margin-bottom: 50px;}
.site-footer__main{min-height: auto}

.site-nav__list > .menu-item-has-children > a{background: transparent}

/* aboutus */
.about-page__text-block{padding: 0}
.categories-hub.section {padding-bottom: 0;}

.airpack-wc-product-detail .woocommerce-notices-wrapper:empty {
	display: none;
}

body.sample-modal-open {
	overflow: hidden;
}

.sample-modal:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sample-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.sample-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 560px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 32px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.sample-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #000000;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.sample-modal__title {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.2;
	color: #000000;
}

.sample-modal__product {
	margin: 0 0 24px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

.sample-modal__field {
	margin-bottom: 16px;
}

.sample-modal__label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}

.sample-modal__input,
.sample-modal__textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	font: inherit;
	color: #000000;
	background: #ffffff;
}

.sample-modal__textarea {
	min-height: 120px;
	resize: vertical;
}

.sample-modal__input:focus,
.sample-modal__textarea:focus {
	outline: none;
	border-color: var(--color-blue);
	box-shadow: 0 0 0 2px rgba(37, 63, 129, 0.15);
}

.sample-modal__notice {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
}

.sample-modal__notice--success {
	color: #0f7a2d;
}

.sample-modal__notice--error {
	color: #b42318;
}

.sample-modal__submit {
	width: 100%;
	min-height: var(--btn-height);
}

.airpack-gallery .site-main {
	padding-top: 27px;
	padding-bottom: var(--section-gap);
}

.gallery-page__container {
	padding-left: var(--content-inset);
	padding-right: var(--content-inset);
}

.gallery-page__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.gallery-page__item {
	display: block;
	width: 100%;
	padding: 0;
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-md);
	background: #ffffff;
	overflow: hidden;
	cursor: pointer;
	transition: transform var(--transition), box-shadow var(--transition);
}

.gallery-page__item:hover,
.gallery-page__item:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.gallery-page__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gallery-page__media {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #101828;
}

.gallery-page__media--video {
	background: #000000;
}

.gallery-page__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.gallery-page__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(37, 63, 129, 0.92);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
}

.gallery-page__play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #ffffff;
	transform: translate(-50%, -50%);
}

.gallery-page__item--video:hover .gallery-page__play,
.gallery-page__item--video:focus-visible .gallery-page__play {
	background: var(--color-blue);
}

.gallery-page__empty {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	color: var(--color-text-muted);
}

.gallery-category-filter {
	margin: 0 0 24px;
}

.gallery-category-filter__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
}

.gallery-category-filter__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	font-size: 13px;
	font-weight: var(--fw-semibold);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--color-blue);
	background: var(--color-tag-bg);
	border: 1px solid var(--color-tag-border);
	border-radius: var(--radius-sm);
	text-decoration: none;
	transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}

.gallery-category-filter__link:hover,
.gallery-category-filter__link:focus-visible {
	transform: translateY(-1px);
}

.gallery-category-filter__link.is-active {
	color: var(--color-white);
	background: var(--color-blue);
	border-color: var(--color-blue);
}

body.gallery-lightbox-open {
	overflow: hidden;
}

.gallery-lightbox:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.gallery-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
}

.gallery-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 1100px);
	max-height: calc(100vh - 48px);
}

.gallery-lightbox__figure {
	margin: 0;
	max-width: calc(100% - 120px);
}

.gallery-lightbox__image[hidden],
.gallery-lightbox__video[hidden] {
	display: none !important;
}

.gallery-lightbox__image:not([hidden]),
.gallery-lightbox__video:not([hidden]) {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 120px);
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: var(--radius-md);
}

.gallery-lightbox__video:not([hidden]) {
	width: min(100%, 960px);
	background: #000000;
}

.gallery-lightbox__caption {
	margin-top: 12px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.gallery-lightbox__close {
	position: absolute;
	top: -8px;
	right: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
}

.gallery-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 51px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.gallery-lightbox__nav--prev {
	left: 0;
}

.gallery-lightbox__nav--prev img {
	transform: rotate(180deg);
}

.gallery-lightbox__nav--next {
	right: 0;
}

@media (max-width: 1199px) {
	.gallery-page__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gallery-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.gallery-lightbox__figure {
		max-width: calc(100% - 72px);
	}

	.gallery-lightbox__nav {
		width: 36px;
		height: 40px;
	}
}

/*.hero__media:last-child{display: none}*/
/*.hero__image--side{display: none}*/

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

/* Remove dark ellipse shadow under hero product images */
.hero__glow-img {
	display: none;
}

.site-header__toggle[aria-expanded="true"] span:nth-child(1){-moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 0; position: relative}
.site-header__toggle[aria-expanded="true"] span:nth-child(2){display: none}
.site-header__toggle[aria-expanded="true"] span:nth-child(3){-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); top: -8px; position: relative}
.site-header__toggle[aria-expanded="false"]{}
.site-nav__list > .menu-item-has-children > a{padding-right: 16px;}
.product-categories__label .section__marker {margin-top: 0px;}
.product-categories__circle{padding: 30px;}
.about__stat-number{line-height: 38px;}
.about__stat-icon{margin-top:0}
.product-card{border: none}
.product-card__link {right: -2px; bottom: -2px;}
.industries__label {margin-bottom: 13px;}
.site-footer__heading {margin: 0 0 14px;}
.site-footer__grid{padding-bottom: 60px}
.site-footer__contact-label{font-size: 16px; line-height: 16px}

/* Contact Form 7 — Contact Us page */
.contact-page__form--cf7 .wpcf7 {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
}

.contact-page__form--cf7 .wpcf7 form {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

.contact-page__form--cf7 .wpcf7 .hidden-fields-container,
.contact-page__form--cf7 .wpcf7 fieldset.hidden-fields-container {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.contact-page__form--cf7 .wpcf7 .screen-reader-response {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.contact-page__form--cf7 .wpcf7 form > p {
	margin: 0 0 16px;
}

.contact-page__form--cf7 .wpcf7 form > p:last-of-type {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 28px;
	margin-bottom: 0;
}

.contact-page__form--cf7 .wpcf7 label {
	display: block;
	margin: 0;
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-body);
	letter-spacing: var(--ls-body);
	color: #000000;
}

.contact-page__form--cf7 .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.contact-page__form--cf7 .wpcf7 input[type="text"],
.contact-page__form--cf7 .wpcf7 input[type="email"],
.contact-page__form--cf7 .wpcf7 input[type="tel"],
.contact-page__form--cf7 .wpcf7 input[type="number"],
.contact-page__form--cf7 .wpcf7 textarea {
	display: block;
	width: 100%;
	max-width: var(--contact-field-w);
	padding: 14px 19px;
	font-family: var(--font-family);
	font-size: var(--fs-body);
	font-weight: var(--fw-regular);
	line-height: var(--lh-body);
	letter-spacing: var(--ls-body);
	color: #000000;
	background: var(--color-white);
	border: 1px solid var(--contact-field-border);
	border-radius: var(--contact-field-radius);
	box-shadow: none;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-page__form--cf7 .wpcf7 input[type="text"],
.contact-page__form--cf7 .wpcf7 input[type="email"],
.contact-page__form--cf7 .wpcf7 input[type="tel"],
.contact-page__form--cf7 .wpcf7 input[type="number"] {
	min-height: var(--contact-field-h);
}

.contact-page__form--cf7 .wpcf7 textarea {
	min-height: 110px;
	height: 110px;
	max-height: 180px;
	resize: vertical;
}

.contact-page__form--cf7 .wpcf7 input:focus,
.contact-page__form--cf7 .wpcf7 textarea:focus {
	outline: none;
	border-color: var(--color-blue);
	box-shadow: 0 0 0 2px rgba(37, 63, 129, 0.15);
}

.contact-page__form--cf7 .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: var(--fs-small, 14px);
	line-height: 1.4;
	color: #b3261e;
}

.contact-page__form--cf7 .wpcf7-response-output {
	display: none;
	margin: 0 0 20px;
	padding: 14px 20px;
	font-size: var(--fs-body);
	border-radius: var(--radius-sm);
	border: none;
}

.contact-page__form--cf7 .wpcf7 form.sent .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.failed .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.aborted .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.spam .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.invalid .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.unaccepted .wpcf7-response-output {
	display: block;
}

.contact-page__form--cf7 .wpcf7 form.sent .wpcf7-response-output {
	color: #0d4d2a;
	background: #e8f5ec;
}

.contact-page__form--cf7 .wpcf7 form.failed .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.aborted .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.spam .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.invalid .wpcf7-response-output,
.contact-page__form--cf7 .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #6b1a1a;
	background: #fdecec;
}

.contact-page__form--cf7 .wpcf7-spinner {
	margin: 0;
}

@media only screen and (min-width:1600px) and (max-width:1799px) {
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
.contact-page__message-grid {grid-template-columns: 1fr 1fr; max-width: 100%;}

.about__stat-label{font-size: 14px}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
.site-header__inner{padding: 0 20px;}
.site-nav__list{gap: 10px;}

.contact-page__message-grid {grid-template-columns: 1fr 1fr; max-width: 100%;}

.about__stats{flex-wrap: wrap;}
.about__stat--experience {padding-right: 18px; margin-right: 18px; margin-bottom: 20px;}
.showcase__slider-wrap{width: 1260px; max-width: 1260px; margin-right: 0;}
.product-card{flex: 0 0 370px}
.hero__slide {padding: 50px 120px;}
}

/** 5.0 - 1200 - Desktop **/
@media only screen and (min-width:992px) and (max-width:1199px) {
.hero__slide {padding: 50px 80px;}

.site-footer__grid {grid-template-columns: 1fr 1fr;}
}

/** 7.0 - 768 - iPad **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero__slide {padding: 50px 80px;}

.about__mission-text {max-width: max-content;}
.showcase__slider-wrap{padding: 0; overflow: visible;}
.showcase__arrow--prev {left: -50px;}
.showcase__arrow--next {right: -50px;}

.site-footer__columns {grid-template-columns: 1fr 1fr;}

.site-footer{margin-bottom: 0}
}

/** 8.0 - 640 - Mobile **/
@media only screen and (min-width: 640px) and (max-width: 767px) {
.hero__slide {padding: 50px;}

.page-banner__title{font-size: 30px;}

.site-nav{left: auto; right: auto;}
.site-nav__list > .menu-item-has-children > a{padding-left: 12px;}
.container{padding-left: 15px; padding-right: 15px;}
.container--bleed {padding-left: 0; padding-right: 0;}

.showcase__slider-wrap{overflow: visible;}
.product-card {flex: 0 0 270px;}
.showcase__arrow--prev {left: -30px;}
.showcase__arrow--next {right: -30px;}

.site-footer{margin-bottom: 0}
}

/** 9.0 - 480 - Mobile **/
@media only screen and (min-width: 480px) and (max-width: 639px) {
.hero__slide {padding: 50px;}

.page-banner__title{font-size: 30px;}

.site-nav{left: auto; right: auto;}
.site-nav__list > .menu-item-has-children > a{padding-left: 12px;}
.container{padding-left: 15px; padding-right: 15px;}
.container--bleed {padding-left: 0; padding-right: 0;}

.showcase__slider-wrap{overflow: visible;}
.product-card {flex: 0 0 270px;}
.showcase__arrow--prev {left: -30px;}
.showcase__arrow--next {right: -30px;}

.site-footer{margin-bottom: 0}
}

/** 10.0 - 320 - Mobile **/
@media only screen and (min-width: 320px) and (max-width: 479px) {
.hero__slide {padding: 50px;}

.page-banner__title{font-size: 30px;}

.site-nav{left: auto; right: auto;}
.site-nav__list > .menu-item-has-children > a{padding-left: 12px;}
.container{padding-left: 15px; padding-right: 15px;}
.container--bleed {padding-left: 0; padding-right: 0;}

.showcase__slider-wrap{overflow: visible;}
.product-card {flex: 0 0 270px;}
.showcase__arrow--prev {left: -30px;}
.showcase__arrow--next {right: -30px;}

.site-footer{margin-bottom: 0}
}