@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* ===== COLOR SYSTEM - UPDATED ===== */
:root {
  --primary: #F2B8C6 !important;
  --dark-accent: #C8005A !important;
  --background: #111111 !important;
  --off-black: #1A0A10 !important;
  --light-surface: #FFF7F9 !important;
  --border-pink: #F0D0DC !important;
}
#sidebarScroll {
    max-height: 400px;  /* or whatever fits your design */
    overflow-y: auto;
}


 body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
		  background: white !important;
  color: var(--light-surface);
    }
    

.newclass {
    background: #F2B8C6 !important; 
    border: 1px solid #F2B8C6 !important; 
    color: #111111 !important;
    transition: all 0.3s ease !important;
}

.newclass:hover,
.newclass:focus,
.btn-danger.newclass:hover,
.btn-danger.newclass:focus {
    background: #C8005A !important; 
    border-color: #C8005A !important; 
    color: white !important;
}

.btn-danger.newclass,
a.newclass,
.newclass {
    color: #C8005A !important;
}

.btn-danger.newclass:hover,
a.newclass:hover {
    color: white !important;
}

.button {
  background: var(--primary);
  color: #111;
}

.button:hover {
  background: var(--dark-accent);
}

.card {
  background: var(--light-surface);
  border: 1px solid var(--border-pink);
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}
a {
	text-decoration: none !important;
}

.hotBadge {
    position: absolute;
    top: 2px;           
    right: 2px;         
    font-size: 0.6rem;   
    padding: 0.2rem 0.5rem;
    border-radius: 50%;
    z-index: 10;          
    background-color: #f44336; 
    color: white;         
}

body {
	font-family: "Playfair Display", serif;
	color: #111111;
	line-height: 1.4;
	background: var(--background);
	overflow-x: hidden;

	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}

/* TOP BAR  */
.topBar {
	background: var(--background);
	color: #fff;
	padding: 8px 0;
	border-bottom: 1px solid #333;
	font-size: 13px;
	font-family: "Lora", serif;
	font-optical-sizing: auto;
}

.topBar .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.welcomeText {
	color: #ccc;
	font-size: 12px;
	font-weight: 500;
}

.welcomeText i {
	color: var(--primary);
	margin-right: 5px;
}

.topBarRight {
	display: flex;
	align-items: center;
	gap: 25px;
}

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

.topSocialIcons a {
	color: #fff;
	font-size: 14px;
	transition: color 0.3s;
}

.topSocialIcons a:hover {
	color: var(--dark-accent);
}

.topSearchForm {
	display: flex;
	align-items: center;
}

.topSearchInput {
	padding: 6px 12px;
	border: 1px solid #444;
	background: #333;
	color: #fff;
	border-radius: 4px 0 0 4px;
	font-size: 13px;
	width: 180px;
	transition: all 0.3s ease;
}

.topSearchInput:focus {
	outline: none;
	border-color: var(--off-black);
	background: #222;
	width: 220px;
}

.topSearchInput::placeholder {
	color: #999;
}

.topSearchButton {
	background: var(--primary);
	color: #111;
	border: none;
	padding: 6px 15px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-size: 13px;
	transition: background-color 0.3s;
}

.topSearchButton:hover {
	background: var(--dark-accent);
	color: #fff;
}

/* MAIN NAVBAR */
.siteHeader {
	background: var(--background);
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	height: 80px;
}

.navbar {
	padding: 0 !important;
	background: var(--background);
}

.navbar .container {
	max-width: 1200px !important;
	padding: 0 20px !important;
}

.navbar-brand {
	padding: 0 !important;
	height: 80px !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand img {
	height: 80px !important;
	width: 150px !important;
	margin-top:20px !important;
	object-fit:cover ;
	object-position: center;
	transition: all 0.3s ease;
}

.navbar-brand img:hover {
	transform: scale(1.05);
}

.navbar-nav {
	flex-direction: row !important;
	align-items: center !important;
	width: 100% !important;
	justify-content: space-between !important;
	padding-left: 20px !important;
}
/* Make dropdown responsive on mobile */
@media (max-width: 768px) {
    .locatorMenu {
        width: 300px !important;
    }
    
    .locatorMenu .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    
    .locatorMenu .dropdown-item {
        white-space: normal;
        word-break: break-word;
        font-size: 12px;
        padding: 5px 8px;
    }
}

/* Apply margin only on desktop screens */
@media (min-width: 992px) {
    .navbar-nav {
        flex-direction: row !important;
        align-items: center !important;
        width: 100% !important;
        justify-content: space-between !important;
		padding-left: 20px !important;
        margin-left: 20px !important;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        margin-left: 0 !important;
    }
}

.navbar-nav .nav-item:last-child {
	margin-left: auto !important;
	order: 2 !important;
}

.navbar-nav .nav-item:last-child .nav-link.btn-danger {
	margin-left: auto !important;
	display: block !important;
}

.nav-item {
	position: relative;
	margin: 0 3px !important;
}

.nav-link {
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	padding: 18px 14px !important;
	transition: all 0.3s ease !important;
	white-space: nowrap !important;
	position: relative !important;
}

.nav-link:hover {
	color: #fff !important;
	background: rgba(242, 184, 198, 0.1) !important;
}

.nav-link.dropdown-toggle {
	padding-right: 28px !important;
}

.nav-link.dropdown-toggle::after {
	content: '▼' !important;
	font-size: 10px !important;
	margin-left: 3px !important;
	vertical-align: middle !important;
	border: none !important;
	position: absolute !important;
	right: 20px !important;
	top: 35% !important;
	transform: translateY(-50%) !important;
	color: #fff !important;
	transition: transform 0.3s ease !important;
}

.nav-link.dropdown-toggle.show::after {
	transform: translateY(-50%) rotate(180deg) !important;
}

.dropdown-menu {
	background: var(--light-surface) !important;
	min-width: 220px !important;
	border: 1px solid var(--border-pink) !important;
	border-radius: 4px !important;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
	padding: 10px 0 !important;
	margin-top: 0 !important;
	border-top: 3px solid var(--primary) !important;
	animation: fadeIn 0.3s ease !important;
	overflow-y: scroll !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dropdown-item {
	color: var(--off-black) !important;
	font-size: 14px !important;
	padding: 10px 20px !important;
	transition: all 0.3s ease !important;
	border-left: 3px solid transparent !important;
}

.dropdown-item:hover {
	background-color: var(--light-surface) !important;
	color: var(--dark-accent) !important;
	border-left-color: var(--dark-accent) !important;
	padding-left: 25px !important;
}

/* Mobile menu button */
.navbar-toggler {
	border: none !important;
	padding: 8px 12px !important;
}

.navbar-toggler:focus {
	outline: none !important;
	box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23F2B8C6' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


@media (min-width: 992px) {
	.nav-item.dropdown:hover>.dropdown-menu {
		display: block !important;
	}

	.dropdown-menu {
		display: block !important;
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
		transition: opacity 0.3s ease, visibility 0.3s ease !important;
	}

	.nav-item.dropdown:hover>.dropdown-menu {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.dropdown-menu.show {
		display: block !important;
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
}

@media (min-width: 1400px) {
	.navbar .container {
		max-width: 1300px !important;
		height: 80px;

	}

	.nav-link {
		font-size: 15px !important;
		padding: 18px 16px !important;
	}

	.navbar-brand img {
		height: 80px !important;
		max-height: 80px !important;
		display: flex !important;
		align-items: center !important;
	}
}

@media (min-width: 992px) {
	.navbar-collapse {
		display: flex !important;
		justify-content: space-between !important;
		flex-basis: auto !important;
	}

	.navbar-nav {
		flex-wrap: nowrap !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 991.98px) {
	.topBar {
		padding: 10px 0;
	}

	.topBar .container {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}

	.topBarRight {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px;
	}

	.navbar-brand {
		margin-right: 0 !important;
		display: flex !important;
		align-items: center !important;
	}

	.navbar-brand img {
		height: 70px !important;
		max-height: 70px !important;
		width: 120px !important;
	}

	.navbar-collapse {
		background: var(--background);
		padding: 20px 20px 60px 20px;
		margin-top: 10px;
		border-radius: 4px;
		border: 1px solid #333;
	}

	.navbar-nav {
		flex-direction: column !important;
		align-items: flex-start !important;
		width: 100%;
	}

	.nav-item {
		margin: 0 !important;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	 .nav-item:last-child {
        margin-bottom: 10px;
    }

    .nav-link.btn-danger {
        width: 100%;
        text-align: center;
    }

	.nav-link {
		padding: 15px !important;
		font-size: 15px !important;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


	.nav-link.dropdown-toggle::after {
		position: static !important;
		transform: none !important;
		margin-left: auto;
	}

	.dropdown-menu {
		position: static !important;
		float: none !important;
		width: 100% !important;
		margin: 5px 0 0 0 !important;
		background: rgba(255, 255, 255, 0.05) !important;
		border: none !important;
		box-shadow: none !important;
	}

	.dropdown-item {
		color: #ccc !important;
		padding-left: 30px !important;
	}


    .dropdown-item:hover {
        color: var(--dark-accent) !important;
        background-color: var(--light-surface) !important;
        border-left-color: var(--dark-accent) !important;
        padding-left: 25px !important;
    
}

	.topSearchinput {
		width: 200px !important;
	}

	.topSearchInput:focus {
		width: 250px !important;
	}
}


@media (max-width: 576px) {
	.topBarRight {
		flex-direction: column;
		gap: 10px;
	}

	.topSearchForm {
		width: 100%;
		justify-content: center;
	}

	.topSearchInput {
		width: 100% !important;
		max-width: 250px;
	}

	.navbar-brand img {
		height: 70px !important;
		max-height: 70px !important;
		width: 120px !important;
	}

	.welcomeText {
		font-size: 11px;
	}
}

/* Simple fix - THIS WILL WORK */
.dropdown-menu.locatorMenu {
    max-height: 300px !important;
    overflow-y: scroll !important;
}

@media (max-width: 991.98px) {
    .siteHeader {
        height: 80px;
		padding-bottom: 50px !important;
    }

    .dropdown-menu.locatorMenu {
        position: static !important;  
		max-height: 350px !important;
        overflow-y: auto !important;
        background: rgba(255, 255, 255, 0.05) !important;
   
        scrollbar-width: thin;
        scrollbar-color: var(--primary) #f1f1f1;
    }

    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item:active {
        background-color: var(--light-surface) !important;
        color: var(--dark-accent) !important;
        border-left-color: var(--dark-accent) !important;
        outline: none !important;
        box-shadow: none !important;
	}

    .dropdown-menu.locatorMenu::-webkit-scrollbar {
        width: 8px;
    }

    .dropdown-menu.locatorMenu::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 4px;
    }

    .dropdown-menu.locatorMenu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
}

@media (max-width: 576px) {
    .dropdown-menu.locatorMenu {
        max-height: calc(100vh - 100px) !important;
        overflow-y: scroll !important;
    }
}

.dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.heroSection {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--background);
	margin-top: 0;
	padding-top: 0;
}

.heroContainer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 2fr 1.4fr;
	gap: 0;
	height: 350px;
	position: relative;
}


.bannerLeft {
	position: relative;
	color: white;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	transition: all 0.5s ease;
	width: 100%;
	border-radius: 0;
	margin: 0;
}
.bannerCarousel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.carouselSlide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
}

.carouselSlide.active {
	opacity: 1;
	pointer-events: auto;
}

.bannerBackground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bannerBackground img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.bannerOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.bannerContent {
	position: absolute;
	top: 45%;
	left: 70%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 50%;
	max-width: 350px;
	text-align: center;
}

.carouselControl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 4;
	transition: all 0.3s ease;
	opacity: 0.7;
}

.carouselControl:hover {
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.carouselControl.prev {
	left: 20px;
}

.carouselControl.next {
	right: 20px;
}

.carouselIndicators {
	position: absolute;
	left: 20%;
	top:65%;
	display: flex;
	justify-content: center;
	gap: 10px;
	z-index: 4;
}

.carouselIndicators .indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
}

.carouselIndicators .indicator.active {
	background: white;
	transform: scale(1.2);
}

.carouselIndicators .indicator:hover {
	background: rgba(255, 255, 255, 0.8);
}

.bannerLeft:hover .bannerBackground img {
	transform: scale(1.05);
}

.bannerLeft:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.bannerBadge {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: inline-block;
}

.bannerTitle {
	font-family: Georgia, serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 15px;
	color: white;
	max-width: 100%;
}

.bannerDescription {
	font-size: 15px;
	margin-bottom: 25px;
	opacity: 0.9;
	max-width: 100%;
	line-height: 1.5;
	color: white;
}

.bannerButton {
	background: var(--primary);
	color: #111;
	border: none;
	padding: 12px 20px;
	border-radius: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block !important; 
	align-items: center;
	gap: 8px;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	place-self: center !important; 
}

.bannerButton:hover {
	background: var(--dark-accent);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(200, 0, 90, 0.4);
}

.editorsPicksSidebar {
	position: sticky;
	top: 100px;
	align-self: stretch;
	background: var(--light-surface);
	border-left: 1px solid var(--border-pink);
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-radius: 0;
	padding: 30px;
	box-shadow: none;
	height: 500px;
	overflow: hidden;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.sidebarHeader {
	margin-bottom: 25px;
	flex-shrink: 0;
}

.sidebarTitle {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--primary);
	position: relative;
}

.sidebarTitle:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: var(--primary);
}

.sidebarScrollContainer {
	flex: 1;
	overflow-y: auto;
	padding-right: 10px;
	scroll-behavior: smooth;
}

.sidebarScrollContainer::-webkit-scrollbar {
	width: 6px;
}

.sidebarScrollContainer::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.sidebarScrollContainer::-webkit-scrollbar-thumb {
	background: var(--primary);
	border-radius: 3px;
	transition: background 0.3s;
}

.sidebarScrollContainer::-webkit-scrollbar-thumb:hover {
	background: var(--dark-accent);
}

.sidebarGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.sidebarItem {
	background: var(--light-surface);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid var(--border-pink);
}

.sidebarItem:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sidebarImage {
	width: 100%;
	height: 140px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.sidebarItem:hover .sidebarImage {
	transform: scale(1.05);
}

.sidebarContent {
	padding: 15px;
}

.sidebarCategory {
	color: var(--primary);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.sidebarHeadline {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #111111;
}

.sidebarMeta {
	color: #666;
	font-size: 11px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.autoScrollIndicator {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: var(--primary);
	color: #111;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 5px;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.autoScrollIndicator:hover {
	opacity: 1;
}

.autoScrollIndicator i {
	font-size: 10px;
	animation: bounce 2s infinite;
}

@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-3px);
	}
}

@media (max-width: 1200px) {
	.heroContainer {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.heroContainer {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 0;
		height: 550px;
	}

	.bannerLeft {
		padding: 30px 20px;
		height: 350px;
	}

	.bannerContent {
	
	top: 50%;
	
}

	.bannerTitle {
		font-size: 28px;
	}

	.bannerDescription {
		font-size: 15px;
	}

	.carouselControl {
		width: 35px;
		height: 35px;
	}

	.carouselControl.prev {
		left: 10px;
	}

	.carouselControl.next {
		right: 10px;
	}

	.editorsPicksSidebar {
		position: static;
		padding: 30px 20px;
		border-left: none;
		border-top: 1px solid var(--border-pink);
		height: auto;
	}

	.sidebarGrid {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.sidebarScrollContainer {
		overflow-y: visible;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.bannerLeft {
		padding: 25px 15px;
		height: 300px;
	}

	.bannerTitle {
		font-size: 24px;
	}

	.carouselControl {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.carouselIndicators {
		bottom: 15px;
	}

	.sidebarGrid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sidebarImage {
		height: 180px;
	}
}

@media (max-width: 480px) {
	.bannerLeft {
		height: 280px;
	}

	.bannerTitle {
		font-size: 22px;
	}

	.bannerButton {
		padding: 10px 25px;
	}

	.carouselControl {
		display: none;
	}

	.carouselIndicators {
		bottom: 10px;
	}
}

.mainContent {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 60px;
}

/* FEATURED GRID
.featuredSection {
    padding: 20px 0;
}

.sectionHeader {
    display: flex;
    align-items: center; 
    text-align: justify !important;
	padding: 20px 0;
}

.sectionTitle {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
}

.sectionHeader::after {
    content: "";
    flex: 1;
    height: 8px;                     
    margin-left: 20px;
    background-image: radial-gradient(circle, #F2B8C6 2px, transparent 2px);
    background-size: 15px 8px;        
    background-repeat: repeat-x;
}

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

.featuredCard {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background: var(--light-surface);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-pink);
}

.featuredCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.featuredImage {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.5s;
}

.featuredCard:hover .featuredImage {
    transform: scale(1.05);
}

.featuredTag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--light-surface);
    color: var(--dark-accent);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.featuredContent {
    padding: 20px 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--light-surface);
}

.featuredDate {
    color: var(--dark-accent);
    font-size: 11px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featuredDate i {
    font-size: 12px;
}

.featuredHeadline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #111111;
    flex: 1;
}

.featuredAuthor {
    color: #666;
    font-size: 12px;
    font-style: italic;
    border-top: 1px solid var(--border-pink);
    padding-top: 10px;
    margin-top: auto;
}

@media (max-width: 992px) {
    .featuredGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .sectionTitle {
        font-size: 28px;
    }
    
    .featuredHeadline {
        font-size: 15px;
    }
    
    .featuredImage {
        height: 160px;
    }
}

@media (max-width: 576px) {
    .featuredGrid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .featuredSection {
        padding: 30px 15px;
    }
    
    .sectionTitle {
        font-size: 24px;
    }
    
    .featuredImage {
        height: 200px;
    }
    
    .featuredHeadline {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .featuredSection {
        max-width: 1400px;
    }
    
    .featuredImage {
        height: 200px;
    }
    
    .featuredHeadline {
        font-size: 18px;
    }
} */

/* FEATURED GRID */
.featuredSection {
    padding: 20px 15px;
    width: 100%;
    overflow-x: hidden;
}

.sectionHeader {
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.sectionTitle {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.sectionHeader::after {
    content: "";
    flex: 1;
    height: 8px;
    margin-left: 20px;
    background-image: radial-gradient(circle, #F2B8C6 2px, transparent 2px);
    background-size: 15px 8px;
    background-repeat: repeat-x;
}

.featuredGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
    width: 100%;
}

.featuredCard {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background: var(--light-surface);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-pink);
}

.featuredCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.featuredImage {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.5s;
}

.featuredCard:hover .featuredImage {
    transform: scale(1.05);
}

.featuredTag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--light-surface);
    color: var(--dark-accent);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.featuredContent {
    padding: 20px 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--light-surface);
}

.featuredDate {
    color: var(--dark-accent);
    font-size: 11px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featuredDate i {
    font-size: 12px;
}

.featuredHeadline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #111111;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featuredAuthor {
    color: #666;
    font-size: 12px;
    font-style: italic;
    border-top: 1px solid var(--border-pink);
    padding-top: 10px;
    margin-top: auto;
}

/* Tablet */
@media (max-width: 992px) {
    .featuredGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .sectionTitle {
        font-size: 28px;
    }
    
    .featuredHeadline {
        font-size: 15px;
    }
    
    .featuredImage {
        height: 160px;
    }
    
    .featuredSection {
        padding: 20px 15px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .featuredGrid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
        margin: 0;
    }
    
    .featuredSection {
        padding: 15px;
    }
    
    .sectionHeader {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }
    
    .sectionHeader::after {
        display: none;
    }
    
    .sectionTitle {
        font-size: 24px;
        margin-bottom: 15px;
        border-bottom: 3px solid #F2B8C6;
        padding-bottom: 10px;
        width: 100%;
    }
    
    .featuredImage {
        height: 200px;
    }
    
    .featuredHeadline {
        font-size: 16px;
    }
    
    .featuredCard {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .featuredSection {
        padding: 10px;
    }
    
    .sectionTitle {
        font-size: 20px;
    }
    
    .featuredImage {
        height: 180px;
    }
    
    .featuredContent {
        padding: 15px 12px 12px;
    }
    
    .featuredHeadline {
        font-size: 14px;
    }
    
    .featuredTag {
        font-size: 9px;
        padding: 4px 10px;
        top: 10px;
        left: 10px;
    }
    
    .featuredDate {
        font-size: 10px;
    }
    
    .featuredAuthor {
        font-size: 11px;
    }
}

/* Large screens */
@media (min-width: 1400px) {
    .featuredSection {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .featuredImage {
        height: 200px;
    }
    
    .featuredHeadline {
        font-size: 18px;
    }
}

/* Latest Section Layout */
.latestSection {
    background: var(--light-surface);
    padding: 60px 20px;
    margin: 40px 0;
}

.latestContainer {
    max-width: 1200px;
    margin: 0 auto;
}

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

/* Latest Main Column */
.latestMainColumn {
    background: var(--light-surface);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-pink);
}

.latestMainTitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #111111;
    position: relative;
    padding-bottom: 12px;
}

.latestMainTitle h2{
    font-size: 38px !important;
    
}

.latestMainTitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary);
}

/* Two Column Grid for Latest */
.latestTwoColumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

/* Latest Cards */
.latestCard {
    background: var(--light-surface);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid var(--border-pink);
    height: 100%;
}

.latestCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.latestImage {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.latestCard:hover .latestImage {
    transform: scale(1.05);
}

.latestContent {
    padding: 15px;
    background: var(--light-surface);
}

.latestCategory {
    color: var(--primary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.latestTitle {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #111111;
}

.latestDate {
    color: #666;
    font-size: 11px;
}

/* Wednesday Column */
.wednesdayColumn {
    background: linear-gradient(135deg, var(--primary), var(--dark-accent));
    padding: 30px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 5px 20px rgba(200, 0, 90, 0.2);
}

.wednesdayTitle:after {
    background: white;
}
.wednesdayTitle {
    color: white;
}

.wednesdayGrid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 30px 0;
}

.wednesdayCard {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
}

.wednesdayCard:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wednesdayNumber {
    font-size: 32px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    min-width: 45px;
}

.wednesdayContent {
    flex: 1;
}

.wednesdayQuestion {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: white;
    line-height: 1.3;
}

.wednesdayExcerpt {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.wednesdayLink {
    color: white !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    opacity: 0.8;
    display: inline-block;
}

.wednesdayLink:hover {
    opacity: 1;
    transform: translateX(5px);
    color: var(--light-surface) !important;
}

/* More Buttons */
.latestMoreBtn {
    display: inline-block;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 30px;
    border: 2px solid var(--primary);
    border-radius: 25px;
    transition: all 0.3s ease;
    background: transparent;
    margin-top: 20px;
}

.latestMoreBtn:hover {
    background: var(--dark-accent);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(200, 0, 90, 0.3);
    border-color: var(--dark-accent);
}

.wednesdayMoreBtn {
    border-color: white;
    color: white;
    width: 100%;
    text-align: center;
}

.wednesdayMoreBtn:hover {
    background: var(--light-surface);
    color: var(--dark-accent) !important;
    border-color: var(--light-surface);
}

@media (max-width: 992px) {
    .latestRow {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .latestTwoColumn {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .latestTwoColumn {
        grid-template-columns: 1fr;
    }
    
    .latestMainColumn,
    .wednesdayColumn {
        padding: 20px;
    }
    
    .latestMainTitle {
        font-size: 24px;
    }
    
    .wednesdayNumber {
        font-size: 28px;
    }
    
    .wednesdayQuestion {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .wednesdayCard {
        flex-direction: column;
        gap: 8px;
    }
    
    .latestMoreBtn {
        width: 100%;
        text-align: center;
    }
}

.realWeddingsPromoSection {
	background: var(--light-surface);
	padding: 60px 20px;
	border-top: 1px solid var(--border-pink);
	border-bottom: 1px solid var(--border-pink);
}

.realWeddingsPromoContainer {
	max-width: 1200px;
	margin: 0 auto;
}

.realWeddingsPromoTitle {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #111111;
	line-height: 1.2;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.realWeddingsPromoTitle:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background: var(--primary);
}

.realWeddingsPromoThreeColumn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	align-items: start;
}

.promoColumn {
	padding: 10px;
}
.promoImagesColumn {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.stackedImageItem {
	background: var(--light-surface);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid var(--border-pink);
}

.stackedImageItem:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.imageWrapper {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.promoImage {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.stackedImageItem:hover .promoImage {
	transform: scale(1.08);
}

.imageTitle {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #111111;
	margin: 0;
	padding: 20px;
	position: relative;
}

.imageTitle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--primary);
}

.promoStatsColumn {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding-top: 40px;
}

.circularStats {
	display: flex;
	flex-direction: column;
	gap: 35px;
	width: 100%;
	max-width: 300px;
}

.circularStatItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.circularStatCircle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), var(--dark-accent));
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 10px 30px rgba(200, 0, 90, 0.2);
	transition: all 0.3s ease;
}

.circularStatCircle:hover {
	transform: scale(1.05) rotate(5deg);
	box-shadow: 0 15px 40px rgba(200, 0, 90, 0.3);
}

.circularStatCircle:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), var(--dark-accent));
	opacity: 0.2;
	z-index: -1;
}

.circularStatNumber {
	font-family: Georgia, serif;
	font-size: 32px;
	font-weight: bold;
	color: white;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.circularStatLabel {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #333;
	line-height: 1.3;
	max-width: 120px;
}

.promoSeeAll {
	display: inline-block;
	color: var(--primary);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 30px;
	border: 2px solid var(--primary);
	border-radius: 25px;
	transition: all 0.3s ease;
	margin-top: 20px;
	background: var(--light-surface);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.promoSeeAll:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(242, 184, 198, 0.1), transparent);
	transition: left 0.5s ease;
	z-index: -1;
}

.promoSeeAll:hover {
	background: var(--dark-accent);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(200, 0, 90, 0.3);
	border-color: var(--dark-accent);
}

.promoSeeAll:hover:before {
	left: 100%;
}

@media (max-width: 1100px) {
	.realWeddingsPromoThreeColumn {
		gap: 20px;
	}

	.imageWrapper {
		height: 180px;
	}

	.circularStatCircle {
		width: 110px;
		height: 110px;
	}

	.circularStatNumber {
		font-size: 28px;
	}
}

@media (max-width: 992px) {
	.realWeddingsPromoThreeColumn {
		grid-template-columns: 1fr;
		gap: 40px;
		max-width: 600px;
		margin: 0 auto;
	}

	.promoStatsColumn {
		order: 1;
		padding-top: 0;
	}

	.promoImagesColumn {
		order: 2;
	}

	.circularStats {
		flex-direction: row;
		justify-content: center;
		max-width: 100%;
		flex-wrap: wrap;
		gap: 40px;
	}

	.circularStatItem {
		flex: 1;
		min-width: 150px;
	}

	.imageWrapper {
		height: 220px;
	}
}

@media (max-width: 768px) {
	.realWeddingsPromoTitle {
		font-size: 26px;
	}

	.circularStatCircle {
		width: 100px;
		height: 100px;
	}

	.circularStatNumber {
		font-size: 24px;
	}

	.imageTitle {
		font-size: 15px;
		padding: 15px;
	}

	.circularStats {
		gap: 30px;
	}
}

@media (max-width: 480px) {
	.realWeddingsPromoTitle {
		font-size: 22px;
	}

	.circularStats {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.circularStatItem {
		width: 100%;
	}

	.imageWrapper {
		height: 180px;
	}

	.promoSeeAll {
		padding: 10px 25px;
		font-size: 13px;
	}
}

/* Column Headers */
.columnHeader {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    border-bottom: 3px solid var(--primary);
    display: inline-block;
}

/* Image Excerpt Text */
.imageExcerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    padding: 0 20px 20px 20px;
}

/* Column More Button */
.columnMoreBtn {
    display: inline-block;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    transition: all 0.3s ease;
    margin-top: 15px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.columnMoreBtn:hover {
    color: var(--dark-accent);
    border-bottom-color: var(--primary);
}

/* Adjust stacked items for new content */
.stackedImageItem {
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .realWeddingsPromoThreeColumn {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .columnHeader {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .columnHeader {
        font-size: 24px;
    }
    
    .imageExcerpt {
        font-size: 14px;
        padding: 0 15px 15px 15px;
    }
}

/* SPOTLIGHT SECTION */
.spotlightSection {
	background: var(--light-surface);
	padding: 60px 20px;
}

.spotlightContainer {
	max-width: 1200px;
	margin: 0 auto;
}

.spotlightHeader {
	margin-bottom: 40px;
}

.spotlightTitle {
	font-size: 32px;
	font-weight: bold;
	color: #111111;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.spotlightTitle:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: var(--primary);
}

.spotlightGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
}

.spotlightCard {
	background: var(--light-surface);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--border-pink);
}

.spotlightCard:hover {
	transform: translateY(-5px);
}

.spotlightImage {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.spotlightContent {
	padding: 25px 20px;
}

.spotlightHeadline {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #111111;
}

.spotlightAuthor {
	color: #666;
	font-size: 16px;
	line-height: 1.4;
}

.realWeddingsSection {
	padding: 60px 20px;
}

.sectionHeaderFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.viewAllLink {
	color: var(--primary);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.viewAllLink:hover {
	color: var(--dark-accent);
}

.realWeddingsGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
}

.weddingCard {
	text-align: center;
	transition: transform 0.3s;
	background: var(--light-surface);
	border: 1px solid var(--border-pink);
	border-radius: 8px;
	padding: 15px;
}

.weddingCard:hover {
	transform: translateY(-5px);
}

.weddingImage {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.weddingTitle {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.newsletterSection {
	background: linear-gradient(135deg, var(--primary), var(--dark-accent));
	color: white;
	padding: 60px 20px;
	text-align: center;
	margin: 40px 0;
}

.newsletterContainer {
	max-width: 600px;
	margin: 0 auto;
}

.newsletterTitle {
	font-family: Georgia, serif;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.newsletterDescription {
	font-size: 16px;
	margin-bottom: 30px;
	opacity: 0.9;
}

.newsletterForm {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
}

.newsletterInput {
	flex: 1;
	padding: 15px 20px;
	border: none;
	border-radius: 4px 0 0 4px;
	font-size: 16px;
}

.newsletterButton {
	background: var(--background);
	color: white;
	border: none;
	padding: 15px 30px;
	border-radius: 0 4px 4px 0;
	font-weight: 600;
	cursor: pointer;
}

.newsletterButton:hover {
	background: var(--dark-accent);
	color: white;
}

.mainFooter {
	background: var(--background);
	color: #fff;
	padding: 60px 20px 30px;
}

.footerContainer {
	max-width: 1200px;
	margin: 0 auto;
}

.footerTop {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

.footerColumn h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footerLinks {
	list-style: none;
}

.footerLinks li {
	margin-bottom: 10px;
}

.footerLinks a {
	color: #ccc;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.3s;
}

.footerLinks a:hover {
	color: var(--primary);
}

.footerColumnWide {
	grid-column: span 2;
}

.socialIconsFooter {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.socialIconsFooter a {
	color: #fff;
	font-size: 18px;
	transition: color 0.3s;
}

.socialIconsFooter a:hover {
	color: var(--primary);
}

.newsletterFormFooter {
	margin-top: 15px;
}

.newsletterInputFooter {
	width: 100%;
	padding: 10px 15px;
	background: #333;
	border: 1px solid #444;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.newsletterButtonFooter {
	background: var(--primary);
	color: #111;
	border: none;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	border-radius: 4px;
}

.newsletterButtonFooter:hover {
	background: var(--dark-accent);
	color: white;
}

.footerMiddle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #333;
	flex-wrap: wrap;
}

.footerLogo {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}

.footerMiddleLinks {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.footerMiddleLinks a {
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

.footerMiddleLinks a:hover {
	color: var(--primary);
}

.footerBottom {
	padding-top: 30px;
	text-align: center;
}

.copyRight {
	color: #999;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.footerBottomLinks {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.footerBottomLinks a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
}

.footerBottomLinks a:hover {
	color: var(--primary);
}

@media (max-width: 1200px) {
	.mainContent {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.realWeddingsPromoContent {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.realWeddingsPromoLeft,
	.realWeddingsPromoRight {
		text-align: center;
	}

	.realWeddingsPromoStats {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.sectionTitle {
		font-size: 24px;
	}

	.realWeddingsPromoTitle,
	.spotlightTitle {
		font-size: 24px;
	}

	.realWeddingsPromoStats {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.newsletterForm {
		flex-direction: column;
	}

	.newsletterInput {
		border-radius: 4px;
		margin-bottom: 10px;
	}

	.newsletterButton {
		border-radius: 4px;
	}

	.footerMiddle {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.footerMiddleLinks {
		justify-content: center;
	}
}


.creativeNewsletterSection {
	background: var(--light-surface);
	padding: 80px 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	border-top: 1px solid var(--border-pink);
	border-bottom: 1px solid var(--border-pink);
}

.creativeNewsletterSection::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image:
		radial-gradient(circle at 10% 20%, rgba(242, 184, 198, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 90% 80%, rgba(200, 0, 90, 0.05) 0%, transparent 50%),
		url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23F2B8C6' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
	z-index: -1;
}

.creativeNewsletterContainer {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.creativeNewsletterContent {
	display: grid;
	grid-template-columns: 0.8fr 1.3fr;
	gap: 40px;
	align-items: center;
}

.newsletterText {
	padding-right: 20px;
}

.newsletterHeadline {
	font-family: 'Georgia', serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	color: #111111;
	margin-bottom: 20px;
	position: relative;
}

.newsletterHeadline::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, var(--primary), var(--dark-accent));
	border-radius: 2px;
}

.newsletterDescription {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 30px;
}

.newsletterBenefits {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 30px;
}

.benefitItem {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: #444;
}

.benefitItem i {
	color: var(--primary);
	background: rgba(242, 184, 198, 0.1);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletterFormContainer {
	position: relative;
}

.formCard {
	background: var(--light-surface);
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
	border: 1px solid var(--border-pink);
	position: relative;
	overflow: hidden;
}

.formCard::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--primary), var(--dark-accent));
}

.formHeader {
	text-align: center;
	margin-bottom: 30px;
}

.formHeader h3 {
	font-family: 'Georgia', serif;
	font-size: 24px;
	color: #111111;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.formHeader h3 i {
	color: var(--primary);
}

.formHeader p {
	color: #666;
	font-size: 14px;
}

.creativeNewsletterForm {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.formGroup {
	position: relative;
}

.inputWithIcon {
	position: relative;
}

.inputWithIcon i {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--primary);
	font-size: 16px;
	z-index: 1;
}

.formInput {
	width: 100%;
	padding: 16px 20px 16px 50px;
	border: 2px solid var(--border-pink);
	border-radius: 10px;
	font-size: 15px;
	font-family: inherit;
	transition: all 0.3s ease;
	background: var(--light-surface);
}

.formInput:focus {
	outline: none;
	border-color: var(--primary);
	background: white;
	box-shadow: 0 5px 15px rgba(242, 184, 198, 0.2);
}

.formInput::placeholder {
	color: #999;
}

.formInput select {
	appearance: none;
	cursor: pointer;
}

.inputWithIcon::after {
	content: '▼';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 12px;
	pointer-events: none;
}

.submitBtn {
	background: var(--primary);
	color: #111111;
	border: none;
	padding: 18px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.submitBtn:hover {
	transform: translateY(-2px);
	background: var(--dark-accent);
	color: white;
}

.submitBtn:active {
	transform: translateY(0);
}

.submitBtn1 {
	background: var(--primary);
	color: #111111;
	border: none;
	padding: 18px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.submitBtn1:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(200, 0, 90, 0.4);
	background: var(--dark-accent);
	color: white;
}

.submitBtn1:active {
	transform: translateY(0);
}

.formNote {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 15px;
	line-height: 1.5;
}

.formNote a {
	color: var(--primary);
	text-decoration: none;
	font-weight: 500;
}

.formNote a:hover {
	text-decoration: underline;
	color: var(--dark-accent);
}

.successMessage {
	display: none;
	text-align: center;
	padding: 30px;
	background: linear-gradient(135deg, rgba(37, 184, 96, 0.1), rgba(52, 211, 153, 0.1));
	border-radius: 10px;
	border: 2px solid rgba(37, 184, 96, 0.2);
	animation: fadeIn 0.5s ease;
}

.successMessage i {
	font-size: 48px;
	color: #25b860;
	margin-bottom: 15px;
}

.successMessage h4 {
	font-family: 'Georgia', serif;
	font-size: 22px;
	color: #25b860;
	margin-bottom: 10px;
}

.successMessage p {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
}

.newsletterStats {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	background: var(--light-surface);
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid var(--border-pink);
}

.statItem {
	text-align: center;
	flex: 1;
	padding: 0 15px;
	position: relative;
}

.statItem:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background: var(--border-pink);
}

.statNumber {
	font-family: 'Georgia', serif;
	font-size: 28px;
	font-weight: bold;
	color: var(--primary);
	margin-bottom: 5px;
}

.statLabel {
	font-size: 12px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* ANIMATIONS */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(242, 184, 198, 0.4);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(242, 184, 198, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(242, 184, 198, 0);
	}
}

.pulseAnimation {
	animation: pulse 2s infinite;
}

/* RESPONSIVE DESIGN FOR NEWSLETTER */
@media (max-width: 992px) {
	.creativeNewsletterContent {
		grid-template-columns: 1fr;
		gap: 40px;
	}


	.newsletterText {
		padding-right: 0;
		text-align: center;
	}

	.newsletterHeadline::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.newsletterBenefits {
		align-items: center;
	}

	.form-card {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.creativeNewsletterSection {
		padding: 60px 20px;
	}

	.newsletterHeadline {
		font-size: 28px;
	}

	.form-header h3 {
		font-size: 22px;
	}

	.newsletterStats {
		flex-direction: column;
		gap: 25px;
	}

	.statItem:not(:last-child)::after {
		display: none;
	}

	.statItem {
		padding: 15px 0;
	}

	.statNumber {
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	.formCard {
		padding: 25px 20px;
	}

	.newsletterHeadline {
		font-size: 24px;
	}

	.formHeader h3 {
		font-size: 20px;
		flex-direction: column;
		gap: 5px;
	}

	.submitBtn {
		padding: 16px;
		font-size: 15px;
	}
}

.locationSearchSection {
	background: var(--light-surface);
	padding: 60px 20px;
	margin: 40px 0;
	border-top: 1px solid var(--border-pink);
	border-bottom: 1px solid var(--border-pink);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}

.locationSearchContainer {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.locationSearchSection .sectionHeader {
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.locationSearchSection .sectionTitle {
	font-size: 32px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	max-width: none;
	width: auto;
	padding: 0;
}

.locationSearchSection .sectionTitle:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background: var(--primary);
}

.sectionSubtitle {
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: 10px;
	padding: 0;
	max-width: none;
}

/* MAIN CONTENT - STRETCH TO FULL WIDTH */
.locationSearchContent {
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 40px;
	margin-top: 40px;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	box-sizing: border-box;
}

.searchFilters {
	position: sticky;
	top: 100px;
	align-self: start;
}

.filtersCard {
	background: var(--light-surface);
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid var(--border-pink);
}

.filtersTitle {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #111111;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.filtersTitle i {
	color: var(--primary);
}

.filterGroup {
	margin-bottom: 25px;
}

.filterLabel {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.filterLabel i {
	color: var(--primary);
	font-size: 12px;
}

.customSelect {
	position: relative;
}

.filterSelect {
	width: 100%;
	padding: 14px 45px 14px 15px;
	border: 2px solid var(--border-pink);
	border-radius: 8px;
	font-size: 15px;
	font-family: inherit;
	background: var(--light-surface);
	appearance: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.filterSelect:focus {
	outline: none;
	border-color: var(--primary);
	box-shadow: 0 0 0 3px rgba(242, 184, 198, 0.2);
}

.filterSelect:disabled {
	background: #f8f8f8;
	color: #999;
	cursor: not-allowed;
}

.selectArrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	pointer-events: none;
	font-size: 12px;
}

.searchButton {
	width: 100%;
	padding: 16px;
	background: linear-gradient(135deg, var(--primary), var(--dark-accent));
	color: #111;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.3s ease;
	margin-top: 10px;
	margin-bottom: 25px;
}

.searchButton:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(200, 0, 90, 0.3);
	background: linear-gradient(135deg, var(--dark-accent), var(--primary));
	color: white;
}

.popularLocations {
	padding-top: 20px;
	border-top: 1px solid var(--border-pink);
}

.popularTitle {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.popularTitle i {
	color: var(--primary);
}

.popularTags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.locationTag {
	padding: 8px 15px;
	background: var(--light-surface);
	color: #333;
	text-decoration: none;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 1px solid var(--border-pink);
}

.locationTag:hover {
	background: var(--dark-accent);
	color: white;
	transform: translateY(-2px);
	border-color: var(--dark-accent);
}

.searchResults {
	background: var(--light-surface);
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid var(--border-pink);
}

.resultsHeader {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--border-pink);
}

.resultsTitle {
	font-family: Georgia, serif;
	font-size: 24px;
	color: #111111;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.resultsTitle i {
	color: #ffd700;
}

.resultsSubtitle {
	color: #666;
	font-size: 15px;
}

.locationIndicator {
	color: var(--primary);
	font-weight: 600;
}

.vendorResults {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
}

.vendorCard {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 20px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid var(--border-pink);
	transition: all 0.3s ease;
	background: var(--light-surface);
}

.vendorCard:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-color: var(--primary);
}

.vendorImage {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	height: 160px;
}

.vendorImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vendorBadge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--primary);
	color: #111;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.vendorBadge.featured {
	background: #ffd700;
	color: #333;
}

.vendorBadge.new {
	background: #25b860;
	color: white;
}

.vendorInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vendorCategory {
	color: var(--primary);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.vendorName {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #111111;
	margin-bottom: 10px;
	line-height: 1.3;
}

.vendorLocation {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.vendorLocation i {
	color: var(--primary);
	font-size: 12px;
}

.vendorRating {
	margin-bottom: 10px;
}

.stars {
	display: flex;
	align-items: center;
	gap: 5px;
}

.stars i {
	color: #ffd700;
	font-size: 14px;
}

.ratingNumber {
	font-weight: 600;
	color: #333;
	margin-left: 8px;
}

.reviewCount {
	color: #999;
	font-size: 13px;
}

.vendorPrice {
	color: #666;
	font-size: 14px;
}

.price {
	color: var(--primary);
	font-size: 18px;
	font-weight: bold;
}

.resultsFooter {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--border-pink);
	text-align: center;
}

.viewAllVendors {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--primary);
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 20px;
	border: 2px solid var(--primary);
	border-radius: 25px;
	transition: all 0.3s ease;
	background: transparent;
}

.viewAllVendors:hover {
	background: var(--dark-accent);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(200, 0, 90, 0.2);
	border-color: var(--dark-accent);
}