/*
Theme Name:   NOS Storage
Theme URI: https://simplicity.online/
Author: simplicity.online
Author URI: https://simplicity.online/
Template:     national-office-systems
Text Domain:  nos-storage
Description: Custom WordPress Theme
Version: 1000.9
Tags: super, good
*/

.navbar-fixed {
	position: fixed;
	top: 0;
}
main {
	margin-top: 80px;
}
section .card {
	margin: 0 20px;
}

.btn {
	border-radius: 0;
}

/* Home */
.home .img .text-center {
	color: white;
	text-transform: uppercase;
	font-size: xx-large;
	font-weight: bold;
}
.home .img .btn {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: xx-large;
}
.home section.img {
	padding: 100px 0 30px;
}

section.subpage-hero .col-md-5 {
	background: rgba(0, 0, 0, 0.6);
}
section.subpage-hero .col-md-5 h1 {
	margin: 0;
	padding: 30px;
}

@media (max-width: 991px) {
	#video {
		height: 60vh;
	}
}

/* home */
.home #video {
	display: flex;
	align-items: flex-end;
}

.home .hero-custom {
	width: 100%;
	background: none;
	padding: 50px;
}
.hero-custom .hero-header {
	background: rgba(0, 0, 0, 0.6);
	padding: 30px;
	color: #fff;
}

.hero-custom .hero-header h1 {
	font-size: 32px;
}

.hero-custom .subtitle {
	font-size: 22px;
	text-transform: none;
}

/* Media Queries */
@media (max-width: 768px) {
	.home .hero-custom {
		padding: 25px;
	}
	.hero-custom .hero-header {
		padding: 25px;
	}

	.hero-custom .hero-header h1 {
		font-size: 22px;
	}

	.hero-custom .subtitle {
		font-size: 14px;
	}
}

/* White section */
.section-grey {
	background-color: #f1f1f1;
	text-align: center;
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 25px;
	}
}

.section-grey .content-wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.horizontal-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 #f1f1f1;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.horizontal-card .row .image-column img {
	width: 100%;
}

/* Services */
.page-template-template-our-services .card .card-img-top {
	background: #fff;
	box-shadow: 0px 0px 70px 0px #aaa inset;
	position: relative;
	text-align: center;
}
.page-template-template-our-services .card .card-img-top span {
	line-height: 12.3rem;
	font-size: 10rem;
	color: #000;
	vertical-align: middle;
}

.page-template-template-our-services h1,
.page-template-template-our-services .h1 {
	margin-bottom: 60px;
}
.page-template-template-our-services .dark-blue .card .card-img-top {
	background: #fff;
	box-shadow: 0px 0px 70px 0px #aaa inset;
	position: relative;
	text-align: center;
}
.page-template-template-our-services .dark-blue .card .card-img-top span {
	color: #333;
}
.page-template-template-our-services .card ul {
	margin-bottom: 0;
}
.page-template-template-our-services .card p:last-child {
	margin-bottom: 0;
}
.page-template-template-our-services .card-body {
	min-height: auto;
}

.page-template-template-our-services .card {
	margin-bottom: 60px;
}

/* Idustries */
.page-template-template-industries section.primary .img {
	margin: 0;
}
.page-template-template-industries section.primary .card-body {
	height: 230px;
}
.page-template-template-industries .capabilities .material-symbols-outlined {
	font-size: 75px;
	color: var(--primary);
}

.page-template-template-our-work .work-item a {
	text-decoration: none;
	color: var(--primary);
}

.page-template-template-our-work .work-item .work-item-title {
	margin-top: 10px;
}

/* recent work */
#carousel-wrapper {
	position: relative;
}
#carousel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
#prev {
	width: 100px;
	height: 51vh;
	opacity: 0.6;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
}
#main {
	width: 85%;
	height: 72vh;
	background-position: center center;
	background-repeat: no-repeat;
}
#next {
	width: 100px;
	height: 51vh;
	opacity: 0.6;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
#prev,
#next {
	background-repeat: no-repeat;
	font-variation-settings: "wght" 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
#thumbnails {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
#thumbnails img {
	width: 50px;
	height: 50px;
}
#main,
#prev,
#next {
	transition: width 0.3s ease;
}
#loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72vh;
}
.spinner {
	width: 50px;
	height: 50px;
	border: 6px solid #ccc;
	border-top: 6px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.spinner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.spinner {
	width: 50px;
	height: 50px;
	border: 6px solid #ccc;
	border-top: 6px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.post-type-archive-recent-work .img {
	min-height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.post-type-archive-recent-work .card {
	border: none;
	border-radius: none;
}
.post-type-archive-recent-work .card-body {
	padding: 8px 0;
}
.post-type-archive-recent-work section .card {
	margin: 0;
}
.post-type-archive-recent-work div.card-img-top {
	height: inherit;
}
.recent-work-item {
	text-decoration: none;
}
.material-icons {
	background: black;
	max-width: 48px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8),
		/* Subtle bottom shadow */ 0 2px 4px rgba(0, 0, 0, 0.6); /* Slight blur for depth */
	font-size: 48px;
	color: white;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	pointer-events: none;
}
#thumbnails .btn {
	padding: 0;
}
.thumb {
	height: 50px;
	width: 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.thumb.active {
	outline: 2px solid black;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* recent work */
#carousel-wrapper {
	position: relative;
}
#carousel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
#prev {
	width: 100px;
	height: 51vh;
	opacity: 0.6;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
}
#main {
	width: 85%;
	height: 72vh;
	background-position: center center;
	background-repeat: no-repeat;
}
#next {
	width: 100px;
	height: 51vh;
	opacity: 0.6;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
#prev,
#next {
	background-repeat: no-repeat;
	font-variation-settings: "wght" 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
#thumbnails {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
#thumbnails img {
	width: 50px;
	height: 50px;
}
#main,
#prev,
#next {
	transition: width 0.3s ease;
}
#loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72vh;
}
.spinner {
	width: 50px;
	height: 50px;
	border: 6px solid #ccc;
	border-top: 6px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.spinner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.spinner {
	width: 50px;
	height: 50px;
	border: 6px solid #ccc;
	border-top: 6px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.material-icons {
	background: black;
	max-width: 48px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8),
		/* Subtle bottom shadow */ 0 2px 4px rgba(0, 0, 0, 0.6); /* Slight blur for depth */
	font-size: 48px;
	color: white;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	pointer-events: none;
}
#thumbnails .btn {
	padding: 0;
}
.thumb {
	height: 50px;
	width: 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.thumb.active {
	outline: 2px solid black;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Mobile */
@media (max-width: 991px) {
	#prev,
	#next {
		background-size: contain;
	}
	#carousel {
		height: 28vh;
	}
	#thumbnails {
		display: none;
	}
	.post-type-archive-recent-work .recent-work-item {
		display: block;
		margin-bottom: 20px;
	}
}

/* Mobile */
@media (max-width: 780px) {
	#prev,
	#next {
		width: 38px !important;
		background-image: none !important;
	}
}

.page-template-template-our-team .team-item a {
	text-decoration: none;
	color: var(--primary);
}

.page-template-template-our-team .team-item .team-item-image {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 5px;
}

.page-template-template-our-team .team-item .team-item-content {
	margin-top: 25px;
	text-align: center;
}

.page-template-template-our-team-single img {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 5px;
}

section.dark-blue {
	background: var(--primary);
	color: white;
}
