@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.sasha-site-footer-f46d43c9 {
	background-color: #f6f5f3;
	padding: 80px 0 30px;
	font-family: 'Poppins', sans-serif;
	color: #4a4a4a;
	border-top: 1px solid #eaeaea;
}

.sasha-footer-container-f46d43c9 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Top Section */
.sasha-footer-top-f46d43c9 {
	text-align: center;
	margin-bottom: 60px;
}

.sasha-footer-logo-wrap-f46d43c9 {
	margin-bottom: 30px;
}

.sasha-footer-logo-f46d43c9 {
	max-width: 150px;
	opacity: 0.15; /* Subdued background logo look */
}

.sasha-footer-headline-f46d43c9 {
	font-size: 42px;
	font-weight: 300;
	color: #1a1a1a;
	margin: 0 0 40px;
	letter-spacing: 1px;
}

.sasha-footer-book-btn-f46d43c9 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: background-color 0.3s ease;
	margin-bottom: 40px;
}

.sasha-footer-book-btn-f46d43c9:hover {
	background-color: #a48c66; /* Gold brand color */
}

.sasha-footer-subheadline-f46d43c9 {
	font-size: 18px;
	font-weight: 300;
	color: #666;
	margin: 0;
	letter-spacing: 0.5px;
}

/* Widgets Section */
.sasha-footer-widgets-f46d43c9 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 60px;
	padding-top: 40px;
	border-top: 1px solid #e0dcd7;
}

.sasha-footer-widget-f46d43c9 {
	flex: 1;
	min-width: 200px;
}

.sasha-footer-title-f46d43c9 {
	font-size: 16px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.sasha-footer-text-f46d43c9 {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 10px;
	color: #555;
}

.sasha-footer-text-f46d43c9 a {
	color: #555;
	text-decoration: none;
	transition: color 0.3s ease;
}

.sasha-footer-text-f46d43c9 a:hover {
	color: #a48c66;
}

.sasha-footer-list-f46d43c9 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sasha-footer-list-f46d43c9 li {
	margin-bottom: 10px;
}

.sasha-footer-list-f46d43c9 a {
	color: #555;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.sasha-footer-list-f46d43c9 a:hover {
	color: #a48c66;
}

/* Bottom Section */
.sasha-footer-bottom-f46d43c9 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	border-top: 1px solid #e0dcd7;
	flex-wrap: wrap;
	gap: 20px;
}

.sasha-footer-logo-bottom-f46d43c9 {
	opacity: 0.2;
}

.sasha-footer-copyright-f46d43c9 {
	font-size: 13px;
	color: #777;
}

.sasha-footer-socials-f46d43c9 {
	display: flex;
	gap: 15px;
}

.sasha-footer-socials-f46d43c9 a {
	color: #888;
	transition: color 0.3s ease;
}

.sasha-footer-socials-f46d43c9 a:hover {
	color: #a48c66;
}

/* Responsive */
@media (max-width: 768px) {
	.sasha-footer-headline-f46d43c9 {
		font-size: 32px;
	}
	
	.sasha-footer-widgets-f46d43c9 {
		flex-direction: column;
		gap: 30px;
	}
	
	.sasha-footer-bottom-f46d43c9 {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
}
