/*
Theme Name: Franchise LaMadeleine
Template: hello-elementor
Author: LSH Team
Author URI: https://localseohelp.com
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1763675656
Updated: 2025-11-20 21:54:16 */

:root {
	--red: #E33B3B;
	--brown: #54443D;
	--transition-duration: 0.5s;
	--blue: #192B57;
}

/* Homepage */

.franchise-hero {
	backdrop-filter: blur(10px);
}

.franchise-500 {
	display: flex;
	gap: 20px;
	color: #fff;
}

.x-bold {
	font-weight: 800;
}

.hide-mb {
	display: block;
}

.show-mb {
	display: none;
}

.red-txt {
	color: var(--red);
}

.sales-cards {
	display: flex;
	gap: 32px;
	margin-bottom: 30px;
}

.sales-cards__item {
	border-radius: 15px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.10);
	border: 1px solid #fff;
	width: 50%;
	display: flex;
	row-gap: 32px;
	flex-direction: column;
}

.sales-cards__title {
	font-size: 56px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
}

.sales-cards__item p {
	color: #FFF;
	text-align: center;
}

.sales-cards__item p:last-child {
	line-height: 150%;
	font-weight: 400;
	font-size: 22px;
	margin: 0;
}

.french-icons {
	display: flex;
	justify-content: space-between;
}

.french-icons__item {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.french-icons__item p {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
}

.french-icons__item img {
	border-radius: 100px !important;
	border: 2px solid #fff !important;
	width: 30px;
    height: 30px !important;
    object-fit: none;
}

.awards-slide {
	display: flex;
	gap: 15px;
	align-items: center;
}

.awards-slide p {
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #000;
	margin: 0;
}

/* CTAs */

.cta_calendar {
	color: var(--brown);
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	text-transform: uppercase;
	border: 1px solid var(--brown);
	border-radius: 8px;
	padding: 6px 24px;
	display: block;
}

.cta_calendar::before {
    content: ""; 
    width: 24px;
    height: 24px;
	display: inline-block;
    background-image: url(/wp-content/uploads/2025/11/calendar-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
    top: 4px;
    margin-right: 10px;
}

.cta_white,
.cta_white:hover {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 6px 24px;
	display: block;
}

.cta_white::before {
    content: ""; 
    width: 24px;
    height: 24px;
	display: inline-block;
    background-image: url(/wp-content/uploads/2025/11/calendar-icon-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
    top: 4px;
    margin-right: 10px;
}

.cta_red,
.cta_red:hover {
	color: #fff;
	background-color: var(--red);
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	text-transform: uppercase;
	border: none;
	border-radius: 8px;
	padding: 6px 24px;
	display: block;
}

.cta_red::before {
    content: ""; 
    width: 24px;
    height: 24px;
	display: inline-block;
    background-image: url(/wp-content/uploads/2025/11/calendar-icon-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
    top: 4px;
    margin-right: 10px;
}

.cta_build {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	text-transform: uppercase;
	padding: 6px 24px;
	background-color: var(--red);
	border-radius: 8px;
	display: block;
}

.cta_build:hover,
.cta_brochure:hover,
.cta_initial:hover {
	color: #fff;
}

.cta_brochure {
	color: #fff;
	font-size: 15px;
	background-color: var(--red);
	font-weight: 700;
	line-height: 200%;
	text-transform: uppercase;
	padding: 6px 24px;
	border-radius: 8px;
	display: block;
	border: 1px solid var(--red);
}

.cta_brochure::before {
    content: ""; 
    width: 24px;
    height: 24px;
	display: inline-block;
    background-image: url(/wp-content/uploads/2025/11/lm-download-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
    top: 6px;
    margin-right: 10px;
	border: 1px solid var(--red);
}

.cta_initial {
	color: #fff;
	background-color: transparent;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	padding: 6px 24px;
	border-radius: 8px;
	display: block;
	font-size: 15px;
}

.cta_initial::before {
    content: ""; 
    width: 24px;
    height: 24px;
	display: inline-block;
    background-image: url(/wp-content/uploads/2025/11/calendar-icon-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
    top: 4px;
    margin-right: 10px;
}

.cta_initial::after {
	content: ""; 
    width: 24px;
    height: 24px;
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/11/chevron_right.svg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	top: 5px;
    margin-left: 10px;
}

.zee-name {
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
	margin: 0;
}

.zee-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: var(--brown);
}

.red-link-arrow,
.red-link-arrow:hover {
	text-transform: uppercase;
	color: var(--red);
}

.red-link-arrow::after {
	content: ""; 
    width: 24px;
    height: 24px;
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/11/chevron_right_red.svg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	top: 5px;
    margin-left: 10px;
	font-size: 18px;
}

/* Interactive Cards */
.card {
	width: 100%;
	background-color: #EEECE5;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	transition: box-shadow var(--transition-duration);
	margin: 16px;
	border: 15px solid #EEECE5;
	min-height: 350px;
}

.card-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	background: #EEECE5;
    border-radius: 20px;
}

.card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--transition-duration);
	z-index: 1;
	border-radius: 20px 20px 0 0 !important;
}

.card-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 24px;
	background: transparent;
	color: white;
	z-index: 2;
	transform: translateY(70%);
	transition: transform var(--transition-duration) ease-out;
	border-radius: 0;
	min-height: 350px;
}

.card:hover .card-overlay {
	transform: translateY(0);
	background-color: #EEECE5;
}


/* Content Styling */
.card-title {
	font-size: 32px !important;
	font-weight: 800 !important;
	margin-bottom: 16px;
	letter-spacing: 0;
	line-height: 130% !important;
	color: var(--red) !important;
	text-align: center;
}

.card-description {
	font-size: 22px; 
	line-height: 150%;
	text-align: center;
	color: var(--brown) !important;
}

/* Footer */
.footer-legal {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 800;
}

.footer-legal > div:nth-child(2) {
	display: flex;
	gap: 15px;
}

.footer-legal a {
	text-decoration: underline !important;
	color: var(--brown);
}

#cafeModelsTabs .eael-tab-nav-item {
	position: relative;
}

#cafeModelsTabs .eael-tab-nav-item:nth-child(1) {
	left: 20px;
	z-index: 3;
}

#cafeModelsTabs .eael-tab-nav-item:nth-child(2) {
	z-index: 2;
}

#cafeModelsTabs .eael-tab-nav-item:nth-child(3) {
	right: 20px;
	z-index: 1;
}

#cafeModelsTabs .eael-tab-nav-item.active {
    z-index: 4;
}

#cafeModelsTabs .eael-tabs-nav > ul {
	width: 60%;
    margin: auto;
}

#franchiseSupport .eael-tabs-nav > ul {
	gap: 10px;
}

.lm-blue {
	color: var(--blue) !important;
}

.lm-bold {
	font-weight: 700;
}

.yellow-check {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.yellow-check > li {
	margin-bottom: 10px;
}

.yellow-check > li::before {
	content: '';
	background-image: url(/wp-content/uploads/2025/12/yellow-check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px; 
	padding-left: 25px;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
	color: var(--blue);
}

.comparison-table th {
	text-align: left;
	padding: 20px;
	font-size: 20px;
	border-bottom: 2px solid #1f2a44;
	color: #1f2a44;
	font-weight: 600;
}

.comparison-table td {
	padding: 20px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
}

.category-col {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1f2a44;
	min-width: 200px;
}

.icon-img {
	width: 28px;
	height: auto;
	display: block;
}

.comparison-table tbody>tr:nth-child(odd)>td {
	background-color: transparent;
}

.highlight-col {
	background-color: #fff8eb !important;
}

.comparison-table thead:first-child tr:first-child th {
    border-block-start: none;
    border-left: none;
    border-right: none;
}

.comparison-table tr:hover,
.comparison-table tr:hover td {
	background-color: transparent !important;
}

.comparison-table tr:hover td.highlight-col {
	background-color: #fff8eb !important;
}

.cta-buttons > a {
	font-size: 16px !important;
}

/* Popup Form */

#gform_1 .gfield_label.gform-field-label {
	font-weight: bold;
}

#gform_1 .ginput_container input {
	border-color: var(--red);
}

#gform_1 .ginput_container input::focus {
	outline: none;
}

#gform_1 .gfield_radio {
	flex-direction: row;
}

#gform_1 .gfield_radio input[type="radio"]::before {
    background-color: var(--red) !important;
}

#gform_fields_1 {
	row-gap: 25px;
}

#gform_submit_button_1 {
	background-color: var(--red);
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
	.comparison-table {
		font-size: 14px;
	}
	.comparison-table th, .comparison-table td {
		padding: 10px;
	}
	.icon-img {
		width: 22px;
	}
}

.mobile-comparison-container {
    color: #1f2a44;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .mobile-card-header {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1f2a44;
  }

  .mobile-card {
    border-radius: 12px;
    padding: 20px 20px;
  }

  .bg-beige { background-color: #fff8eb; }
  .bg-light { background-color: #f8f9fa; }

  .mobile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 14px;
    line-height: 1.4;
  }

  .mobile-row:last-child {
    border-bottom: none;
  }

  .mobile-label {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #1f2a44;
    text-align: left;
    flex: 1;
    padding-right: 10px;
  }

  .icon-img {
    width: 24px;
    height: auto;
    display: block;
    margin-right: 12px;
  }

  .mobile-value {
    text-align: right;
    color: #555;
    font-weight: 400;
    flex-shrink: 0;
    max-width: 50%;
  }

  .mobile-row:hover {
    background-color: transparent !important;
  }

/* media queries */

@media screen and (max-width: 768px) {
	.sales-cards {
		flex-direction: column;
	}

	.sales-cards__item {
		width: 100%;
	}

	.sales-cards__title {
		font-size: 45px;
		margin: 0;
	}

	.french-icons__item p {
		font-size: 10px;
	}

	.french-icons__item img {
		width: 20px;
		height: 20px !important;
		object-fit: scale-down;
		padding: 3px;
	}
	
	.mb-center {
		text-align: center;
	}
	
	#cafeModelsTabs .eael-tabs-nav > ul {
		width: 90%;
	}
	
	.yellow-check {
		width: fit-content;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#franchiseSupport .eael-tabs-nav > ul {
		flex-flow: wrap;
	}
}

@media screen and (max-width: 460px) {
	.card {
		margin: 0;
	}

	.cta-buttons-mobile {
		gap: 10px;
        display: flex !important;
        flex-direction: column;
	}

	.hide-mb {
		display: none !important;
	}

	.show-mb {
		display: block;
	}

	.franchise-500-info {
		font-size: 11px;
		line-height: 150%;
	}

	.cta_build {
		font-size: 12px;
	}

	.footer-legal {
		flex-direction: column-reverse;
		align-items: center;
	}

	.cta_calendar,
	.cta_white {
		text-align: center;
	}

	.cta_brochure,
	.cta_red {
		font-size: 16px;
		text-align: center;
	}
	
	.sm-title {
		font-size: 16px !important;
	}
	
	#cafeModelsTabs .eael-tabs-nav > ul {
		width: 100%;
		flex-flow: row;
	}
	
	#cafeModelsTabs .eael-tabs-nav .eael-tab-title {
		font-size: 14px;
		line-height: 100%;
	}
	
	#franchiseSupport .eael-tabs-nav > ul > li {
		flex: auto;
	}
}