.lfc-hero-context,
.lfc-location-card,
.lfc-reviews,
.lfc-team,
.lfc-gallery-section {
	background: #ffffff;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 18px 40px rgba(2, 62, 94, 0.08);
}

.lfc-homepage-sections {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.lfc-homepage-sections > * {
	width: 100%;
}

.elementor-1093 .elementor-widget-shortcode,
.elementor-1093 .elementor-widget-shortcode > .elementor-widget-container {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.elementor-78 .elementor-element.elementor-element-20cecb9 {
	align-items: center;
	justify-content: space-between;
}

.elementor-78 .elementor-element.elementor-element-a53b70e {
	--width: auto;
	flex: 1 1 auto;
	min-width: 0;
}

.elementor-78 .elementor-element.elementor-element-403de90 {
	--width: auto;
	flex: 0 0 auto;
	min-width: fit-content;
}

.elementor-78 .elementor-element.elementor-element-403de90 > .e-con-inner,
.elementor-78 .elementor-element.elementor-element-403de90 > .elementor-widget-wrap,
.elementor-78 .elementor-element.elementor-element-403de90 .elementor-widget-container {
	width: auto;
	max-width: none;
}

.team-section-franchise,
.location-section-franchise,
.testimonials-section-franchise,
.gallery-section-franchise {
	width: 100%;
}

.team-section-franchise {
	padding: 80px 20px;
	background: #fff;
}

.team-grid-franchise {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
}

.team-image-franchise img {
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	width: 100%;
	display: block;
}

.team-content-franchise h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #023e5e;
}

.team-content-franchise p {
	margin-bottom: 15px;
	line-height: 1.7;
	color: #355468;
}

.location-section-franchise {
	padding: 60px 20px;
	background: #f4f7fa;
}

.location-grid-franchise {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.location-info-franchise {
	background: #fff;
	padding: 30px;
}

.location-info-franchise h3 {
	font-size: 1.5rem;
	margin-bottom: 5px;
	color: #023e5e;
}

.location-info-franchise .location-sub {
	color: #023e5e;
	font-size: 1.1rem;
	margin-bottom: 25px;
}

.location-detail-franchise {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
}

.location-detail-franchise i {
	color: #ff5500;
	margin-top: 3px;
}

.location-detail-franchise a {
	color: #0077a8;
}

.location-map-franchise {
	min-height: 300px;
}

.location-map-franchise iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
	border: 0;
	display: block;
}

.testimonials-section-franchise {
	background: #023e5e;
	padding: 60px 20px;
	color: #fff;
}

.testimonials-container,
.gallery-container {
	max-width: 1300px;
	margin: 0 auto;
}

.testimonials-section-franchise h2,
.gallery-section-franchise h2 {
	text-align: center;
	font-size: 1.75rem;
	margin-bottom: 15px;
}

.google-reviews-summary {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.google-logo,
.google-rating {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rating-number {
	font-size: 1.5rem;
	font-weight: 700;
}

.stars,
.testimonial-stars {
	color: #fbbc04;
}

.review-count {
	font-size: 0.9rem;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}

.testimonial-card {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	color: #023e5e;
}

.testimonial-stars {
	margin-bottom: 15px;
	font-size: 1.1rem;
}

.testimonial-text {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #355468;
	font-style: italic;
}

.testimonial-author {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.testimonial-author span {
	font-size: 0.85rem;
	color: #6e7f8d;
}

.testimonials-cta {
	text-align: center;
}

.gallery-section-franchise {
	background: #f4f7fa;
	padding: 60px 20px;
}

.gallery-section-franchise .subtitle {
	text-align: center;
	color: #355468;
	margin-bottom: 40px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.gallery-item {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 12px;
	cursor: pointer;
}

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

.gallery-item:hover img {
	transform: scale(1.05);
}

.gallery-item .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	padding: 15px 10px 10px;
	color: #fff;
	font-size: 0.8rem;
	opacity: 0;
	transition: opacity 0.3s;
}

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

.franchise-header-extras {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-left: 0;
	padding-left: 0;
	justify-content: flex-end;
	max-width: 100%;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.header-phone-btn,
.location-selector-btn {
	display: flex;
	align-items: center;
	border-radius: 4px;
	box-sizing: border-box;
}

.header-phone-btn {
	gap: 14px;
	padding: 12px 28px;
	background: #0077a8;
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	transition: background 0.3s;
	white-space: nowrap;
}

.header-phone-btn:hover {
	background: #005d84;
}

.header-phone-btn i {
	font-size: 1.1rem;
}

.lfc-locator {
	position: relative;
	flex: 0 0 auto;
}

.location-selector-btn {
	gap: 14px;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	color: #fff;
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.3s;
	white-space: nowrap;
}

.location-selector-btn i {
	color: #ff5500;
	font-size: 1.1rem;
	flex: 0 0 auto;
}

.location-selector-btn [data-dynamic="location_name"] {
	font-weight: 700;
}

.location-selector-btn .change-text {
	margin-left: 5px;
	font-size: 0.9rem;
	font-weight: 400;
	color: inherit;
	opacity: 0.7;
	line-height: normal;
}

.location-selector-btn:hover {
	border-color: #ff5500;
}

.location-selector-btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.75);
	outline-offset: 2px;
}

.lfc-locator__panel {
	position: absolute;
	right: 0;
	top: calc(100% + 12px);
	width: min(380px, 92vw);
	background: #fff;
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 20px 50px rgba(2, 62, 94, 0.18);
	z-index: 40;
}

.lfc-locator__field {
	display: grid;
	gap: 8px;
	margin-bottom: 12px;
	color: #023e5e;
	font-weight: 600;
}

.lfc-locator__field input {
	width: 100%;
	border: 1px solid #d5dce5;
	border-radius: 12px;
	padding: 12px 14px;
}

.lfc-locator__results {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.lfc-locator__result {
	display: grid;
	gap: 4px;
	text-align: left;
	width: 100%;
	border: 1px solid #dfe6ee;
	background: #f8fafc;
	padding: 12px 14px;
	border-radius: 12px;
	cursor: pointer;
	color: #023e5e;
}

.lfc-locator__result-phone,
.lfc-locator__empty {
	color: #527085;
	font-size: 0.92rem;
}

.lfc-hero-context {
	display: grid;
	gap: 12px;
}

.lfc-hero-context__eyebrow {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ff5a1f;
}

.lfc-hero-context__title {
	margin: 0;
	color: #023e5e;
}

.lfc-hero-context__text,
.lfc-location-card__line,
.lfc-reviews p {
	margin: 0;
	color: #355468;
}

.lfc-hero-context__phone a,
.lfc-location-card a {
	color: #023e5e;
	font-weight: 700;
	text-decoration: none;
}

.lfc-team {
	display: grid;
	grid-template-columns: minmax(220px, 320px) 1fr;
	gap: 24px;
	align-items: start;
}

.lfc-team__image img {
	width: 100%;
	height: auto;
	border-radius: 18px;
	display: block;
}

.lfc-team__content h3 {
	margin-top: 0;
	margin-bottom: 12px;
	color: #023e5e;
}

.lfc-location-card__title,
.lfc-gallery-section__header h2,
.lfc-reviews h3 {
	margin-top: 0;
	margin-bottom: 8px;
	color: #023e5e;
}

.lfc-location-card {
	display: grid;
	gap: 10px;
}

.lfc-reviews__summary {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-bottom: 16px;
}

.lfc-reviews__rating {
	width: 72px;
	height: 72px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: #ffefe9;
	color: #ff5a1f;
	font-size: 1.5rem;
	font-weight: 700;
}

.lfc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

.lfc-button--outline {
	border: 2px solid #023e5e;
	color: #023e5e;
}

.lfc-gallery-section__header {
	margin-bottom: 18px;
}

@media (max-width: 900px) {
	.franchise-header-extras {
		margin-left: 0;
		padding-left: 0;
		gap: 10px;
	}

	.location-selector-btn {
		display: none;
	}

	.header-phone-btn {
		padding: 10px 15px;
		font-size: 1rem;
	}

	.lfc-team {
		grid-template-columns: 1fr;
	}

	.team-grid-franchise,
	.location-grid-franchise,
	.testimonials-grid {
		grid-template-columns: 1fr;
	}

	.gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.franchise-header-extras {
		margin-left: 0;
		padding-left: 0;
	}

	.header-phone-btn {
		padding: 8px 12px;
		font-size: 0.9rem;
	}

	.header-phone-btn span {
		display: none;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.lfc-hero-context,
	.lfc-location-card,
	.lfc-reviews,
	.lfc-team,
	.lfc-gallery-section {
		padding: 20px;
		border-radius: 16px;
	}
}
