/* ==========================================================================
   GELİNLİK MAĞAZASI (ENVATO PREMIUM THEME STYLE)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

.envato-bridal-theme {
	/* Luxury Variables */
	--eb-bg-primary: #FAF7F2;
	/* Soft ivory / warm cream background */
	--eb-bg-secondary: #FFFFFF;
	/* Pristine white cards */
	--eb-gold-main: #C5A880;
	/* Soft Champagne Gold */
	--eb-gold-hover: #A88D65;
	/* Rich Warm Gold */
	--eb-gold-light: #F3ECE1;
	/* Very light champagne tint */
	--eb-charcoal: #1F1A17;
	/* Deep warm charcoal for headings */
	--eb-text-gray: #555351;
	/* Sophisticated slate gray for reading */
	--eb-border-light: #EFE9DF;
	/* Soft border */
	--eb-shadow-premium: 0 20px 50px rgba(31, 26, 23, 0.05);
	/* Soft premium shadow */
	--eb-radius-premium: 4px;
	/* Minimalist sharp-modern corners */

	--eb-font-body: 'Inter', sans-serif;
	--eb-font-heading: 'Playfair Display', serif;

	background-color: var(--eb-bg-primary);
	color: var(--eb-text-gray);
	font-family: var(--eb-font-body);
	font-size: 16px;
	line-height: 1.8;
	overflow-x: hidden;
}

.envato-bridal-theme * {
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.envato-bridal-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

.eb-container {
	margin: 0 auto;
	padding: 0 25px;
	width: min(1300px, 100%);
	position: relative;
	z-index: 5;
}

/* ==========================================================================
   TYPOGRAPHY & ACCENTS
   ========================================================================== */
.eb-section-header {
	margin-bottom: 60px;
	position: relative;
}

.eb-section-header.center-aligned {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.eb-section-subtitle {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--eb-gold-main);
	margin-bottom: 12px;
	position: relative;
}

.envato-bridal-theme h2.eb-section-title {
	font-family: var(--eb-font-heading);
	font-size: clamp(32px, 3.5vw, 48px);
	font-weight: 500;
	color: var(--eb-charcoal);
	line-height: 1.25;
	margin: 0;
}

.envato-bridal-theme h2.eb-section-title em {
	font-style: italic;
	font-weight: 400;
	color: var(--eb-gold-main);
}

.eb-title-accent {
	width: 50px;
	height: 1px;
	background-color: var(--eb-gold-main);
	margin-top: 20px;
}

.eb-title-accent.center {
	margin-left: auto;
	margin-right: auto;
}

.eb-section-desc {
	font-family: var(--eb-font-heading);
	font-size: 18px;
	font-style: italic;
	color: var(--eb-text-gray);
	margin-top: 15px;
	max-width: 600px;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.eb-luxury-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 18px 36px;
	border-radius: 0;
	/* Minimalist sharp design */
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.eb-btn-gold {
	background: var(--eb-charcoal);
	color: #FFFFFF !important;
	border: 1px solid var(--eb-charcoal);
}

.eb-btn-gold:hover {
	background: var(--eb-gold-main);
	border-color: var(--eb-gold-main);
	transform: translateY(-2px);
}

.eb-btn-gold i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.eb-btn-gold:hover i {
	transform: translateX(6px);
}

.eb-btn-trans {
	background: transparent;
	color: var(--eb-charcoal) !important;
	border: 1px solid var(--eb-gold-main);
}

.eb-btn-trans:hover {
	background: var(--eb-gold-light);
	border-color: var(--eb-gold-main);
	transform: translateY(-2px);
}

/* ==========================================================================
   1. HERO SECTION (SPLIT COUTURE DESIGN)
   ========================================================================== */
/* ==========================================================================
   1. HERO SECTION (COUTURE MAGAZINE LOOKBOOK DESIGN)
   ========================================================================== */
.eb-magazine-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background-color: var(--eb-bg-primary);
	color: var(--eb-charcoal);
	padding: 120px 0 100px;
	overflow: hidden;
}

.eb-mag-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.eb-mag-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s ease-in-out, transform 12s ease-out;
}

.eb-mag-bg-img.active {
	opacity: 0.14;
	transform: scale(1.05);
}

.eb-mag-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(250 247 242 / 19%) 0%, rgb(250 247 242 / 0%) 100%);
	z-index: 2;
}

.eb-vertical-brand {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: left center;
	font-family: var(--eb-font-body);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 12px;
	color: rgba(197, 168, 128, 0.35);
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 3;
}

.eb-mag-container {
	position: relative;
	z-index: 3;
	width: 100%;
}

.eb-mag-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
	gap: clamp(40px, 5vw, 80px);
	align-items: center;
}

.eb-mag-left {
	padding-left: 40px;
}

.eb-mag-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 4px;
	color: var(--eb-gold-main);
	text-transform: uppercase;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--eb-gold-main);
	padding-bottom: 5px;
}

.eb-mag-headline {
	font-family: var(--eb-font-heading);
	font-size: clamp(45px, 5.5vw, 76px);
	font-weight: 400;
	line-height: 1.1;
	color: var(--eb-charcoal);
	margin: 0 0 30px;
}

.eb-mag-headline span {
	background: linear-gradient(135deg, var(--eb-gold-main) 0%, #B5835A 50%, var(--eb-gold-main) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
	font-weight: 500;
}

.eb-mag-desc {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--eb-text-gray);
	margin-bottom: 45px;
	max-width: 500px;
}

.eb-mag-actions {
	display: flex;
	gap: 20px;
}

/* Right Interactive Switcher Column */
.eb-mag-right {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: flex-end;
}

.eb-mag-showcase-frame {
	position: relative;
	width: 100%;
	max-width: 620px;
	padding: 15px;
}

.eb-mag-gold-outline {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid var(--eb-gold-main);
	pointer-events: none;
	z-index: 1;
}

.eb-mag-showcase-img-wrap {
	position: relative;
	z-index: 2;
	width: 600px;
	max-width: calc(100% - 20px);
	height: 700px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
	aspect-ratio: 3/4;
	box-shadow: var(--eb-shadow-premium);
	border: 5px solid #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
}

.eb-mag-showcase-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.eb-mag-switcher {
	display: flex;
	gap: 15px;
	width: 100%; 
	justify-content: flex-start;
}

.eb-mag-thumb {
	width: 85px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 8px;
	opacity: 0.5;
	transition: opacity 0.3s ease, transform 0.3s ease;
	text-align: center;
}

.eb-mag-thumb:hover,
.eb-mag-thumb.active {
	opacity: 1;
	transform: translateY(-5px);
}

.eb-mag-thumb img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border: 1px solid transparent;
	padding: 2px;
}

.eb-mag-thumb.active img {
	border-color: var(--eb-gold-main);
}

.eb-mag-thumb span {
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--eb-text-gray);
	text-transform: uppercase;
}

.eb-mag-thumb.active span {
	color: var(--eb-gold-main);
}

.eb-mag-slide-info {
	width: 100%;
	max-width: 380px;
	text-align: right;
	border-right: 2px solid var(--eb-gold-main);
	padding-right: 20px;
}

.eb-mag-slide-info h4 {
	font-family: var(--eb-font-heading);
	font-size: 18px;
	font-weight: 500;
	color: var(--eb-charcoal);
	margin: 0 0 4px;
}

.eb-mag-slide-info p {
	font-size: 12px;
    color: rgb(197 168 128);
    margin: 0;
    font-weight: 600;
}


/* ==========================================================================
   2. BRIDAL COLLECTIONS (LOOKBOOK GRID WITH FILTERS)
   ========================================================================== */
.eb-collections-section {
	padding: 100px 0;
	background-color: var(--eb-bg-secondary);
}

.eb-filter-container {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.eb-filter-btn {
	background: transparent;
	border: 1px solid var(--eb-border-light);
	color: var(--eb-text-gray);
	font-family: var(--eb-font-body);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 12px 28px;
	cursor: pointer;
}

.eb-filter-btn.active,
.eb-filter-btn:hover {
	border-color: var(--eb-gold-main);
	color: var(--eb-charcoal);
	background: var(--eb-gold-light);
}

.eb-collections-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.eb-collection-card {
	background: var(--eb-bg-primary);
	border: 1px solid var(--eb-border-light);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	opacity: 1;
	transform: scale(1);
	transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
}

.eb-collection-card.fade-out {
	opacity: 0;
	transform: scale(0.95);
	pointer-events: none;
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.eb-card-img-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/5;
}

.eb-card-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eb-collection-card:hover .eb-card-img-wrap img {
	transform: scale(1.06);
}

.eb-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 26, 23, 0.4);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eb-collection-card:hover .eb-card-overlay {
	opacity: 1;
}

.eb-card-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--eb-bg-secondary);
	color: var(--eb-charcoal);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 14px;
}

.eb-card-zoom-btn {
	width: 54px;
	height: 54px;
	background: var(--eb-bg-secondary);
	color: var(--eb-charcoal);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	font-size: 18px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(20px);
	opacity: 0;
}

.eb-collection-card:hover .eb-card-zoom-btn {
	transform: translateY(0);
	opacity: 1;
}

.eb-card-zoom-btn:hover {
	background: var(--eb-gold-main);
	color: #fff;
}

.eb-card-content {
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.eb-card-tag {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--eb-gold-main);
	margin-bottom: 8px;
}

.eb-card-content h3 {
	font-family: var(--eb-font-heading);
	font-size: 22px;
	font-weight: 500;
	color: var(--eb-charcoal);
	margin: 0 0 12px;
}

.eb-card-content p {
	font-size: 14px;
	margin: 0 0 25px;
	line-height: 1.7;
	color: var(--eb-text-gray);
	flex-grow: 1;
}

.eb-card-link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--eb-charcoal);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}

.eb-card-link i {
	transition: transform 0.3s;
}

.eb-card-link:hover {
	color: var(--eb-gold-main);
}

.eb-card-link:hover i {
	transform: translateX(6px);
}

.eb-collections-section {
	padding: 64px 0 96px;
	background-color: #FFFFFF;
}

.eb-collections-section .eb-section-header {
	display: none;
}

.eb-products-header {
	margin: 0 0 42px;
	text-align: center;
}

.eb-products-header h2 {
	margin: 0;
	font-family: var(--eb-font-heading);
	font-size: clamp(32px, 3.5vw, 32px);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
	color: var(--eb-charcoal);
	overflow-wrap: anywhere;
}

.eb-collections-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	align-items: start;
}

.eb-collection-card {
	background: transparent;
	border: 0;
	color: var(--eb-charcoal);
	text-decoration: none;
	box-shadow: none;
}

.eb-collection-card:hover {
	transform: none;
}

.eb-card-img-wrap {
	aspect-ratio: 2 / 3;
	background: #e8e8e8;
}

.eb-card-img-wrap img {
	transition: transform 0.45s ease;
}

.eb-collection-card:hover .eb-card-img-wrap img {
	transform: scale(1.025);
}

.eb-card-content {
	align-items: center;
	padding: 22px 8px 0;
	text-align: center;
}

.eb-card-content h3 {
	max-width: 100%;
	margin: 0;
	font-family: var(--eb-font-body);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #111827;
	overflow-wrap: anywhere;
}

.eb-card-price {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #8b7f79;
}

.eb-card-price del {
	margin-right: 7px;
	color: #a8a09b;
}

.eb-card-price ins {
	background: transparent;
	color: #8b7f79;
	text-decoration: none;
}

.eb-products-action {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.eb-products-all-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 34px;
	border: 1px solid #1f2937;
	background: transparent;
	color: #1f2937;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.eb-products-all-btn:hover {
	background: #1f2937;
	color: #fff;
}

/* ==========================================================================
   3. STORY & CRAFTSMANSHIP (ATÖLYE & ZANAAT)
   ========================================================================== */
.eb-story-section {
	padding: 120px 0;
	background-color: var(--eb-bg-primary);
}

.eb-story-layout {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 80px;
	align-items: center;
}

/* Asymmetrical Images Frame */
.eb-story-visuals {
	position: relative;
	padding-right: 40px;
}

.eb-story-img-large {
	position: relative;
	width: 80%;
	z-index: 2;
	box-shadow: var(--eb-shadow-premium);
}

.eb-story-img-large img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
}

.eb-story-gold-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--eb-gold-main);
	transform: translate(-15px, 15px);
	z-index: -1;
}

.eb-story-img-small {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 45%;
	z-index: 3;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
	border: 6px solid var(--eb-bg-primary);
}

.eb-story-img-small img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.eb-story-decorative-box {
	position: absolute;
	top: -30px;
	right: 40px;
	width: 100px;
	height: 100px;
	background-image: radial-gradient(var(--eb-gold-main) 12%, transparent 12%);
	background-size: 15px 15px;
	opacity: 0.25;
	z-index: 1;
}

/* Prose column */
.eb-story-description {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
	font-weight: 300;
}

.eb-story-features {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 45px;
}

.eb-story-feat-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.eb-story-feat-icon-wrap {
	width: 44px;
	height: 44px;
	background: var(--eb-gold-light);
	color: var(--eb-gold-main);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 4px;
	font-size: 16px;
}

.eb-story-feat-text h4 {
	font-family: var(--eb-font-heading);
	font-size: 20px;
	font-weight: 500;
	color: var(--eb-charcoal);
	margin: 0 0 6px;
}

.eb-story-feat-text p {
	margin: 0;
	font-size: 14px;
	color: var(--eb-text-gray);
}

/* ==========================================================================
   4. THE VIP JOURNEY (PROVA TIMELINE)
   ========================================================================== */
.eb-journey-section {
	padding: 100px 0;
	background-color: var(--eb-bg-secondary);
	border-bottom: 1px solid var(--eb-border-light);
}

.eb-journey-timeline {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 60px;
	position: relative;
}

.eb-journey-timeline::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 10%;
	width: 80%;
	height: 1px;
	background-color: var(--eb-border-light);
	z-index: 1;
}

.eb-journey-step {
	text-align: center;
	position: relative;
	z-index: 2;
}

.eb-journey-badge {
	width: 60px;
	height: 60px;
	background: var(--eb-bg-secondary);
	border: 1px solid var(--eb-gold-main);
	color: var(--eb-gold-main);
	font-family: var(--eb-font-heading);
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	box-shadow: 0 5px 15px rgba(197, 168, 128, 0.1);
}

.eb-journey-step:hover .eb-journey-badge {
	background: var(--eb-gold-main);
	color: #fff;
	box-shadow: 0 10px 20px rgba(197, 168, 128, 0.3);
}

.eb-journey-step h3 {
	font-family: var(--eb-font-heading);
	font-size: 22px;
	font-weight: 500;
	color: var(--eb-charcoal);
	margin: 0 0 12px;
}

.eb-journey-step p {
	font-size: 14px;
	margin: 0;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	color: var(--eb-text-gray);
	line-height: 1.7;
}

/* ==========================================================================
   5. PARALLAX STATS
   ========================================================================== */
.eb-parallax-stats-luxury {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

.eb-parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
}

.eb-parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(31 26 23 / 48%) 0%, rgb(31 26 23 / 32%) 100%);
	z-index: 2;
}

.eb-stats-luxury-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.eb-stat-card-luxury {
	padding: 20px;
	color: #FFFFFF;
}

.eb-stat-num-luxury {
	display: inline-block;
	font-family: var(--eb-font-heading);
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	color: var(--eb-gold-main);
}

.eb-stat-plus {
	display: inline-block;
	font-family: var(--eb-font-heading);
	font-size: 40px;
	color: var(--eb-gold-main);
	vertical-align: super;
	line-height: 1;
}

.eb-stat-label-luxury {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   6. TESTIMONIALS (GELİNLERİMİZİN HİKAYELERİ)
   ========================================================================== */
.eb-testimonials-section {
	padding: 120px 0;
	background-color: var(--eb-bg-primary);
}

.eb-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.eb-testimonial-card-luxury {
	background: var(--eb-bg-secondary);
	padding: 50px 40px;
	border: 1px solid var(--eb-border-light);
	position: relative;
	box-shadow: var(--eb-shadow-premium);
}

.eb-testimonial-card-luxury::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--eb-gold-main);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.eb-testimonial-card-luxury:hover::before {
	transform: scaleX(1);
}

.eb-testi-quote-icon {
	color: var(--eb-gold-main);
	font-size: 32px;
	opacity: 0.25;
	margin-bottom: 25px;
}

.eb-testi-stars {
	color: var(--eb-gold-main);
	font-size: 12px;
	display: flex;
	gap: 4px;
	margin-bottom: 20px;
}

.eb-testi-text {
	font-family: var(--eb-font-heading);
	font-size: 16px;
	font-style: italic;
	line-height: 1.8;
	color: var(--eb-charcoal);
	margin: 0 0 35px;
}

.eb-testi-author-info {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: auto;
}

.eb-testi-avatar-wrap {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid var(--eb-gold-main);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--eb-gold-main);
	font-size: 18px;
	background: var(--eb-bg-primary);
}

.eb-testi-name {
	font-family: var(--eb-font-heading);
	font-size: 18px;
	font-weight: 500;
	color: var(--eb-charcoal);
	margin: 0 0 4px;
}

.eb-testi-role {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--eb-gold-main);
}

/* ==========================================================================
   7. BRIDAL BLOG & LOOKBOOK ARTICLES
   ========================================================================== */
.eb-blog-section {
	padding: 100px 0;
	background-color: var(--eb-bg-secondary);
}

.eb-blog-luxury-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.eb-blog-card-luxury {
	background: var(--eb-bg-primary);
	border: 1px solid var(--eb-border-light);
	overflow: hidden;
}

.eb-blog-img-box {
	position: relative;
	aspect-ratio: 16/11;
	overflow: hidden;
}

.eb-blog-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eb-blog-card-luxury:hover .eb-blog-img-box img {
	transform: scale(1.06);
}

.eb-blog-category-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--eb-charcoal);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 6px 14px;
}

.eb-blog-body-luxury {
	padding: 30px;
}

.eb-blog-body-luxury h3 {
	font-family: var(--eb-font-heading);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 15px;
}

.eb-blog-body-luxury h3 a {
	color: var(--eb-charcoal);
	text-decoration: none;
}

.eb-blog-body-luxury h3 a:hover {
	color: var(--eb-gold-main);
}

.eb-blog-body-luxury p {
	font-size: 14px;
	margin: 0 0 25px;
	color: var(--eb-text-gray);
	line-height: 1.7;
}

.eb-blog-readmore-btn {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--eb-charcoal);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.eb-blog-readmore-btn i {
	font-size: 12px;
	transition: transform 0.3s;
}

.eb-blog-readmore-btn:hover {
	color: var(--eb-gold-main);
}

.eb-blog-readmore-btn:hover i {
	transform: translateX(6px);
}

/* ==========================================================================
   8. FAQ & VIP RANDEVU FORM BLOCK
   ========================================================================== */
.eb-faq-appointment-section {
	padding: 120px 0;
	background-color: var(--eb-bg-primary);
	border-top: 1px solid var(--eb-border-light);
}

.eb-faq-app-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 80px;
	align-items: flex-start;
}

/* Accordion luxury styling */
.eb-accordion-luxury {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.eb-accordion-item-luxury {
	background: var(--eb-bg-secondary);
	border: 1px solid var(--eb-border-light);
}

.eb-accordion-header-luxury {
	padding: 22px 30px;
	font-family: var(--eb-font-heading);
	font-size: 18px;
	font-weight: 500;
	color: var(--eb-charcoal);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}

.eb-accordion-header-luxury::-webkit-details-marker {
	display: none;
}

.eb-accordion-indicator-luxury {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--eb-gold-main);
	font-size: 12px;
}

.eb-accordion-item-luxury[open] .eb-accordion-indicator-luxury i {
	transform: rotate(45deg);
}

.eb-accordion-item-luxury[open] .eb-accordion-header-luxury {
	border-bottom: 1px solid var(--eb-border-light);
	color: var(--eb-gold-main);
}

.eb-accordion-body-luxury {
	padding: 25px 30px;
	font-size: 14px;
	color: var(--eb-text-gray);
	line-height: 1.7;
}

.eb-accordion-body-luxury p {
	margin: 0;
}

/* Appointment Form Block */
.eb-appointment-card-luxury {
	position: relative;
	padding: 10px;
}

.eb-app-gold-outline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--eb-gold-main);
	z-index: 1;
	pointer-events: none;
}

.eb-app-card-inner {
	background: var(--eb-bg-secondary);
	padding: 50px 40px;
	position: relative;
	z-index: 2;
	box-shadow: var(--eb-shadow-premium);
}

.eb-app-card-inner h3 {
	font-family: var(--eb-font-heading);
	font-size: 32px;
	font-weight: 500;
	color: var(--eb-charcoal);
	margin: 0 0 15px;
}

.eb-app-card-inner p {
	font-size: 14px;
	color: var(--eb-text-gray);
	margin-bottom: 35px;
}

/* Form Styles */
.eb-appointment-form-luxury {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.eb-form-group-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.eb-form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.eb-form-group label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--eb-charcoal);
}

.eb-appointment-form-luxury input,
.eb-appointment-form-luxury select,
.eb-appointment-form-luxury textarea {
	background: var(--eb-bg-primary);
	border: 1px solid var(--eb-border-light);
	padding: 14px 18px;
	font-family: var(--eb-font-body);
	font-size: 14px;
	color: var(--eb-charcoal);
	border-radius: 0;
	outline: none;
	width: 100%;
}

.eb-appointment-form-luxury input:focus,
.eb-appointment-form-luxury select:focus,
.eb-appointment-form-luxury textarea:focus {
	border-color: var(--eb-gold-main);
	background: #FFFFFF;
}

.eb-form-submit-btn-luxury {
	background: var(--eb-charcoal);
	color: #FFFFFF;
	border: 1px solid var(--eb-charcoal);
	font-family: var(--eb-font-body);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 18px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	cursor: pointer;
	margin-top: 10px;
}

.eb-form-submit-btn-luxury:hover {
	background: var(--eb-gold-main);
	border-color: var(--eb-gold-main);
}

.eb-form-submit-btn-luxury i {
	font-size: 13px;
}

.eb-form-response-message {
	padding: 12px;
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
	border-left: 3px solid;
}

.eb-form-response-message.success {
	background: #EAF7F0;
	color: #1B7A4F;
	border-color: #2F9E68;
}

.eb-form-response-message.error {
	background: #FDF2F2;
	color: #9B1C1C;
	border-color: #DC2626;
}

/* Contact information list in form footer */
.eb-contact-info-footer { 
	padding-top: 35px;
	border-top: 1px solid var(--eb-border-light);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.eb-contact-footer-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.eb-contact-footer-item i {
	color: var(--eb-gold-main);
	font-size: 18px;
	width: 24px;
	text-align: center;
}

.eb-contact-footer-item div {
	display: flex;
	flex-direction: column;
}

.eb-contact-footer-item strong {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--eb-charcoal);
}

.eb-contact-footer-item span {
	font-size: 14px;
	color: var(--eb-text-gray);
}

/* ==========================================================================
   9. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1199px) {
	.eb-hero-split {
		gap: 40px;
	}

	.eb-story-layout {
		gap: 50px;
	}

	.eb-faq-app-grid {
		gap: 50px;
	}
}

@media (max-width: 1024px) {
	.eb-mag-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.eb-mag-left {
		padding-left: 0;
		text-align: center;
	}

	.eb-mag-desc {
		margin-left: auto;
		margin-right: auto;
	}

	.eb-mag-actions {
		justify-content: center;
	}

	.eb-mag-right {
		align-items: center;
		width: 100%;
	}

	.eb-mag-showcase-frame {
		max-width: 620px;
	}

	.eb-mag-switcher {
		justify-content: center;
	}

	.eb-mag-slide-info {
		text-align: center;
		border-right: 0;
		border-left: 0;
		padding-right: 0;
	}

	.eb-hero-split {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.eb-hero-left {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.eb-hero-kicker-wrapper {
		justify-content: center;
	}

	.eb-hero-paragraph {
		margin-left: auto;
		margin-right: auto;
	}

	.eb-hero-right {
		max-width: 550px;
		margin: 0 auto;
	}

	.eb-collections-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.eb-story-layout {
		grid-template-columns: 1fr;
	}

	.eb-story-visuals {
		max-width: 600px;
		margin: 0 auto 50px;
		padding-right: 20px;
	}

	.eb-journey-timeline {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.eb-journey-timeline::before {
		display: none;
	}

	.eb-stats-luxury-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.eb-testimonials-grid {
		grid-template-columns: 1fr;
		max-width: 650px;
		margin: 0 auto;
	}

	.eb-blog-luxury-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.eb-faq-app-grid {
		grid-template-columns: 1fr;
	}

	.eb-appointment-column {
		max-width: 650px;
		margin: 0 auto;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.eb-magazine-hero {
		padding: 90px 0 70px;
	}

	.eb-mag-grid {
		gap: 40px;
	}

	.eb-mag-showcase-frame {
		max-width: 100%;
		padding: 10px;
	}

	.eb-mag-showcase-img-wrap {
		width: 100%;
		max-width: calc(100% - 12px);
		height: auto;
		margin-top: 12px;
		margin-left: 12px;
		border-width: 3px;
	}

	.eb-vertical-brand {
		display: none;
	}

	.eb-mag-headline {
		font-size: 42px;
	}

	.eb-mag-switcher {
		flex-wrap: wrap;
	}

	.eb-hero-luxury {
		padding: 80px 0 60px;
	}

	.eb-hero-headline {
		font-size: 36px;
	}

	.eb-hero-paragraph {
		font-size: 15px;
	}

	.eb-hero-button-row {
		flex-direction: column;
		width: 100%;
		gap: 15px;
	}

	.eb-luxury-btn {
		width: 100%;
		justify-content: center;
	}

	/* Scale down hero overlapping images on mobile */
	.eb-hero-layer-sub-left {
		width: 120px;
		height: 120px;
		left: -20px;
		bottom: -20px;
		border-width: 4px;
	}

	.eb-hero-layer-sub-right {
		width: 110px;
		height: 150px;
		right: -15px;
		top: -25px;
		border-width: 4px;
	}

	.eb-rotating-badge {
		width: 90px;
		height: 90px;
		bottom: -25px;
		left: -5px;
	}

	.eb-rotating-badge svg {
		width: 90px;
		height: 90px;
	}

	.eb-hero-floating-card {
		padding: 12px 18px;
		top: 30px;
		right: -15px;
	}

	.eb-collections-grid {
		grid-template-columns: 1fr;
	}

	.eb-blog-luxury-grid {
		grid-template-columns: 1fr;
	}

	.eb-form-group-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.eb-app-card-inner {
		padding: 35px 20px;
	}

	.eb-stats-luxury-grid {
		grid-template-columns: 1fr;
	}

	.eb-parallax-bg {
		background-attachment: scroll;
		/* Fixes background-attachment bugs on mobile */
	}
}
