/**
* Theme Name: Puca Child
* Description: This is a child theme for Puca
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 2.6.40
* Template: puca
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* HUSKY filter: add border to color swatches so light colors (white/cream) are visible */
.woof_list_color span.woof_color_term {
	border: 1px solid #ccc !important;
}

/* ============================================================
   DESPRE NOI (About Us) Page
   ============================================================ */

/* -- Container -- */
.eb-about-page .eb-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

/* Force full-width layout (override theme container constraints) */
.page-template-page-despre-noi #main-container,
.page-template-page-despre-noi #main-container.container {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.page-template-page-despre-noi #main-content {
	width: 100%;
	float: none;
	padding: 0;
}
.page-template-page-despre-noi #main-content .site-main {
	padding: 0;
}
.page-template-page-despre-noi .page-title,
.page-template-page-despre-noi .tbay-breadcrumb {
	display: none;
}

/* -- Section Label (shared) -- */
.eb-section-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #c39e64;
	margin-bottom: 16px;
}
.eb-section-label--center {
	display: block;
	text-align: center;
}

/* -- HERO -- */
.eb-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.eb-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.6) 100%);
}
.eb-hero__content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 80px 24px;
}
.eb-hero__eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #c39e64;
	margin-bottom: 20px;
}
.eb-hero__title {
	font-size: 48px;
	font-weight: 300;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 20px;
}
.eb-hero__subtitle {
	font-size: 18px;
	color: rgba(255,255,255,0.85);
	line-height: 1.7;
	margin: 0;
	font-weight: 300;
}

/* -- INTRO -- */
.eb-intro {
	padding: 100px 0;
	background: #fff;
}
.eb-intro__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.eb-intro__text .eb-section-label {
	margin-bottom: 24px;
}
.eb-intro__quote {
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.7;
	color: #333;
	border-left: 3px solid #c39e64;
	padding-left: 24px;
	margin: 0 0 24px;
}
.eb-intro__text p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0;
}
.eb-intro__image {
	position: relative;
}
.eb-intro__image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}
.eb-intro__image::before {
	content: '';
	position: absolute;
	top: -16px;
	right: -16px;
	width: 100%;
	height: 100%;
	border: 2px solid #c39e64;
	border-radius: 8px;
	z-index: -1;
}

/* -- STORY -- */
.eb-story {
	padding: 100px 0;
	background: #faf8f5;
}
.eb-story__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.eb-story__image {
	position: relative;
}
.eb-story__image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}
.eb-story__image::before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: -16px;
	width: 100%;
	height: 100%;
	border: 2px solid #c39e64;
	border-radius: 8px;
	z-index: -1;
}
.eb-story__text h2 {
	font-size: 36px;
	font-weight: 300;
	color: #222;
	margin: 0 0 24px;
}
.eb-story__text p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 16px;
}
.eb-story__text p:last-child {
	margin-bottom: 0;
}

/* -- VALUES -- */
.eb-values {
	padding: 100px 0;
	background: #fff;
	text-align: center;
}
.eb-values__heading {
	font-size: 36px;
	font-weight: 300;
	color: #222;
	margin: 0 0 60px;
}
.eb-values__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.eb-value-card {
	padding: 40px 24px;
	border: 1px solid #eee;
	border-radius: 8px;
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.eb-value-card:hover {
	border-color: #c39e64;
	box-shadow: 0 12px 40px rgba(195,158,100,0.12);
}
.eb-value-card__icon {
	color: #c39e64;
	margin-bottom: 20px;
}
.eb-value-card__icon svg {
	display: inline-block;
}
.eb-value-card h3 {
	font-size: 18px;
	font-weight: 500;
	color: #222;
	margin: 0 0 12px;
}
.eb-value-card p {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

/* -- CRAFT -- */
.eb-craft {
	padding: 100px 0;
	background: #faf8f5;
}
.eb-craft__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.eb-craft__text h2 {
	font-size: 36px;
	font-weight: 300;
	color: #222;
	margin: 0 0 24px;
}
.eb-craft__text p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 16px;
}
.eb-craft__actions {
	display: flex;
	gap: 16px;
	margin-top: 32px;
	flex-wrap: wrap;
}
.eb-craft__image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* -- Buttons -- */
.eb-btn {
	display: inline-block;
	padding: 14px 32px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.eb-btn--primary {
	background: #c39e64;
	color: #fff;
	border: 2px solid #c39e64;
}
.eb-btn--primary:hover {
	background: #b08a50;
	border-color: #b08a50;
	color: #fff;
	text-decoration: none;
}
.eb-btn--outline {
	background: transparent;
	color: #c39e64;
	border: 2px solid #c39e64;
}
.eb-btn--outline:hover {
	background: #c39e64;
	color: #fff;
	text-decoration: none;
}
.eb-btn--lg {
	padding: 18px 48px;
	font-size: 15px;
}

/* -- GALLERY -- */
.eb-gallery {
	padding: 100px 0 0;
	background: #fff;
	overflow: hidden;
}
.eb-gallery__heading {
	font-size: 36px;
	font-weight: 300;
	color: #222;
	text-align: center;
	margin: 0 0 50px;
}
.eb-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}
.eb-gallery__item {
	overflow: hidden;
	aspect-ratio: 1;
}
.eb-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.eb-gallery__item:hover img {
	transform: scale(1.05);
}

/* -- CTA -- */
.eb-cta {
	padding: 100px 0;
	background: #1a1a1a;
	text-align: center;
}
.eb-cta__inner {
	max-width: 700px;
	margin: 0 auto;
}
.eb-cta__logo {
	width: 120px;
	height: auto;
	margin-bottom: 32px;
	opacity: 0.9;
}
.eb-cta h2 {
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	line-height: 1.4;
	margin: 0 0 16px;
}
.eb-cta p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255,255,255,0.65);
	margin: 0 0 36px;
}

/* ============================================================
   RESPONSIVE — Despre Noi
   ============================================================ */

@media (max-width: 991px) {
	.eb-hero {
		min-height: 400px;
	}
	.eb-hero__title {
		font-size: 36px;
	}
	.eb-intro__inner,
	.eb-story__inner,
	.eb-craft__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.eb-story__image {
		order: -1;
	}
	.eb-intro__image::before,
	.eb-story__image::before {
		display: none;
	}
	.eb-values__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.eb-gallery__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 575px) {
	.eb-hero {
		min-height: 350px;
	}
	.eb-hero__title {
		font-size: 28px;
	}
	.eb-hero__subtitle {
		font-size: 15px;
	}
	.eb-intro,
	.eb-story,
	.eb-values,
	.eb-craft,
	.eb-gallery,
	.eb-cta {
		padding: 60px 0;
	}
	.eb-gallery {
		padding-bottom: 0;
	}
	.eb-intro__quote {
		font-size: 18px;
	}
	.eb-story__text h2,
	.eb-craft__text h2,
	.eb-values__heading,
	.eb-gallery__heading,
	.eb-cta h2 {
		font-size: 26px;
	}
	.eb-values__grid {
		grid-template-columns: 1fr;
	}
	.eb-gallery__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.eb-craft__actions {
		flex-direction: column;
	}
	.eb-craft__actions .eb-btn {
		text-align: center;
	}
}

/* ============================================================
   CONTACT PAGE — WPBakery Enhancement Styles
   ============================================================ */

/* Contact info cards (tbay_features contact-us style) */
.page-id-3169 .tbay-addon-features.contact-us .fbox-icon {
	color: #c39e64;
}
.page-id-3169 .tbay-addon-features.contact-us .fbox-icon i {
	color: #c39e64;
	font-size: 28px;
}
.page-id-3169 .tbay-addon-features.contact-us .ourservice-heading {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}

/* Form area styling */
.page-id-3169 .wpcf7 input[type="text"],
.page-id-3169 .wpcf7 input[type="email"],
.page-id-3169 .wpcf7 textarea {
	padding: 14px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 15px;
	transition: border-color 0.3s ease;
}
.page-id-3169 .wpcf7 input[type="text"]:focus,
.page-id-3169 .wpcf7 input[type="email"]:focus,
.page-id-3169 .wpcf7 textarea:focus {
	border-color: #c39e64;
	outline: none;
	box-shadow: 0 0 0 3px rgba(195,158,100,0.12);
}
.page-id-3169 .wpcf7 input[type="submit"],
.page-id-3169 .wpcf7 .btn {
	background: #c39e64;
	color: #fff;
	border: 2px solid #c39e64;
	border-radius: 4px;
	padding: 14px 40px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.page-id-3169 .wpcf7 input[type="submit"]:hover,
.page-id-3169 .wpcf7 .btn:hover {
	background: #b08a50;
	border-color: #b08a50;
}

/* ============================================================
   EB CUSTOM WPBAKERY BLOCKS — Shared
   ============================================================ */

/* -- Gold label (reused across blocks) -- */
.eb-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #c39e64;
	margin-bottom: 16px;
}
.eb-label--center {
	display: block;
	text-align: center;
}

/* -- Buttons (reused) -- */
.eb-btn {
	display: inline-block;
	padding: 14px 32px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.eb-btn--primary {
	background: #c39e64;
	color: #fff;
	border: 2px solid #c39e64;
}
.eb-btn--primary:hover {
	background: #b08a50;
	border-color: #b08a50;
	color: #fff;
	text-decoration: none;
}

/* ============================================================
   EB Image & Text Block
   ============================================================ */

.eb-image-text__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}
.eb-image-text--right .eb-image-text__media {
	order: 2;
}
.eb-image-text--right .eb-image-text__content {
	order: 1;
}
.eb-image-text__media img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 16px 50px rgba(0,0,0,0.08);
}

/* Gold accent style — decorative border behind image */
.eb-image-text--gold-accent .eb-image-text__media {
	position: relative;
}
.eb-image-text--gold-accent .eb-image-text__media::before {
	content: '';
	position: absolute;
	top: -14px;
	right: -14px;
	width: 100%;
	height: 100%;
	border: 2px solid #c39e64;
	border-radius: 8px;
	z-index: -1;
}
.eb-image-text--gold-accent.eb-image-text--left .eb-image-text__media::before {
	right: auto;
	left: -14px;
}

.eb-image-text__title {
	font-size: 32px;
	font-weight: 300;
	color: #222;
	margin: 0 0 20px;
	line-height: 1.3;
}
.eb-image-text__body {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 24px;
}
.eb-image-text__body p {
	margin: 0 0 14px;
}
.eb-image-text__body p:last-child {
	margin-bottom: 0;
}

/* ============================================================
   EB Showcase Gallery
   ============================================================ */

.eb-showcase__header {
	text-align: center;
	margin-bottom: 40px;
}
.eb-showcase__title {
	font-size: 32px;
	font-weight: 300;
	color: #222;
	margin: 0;
}
.eb-showcase__grid {
	display: grid;
	gap: 4px;
}
.eb-showcase--cols-2 .eb-showcase__grid { grid-template-columns: repeat(2, 1fr); }
.eb-showcase--cols-3 .eb-showcase__grid { grid-template-columns: repeat(3, 1fr); }
.eb-showcase--cols-4 .eb-showcase__grid { grid-template-columns: repeat(4, 1fr); }
.eb-showcase--cols-5 .eb-showcase__grid { grid-template-columns: repeat(5, 1fr); }
.eb-showcase--gap .eb-showcase__grid { gap: 16px; }
.eb-showcase--rounded .eb-showcase__grid { gap: 16px; }
.eb-showcase__item {
	overflow: hidden;
	aspect-ratio: 1;
}
.eb-showcase--rounded .eb-showcase__item {
	border-radius: 8px;
}
.eb-showcase__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.eb-showcase__item:hover img {
	transform: scale(1.05);
}

/* ============================================================
   EB Section Heading
   ============================================================ */

.eb-heading { margin-bottom: 8px; }
.eb-heading--center { text-align: center; }
.eb-heading--left   { text-align: left; }
.eb-heading--right  { text-align: right; }

.eb-heading__title {
	font-weight: 300;
	color: #222;
	margin: 0 0 12px;
	line-height: 1.3;
}
.eb-heading--lg .eb-heading__title { font-size: 36px; }
.eb-heading--md .eb-heading__title { font-size: 28px; }
.eb-heading--sm .eb-heading__title { font-size: 22px; }

.eb-heading--light .eb-heading__title { color: #fff; }
.eb-heading--light .eb-heading__subtitle { color: rgba(255,255,255,0.75); }

.eb-heading__subtitle {
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	margin: 0;
	font-weight: 300;
}

/* ============================================================
   EB Custom Blocks — Responsive
   ============================================================ */

@media (max-width: 991px) {
	.eb-image-text__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.eb-image-text--right .eb-image-text__media,
	.eb-image-text--right .eb-image-text__content {
		order: unset;
	}
	.eb-image-text--gold-accent .eb-image-text__media::before {
		display: none;
	}
	.eb-showcase--cols-4 .eb-showcase__grid,
	.eb-showcase--cols-5 .eb-showcase__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 575px) {
	.eb-image-text__title,
	.eb-showcase__title {
		font-size: 24px;
	}
	.eb-heading--lg .eb-heading__title { font-size: 28px; }
	.eb-showcase--cols-3 .eb-showcase__grid,
	.eb-showcase--cols-4 .eb-showcase__grid,
	.eb-showcase--cols-5 .eb-showcase__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   EB Hero Banner
   ============================================================ */
.eb-hero {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.eb-hero--lg { min-height: 80vh; }
.eb-hero--md { min-height: 60vh; }
.eb-hero--sm { min-height: 45vh; }
.eb-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}
.eb-hero--overlay-dark::before {
	background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.7) 100%);
}
.eb-hero--overlay-gold::before {
	background: linear-gradient(135deg, rgba(0,0,0,.6) 0%, rgba(195,158,100,.35) 100%);
}
.eb-hero--overlay-none::before {
	background: transparent;
}
.eb-hero__inner {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 800px;
	padding: 60px 24px;
}
.eb-hero__inner .eb-label {
	display: inline-block;
	margin-bottom: 16px;
	color: #c39e64;
	letter-spacing: 3px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.eb-hero__heading {
	font-family: 'Inter', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	margin: 0 0 20px;
}
.eb-hero__subtitle {
	font-size: 18px;
	color: rgba(255,255,255,.85);
	line-height: 1.7;
	margin: 0 0 32px;
	font-weight: 300;
}
.eb-btn--hero {
	display: inline-block;
	background: #c39e64;
	color: #fff;
	padding: 14px 40px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #c39e64;
	transition: all .3s ease;
}
.eb-btn--hero:hover {
	background: transparent;
	color: #c39e64;
}

/* ============================================================
   EB Feature Cards
   ============================================================ */
.eb-features {
	padding: 70px 24px;
	max-width: 1200px;
	margin: 0 auto;
}
.eb-features__header {
	text-align: center;
	margin-bottom: 50px;
}
.eb-features__title {
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 10px 0 0;
}
.eb-features__grid {
	display: grid;
	gap: 28px;
}
.eb-features--cols-2 .eb-features__grid { grid-template-columns: repeat(2, 1fr); }
.eb-features--cols-3 .eb-features__grid { grid-template-columns: repeat(3, 1fr); }
.eb-features--cols-4 .eb-features__grid { grid-template-columns: repeat(4, 1fr); }
.eb-features__card {
	padding: 36px 28px;
	text-align: center;
	transition: transform .3s ease, box-shadow .3s ease;
}
.eb-features__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
.eb-features--bordered .eb-features__card {
	border: 1px solid #e8e0d4;
	border-radius: 4px;
	background: #fff;
}
.eb-features--flat .eb-features__card {
	background: #faf8f5;
	border-radius: 8px;
}
.eb-features--dark {
	background: #1a1a1a;
	padding: 70px 24px;
	max-width: 100%;
}
.eb-features--dark .eb-features__header { max-width: 1200px; margin: 0 auto 50px; }
.eb-features--dark .eb-features__grid { max-width: 1200px; margin: 0 auto; }
.eb-features--dark .eb-features__title { color: #fff; }
.eb-features--dark .eb-features__card {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(195,158,100,.2);
	border-radius: 4px;
}
.eb-features--dark .eb-features__card-title { color: #fff; }
.eb-features--dark .eb-features__card-desc { color: rgba(255,255,255,.7); }
.eb-features__icon {
	display: block;
	font-size: 36px;
	margin-bottom: 18px;
	line-height: 1;
}
.eb-features__card-title {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 12px;
}
.eb-features__card-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

/* ============================================================
   EB Testimonial
   ============================================================ */
.eb-testimonial {
	padding: 20px 0;
}
.eb-testimonial__inner {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.eb-testimonial--card .eb-testimonial__inner {
	background: #fff;
	border: 1px solid #e8e0d4;
	border-radius: 4px;
	padding: 48px 40px 40px;
	box-shadow: 0 4px 24px rgba(0,0,0,.04);
}
.eb-testimonial--centered .eb-testimonial__inner {
	padding: 40px 24px;
}
.eb-testimonial--minimal .eb-testimonial__inner {
	padding: 32px 24px;
	border-left: 3px solid #c39e64;
	text-align: left;
	max-width: 600px;
}
.eb-testimonial__quote-mark {
	display: block;
	font-size: 60px;
	line-height: 1;
	color: #c39e64;
	font-family: Georgia, serif;
	margin-bottom: 8px;
}
.eb-testimonial--minimal .eb-testimonial__quote-mark { display: none; }
.eb-testimonial__stars {
	margin-bottom: 16px;
}
.eb-testimonial__star {
	color: #c39e64;
	font-size: 18px;
	margin: 0 2px;
}
.eb-testimonial__quote {
	font-size: 17px;
	line-height: 1.8;
	color: #333;
	font-style: italic;
	margin: 0 0 24px;
	font-weight: 300;
}
.eb-testimonial__author {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
}
.eb-testimonial--minimal .eb-testimonial__author { align-items: flex-start; }
.eb-testimonial__name {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
}
.eb-testimonial__title {
	font-size: 13px;
	color: #999;
}

/* ============================================================
   EB Testimonials Grid (for multiple side-by-side)
   ============================================================ */
.eb-testimonials-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
.eb-testimonials-row .eb-testimonial {
	padding: 0;
}
.eb-testimonials-row .eb-testimonial__inner {
	max-width: none;
}

/* ============================================================
   Marketing Page Specific Styles
   ============================================================ */
.eb-marketing-section {
	padding: 80px 0;
}
.eb-marketing-section--light {
	background: #faf8f5;
}
.eb-marketing-section--gold-soft {
	background: linear-gradient(135deg, #faf8f5 0%, #f5efe6 100%);
}
.eb-divider-gold {
	width: 60px;
	height: 2px;
	background: #c39e64;
	margin: 24px auto;
}

/* ============================================================
   EB New Blocks — Responsive
   ============================================================ */
@media (max-width: 991px) {
	.eb-hero__heading { font-size: 36px; }
	.eb-hero__subtitle { font-size: 16px; }
	.eb-features--cols-4 .eb-features__grid { grid-template-columns: repeat(2, 1fr); }
	.eb-testimonials-row { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 575px) {
	.eb-hero__heading { font-size: 28px; }
	.eb-hero__inner { padding: 40px 16px; }
	.eb-hero--lg { min-height: 60vh; }
	.eb-hero--md { min-height: 45vh; }
	.eb-features--cols-3 .eb-features__grid,
	.eb-features--cols-4 .eb-features__grid { grid-template-columns: 1fr; }
	.eb-features__card { padding: 28px 20px; }
	.eb-features__title { font-size: 26px; }
	.eb-testimonial--card .eb-testimonial__inner { padding: 36px 24px 32px; }
	.eb-testimonial__quote { font-size: 15px; }
	.eb-marketing-section { padding: 50px 0; }
}

/* ============================================
   WPBakery FOUC (Flash of Unstyled Content) Fix
   Prevents invisible/jumping elements on initial load.
   Affects homepage footer + any page using WPBakery rows.
   ============================================ */

/* 1. Prevent invisible elements before JS animation triggers.
   WPBakery sets opacity:0 and waits for scroll-triggered JS — override to show
   content immediately. Trades entrance animations for no invisible flashing. */
.wpb_animate_when_almost_visible {
	opacity: 1 !important;
}

/* 2. Prevent full-width row layout jump.
   Before JS initializes (data-vc-full-width-init stays "false"), stretch rows
   to viewport width via pure CSS so there's no jump when JS kicks in. */
.vc_row[data-vc-full-width="true"]:not([data-vc-full-width-init="true"]) {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	overflow: hidden;
}
/* Once JS sets init="true", it handles positioning — clear our CSS override. */
.vc_row[data-vc-full-width-init="true"] {
	left: auto;
	transform: none;
}

/* =====================================================
   EB FAQ ACCORDION
   ===================================================== */
.eb-faq-accordion {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}
.eb-faq-accordion__title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	color: #000;
}
.eb-faq--light .eb-faq-accordion__title {
	color: #fff;
}
.eb-faq-accordion__item {
	border-bottom: 1px solid #e5e5e5;
}
.eb-faq--bordered .eb-faq-accordion__item {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	border-radius: 4px;
}
.eb-faq--minimal .eb-faq-accordion__item {
	border-bottom: none;
}
.eb-faq-accordion__trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 15px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	text-align: left;
	transition: color 0.2s ease;
	line-height: 1.4;
}
.eb-faq--light .eb-faq-accordion__trigger {
	color: #fff;
}
.eb-faq-accordion__trigger:hover {
	color: #c39e64;
}
.eb-faq-accordion__trigger[aria-expanded="true"] {
	color: #c39e64;
}
.eb-faq-accordion__icon {
	font-size: 24px;
	font-weight: 300;
	flex-shrink: 0;
	margin-left: 20px;
	transition: transform 0.2s ease;
	color: #c39e64;
}
.eb-faq-accordion__content {
	padding: 0 15px 20px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #555;
}
.eb-faq--light .eb-faq-accordion__content {
	color: rgba(255,255,255,0.8);
}
.eb-faq-accordion__content[hidden] {
	display: none;
}
@media (max-width: 767px) {
	.eb-faq-accordion__trigger {
		font-size: 15px;
		padding: 16px 10px;
	}
	.eb-faq-accordion__content {
		font-size: 14px;
		padding: 0 10px 16px;
	}
	.eb-faq-accordion__title {
		font-size: 26px;
	}
}

/* =====================================================
   EB CTA BANNER
   ===================================================== */
.eb-cta-banner {
	padding: 60px 30px;
	text-align: center;
}
.eb-cta-banner__inner {
	max-width: 700px;
	margin: 0 auto;
}
.eb-cta--gold {
	background-color: #c39e64;
}
.eb-cta--dark {
	background-color: #000;
}
.eb-cta--light {
	background-color: #f8f6f2;
}
.eb-cta-banner__heading {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	margin-bottom: 15px;
}
.eb-cta--gold .eb-cta-banner__heading,
.eb-cta--dark .eb-cta-banner__heading {
	color: #fff;
}
.eb-cta--light .eb-cta-banner__heading {
	color: #000;
}
.eb-cta-banner__desc {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.eb-cta--gold .eb-cta-banner__desc,
.eb-cta--dark .eb-cta-banner__desc {
	color: rgba(255,255,255,0.9);
}
.eb-cta--light .eb-cta-banner__desc {
	color: #555;
}
.eb-cta-banner__actions {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}
.eb-cta-banner__btn {
	display: inline-block;
	padding: 14px 35px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	transition: all 0.3s ease;
}
.eb-cta-banner__btn--primary {
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}
.eb-cta--light .eb-cta-banner__btn--primary {
	background: #c39e64;
	color: #fff;
	border-color: #c39e64;
}
.eb-cta-banner__btn--primary:hover {
	background: transparent;
	color: #fff;
}
.eb-cta--light .eb-cta-banner__btn--primary:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.eb-cta-banner__btn--secondary {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.eb-cta--light .eb-cta-banner__btn--secondary {
	border-color: #000;
	color: #000;
}
.eb-cta-banner__btn--secondary:hover {
	background: #fff;
	color: #000;
}
.eb-cta--light .eb-cta-banner__btn--secondary:hover {
	background: #000;
	color: #fff;
}
@media (max-width: 767px) {
	.eb-cta-banner {
		padding: 40px 20px;
	}
	.eb-cta-banner__heading {
		font-size: 24px;
	}
	.eb-cta-banner__btn {
		padding: 12px 25px;
		font-size: 13px;
	}
}

/* =====================================================
   EB CUSTOM ORDER FORM
   ===================================================== */
.eb-custom-order-form {
	font-family: 'Inter', sans-serif;
}
.eb-custom-order-form .row {
	margin-bottom: 20px;
}
.eb-custom-order-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}
.eb-custom-order-form input[type="text"],
.eb-custom-order-form input[type="email"],
.eb-custom-order-form input[type="tel"],
.eb-custom-order-form input[type="date"],
.eb-custom-order-form select,
.eb-custom-order-form textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 0;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #333;
	background: #fff;
	transition: border-color 0.2s ease;
}
.eb-custom-order-form input:focus,
.eb-custom-order-form select:focus,
.eb-custom-order-form textarea:focus {
	border-color: #c39e64;
	outline: none;
}
.eb-custom-order-form textarea {
	min-height: 120px;
	resize: vertical;
}
.eb-custom-order-form .wpcf7-acceptance label {
	font-weight: 400;
	font-size: 13px;
	color: #666;
}
.eb-custom-order-form .wpcf7-acceptance a {
	color: #c39e64;
	text-decoration: underline;
}
.eb-custom-order-form .eb-btn-gold,
.eb-custom-order-form input[type="submit"] {
	display: inline-block;
	padding: 15px 50px;
	background: #c39e64;
	color: #fff;
	border: 2px solid #c39e64;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.eb-custom-order-form .eb-btn-gold:hover,
.eb-custom-order-form input[type="submit"]:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.eb-custom-order-form .wpcf7-not-valid {
	border-color: #dc3545;
}
.eb-custom-order-form .wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 12px;
	margin-top: 4px;
}
.eb-custom-order-form .wpcf7-response-output {
	text-align: center;
	padding: 15px;
	margin-top: 20px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.eb-custom-order-form .col-md-6 {
		margin-bottom: 15px;
	}
}
}