/* GLOBAL TYPOGRAPHY RESET */
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #2b2b2b;
  line-height: 1.6;
background-image: radial-gradient(rgba(0,0,0,0.02) 1px, transparent 1px);
background-size: 18px 18px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer!important;
}

a:hover {
	cursor: pointer!important;
}

.required::after {
	content: ' *';
	color: red;
}

.brand {
	color: #333132!important;
}

.brand-secondary {
	color: #bbff00!important;
}

.line {
	background-color: #bbff00;
    height: 2px;
    width: 300px;
    margin: 0rem auto 1rem;
}

.nav-item a:hover, .nav-item-btn:hover {
	color: #bbff00!important;
}

.nav-item-btn {
	background-color: inherit;
	border: none;
	color: rgb(255,255,255,.55);
	margin-top: 7px;
	padding-left: 1rem;
}

.dropdown-menu {
	padding: 0px;
}

.dropdown-menu li a {
	padding: .75rem 1rem;
	border-bottom: 1px solid #555555;
}
.dropdown-menu li a:hover {
	background-color: rgb(33,37,41);
}

.dropdown-menu li:last-child a {
	border: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
		padding: .5rem .75rem;
	}
}

/* HEADINGS (strong industrial tone) */
h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #333132;
}

/* HERO H1 (special weight) */
h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
}

/* SECTION HEADINGS */
h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-bottom: 1rem;
}

/* LEAD TEXT */
.lead {
  font-size: 1.15rem;
  color: rgba(43,43,43,0.85);
  max-width: 65ch;
}

/* PARAGRAPHS */
p {
  margin-bottom: 1rem;
}

/* SECTION SPACING STANDARDIZATION */
section {
  padding: 6rem 0;
}

/* TIGHTER ON MOBILE */
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

/* CONTAINER WIDTH CONTROL (more premium feel) */
.container {
  max-width: 1140px;
}

/* WIDER CONTENT SECTIONS (hero effect) */
.container-wide {
  max-width: 1320px;
}

/* FOOTER */
.text-muted {
	color: #AAAAAA!important;
	font-size: .875rem!important;
}

.footer-section {
	position: relative;
	margin-top: 2rem;
}

.footer-section p {
	margin-bottom: 0.6rem;
}

.footer-title {
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #bbff00;
}

/* vertical divider between columns */
.footer-section:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -3px;
	top: 0%;
	height: 80%;
	width: 1px;
	background: rgba(255,255,255,0.1);
}

/* remove on mobile */
@media (max-width: 768px) {
	.footer-section::after {
		display: none;
	}
	
	.footer-section {
		text-align: center;
	}

	.footer-section p,
	.footer-section a {
		text-align: center;
		display: inline-block;
	}

	.footer-section img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

.footer a, .footer p {
	color: #EEEEEE;
	text-decoration: none;
}

.footer a:hover {
	color: #bbff00;
}

.footer p {
	margin-bottom: 0.5rem;
}

.footer-portal-link {
	display: inline-block;
	margin-bottom: 0.5rem;
	color: #ffffff;
	text-decoration: none;
}

.footer-portal-link:hover {
	color: #bbff00;
}


/* REMOVE DEFAULT CARD FEEL (global override) */
.card {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* BUTTONS (make them feel intentional, not Bootstrap default) */
.btn {
  border-radius: 5px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
}

/* PRIMARY BUTTON (green system accent) */
.btn-accent {
  background: #bbff00;
  color: #1a1a1a;
  border: none;
}

.btn-accent:hover {
  background: #a6e600;
  color: #000;
}

/* OUTLINE BUTTON CLEANUP */
.btn-outline-light {
  border-color: rgba(255,255,255,0.4);
}

.bg-primary {
	background: #333132!important;
}

.bg-secondary {
	background: #bbff00!important;
}

.btn-primary {
	background: #bbff00!important;
	color: #333132!important;
	border: 0;
}

.btn-secondary {
	background: #333132!important;
	color: #FFFFFF;
}


.border-primary {
	border-color: #bbff00!important;
}

.btn-outline-primary {
	border-color: #bbff00!important;
}

.btn-outline-primary:hover {
  color: #a6e600!important;
	background-color: inherit;
	border: 2px solid #bbff00!important;;
}

/* LABEL (replaces “card header”) */
.accent-label {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #333132;
  margin-bottom: 1rem;
	background-color: #BBFE00;
	padding: .25rem .75rem;
}


/* HERO IMAGE */
.hero-centered {
  position: relative;
  height: 50vh;
  min-height: 300px;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.hero-bg {
	position: absolute;
	inset: 0;
	background-image: url('/images/transport/TNT-transport-12.jpg');
	background-size: cover;
	background-position: center;
	transform: scale(1.05);
	filter: contrast(1.1) brightness(0.85) saturate(0.9);
	z-index: 1;
}

/* OVERLAY (key difference: not a harsh dark block) */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(51,49,50,0.65) 0%,
    rgba(51,49,50,0.75) 60%,
    rgba(51,49,50,0.9) 100%
  );
	z-index: 2;
}

/* TEXT CONTROL */
.hero-content {
	position: relative;
	z-index: 3;
  max-width: 800px;
}

.hero-tag {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ACCENT BUTTON */
.btn-accent {
  background: #bbff00;
  color: #1a1a1a;
  font-weight: 700;
  border-radius: 5px;
}

.btn-accent:hover {
  background: #a6e600;
}


/* SECTION SPACING (prevents bootstrap feel) */
section {
  padding: 5rem 0;
}

/* ACCENT COLOR HELPERS */
.text-accent {
  color: #bbff00;
}

/* SECTION BASE */
.services-modern {
  background: #f6f7f8;
  padding: 4rem 0;
}

/* CARD BASE */
.facility-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease;
}

/* subtle lift (not “agency hover effect”) */
.facility-card:hover {
  transform: translateY(-3px);
}

/* IMAGE TOP */
.card-image {
  height: 220px;
  background-size: cover;
  background-position: center;
}

/* IMAGES */
.wash-image {
  background-image: url('/images/wash/washbay-1.jpg');
}

.transport-image {
  background-image: url('/images/transport/TNT-transport-12.jpg');
  filter: saturate(0.9);
}

/* LABEL */
.card-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #333132;
  margin-bottom: 0.75rem;
}

/* HEADING */
.facility-card h3 {
  color: #333132;
  margin-bottom: 1rem;
}

/* ICON LIST */
.card-points {
  margin-top: 1rem;
}

.card-points div {
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-points i {
  color: #333132;
	width: 40px;
	font-size: 20px;
}

/* SECTION BACKGROUND */
.biosecurity {
	background: #FFFFFF;
}

/* CARD STYLE (subtle, not Bootstrap-y) */
.bio-card {
	background: #ffffff;
	padding: 2.5rem 2rem;
	height: 100%;

	/* subtle separation */
	border: 1px solid rgba(0,0,0,0.06);

	/* very soft lift */
	box-shadow: 0 8px 15px rgba(0,0,0,0.15);

	/* keeps things clean and structured */
	display: flex;
	flex-direction: column;
	align-items: center;
	
	border-radius: 50px;
}

/* ICON */
.bio-icon {
	width: 90px;
	margin-bottom: 1.5rem;
}

/* HEADING */
.bio-card h5 {
	margin-bottom: 0.5rem;
	color: #333132;
}

/* TEXT */
.bio-card p {
	color: rgba(0,0,0,0.7);
	max-width: 260px;
}

/* OPTIONAL: very subtle interaction */
.bio-card:hover {
	transform: translateY(-4px);
	transition: 0.2s ease;
}

/* WASH BAY */
.wash-hero {
	min-height: 60vh;
	background-image: url('/images/wash/washbay-1.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.wash-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(51,49,50,0.75);
}

.wash-hero .container {
	position: relative;
	z-index: 2;
}

.wash-cta {
	position: relative;
	overflow: hidden;
	background-color: #333132;
}

/* BACKGROUND IMAGE LAYER */
.wash-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/images/wash/washbay-outside.jpg');
	background-size: cover;
	background-position: center;
	opacity: 0.15;
	filter: grayscale(100%);
}

/* DARK OVERLAY FOR READABILITY */
.wash-cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(
		circle at center,
		rgba(187,255,0,0.08),
		rgba(51,49,50,0.95)
	);
}

/* KEEP CONTENT ABOVE BACKGROUND */
.wash-cta .container {
	position: relative;
	z-index: 2;
}

.border-box {
	border: 3px solid #bbff00;
    padding: 10px;
    margin: auto;
}
	
#facilty-features i {
	background-color: #333132;
    padding: 10px;
    color: #bbff00;
    border-radius: 100%;
}

.transport-hero {
	min-height: 60vh;
	background-image: url('/images/transport/TNT-transport-12.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.transport-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(51,49,50,0.75);
}

.transport-hero .container {
	position: relative;
	z-index: 2;
}

#how-we-operate i {
	background-color: #333132;
    padding: 20px;
    color: #bbff00;
    border-radius: 100%;
}

#capabilities i {
	font-size: 1.5rem;
}

.industry-tile {
	padding: 1.2rem 0.5rem;
	font-weight: 600;
	color: #333132;
	letter-spacing: 0.02em;
	position: relative;
	transition: all 0.2s ease;
}

/* subtle separator feel without borders */
.industry-tile::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(51,49,50,0.15);
	margin: 10px auto 0 auto;
}

/* hover = brand activation */
.industry-tile:hover {
	color: #bbff00;
	transform: translateY(-3px);
}

/* optional: remove line on hover */
.industry-tile:hover::after {
	background: rgba(187,255,0,0.5);
}

.contact-hero {
	min-height: 30vh;
	background-image: url('/images/wash/washbay-outside.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(51,49,50,0.75);
}

.contact-hero .container {
	position: relative;
	z-index: 2;
}

.gallery-item {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 6px;
	background: #222;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

/* subtle zoom */
.gallery-item:hover img {
	transform: scale(1.05);
	filter: brightness(0.9);
}

/* overlay (optional but strong) */
.gallery-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
	opacity: 1;
}

.modal-content img {
	max-height: 80vh;
	object-fit: contain;
}

.gallery-item::after {
	pointer-events: none;
}