.text-white {
	color: #ffffff !important;
}

#main-content a:focus,
#main-content button:focus,
#main-content iframe:focus {
	outline: 3px solid #ffffff !important;
	outline-offset: 2px !important;
	box-shadow: 0 0 0 6px #011425 !important;
}

#main-content .btn {
	min-height: 46px;
	white-space: normal;
}

#main-content h2 {
	font-family: var(--font-serif, "Playfair Display", serif);
}

.hero-wave {
	position: relative;
	overflow: hidden;
}

.hero-slide {
	position: relative;
	min-height: 600px;
	background-position: center;
	background-size: cover;
}

.hero-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(1, 20, 37, 0.68);
}

.hero-content {
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
}

.storage-hero-title {
	margin-bottom: 24px;
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.12;
}

.visit-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.visit-card {
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid var(--light-gray, #ebebeb);
	border-radius: 8px;
	background: var(--secondary-color-light, #f2ede7);
}

.visit-card-header {
	padding: 15px;
	background: #011425;
	color: #ffffff;
	text-align: center;
}

.visit-card-header h3 {
	margin: 0;
	font-size: 22px;
}

.visit-card-body {
	padding: 20px;
	background: var(--secondary-color-light, #f2ede7);
}

.visit-card-body address {
	margin-bottom: 15px;
	font-style: normal;
	line-height: 1.6;
}

.visit-card-body a {
	color: #5e4b32;
	text-decoration: underline;
}

.padding-t {
	padding-top: 30px;
}

.padding-v {
	padding-top: 20px;
	padding-bottom: 20px;
}

.storage-benefits-row {
	margin-top: 30px;
}

.storage-benefit {
	margin-bottom: 30px;
}

.services-grid {
	margin-top: 30px;
}

.service-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 20px;
	border-top: 3px solid #8c6f49;
	background-color: #ffffff;
	text-align: center;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.service-card-icon {
	margin-bottom: 15px;
	color: #5e4b32;
	font-size: 2.5em;
}

.service-card h3 {
	margin-bottom: 10px;
	color: #5e4b32;
}

.service-card p {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
}

.service-link {
	display: inline-block;
	min-height: 44px;
	margin-top: 10px;
	color: #5e4b32;
	font-weight: 600;
	line-height: 44px;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.service-link:hover,
.service-link:focus {
	color: #011425;
}

.storage-faq-title {
	margin-bottom: 0;
}

.faq-section .faq-item {
	margin-bottom: 20px;
}

.faq-section .faq-question {
	margin: 0 0 5px;
	color: #5e4b32 !important;
	font-size: 1.1rem;
	font-weight: 700;
}

.faq-section .faq-answer {
	margin: 0;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.hero-slide {
		min-height: 520px;
	}

	.hero-content {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.storage-hero-title {
		font-size: 2.25em;
	}

	#contact-section .btn {
		display: block;
		width: 100%;
		margin: 0 0 12px;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rmv-header .fa-spin,
	#main-content *,
	#main-content *::before,
	#main-content *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.service-card:hover {
		transform: none;
	}
}
