/**
 * Product Location Frontend Styles
 *
 * @package HelloGravelProductHub
 */

/* Product-Location Post Type Styles - Namespaced to prevent conflicts */
.pl-city-banner {
	font-family: Inter, Sans-serif;
	position: relative;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.pl-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.pl-city-banner .pl-container-full {
	position: relative;
	z-index: 2;
	max-width: 100%;
    padding-left: 150px;
    padding-right: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.pl-banner-content {
	max-width: 800px;
	color: white;
	padding: 0 25px;
}

.pl-banner-title {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.pl-banner-subtitle {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 30px;
	opacity: 0.95;
}

.pl-banner-cta {
	display: inline-block;
	background: white;
	color: #F26622;
	padding: 15px 30px;
	font-size: 1.1rem;
	font-weight: 800;
	text-decoration: none;
	border-radius: 16px;
	transition: all 0.3s ease;
}

.pl-banner-cta:hover {
	background: #f59e0b;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.pl-city-banner .pl-container-full {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (max-width: 768px) {
	.pl-city-banner {
		min-height: 400px;
	}

	.pl-city-banner .pl-container-full {
		max-width: 100%;
		padding: 0 20px;
	}

	.pl-banner-title {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}

	.pl-banner-subtitle {
		font-size: 1rem;
		margin-bottom: 25px;
	}

	.pl-banner-cta {
		padding: 12px 25px;
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.pl-city-banner {
		min-height: 350px;
	}

	.pl-city-banner .pl-container-full {
		padding: 0 10px;
	}

	.pl-banner-content {
		max-width: 100%;
	}

	.pl-banner-title {
		font-size: 2rem;
		margin-bottom: 12px;
	}

	.pl-banner-subtitle {
		font-size: 0.9rem;
		margin-bottom: 20px;
	}

	.pl-banner-cta {
		padding: 10px 20px;
		font-size: 0.9rem;
	}
}

/* Product Location Materials Styles */
.pl-materials-section {
	font-family: Inter, Sans-serif;
}
.pl-materials-section .pl-heading {
	font-size: 3rem;
	font-weight: 700;
}
.pl-materials-section .pl-subheading {
	font-size: 1.1875rem;
	font-weight: 400;
	line-height: 2.25rem;
	color: #676767;
}

.pl-materials-section .product-grid-tab {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.pl-materials-section .product-grid-tab .container-full {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pl-materials-section .product-grid-tab .container-full .heading-title {
	display: none !important;
}

/* Product Tab Styles */
.pl-materials-section .product-grid-tab {
	padding: 60px 0;
	background: #fff;
}

.pl-materials-section .product-tab {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.pl-materials-section .product-tab-item {
	display: flex;
	align-items: center;
	padding: 12px 24px;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
	color: #6c757d;
}

.pl-materials-section .product-tab-item:hover {
	background: #e9ecef;
	border-color: #dee2e6;
}

.pl-materials-section .product-tab-item.active {
	background: #007bff;
	border-color: #007bff;
	color: white;
}

.pl-materials-section .product-tab-grid-item {
	transition: opacity 0.3s ease;
}

@media screen and (max-width: 1023px) {
	.pl-materials-section .product-grid-tab .product-tab {
		justify-content: center !important;
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.pl-materials-section .product-tab {
		gap: 10px;
	}
	
	.pl-materials-section .product-tab-item {
		padding: 10px 16px;
		font-size: 14px;
	}
	
	.pl-materials-section .product-grid-tab .heading-title {
		font-size: 28px;
	}
}

/* Updated How It Works Layout */
.pl-process-section {
	padding: 80px 0;
	background: #f8fafc;
	font-family: Inter, Sans-serif;
}

.pl-process-section .container {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.pl-process-left {
	flex: 1;
	min-width: 0;
}

.pl-process-left h2 {
	font-size: 3rem;
	font-weight: 700;
	color: black;
	margin-bottom: 3.5rem;
}

.pl-process-left p {
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.6;
	max-width: 487px;
}

.pl-process-left img {
	width: 100%;
	border-radius: 40px;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	max-width: 487px;
	height: 19.4375rem;
}

.pl-process-right {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.pl-process-step {
	display: flex;
	align-items: center;
	gap: 20px;
}

.pl-process-icon {
	background: #f97316;
	color: white;
	min-width: 108px;
	min-height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	font-size: 2rem;
	flex-shrink: 0;
}

.pl-process-content h3 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: black;
}

.pl-process-content p {
	margin-top: 0.5rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.5;
}

/* Responsive */
@media (max-width: 900px) {
	.pl-process-section .container {
		flex-direction: column;
	}
	.pl-process-left {
		text-align: center;
	}
	.pl-process-right {
		gap: 1.5rem;
	}
	.pl-process-step {
		flex-direction: row;
		text-align: left;
	}
	.pl-process-left p {
		max-width: 100%;
	}
	.pl-process-left img {
		max-width: 100%;
	}
}

/* Product Location Map Styles */
.pl-map-wrapper {
	font-family: Inter, Sans-serif;
	position: relative;
	max-width: 100%;
	height: 400px;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 5.3rem;
}

.pl-map-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 25px;
}

.pl-shop-map-button {
	position: absolute;
	bottom: 24px;
	right: 60px;
	background-color: #ff6801;
	color: white;
	padding: 8px 14px;
	font-weight: 600;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	z-index: 10;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.pl-shop-map-button:hover {
	background-color: #e75d00;
}

h2.pl-heading-title {
	font-weight: 800;
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.pl-location-pin-icon {
	width: 32px;
	height: 32px;
	color: #ff6801;
	flex-shrink: 0;
}

@media screen and (max-width: 768px) {
	h2.pl-heading-title {
		font-size: 2rem;
		gap: 8px;
	}
	
	.pl-location-pin-icon {
		width: 28px;
		height: 28px;
	}
}

@media screen and (max-width: 480px) {
	h2.pl-heading-title {
		font-size: 1.75rem;
		gap: 6px;
	}
	
	.pl-location-pin-icon {
		width: 24px;
		height: 24px;
	}
}

p.pl-seo-meta {
	margin: 0 auto 19px;
	color: #676767;
	font-size: 1.1875rem;
	font-weight: 400;
}

/* Product Location Trust Styles */
.cities .type-cities {
	font-family: Inter, Sans-serif;
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 20px;
}

.section-subtitle {
	font-size: 1.3rem;
	color: #6b7280;
	max-width: 700px;
	margin: 0 auto;
}

.pl-trust-section {
	padding: 60px 0;
	color: black;
	background: #f8fafc;
}

.pl-trust-section .section-title {}

.pl-trust-section .section-subtitle {}

.pl-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 50px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.pl-trust-item {
	text-align: center;
	padding: 20px;
}

.pl-trust-icon {
	width: 60px;
	height: 60px;
	background: #F26622;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	font-size: 28px;
	color: white;
}

.pl-trust-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 12px;
}

.pl-trust-description {
	opacity: 0.8;
	line-height: 1.5;
	font-size: 0.85rem;
}

/* Responsive Design for Trust Block */
@media (max-width: 1024px) {
	.pl-trust-section {
		padding: 50px 0;
	}

	.pl-trust-section .section-header {
		margin-bottom: 40px;
	}

	.pl-trust-section .section-title {
		font-size: 2.4rem;
	}

	.pl-trust-section .section-subtitle {
		font-size: 1.1rem;
	}

	.pl-trust-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		margin-top: 40px;
	}

	.pl-trust-item {
		padding: 24px;
	}

	.pl-trust-icon {
		width: 70px;
		height: 70px;
		font-size: 32px;
	}

	.pl-trust-title {
		font-size: 1.2rem;
	}

	.pl-trust-description {
		font-size: 0.9rem;
	}
}

@media (max-width: 768px) {
	.pl-trust-section {
		padding: 40px 0;
	}

	.pl-trust-section .section-header {
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.pl-trust-section .section-title {
		font-size: 2rem;
		line-height: 1.2;
	}

	.pl-trust-section .section-subtitle {
		font-size: 1rem;
	}

	.pl-trust-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 30px;
		padding: 0 20px;
	}

	.pl-trust-item {
		padding: 30px 20px;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 12px;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	.pl-trust-icon {
		width: 80px;
		height: 80px;
		font-size: 36px;
		margin-bottom: 20px;
	}

	.pl-trust-title {
		font-size: 1.3rem;
		margin-bottom: 16px;
	}

	.pl-trust-description {
		font-size: 1rem;
		line-height: 1.6;
	}
}

@media (max-width: 480px) {
	.pl-trust-section {
		padding: 30px 0;
	}

	.pl-trust-section .section-header {
		padding: 0 15px;
	}

	.pl-trust-section .section-title {
		font-size: 1.8rem;
	}

	.pl-trust-section .section-subtitle {
		font-size: 0.9rem;
	}

	.pl-trust-grid {
		padding: 0 15px;
		gap: 20px;
	}

	.pl-trust-item {
		padding: 25px 15px;
	}

	.pl-trust-icon {
		width: 70px;
		height: 70px;
		font-size: 32px;
	}

	.pl-trust-title {
		font-size: 1.2rem;
	}

	.pl-trust-description {
		font-size: 0.9rem;
	}
}

.pl-trust-section {
	font-family: Inter, Sans-serif;
}

.pl-trust-section .section-title {
	color: black;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 0;
}

.pl-trust-section .title-accent {
	width: 60px;
	height: 3px;
	background-color: #f97316;
	margin: 0.5rem auto 1.5rem auto;
	border-radius: 2px;
}

.pl-trust-section .section-subtitle {
	color: #676767;
	font-size: 1.25rem;
	font-weight: 400;
}

/* Product Location Calculator Styles */
.pl-template-calculator {
	background-color: #f5f5f5;
	padding: 3rem 0;
	font-family: Inter, Sans-serif;
}

.pl-template-calculator .heading-title {
	font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pl-template-calculator .title-accent {
	width: 60px;
	height: 3px;
	background-color: #f97316;
	margin: 0.5rem auto 1.5rem auto;
	border-radius: 2px;
}

.pl-template-calculator .subheading {
	font-size: 1.3rem;
	color: #676767;
	max-width: 700px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 1.25rem;
	margin-bottom: 2.5625rem;
}

/* Price Display Box */
.price-display-box {
	text-align: center;
	margin: 2rem 0;
}

.price-box {
	background-color: #2563eb;
	color: white;
	padding: 1rem 2rem;
	border-radius: 8px;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	min-width: 200px;
}

/* Zip Code Input Section */
.zip-input-section {
	text-align: center;
}

.zip-input-container {
	display: inline-flex;
	align-items: center;

	align-items: center;
	border: 3px solid #f97316;
	border-radius: 50px;
	background: white;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pl-template-calculator .zip-input {
	padding: 15px 20px;
	border: none;
	border-radius: 0;
	font-size: 1rem;
	width: 25rem;
	max-width: 100%;
	background: transparent;
	outline: none;
	color: #333;
	font-weight: 400;
}

.pl-template-calculator .zip-input::placeholder {
	color: #112337;
}

.pl-template-calculator .calculate-btn {
	background-color: #f97316;
	color: white;
	border: none;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
	letter-spacing: 0.5px;
	padding: 10px 20px;
	border-radius: 30px;
	margin-right: 5px;
}

.calculate-btn:hover {
	background-color: #ea580c;
}

/* Material Container */
.material-container-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

.material-select-container {
	max-width: 600px;
	width: 100%;
}

.material-select-container label {
	display: block;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
}

.material-select-container .form-select {
	width: 100%;
	padding: 0.75rem;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

.material-select-container .form-select:focus {
	outline: none;
	border-color: #2563eb;
}

/* Dimensions Container */
.dimensions-wrapper-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.dimensions-form-container {
	max-width: 600px;
	width: 100%;
}

.dimensions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1rem;
}

.dimension-field {
	display: flex;
	flex-direction: column;
}

.dimension-field label {
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
}

.dimension-input {
	width: 100%;
	padding: 0.75rem;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

.dimension-input:focus {
	outline: none;
	border-color: #2563eb;
}

/* Content Cards */
.content-cards-container {
	margin-top: 3rem;
}

.content-cards-container .content-card {
	background: white;
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.content-cards-container .content-card .card-title {
	font-size: 2rem !important;
	font-weight: bold;
	color: #212529 !important;
	margin-bottom: 1.5rem !important;
}

.content-cards-container .content-card .callback-description {
	font-size: 1.25rem;
}

.content-cards-container .form-wrapper {
	background-color: inherit !important;
}

.content-cards-container .form-wrapper .ginput_container input {
	border-radius: 25px;
    border-color: #FF6801;
}

.content-cards-container .form-wrapper .ginput_container input:focus {
	outline: none;
}

/* Quantity Recommendations */
.recommendations-content {
	margin-bottom: 2rem;
}

.recommendation-item {
	color: #858585;
	margin-bottom: 1rem;
	line-height: 1.6;
}

.material-visual {
	text-align: center;
}

.material-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Callback Form */
.callback-description {
	color: #374151;
	margin-bottom: 2rem;
	line-height: 1.6;
}

.callback-form .form-group {
	margin-bottom: 1.5rem;
}

.callback-form label {
	display: block;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.5rem;
}

.callback-form .form-control {
	width: 100%;
	padding: 0.75rem;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

.callback-form .form-control:focus {
	outline: none;
	border-color: #2563eb;
}

/* reCAPTCHA */
.recaptcha-container {
	margin: 2rem 0;
}

.recaptcha-box {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	background-color: #f9fafb;
}

.recaptcha-box input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.recaptcha-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.recaptcha-text {
	font-size: 0.9rem;
	color: #6b7280;
}

.recaptcha-links {
	font-size: 0.8rem;
}

.recaptcha-link {
	color: #2563eb;
	text-decoration: none;
}

.recaptcha-link:hover {
	text-decoration: underline;
}

#gform_submit_button_3 {
	width: 100%;
	background-color: #f97316 !important;
	color: white !important;
	border: none;
	padding: 1rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease !important;
	max-width: 25%;
}

#gform_submit_button_3:hover {
	width: 100%;
	background-color: #ea580c !important;
}

/* Submit Button */
.submit-btn {
	width: 100%;
	background-color: #f97316;
	color: white;
	border: none;
	padding: 1rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.submit-btn:hover {
	background-color: #ea580c;
}

/* Responsive Design */
@media (max-width: 768px) {
	.zip-input-container {
		width: 100%;
		max-width: 400px;
	}
	
	.pl-template-calculator .zip-input {
		width: 100%;
		flex: 1;
	}
	
	.calculate-btn {
		padding: 15px 20px;
		min-width: 120px;
	}
}

@media (max-width: 480px) {
	.zip-input-container {
		max-width: 100%;
	}
	
	.pl-template-calculator .zip-input {
		padding: 12px 15px;
	}
	
	.calculate-btn {
		padding: 12px 15px;
		font-size: 0.9rem;
	}
	
	.content-card {
		padding: 1.5rem;
	}
}

/** Product Location FAQs Styles */
.faq-home-container {
	font-family: Inter, Sans-serif;
}

.faq-home-container .heading-title {
	color: #212529;
	font-size: 2.5rem;
	font-weight: 800;
}

.faq-home-container .subheading {
	font-size: 1.25rem;
	color: #676767;
	max-width: 400px;
	margin: 0 auto;
}

.faq-home-container .btn-home span {
	color: #1F2124;
	font-weight: 700;
	font-size: 1rem;
}

/** Product Location Coverage Zip Styles */
.pl-delivery-coverage-section {
	background-color: #f5f5f5;
	padding: 4rem 0;
	position: relative;
	font-family: Inter, Sans-serif;
}

.pl-coverage-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.pl-coverage-content .heading-title {
	color: #333333;
	font-size: 3rem;
	font-weight: 800;
}

.pl-coverage-content .subheading {
	font-size: 1.3rem;
	color: #6b7280;
	max-width: 700px;
	margin: 0 auto;
}

.pl-coverage-content .title-accent {
	width: 60px;
	height: 3px;
	background-color: #f97316;
	margin: 0.5rem auto 1.5rem auto;
	border-radius: 2px;
}

.pl-coverage-content .pl-zip-selector-container {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.pl-coverage-content .pl-zip-dropdown-wrapper {
	position: relative;
	max-width: 400px;
	width: 100%;
}

.pl-coverage-content .pl-zip-dropdown {
	width: 100%;
	padding: 1rem 3rem 1rem 1.5rem;
	border: none;
	border-radius: 8px;
	background-color: white;
	font-size: 1.1rem;
	color: #374151;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease;
	text-align: center;
}

.pl-coverage-content .pl-zip-dropdown:focus {
	outline: none;
	box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
}

.pl-coverage-content .pl-dropdown-arrow {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
	.pl-delivery-coverage-section {
		padding: 3rem 0;
	}
	
	.pl-coverage-content .pl-zip-dropdown-wrapper {
		max-width: 100%;
	}
	
	.pl-coverage-content .pl-coverage-subtitle {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.pl-delivery-coverage-section {
		padding: 2rem 0;
	}
}

/* Nearby Cities Section Styles */
.pl-nearby-section {
	background-color: #f5f5f5;
	padding: 0 0 4rem 0;
	position: relative;
	font-family: Inter, Sans-serif;
}

.pl-nearby-cities {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.pl-city-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.5rem;
	background-color: white;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #333333;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	min-height: 60px;
	white-space: nowrap;
	flex-shrink: 0;
}

.pl-city-link:hover {
	background-color: #f9fafb;
	border-color: #d1d5db;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #374151;
}

.pl-city-link:focus {
	outline: none;
	border-color: #f97316;
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

/* Responsive Design for Nearby Cities */
@media (max-width: 768px) {
	.pl-nearby-section {
		padding: 0 0 3rem 0;
	}
	
	.pl-nearby-cities {
		gap: 0.75rem;
	}
	
	.pl-city-link {
		padding: 0.875rem 1rem;
		font-size: 0.9rem;
		min-height: 50px;
	}
}

@media (max-width: 480px) {
	.pl-nearby-section {
		padding: 0 0 2rem 0;
	}
	
	.pl-nearby-cities {
		gap: 0.5rem;
	}
	
	.pl-city-link {
		padding: 0.75rem 0.5rem;
		font-size: 0.85rem;
		min-height: 45px;
	}
}

/** Product Location Why Choose Styles */
.pl-local-content { 
	background: #f8f9fa; 
	padding: 60px 0; 
	font-family: Inter, Sans-serif; 
}

.pl-content-grid { 
	display: grid; 
	grid-template-columns: 2fr 1fr; 
	gap: 40px; 
}

.pl-info-card { 
	background: #fff; 
	padding: 30px; 
	border-radius: 12px; 
	margin-bottom: 30px;
	color: #333333;
}

.pl-info-card h3 { 
	font-size: 24px; 
	margin-bottom: 15px; 
	color: #333; 
	font-weight: 800;
}

.pl-project-list { 
	list-style: none; 
	padding-left: 0px; 
}

.pl-project-list li { 
	padding: 10px 0; 
	border-bottom: 1px solid #e5e7eb; 
	display: flex; 
	justify-content: space-between; 
	font-size: 15.8px;
}

/* Tablet Responsive */
@media screen and (max-width: 1024px) {
	.pl-local-content {
		padding: 50px 0;
	}
	
	.pl-content-grid {
		gap: 30px;
	}
	
	.pl-info-card {
		padding: 25px;
	}
	
	.pl-info-card h3 {
		font-size: 22px;
	}
}

/* Mobile Landscape */
@media screen and (max-width: 768px) {
	.pl-local-content {
		padding: 40px 0;
	}
	
	.pl-content-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.pl-info-card {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.pl-info-card h3 {
		font-size: 20px;
	}
	
	.pl-project-list li {
		flex-direction: column;
		gap: 5px;
	}
	
	.pl-project-list li span:first-child {
		font-weight: 600;
	}
}

/* Mobile Portrait */
@media screen and (max-width: 480px) {
	.pl-local-content {
		padding: 30px 0;
	}
	
	.pl-content-grid {
		gap: 20px;
	}
	
	.pl-info-card {
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.pl-info-card h3 {
		font-size: 18px;
		line-height: 1.3;
	}
	
	/* Quick Facts responsive */
	.pl-info-card ul {
		font-size: 14px;
	}
	
	.pl-info-card ul li {
		margin-bottom: 8px;
	}
	
	/* Summer Tip responsive */
	.pl-info-card p {
		font-size: 14px;
		padding: 8px !important;
		margin-top: 10px !important;
	}
}

/* Small Mobile */
@media screen and (max-width: 360px) {
	.pl-info-card h3 {
		font-size: 16px;
	}
	
	.pl-info-card {
		padding: 12px;
	}
	
	.pl-project-list li {
		padding: 8px 0;
	}
}

/* Product Location Breadcrumb Styles */
.pl-breadcrumb-wrapper {
	font-family: Inter, Sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
}

.pl-breadcrumb {
	background-color: #000000;
	padding: 15px 20px;
	position: relative;

	min-height: 60px;
}

.pl-breadcrumb .container-full {
	display: flex;
	align-items: center;
}

.breadcrumb-nav {
	padding: 0 25px;
	flex: 1;
}

.breadcrumb-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb-item {
	display: flex;
	align-items: center;
	margin: 0;
}

.breadcrumb-link {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.breadcrumb-link:hover {
	color: #f59e0b;
	text-decoration: none;
}

.breadcrumb-current {
	color: #f59e0b;
	font-size: 16px;
	font-weight: 500;
}

.breadcrumb-separator {
	color: white;
	margin: 0 12px;
	font-size: 16px;
	font-weight: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
	.pl-breadcrumb {
		padding: 12px 15px;
		min-height: 50px;
	}

	.breadcrumb-icon {
		width: 35px;
		height: 35px;
		left: 15px;
	}

	.icon-a {
		font-size: 16px;
	}

	.breadcrumb-link,
	.breadcrumb-current {
		font-size: 14px;
	}

	.breadcrumb-separator {
		margin: 0 8px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.pl-breadcrumb {
		padding: 12px 15px;
		min-height: 45px;
	}

	.breadcrumb-icon {
		width: 30px;
		height: 30px;
		left: 12px;
	}

	.icon-a {
		font-size: 14px;
	}

	.breadcrumb-link,
	.breadcrumb-current {
		font-size: 13px;
	}

	.breadcrumb-separator {
		margin: 0 6px;
		font-size: 13px;
	}

	.breadcrumb-nav {
		padding: 0;
	}

	/* Stack breadcrumb items on very small screens */
	.breadcrumb-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.breadcrumb-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.breadcrumb-item::before {
		display: none;
	}

	.breadcrumb-item-0, .breadcrumb-item-1 {
		display: none;
	}

	.breadcrumb-separator {
		display: none;
	}
}

/** Product Location Popular Choices Styles */
.pl-choices-section {
	font-family: Inter, Sans-serif;
	padding: 60px 0;
	color: black;
}
.pl-choices-section .section-header {
	text-align: center;
}

.pl-choices-section .section-header .section-subtitle {
	color: #676767;
	font-size: 1.25rem;
	font-weight: 400;
}

/* Carousel Styles */
.pl-choices-section .section-content {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.products-carousel-wrapper {
	flex: 1;
	width: 100%;
	overflow: hidden;
}

.products-carousel {
	width: 100%;
	overflow: hidden;
}

.pl-popular-choices-carousel-track {
	display: flex;
	transition: transform 0.3s ease;
	gap: 20px;
	width: 100%;
}

.carousel-slide {
	flex: 0 0 calc(25% - 15px); /* Show 4 products on desktop, accounting for gaps */
	min-width: 0;
	box-sizing: border-box;
	padding-bottom: 1rem;
}

.carousel-nav {
	background: transparent;
	border: none;
	border-radius: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
	color: #333;
	box-shadow: none;
	flex-shrink: 0;
}

.carousel-nav:hover {
	background: transparent;
	color: #666;
	box-shadow: none;
}

.carousel-nav:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.carousel-nav svg {
	color: #969696;
}

.carousel-nav:hover svg {
	color: black;
}

/* Limit product description to 6 lines */
.pl-choices-section .loop-content p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	max-height: calc(1.4em * 6); /* Fallback for browsers that don't support line-clamp */
}

/* Product card styling with box shadow */
.pl-choices-section .loop-product {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.pl-choices-section .loop-product:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}

/* Ensure the featured image has rounded corners */
.pl-choices-section .loop-product .featured-img {
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.pl-choices-section .loop-product .featured-img img {
	border-radius: 12px 12px 0 0;
}

/* Style the price section to match the desired design */
.pl-choices-section .loop-button {
	padding: 0;
}

.pl-choices-section .loop-button .jdgm-widget.jdgm-widget {
	display: none !important;
}

.pl-choices-section .loop-pricing {
	margin: 0 0 16px 0;
	padding: 0;
	position: relative;
	text-align: center;
	font-weight: 600;
	font-size: 0.8125rem;
}

/* Add orange separator line before price */
.pl-choices-section .loop-pricing::before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #ff6b35;
	margin: 0 auto 12px auto;
}

/* Style the "Starts at" text */
.pl-choices-section .loop-pricing strong {
	display: block;
	font-weight: 600;
	color: #333;
	margin-bottom: 4px;
	font-size: 0.9rem;
}

/* Style the price amount */
.pl-choices-section .loop-pricing strong:last-child {
	color: #ff6b35;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
}

.carousel-prev {
	margin-right: 16px; /* Space between arrow and carousel */
}

.carousel-next {
	margin-left: 16px; /* Space between arrow and carousel */
}

/* Responsive Design */
@media (max-width: 1200px) {
	.carousel-slide {
		flex: 0 0 calc(33.333% - 14px); /* Show 3 products on tablets, accounting for gaps */
	}
}

@media (max-width: 768px) {
	.carousel-slide {
		flex: 0 0 calc(50% - 10px); /* Show 2 products on mobile, accounting for gaps */
	}
	.carousel-nav {
		width: 40px;
		height: 40px;
	}
	.carousel-prev {
		margin-right: 12px; /* Reduce spacing on smaller screens */
	}
	.carousel-next {
		margin-left: 12px; /* Reduce spacing on smaller screens */
	}
}

@media (max-width: 480px) {
	.carousel-slide {
		flex: 0 0 100%; /* Show 1 product on small mobile */
	}
	.carousel-nav {
		width: 36px;
		height: 36px;
	}
	.carousel-prev {
		margin-right: 8px; /* Further reduce spacing on mobile */
	}
	.carousel-next {
		margin-left: 8px; /* Further reduce spacing on mobile */
	}
}