/**
 * Single Location Page Styles - Full Width Design
 */

.single-location-wrapper {
	background: #f8f9fa;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Hero Section with Featured Image */
.single-location-hero {
	position: relative;
	background: linear-gradient(135deg, #1a3a52 0%, #0f2537 100%);
	color: #fff;
	min-height: 400px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.single-location-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.single-location-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(26, 58, 82, 0.9) 0%, rgba(15, 37, 55, 0.85) 100%);
}

.single-location-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 40px;
}

.hero-content-inner {
	max-width: 800px;
}

.single-location-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
	opacity: 0.9;
}

.single-location-breadcrumb a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.single-location-breadcrumb a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.single-location-breadcrumb span {
	opacity: 0.6;
}

.single-location-title {
	margin: 0 0 20px 0;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.single-location-badges {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.single-location-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 20px;
	border-radius: 25px;
	font-size: 0.9em;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.badge-category {
	background: linear-gradient(90deg, #84171C 0%, #D8222B 100%);
	color: #fff;
}

.badge-24-7 {
	background: #b91c2e;
	color: #fff;
}

.badge-coming-soon {
	background: #28a745;
	color: #fff;
}

/* Main Container - Full Width */
.single-location-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

/* Main Content */
.single-location-content {
	display: flex;
	gap: 40px;
	padding: 60px 0;
	align-items: flex-start;
}

.single-location-main {
	flex: 1;
	min-width: 0;
}

.single-location-sidebar {
	flex: 0 0 400px;
	position: relative;
}

/* Sticky Sidebar */
.single-location-sticky-box {
	position: sticky;
	top: 100px;
}

/* Sections */
.single-location-section {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-section {
	padding: 30px;
	margin-bottom: 20px;
}

.single-location-section h2 {
	margin: 0 0 25px 0;
	font-size: 2em;
	color: #1a3a52;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 3px solid #b91c2e;
	display: flex;
	align-items: center;
	gap: 12px;
}

.single-location-section h3 {
	margin: 0 0 20px 0;
	font-size: 1.4em;
	color: #1a3a52;
	font-weight: 700;
}

.section-icon {
	width: 32px;
	height: 32px;
	fill: #b91c2e;
}

/* Contact Information List */
.contact-info-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.contact-info-item {
	display: flex;
	gap: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9ecef;
}

.contact-info-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.contact-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: #f0f4f8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-icon svg {
	width: 24px;
	height: 24px;
	fill: #1a3a52;
}

.contact-text {
	flex: 1;
}

.contact-text h4 {
	margin: 0 0 8px 0;
	font-size: 0.75em;
	color: #6c757d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-text p {
	margin: 0 0 10px 0;
	color: #212529;
	font-size: 1em;
	line-height: 1.6;
}

.contact-text a {
	color: #1a3a52;
	text-decoration: none;
	font-weight: 600;
}

.contact-text a:hover {
	color: #b91c2e;
}

.contact-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #b91c2e !important;
	font-size: 0.9em;
	font-weight: 600;
	transition: all 0.3s ease;
}

.contact-link:hover {
	gap: 8px;
}

.contact-link svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

/* Description */
.single-location-description {
	color: #495057;
	font-size: 1.05em;
	line-height: 1.8;
}

.single-location-description p {
	margin-bottom: 15px;
}

/* Services Grid - Improved Design */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 15px;
}

.service-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 18px;
	background: #f8f9fa;
	border-left: 4px solid #28a745;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.service-item:hover {
	background: #e9ecef;
	transform: translateX(4px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service-item svg {
	width: 20px;
	height: 20px;
	fill: #28a745;
	flex-shrink: 0;
}

.service-item span {
	color: #212529;
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.4;
}

/* Hours */
.single-location-hours {
	color: #495057;
	font-size: 1.05em;
	line-height: 1.8;
}

.single-location-hours p {
	margin-bottom: 10px;
}

/* CTA Box */
.single-location-cta-box {
	background: linear-gradient(135deg, #1a3a52 0%, #0f2537 100%);
	color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.single-location-cta-box h3 {
	margin: 0 0 15px 0;
	font-size: 1.5em;
	font-weight: 700;
	color: #fff;
}

.single-location-cta-box p {
	margin: 0 0 20px 0;
	opacity: 0.9;
	line-height: 1.6;
	font-size: 0.95em;
}

.cta-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 24px;
	border-radius: 6px;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-bottom: 12px;
	width: 100%;
}

.cta-button:last-child {
	margin-bottom: 0;
}

.cta-button svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.cta-button-primary {
	background: #b91c2e;
	color: #fff;
}

.cta-button-primary:hover {
	background: #9a1726;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(185, 28, 46, 0.3);
}

.cta-button-secondary {
	background: #fff;
	color: #1a3a52;
}

.cta-button-secondary:hover {
	background: #f0f4f8;
	transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
	.single-location-container {
		padding: 0 30px;
	}

	.single-location-hero-content {
		padding: 50px 30px;
	}
}

@media (max-width: 992px) {
	.single-location-content {
		flex-direction: column;
	}

	.single-location-sidebar {
		flex: 1;
		width: 100%;
	}

	.single-location-sticky-box {
		position: static;
	}

	.single-location-title {
		font-size: 2.5em;
	}

	.services-grid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
}

@media (max-width: 768px) {
	.single-location-container {
		padding: 0 20px;
	}

	.single-location-hero {
		min-height: 300px;
	}

	.single-location-hero-content {
		padding: 40px 20px;
	}

	.single-location-content {
		padding: 40px 0;
	}

	.single-location-section {
		padding: 30px 20px;
	}

	.sidebar-section {
		padding: 25px 20px;
	}

	.single-location-title {
		font-size: 2em;
	}

	.single-location-section h2 {
		font-size: 1.6em;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.single-location-sticky-box {
		top: 20px;
	}
}

@media (max-width: 480px) {
	.single-location-title {
		font-size: 1.75em;
	}

	.single-location-section h2 {
		font-size: 1.4em;
	}

	.contact-info-item {
		flex-direction: column;
		align-items: flex-start;
	}
}
