﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table { border-collapse: collapse; width: 100%; }
td { vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
	display: block;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/***** END RESET *****/

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	background: #fff;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr {
	border: #000 1px solid;
}

/*--- HEADER STYLES ---------------------*/
header {}

/*---BODY--------------------------------*/
.top-bar {
  background: #F2B705;
  color: #000;
  width: 100%;
}

.top-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.top-bar-location a {
    color: inherit;
    text-decoration: none;
}

.top-bar-item i {
  font-size: 14px;
  color: #000;
}

.top-bar-item:hover {
  color: #000;
  opacity: 0.8;
}

.top-bar-item:hover i {
  color: #000;
}

.top-bar-location {
  cursor: default;
}


/* --------- HERO SECTION -----------*/

.hero-section {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  background: url('/siteart/home-hero.png') center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  text-align: left;
}

.hero-content h1 {
  margin: 0 0 18px 0;
  font-size: 0;
  line-height: 1;
}

.hero-line {
  display: block;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.hero-line.white {
  color: #fff;
}

.hero-line.yellow {
  color: #F2B705;
}

.hero-content p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 520px;
  margin: 0 0 30px 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 14px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hero-btn-yellow {
  background: #F2B705;
  color: #000;
}

.hero-btn-yellow:hover {
  background: #dca600;
  color: #000;
}

.hero-btn-black {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.hero-btn-black:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}

/* -------- CATEGORY SECTION ------------ */

.equipment-categories {
  background: linear-gradient(
    to bottom,
    #efefef 0%,
    #efefef 20%,
    #F2B705 20%,
    #F2B705 80%,
    #efefef 80%,
    #efefef 100%
  );
  padding: 20px 30px 40px;
}

.equipment-categories-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.equipment-categories h2 {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.equipment-categories h2::after {
  content: "";
  display: block;
  width: 220px;
  height: 3px;
  background: #c9a117;
  margin: 10px auto 0;
}

/* GRID */
.equipment-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px;
}

/* CARD */
.equipment-card {
  display: flex;
  flex-direction: column;
  background: #efefef;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  padding: 0; /* removes inner white space */
  transition: transform 0.2s ease;
}

/* IMAGE */
.equipment-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* TEXT */
.equipment-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  background: #efefef;
  margin: 0; /* removes gap */
  line-height: 1.1;
}

/* HOVER */
.equipment-card:hover {
  transform: translateY(-4px);
}

/* NEW SERVICES */

.home-services-section {
  background: #efefef;
  padding: 70px 26px;
}

.home-services-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.home-services-intro {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-services-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 12px;
  background: #f2b705;
  color: #000;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-services-intro h2 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.6;
	letter-spacing: 0.04rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}

.home-services-intro p {
  max-width: 700px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
}

.home-services-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 13px 20px;
  transition: all 0.2s ease;
}

.home-btn-primary {
  background: #000;
  color: #fff;
}

.home-btn-primary:hover {
  background: #1a1a1a;
}

.home-btn-secondary {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

.home-btn-secondary:hover {
  background: #000;
  color: #fff;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.service-feature-card {
  background: #fff;
  padding: 22px 20px;
  border-top: 3px solid #f2b705;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  min-height: 155px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.service-feature-card:nth-child(1) {
  grid-column: span 6;
}

.service-feature-card:nth-child(2),
.service-feature-card:nth-child(3) {
  grid-column: span 3;
}

.service-feature-card:nth-child(4),
.service-feature-card:nth-child(5) {
  grid-column: span 6;
}

.service-number {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #d59600;
  transition: color 0.25s ease;
}

.service-feature-card h3 {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  color: #000;
  transition: color 0.25s ease;
}

.service-feature-card p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  transition: color 0.25s ease;
}

.service-feature-card:hover {
  background: #000;
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 18px 30px rgba(0,0,0,0.16);
}

.service-feature-card:hover .service-number,
.service-feature-card:hover h3,
.service-feature-card:hover p {
  color: #fff;
}

/* OUR SERVICES */

.services-cta {
  background: #f2b705;
  padding: 28px 20px 22px;
}

.services-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.services-cta p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  font-weight: 400;
}

.services-cta-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 10px 18px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.services-cta-btn:hover {
  background: #000;
  transform: translateY(-1px);
}

/* ----- ACCESS SYSTEM ------*/

.access-system-section {
  background: #efefef;
  padding: 70px 30px;
}

.access-system-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.access-system-content {
  width: 50%;
}

.access-system-content h2 {
  margin: 0 0 28px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.access-system-content h2::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background: #000;
  margin-top: 10px;
}

.access-system-content p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.access-system-btn {
  display: inline-block;
  margin-top: 10px;
 font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.access-system-btn:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}

.access-system-image {
  width: 50%;
}

.access-system-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

/* ----- WHAT WE DO ------*/

.what-we-do-section {
  background: #f2b705;
  padding: 45px 30px;
}

.what-we-do-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.what-we-do-image,
.what-we-do-content {
  width: 50%;
}

.what-we-do-image img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.what-we-do-content h2 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
	text-transform: uppercase;
  color: #000;
}

.what-we-do-content h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #000;
  margin-top: 8px;
}

.what-we-do-content p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
}

.what-we-do-btn {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
text-transform: uppercase;
}

.what-we-do-btn:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}

/* ---- CONTACT US ------*/

.contact-cta {
  background: #efefef;
  padding: 35px 20px 30px;
}

.contact-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.contact-cta p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  font-weight: 400;
}

.contact-cta-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 10px 18px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-cta-btn:hover {
  background: #000;
  transform: translateY(-1px);
}

/* ----- PRODUCTS --------*/

body.modal-open {
  overflow: hidden;
}

.products-hero {
  position: relative;
  padding: 90px 20px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.78), rgba(0,0,0,0.48)),
    url("/siteart/product-title.jpeg") center center / cover no-repeat;
}

.products-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  color: #fff;
}

.products-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 12px;
  background-color: #8a6500;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.products-hero h1 {
  margin: 0 0 16px;
  max-width: 760px;
  font-size: 46px;
  line-height: 1.05;
  text-transform: uppercase;
}

.products-hero p {
  max-width: 720px;
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
}

.products-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 14px 22px;
  transition: all 0.2s ease;
}

.products-cta-inner .btn-primary {
  background: #000;
  color: #fff;
}

.btn-primary:hover {
  background: #ffd24d;
  transform: translateY(-2px);
}

.btn-secondary {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.btn-secondary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

.products-badges {
  background: #efefef;
  padding: 18px 20px;
  border-bottom: 1px solid #e3e3e3;
}

.products-badges-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.products-badges-inner span {
  display: inline-block;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #111;
}

.products-grid-wrap {
  background: #efefef;
  padding: 36px 20px 72px;
}

.products-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-top: 4px solid #f2b705;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(0,0,0,0.16);
	overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #f4f4f4;
}

.product-card-content {
  padding: 20px 18px 22px;
}

.product-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #8a6500;
  border-radius: 999px;
}

.product-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.1;
  color: #000;
}

.product-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #333;
}

.products-cta {
  background: #e4b42b;
  padding: 58px 20px;
}

.products-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.products-cta-inner h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.05;
  color:#000;
  text-transform: uppercase;
}

.products-cta-inner p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.product-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.product-modal.is-open {
  display: block;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.68);
}

.product-modal-panel {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 32px));
  margin: 8vh auto 0;
  background: #fff;
  border-top: 5px solid #f2b705;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  padding: 34px 30px 30px;
}

.product-modal-panel.product-modal-panel-wide {
  width: min(980px, calc(100% - 32px));
}

.product-modal-layout {
  display: grid;
  gap: 26px;
  align-items: start;
}

.product-modal-layout.has-gallery {
  grid-template-columns: 1fr 1fr;
}

.product-modal-layout.no-gallery {
  grid-template-columns: 1fr;
}

.product-modal-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  overflow: hidden;
}

.product-modal-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
	object-position: center;
  display: block;
  border: 1px solid #e3e3e3;
}

.product-modal-copy {
  min-width: 0;
}

.product-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  color: #111;
}

.product-modal-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d59600;
}

.product-modal h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.06;
  text-transform: uppercase;
  color: #000;
}

.product-modal p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #333;
}

/* ---- NEW PRODUCTS ------*/
.product-category-block {
  max-width: 1180px;
  margin: 0 auto 42px;
}

.product-category-block:last-child {
  margin-bottom: 0;
}

.product-category-head {
  margin-bottom: 18px;
  padding: 0 2px;
}

.product-category-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b4b00;
}

.product-category-head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #000;
}

.product-modal-panel-wide {
  width: min(980px, calc(100% - 32px));
}

.product-modal-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.product-modal-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
	overflow: hidden;
}

.product-modal-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
}

.product-modal-copy {
  min-width: 0;
}


/* ----- FOOTER --------*/

.site-footer {
  background: #000;
  padding: 36px 30px 0;
}

.site-footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding-bottom: 32px;
}

.footer-brand {
  width: 38%;
}

.footer-brand img {
  display: block;
  max-width: 320px;
  width: 100%;
}

.footer-links {
  width: 20%;
}

.footer-links h3,
.footer-contact h3 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
}

.footer-links a:hover,
.footer-contact a:hover {
  opacity: 0.8;
}

.footer-contact {
  width: 32%;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.footer-contact-item a,
.footer-contact-item span {
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  font-size: 26px;
  line-height: 1;
}

.site-footer-bottom {
  height: 8px;
  background: #1f1f1f;
}

/* ------- ABOUT US -------------- */

.about-page-section {
  background: #efefef;
  padding: 70px 30px;
}

.about-page-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-page-content,
.about-page-image {
  width: 50%;
}

.about-page-content h1 {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.about-page-content h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #f2b705;
  margin-top: 10px;
}

.about-intro {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #111;
  margin: 0 0 24px;
}

.about-page-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.about-page-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.about-page-image img {
  display: block;
  width: 80%;
  border-radius: 8px;
}

.about-values-section {
  background: #f2b705;
  padding: 55px 30px;
}

.about-values-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}

.about-value-card {
  width: 33.333%;
  background: #efefef;
  padding: 28px 24px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.about-value-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.about-value-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.about-cta-section {
  background: #efefef;
  padding: 30px 20px 26px;
}

.about-cta-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-cta-inner p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

.about-cta-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 10px 18px;
}

header,
.site-header,
#header {
  position: relative;
  z-index: 9999;
}

/* ----------OUR SERVICE --------------*/

:root {
  --card: #f8f8f8;
  --dark: #000;
  --text: #222;
  --muted: #555;
  --accent: #f2b705;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.services-hero {
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("../siteart/our-services.jpeg") center/cover no-repeat;
  padding: 96px 20px;
  color: #fff;
}

.services-hero-inner,
.services-badges-inner,
.services-grid,
.safety-inner,
.service-cta-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.services-hero-inner {
  max-width: 760px;
}

.services-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 12px;
  background: rgba(242, 183, 5);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-hero h1 {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.05;
  text-transform: uppercase;
}

.services-hero p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
}

.services-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.btn-primary {
  background: var(--accent);
  color: #000;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.65);
  color: #fff;
}

.services-badges {
  background: var(--accent);
  padding: 18px 20px;
}

.services-badges-inner {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.services-badges span {
  background: rgba(255,255,255,0.18);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 14px;
  letter-spacing: 0.04em;
}

.services-grid {
  padding: 70px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-top: 4px solid var(--accent);
  box-shadow: var(--shadow);
  background-color: #111;
  background-image: var(--service-image);
  background-size: cover;
  background-position: center;
}

.service-card-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.service-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  min-height: 64px;
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.48) 45%, rgba(0,0,0,0.58) 100%);
  z-index: 1;
}

.service-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

.service-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}

.service-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.92);
  line-height: 1.8;
  font-size: 15px;
  min-height: 108px;
}

.service-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.86);
}

.service-card li {
 margin-bottom: 10px;
  line-height: 1.6;
}

.safety-section {
  background: #e4b42b;
  padding: 70px 20px;
}

.safety-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.safety-heading h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.safety-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.safety-card {
  background: #f6f6f6;
  padding: 22px 20px;
  box-shadow: var(--shadow);
}

.safety-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #000;
}

.safety-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.service-cta {
  background: #efefef;
  padding: 60px 20px 72px;
}

.service-cta-inner {
  text-align: center;
  max-width: 820px;
}

.service-cta h2 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.service-cta p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
}

.service-card:hover .service-card-overlay {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 42%, rgba(0,0,0,0.2) 100%);
}

/* --------- CONTACT ------- */

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
}

i,
.fa,
.fab {
  font-family: 'Poppins', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.sub-wrapper {
  width: 100%;
  overflow: hidden;
}

.contact-hero {
  position: relative;
  width: 100%;
  padding: 70px 20px;
  background: url("/siteart/home-hero.png") center center / cover no-repeat;
	background-color: #000;
  overflow: hidden;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.58) 45%, rgba(0,0,0,0.40) 100%);
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.contact-copy {
  flex: 1 1 0;
  min-width: 0;
  color: #fff;
  padding-top: 8px;
}

.contact-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 12px;
  background: #f2b705;
  color: #000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-copy h1 {
  margin: 0 0 16px;
  max-width: 620px;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.contact-lead {
  max-width: 580px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

.contact-feature-list {
  width: 100%;
  max-width: 820px;
  display: flex;
  gap: 16px;
}

.contact-feature-card {
  flex: 1 1 0;
  min-width: 0;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 18px 16px;
}

.contact-feature-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.contact-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

.contact-form-shell {
  width: 100%;
  max-width: 500px;
  flex: 0 0 500px;
  background: #efefef;
  border-top: 4px solid #f2b705;
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
  overflow: hidden;
}

#formpage {
  width: 100%;
  padding: 24px;
}

.contact-form-heading {
  margin-bottom: 18px;
}

.form-mini-title {
  margin: 0 0 6px;
  color: #d59600;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form-heading h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}

.contact-form-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.contact-request-group {
  width: 100%;
  margin-bottom: 18px;
  padding: 16px 18px 12px;
  background: #ffffff;
  border-left: 4px solid #f2b705;
}

.contact-section-title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
}

.request-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  width: 100%;
}

.flex-row {
  width: 100%;
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.flex-input {
  display: block;
  width: 100%;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.5;
}

.flex-row.two-col .flex-input {
  width: calc(50% - 7px);
}

.flex-row.three-col .flex-input {
  width: calc(33.333% - 9.4px);
}

.flex-input input,
.flex-input select,
.flex-input textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
}

.flex-input textarea {
  min-height: 110px;
  resize: vertical;
}

.flex-input input:focus,
.flex-input select:focus,
.flex-input textarea:focus {
  border-color: #f2b705;
  box-shadow: 0 0 0 3px rgba(242,183,5,0.14);
}

.check-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 18px;
  min-width: 0;
  padding-left: 28px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
  color: #111;
  font-weight: 600;
}

.check-container input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c4c4c4;
}

.check-container input:checked ~ .checkmark {
  background: #f2b705;
  border-color: #f2b705;
}

.check-container input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.captcha-wrap {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 14px;
  overflow: hidden;
}

.submit-button {
  width: 100%;
  margin-top: 14px;
}

.red-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  background: #000;
  color: #fff;
  padding: 13px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.red-btn:hover {
  background: #1a1a1a;
}

/* ------THANK YOU --------*/

.thankyou-page {
  width: 100%;
  overflow: hidden;
}

.thankyou-hero {
  position: relative;
  min-height: 88vh;
  padding: 0px 20px;
  background: url("/siteart/contact-img.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
}

.thankyou-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.60) 50%, rgba(0,0,0,0.48) 100%);
}

.thankyou-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.thankyou-card {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: rgba(239,239,239,0.96);
  border-top: 5px solid #f2b705;
  box-shadow: 0 18px 34px rgba(0,0,0,0.22);
  padding: 44px 42px 40px;
}

.thankyou-icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2b705;
  color: #000;
  font-size: 28px;
  margin-bottom: 22px;
}

.thankyou-kicker {
  margin: 0 0 10px;
  color: #d59600;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thankyou-card h1 {
  margin: 0 0 14px;
  font-size: 52px;
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  max-width: 760px;
}

.thankyou-lead {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.thankyou-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.thankyou-info-box {
  background: #ffffff;
  padding: 22px 20px;
  border-left: 4px solid #f2b705;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.thankyou-info-box h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.thankyou-info-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.thankyou-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.thankyou-btn {
  display: inline-block;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: all 0.2s ease;
}

.thankyou-btn-primary {
  background: #000;
  color: #fff;
}

.thankyou-btn-primary:hover {
  background: #1b1b1b;
}

.thankyou-btn-secondary {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

.thankyou-btn-secondary:hover {
  background: #000;
  color: #fff;
}

.thankyou-support-strip {
  background: #f2b705;
  padding: 34px 20px;
}

.thankyou-support-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.support-item {
  background: rgba(255,255,255,0.18);
  padding: 18px 18px;
}

.support-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}

.support-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #111;
}

/*--------FORM STYLES--------------------*/

/*-------- FOOTER STYLES ----------------*/
footer {}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

/*---------- RESPONSIVE STYLES ----------*/

@media screen and (max-width: 1023px) {
  #menu-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    min-height: 64px;
    padding: 0 16px;
    background: #000;
    box-sizing: border-box;
  }

  .mobile-bar-logo {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  .mobile-bar-logo a {
    display: flex !important;
    align-items: center !important;
    margin: 0;
    padding: 0;
  }

  .mobile-bar-logo img {
    display: block;
    max-height: 38px;
    width: auto;
    margin: 0;
  }

  #menu-button .mobile-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    margin: 0 0 0 auto;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
  }
	
	.home-services-section {
    padding: 56px 20px;
  }

  .home-services-intro h2 {
    font-size: 34px;
  }

  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-feature-card,
  .service-feature-card:nth-child(1),
  .service-feature-card:nth-child(2),
  .service-feature-card:nth-child(3),
  .service-feature-card:nth-child(4),
  .service-feature-card:nth-child(5) {
    grid-column: span 1;
  }
	
	/* --- Category ---*/
	
 .equipment-categories {
    padding: 18px 20px 32px;
  }

  .equipment-categories h2 {
    margin: 10px 0 28px;
    font-size: 24px;
  }

  .equipment-categories h2::after {
    width: 180px;
  }

  .equipment-grid {
    grid-template-columns: 48% 48%;
    gap: 20px;
    justify-content: space-between;
  }

  .equipment-card img {
    height: 180px;
  }

  .equipment-card span {
    font-size: 17px;
    min-height: 60px;
    padding: 12px 10px;
  }
	
   .access-system-section {
    padding: 50px 20px;
  }

  .access-system-inner {
    gap: 35px;
  }

  .access-system-content h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .access-system-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
  }	
	
   .what-we-do-section {
    padding: 36px 20px;
  }

  .what-we-do-inner {
    gap: 30px;
  }

  .what-we-do-image img {
    max-height: 340px;
  }

  .what-we-do-content h2 {
    font-size: 24px;
  }

  .what-we-do-content p {
    font-size: 15px;
    line-height: 1.6;
  }
	
   .site-footer {
    padding: 32px 20px 0;
  }

  .site-footer-inner {
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-links,
  .footer-contact {
    width: calc(50% - 20px);
  }
	
	/* ---ABOUT US -----*/
	.about-page-section {
    padding: 50px 20px;
  }

  .about-page-inner {
    gap: 35px;
  }

  .about-page-content h1 {
    font-size: 26px;
  }

  .about-intro {
    font-size: 16px;
  }

  .about-page-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-values-section {
    padding: 45px 20px;
  }

  .about-values-inner {
    gap: 18px;
  }

  .about-value-card {
    padding: 22px 18px;
  }

  .about-value-card h3 {
    font-size: 20px;
  }
	
	/*------ NEW SERVICE SECTION -----*/
	
	.home-services-section {
    padding: 56px 20px;
  }
	
	.home-services-intro h2 {
    font-size: 20px;
    line-height: 1.65;
  }

  .home-services-intro p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
	.service-feature-card h3{
		font-size:18px;
	}

  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-feature-card,
  .service-feature-card:nth-child(1),
  .service-feature-card:nth-child(2),
  .service-feature-card:nth-child(3),
  .service-feature-card:nth-child(4),
  .service-feature-card:nth-child(5) {
    grid-column: span 1;
  }
	
	/* ---------OUR SERVICES ------------ */
	
	.services-hero {
    padding: 80px 20px;
  }

  .services-hero h1 {
    font-size: 36px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	
	/* ----- Contact -----*/
	
.contact-hero {
    padding: 56px 18px;
  }

  .contact-hero-inner {
    flex-direction: column;
    gap: 26px;
  }

  .contact-copy,
  .contact-form-shell {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }

  .contact-copy h1 {
    font-size: 40px;
    max-width: 100%;
  }

  .contact-lead {
    max-width: 100%;
  }

  .contact-feature-list {
    flex-direction: column;
    max-width: 100%;
  }

	/* ----THANK YOU ----*/
	
	.thankyou-card h1 {
    font-size: 40px;
  }

  .thankyou-grid,
  .thankyou-support-inner {
   grid-template-columns: 1fr;
  }
	
	/* -----PRODUCTS -----*/
	.products-hero h1 {
    font-size: 42px;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
	
   .product-category-head h2 {
    font-size: 28px;
  }
	
}

@media only screen and (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 340px;
  }
}

@media screen and (max-width: 767px) {

  .top-bar {
    display: none;
  }

  .hero-section {
    min-height: 520px;
    background-position: center center;
  }

  .hero-content {
    padding: 60px 20px;
    text-align: center;
  }

  .hero-line {
    font-size: 38px;
    line-height: 1;
  }

  .hero-content p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 28px auto;
  }


  .hero-buttons {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .hero-btn {
    width: auto;
    min-width: 140px;
    min-height: 20px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.2;
  }

  .equipment-categories {
    background: linear-gradient(
      to bottom,
      #efefef 0%,
      #efefef 10%,
      #F2B705 10%,
      #F2B705 90%,
      #efefef 90%,
      #efefef 100%
    );
    padding: 16px 14px 28px;
  }

  .equipment-categories h2 {
    margin: 0 0 22px;
    font-size: 22px;
  }

  .equipment-categories h2::after {
    width: 150px;
    margin-top: 8px;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .equipment-card img {
    height: 190px;
  }

  .equipment-card span {
    min-height: 56px;
    padding: 10px;
    font-size: 16px;
  }

	.services-cta {
    padding: 24px 16px 20px;
  }

  .services-cta p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .services-cta-btn {
    font-size: 10px;
    padding: 9px 16px;
  }
	
  .access-system-section {
    padding: 40px 16px;
  }

  .access-system-inner {
    flex-direction: column;
    gap: 28px;
  }

  .access-system-content,
  .access-system-image {
    width: 100%;
  }

  .access-system-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .access-system-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .access-system-btn {
     font-size: 10px;
    padding: 9px 16px;
  }
	
  .what-we-do-section {
    padding: 32px 16px;
  }

  .what-we-do-inner {
    flex-direction: column;
    gap: 24px;
  }

  .what-we-do-image,
  .what-we-do-content {
    width: 100%;
  }

  .what-we-do-image img {
    max-height: 300px;
  }

  .what-we-do-content h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .what-we-do-content p {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .what-we-do-btn {
    font-size: 10px;
    padding: 9px 16px;
  }
	
  .contact-cta {
    padding: 24px 16px 20px;
  }

  .contact-cta p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .contact-cta-btn {
    font-size: 10px;
    padding: 9px 16px;
  }
	
   .site-footer {
    padding: 28px 16px 0;
  }

  .site-footer-inner {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 26px;
  }

  .footer-brand,
  .footer-links,
  .footer-contact {
    width: 100%;
  }

  .footer-brand img {
    max-width: 260px;
  }

  .footer-links h3,
  .footer-contact h3 {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .footer-links a,
  .footer-contact-item {
    font-size: 14px;
  }

  .footer-contact-item {
    gap: 12px;
    margin-bottom: 14px;
  }

  .footer-icon {
    font-size: 22px;
    width: 24px;
    min-width: 24px;
  }
	
	/* ABOUT US ----*/
.about-page-section {
    padding: 40px 16px;
  }

  .about-page-inner {
    flex-direction: column;
    gap: 28px;
  }

  .about-page-content,
  .about-page-image {
    width: 100%;
  }

  .about-page-content h1 {
    font-size: 22px;
  }

  .about-intro {
    font-size: 15px;
    line-height: 1.6;
  }

  .about-page-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .about-page-btn {
     font-size: 10px;
    padding: 9px 16px;
  }

  .about-values-section {
    padding: 36px 16px;
  }

  .about-values-inner {
    flex-direction: column;
  }

  .about-value-card {
    width: 100%;
  }

  .about-value-card h3 {
    font-size: 18px;
  }

  .about-value-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-cta-inner p {
    font-size: 15px;
  }
	
	/* -------- NEW SERVICES -----*/
	
	.home-services-section {
    padding: 42px 16px;
  }

  .home-services-intro {
    margin-bottom: 0 0 26px;
    text-align: left;
  }

  .home-services-intro h2 {
    font-size: 20px;
    line-height: 1.65;
  }

  .home-services-intro p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .home-services-actions {
    justify-content: flex-start;
  }

  .home-btn {
    width: 100%;
    text-align: center;
  }

  .home-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-feature-card,
  .service-feature-card:nth-child(1),
  .service-feature-card:nth-child(2),
  .service-feature-card:nth-child(3),
  .service-feature-card:nth-child(4),
  .service-feature-card:nth-child(5) {
    grid-column: span 1;
    min-height: auto;
  }

  .service-feature-card {
    padding: 20px 16px;
  }

  .service-feature-card h3 {
	  margin: 0 0 28px;
    font-size: 20px;
  }

  .service-feature-card p {
    font-size: 14px;
    line-height: 1.65;
  }
	
	/*--------OUR SERVICES --------*/
	
	.services-hero {
    padding: 64px 16px;
  }

  .services-hero h1 {
    font-size: 28px;
  }

  .services-hero p,
  .service-cta p,
  .safety-heading p,
  .service-card p {
    font-size: 12px;
    line-height: 1.7;
  }

  .service-card,
  .safety-card {
    padding: 22px 18px;
  }
	
   .service-card {
    min-height: 300px;
  }

  .service-card h2 {
    font-size: 15px;
  }
  
  .service-card-content {
	min-height: 300px;
    padding: 22px 18px;
  }
	
  .service-card-head,
  .service-card h2,
  .service-card p {
    min-height: auto;
  }

  .safety-heading h2,
  .service-cta h2 {
    font-size: 24px;
  }

  .safety-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
     padding: 46px 16px;
    gap: 18px;
  }

  .safety-section,
  .service-cta {
    padding-left: 16px;
    padding-right: 16px;
  }
	
	/*----- Contact ------*/

	 .contact-hero {
    padding: 42px 16px;
    background-position: center top;
  }

  .contact-hero-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.58) 100%);
  }

  .contact-hero-inner {
    gap: 22px;
  }

  .contact-kicker {
    font-size: 10px;
    padding: 7px 10px;
    margin-bottom: 10px;
  }

  .contact-copy h1 {
    font-size: 28px;
    line-height: 1.02;
    margin-bottom: 12px;
  }

  .contact-lead {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px;
  }

  .contact-feature-list {
    gap: 12px;
  }

  .contact-feature-card {
    padding: 15px 14px;
  }

  .contact-feature-card h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .contact-feature-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .contact-form-shell {
    max-width: 100%;
    flex: 1 1 100%;
  }

  #formpage {
    padding: 18px 16px;
  }

  .contact-form-heading {
    margin-bottom: 14px;
  }

  .form-mini-title {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .contact-form-heading h2 {
    font-size: 20px;
    line-height: 1.08;
    margin-bottom: 6px;
  }

  .contact-form-heading p {
    font-size: 13px;
    line-height: 1.5;
  }

  .contact-request-group {
    padding: 14px 14px 10px;
    margin-bottom: 16px;
  }

  .contact-section-title {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .request-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flex-row {
    gap: 12px;
    margin-bottom: 12px;
  }

  .flex-row.two-col .flex-input,
  .flex-row.three-col .flex-input {
    width: 100%;
  }

  .flex-input {
    font-size: 12px;
  }

  .flex-input input,
  .flex-input select,
  .flex-input textarea {
    padding: 11px 12px;
    font-size: 14px;
  }

  .flex-input textarea {
    min-height: 100px;
  }

  .check-container {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 26px;
  }

  .checkmark {
    width: 15px;
    height: 15px;
  }

  .captcha-wrap {
    margin-bottom: 12px;
  }

  .red-btn {
    width: 100%;
    padding: 13px 14px;
    font-size: 11px;
  }
	
	/* ----THANK YOU -----*/
	
	.thankyou-hero {
    min-height: auto;
    padding: 56px 16px;
    background-position: center top;
  }

  .thankyou-card {
    padding: 26px 18px 24px;
  }

  .thankyou-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
    margin-bottom: 18px;
  }

  .thankyou-kicker {
    font-size: 10px;
  }

  .thankyou-card h1 {
    font-size: 28px;
    line-height: 1.02;
  }

  .thankyou-lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .thankyou-grid {
    gap: 14px;
    margin-bottom: 22px;
  }

  .thankyou-info-box {
    padding: 18px 16px;
  }

  .thankyou-info-box h3 {
    font-size: 16px;
  }

  .thankyou-info-box p,
  .support-item p {
    font-size: 13px;
    line-height: 1.65;
  }

  .thankyou-btn {
    width: 100%;
    text-align: center;
    padding: 13px 16px;
  }

  .thankyou-support-strip {
    padding: 24px 16px;
  }

  .thankyou-support-inner {
    gap: 14px;
  }
	
	/*-----Products -----*/
	
	.products-hero {
    padding: 58px 16px;
    background-position: center top;
  }

  .products-hero h1 {
    font-size: 28px;
  }

  .products-hero p {
    font-size: 14px;
    line-height: 1.7;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }

  .products-grid-wrap {
    padding: 28px 16px 56px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-card img {
    height: 210px;
  }

  .product-card h2 {
    font-size: 22px;
  }

  .products-cta {
    padding: 42px 16px;
  }

  .products-cta-inner h2 {
    font-size: 26px;
  }

  .products-cta-inner p {
    font-size: 14px;
  }

  .product-modal-panel {
    width: calc(100% - 24px);
    margin-top: 10vh;
    padding: 26px 18px 22px;
  }

  .product-modal h2 {
    font-size: 24px;
    padding-right: 34px;
  }

  .product-modal p {
    font-size: 14px;
    line-height: 1.7;
  }
	
   .product-category-block {
    margin-bottom: 30px;
  }

  .product-category-head {
    margin-bottom: 14px;
  }

  .product-category-head h2 {
    font-size: 24px;
  }

  .product-modal-panel-wide {
    width: calc(100% - 24px);
  }

  .product-modal-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-modal-gallery img {
    height: 180px;
  }
	
   .product-modal-panel,
  .product-modal-panel.product-modal-panel-wide {
    width: calc(100% - 24px);
  }

  .product-modal-layout,
  .product-modal-layout.has-gallery,
  .product-modal-layout.no-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-modal-gallery img {
    height: 180px;
  }

}

@media only screen and (max-width: 425px) {
  .sub-wrapper > h1 {
    font-size: 24px;
  }

  .contact-page-intro h2,
  .contact-side-panel h2 {
    font-size: 20px;
  }

  .contact-page-intro p,
  .contact-side-panel p,
  .contact-side-list li,
  .flex-input input,
  .flex-input select,
  .flex-input textarea {
    font-size: 13px;
  }
	
}

@media screen and (max-width: 480px) {
  .hero-line {
    font-size: 32px;
  }

  .hero-section {
    min-height: 480px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn {
    width: 100%;
    max-width: 240px;
  }
	
 .equipment-categories {
    padding: 14px 12px 24px;
  }

  .equipment-categories h2 {
    font-size: 20px;
  }

  .equipment-card img {
    height: 170px;
  }

  .equipment-card span {
    font-size: 10px;
    min-height: 52px;
    padding: 9px;
  }
	
   .services-cta p {
    font-size: 14px;
  }
	
  .access-system-content h2 {
    font-size: 20px;
  }

  .access-system-content p {
    font-size: 14px;
  }
	
    .what-we-do-image img {
    max-height: 240px;
  }

  .what-we-do-content h2 {
    font-size: 20px;
  }

  .what-we-do-content p {
    font-size: 14px;
  }
	
  .contact-cta p {
    font-size: 14px;
  }
	
  .footer-brand img {
    max-width: 220px;
  }

  .footer-links a,
  .footer-contact-item {
    font-size: 13px;
  }
	
	/* ----- ABOUT US -----*/
	
  .about-values-inner {
    flex-direction: column;
    gap: 18px;
  }

  .about-value-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
	
	/* -----OUR SERVICES ----- */
	
  .services-hero h1,
  .safety-heading h2,
  .service-cta h2 {
    font-size: 20px;
  }

  .services-hero p,
  .service-cta p,
  .service-card p,
  .service-card li,
  .safety-card p {
    font-size: 14px;
	font-weight:400;
  }
	/* ---Contact ----*/
	
	.contact-hero {
    padding: 36px 14px;
  }

  .contact-copy h1 {
    font-size: 24px;
  }

  .contact-lead,
  .contact-feature-card p,
  .contact-form-heading p,
  .check-container,
  .flex-input input,
  .flex-input select,
  .flex-input textarea {
    font-size: 13px;
  }

  .contact-feature-card h3 {
    font-size: 15px;
  }

  .contact-form-heading h2 {
    font-size: 18px;
  }

  #formpage {
    padding: 16px 14px;
  }

}


