@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
	scroll-behavior: smooth
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif
}

.carousel {
	margin-top: -25px
}

.products {
	display: flex;
	padding: 0 35px;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-color: #f8f9fa
}

body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.6;
	color: #333
}

.card h2 {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 20px
}

*,
*:before,
*:after {
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}



.profile-btn {
	margin-top: 5px;
	margin-left: 15px;
	color: #000
}








.homeimage img {
	margin-top: -100px;
	padding: 0;
	margin-left: 250px;
	height: 900px;
	width: auto
}

.centered-text {
	text-align: left;
	padding: 20px;
	font-size: 44px;
	position: relative
}

.centered-text text {
	font-size: 14px;
	letter-spacing: 10px;
	font-family: Montserrat;
	font-weight: 500
}

.centered-text b {
	color: #3abb83;
	font-size: 44px
}

.text1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85vh;
	margin: 0;
	font-family: Montserrat
}

.vertical-text {
	position: absolute;
	top: 100%;
	left: -30px;
	transform: translateY(-50%)rotate(-90deg);
	transform-origin: left top;
	font-size: 10px;
	white-space: nowrap;
	color: black;
	font-family: Montserrat;
	font-weight: 500;
	letter-spacing: 5px
}

.btn1 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	border-radius: 500px;
	transition-property: background-color, border-color, color, box-shadow, filter;
	transition-duration: 0.3s;
	border: 1px solid transparent;
	letter-spacing: 2px;
	min-width: 160px;
	text-transform: uppercase;
	white-space: normal;
	font-weight: 700;
	text-align: center;
	padding: 16px 14px 18px;
	color: #333333;
	box-shadow: inset 0 0 0 2px #3abb83;
	background-color: transparent;
	height: 48px;
	text-decoration: none
}

.btn1:hover {
	color: #fff;
	background-color: #3abb83
}

.button-container {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	align-items: center;
	margin-top: 10px
}

.add-to-cart,
.buy-now,
.in-cart {
	padding: 10px 10px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	height: 40px;
	border: none;
	transition: background-color 0.3s ease;
	flex: 1;
	white-space: nowrap;
	width: 100px;
	text-align: center;
	text-decoration: none
}

.add-to-cart {
	background-color: #000;
	text-align: center
}

.in-cart {
	background-color: #000;
	text-decoration: none;
	text-align: center
}

.add-to-cart:hover,
.buy-now:hover,
.in-cart:hover {
	background-color: #333;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)
}

.in-cart:hover {
	color: #fff
}

.buy-now {
	margin-right: 0;
	background-color: #3abb83;
	text-decoration: none
}

.buy-now:hover {
	color: white
}

.buttons a {
	text-decoration: none
}

@media(max-width:960px) {
	

	.homeimage img {
		display: none !important
	}

	.centered-text {
		text-align: center;
		padding: 20px;
		font-size: 30px;
		position: relative
	}

	.centered-text text {
		font-size: 12px;
		letter-spacing: 9px;
		font-family: Montserrat;
		font-weight: 500
	}

	.centered-text b {
		color: #3abb83;
		font-size: 32px
	}

	.text {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 85vh;
		margin: 0;
		font-family: Montserrat
	}

	.vertical-text {
		position: absolute;
		top: 98.5%;
		left: 15px;
		transform: translateY(-50%)rotate(-90deg);
		transform-origin: left top;
		font-size: 10px;
		white-space: nowrap;
		color: black;
		font-family: Montserrat;
		font-weight: 500;
		letter-spacing: 4px
	}

	.btn1 {
		display: inline-block;
		outline: none;
		cursor: pointer;
		font-size: 14px;
		line-height: 1;
		border-radius: 500px;
		transition-property: background-color, border-color, color, box-shadow, filter;
		transition-duration: 0.3s;
		border: 1px solid transparent;
		letter-spacing: 2px;
		min-width: 140px;
		text-transform: uppercase;
		white-space: normal;
		font-weight: 700;
		text-align: center;
		padding: 16px 14px 18px;
		color: #333333;
		box-shadow: inset 0 0 0 2px #3abb83;
		background-color: transparent;
		height: 48px;
		text-decoration: none
	}

	.btn1:hover {
		color: #fff;
		background-color: #3abb83
	}
}

.top-bar {
	background-color: #000;
	color: #fff;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: -30px
}

.top-bar__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%
}

.top-bar__item {
	display: flex;
	align-items: center
}

.top-bar__label {
	margin-right: 10px
}

@media(max-width:768px) {
	.top-bar__content {
		font-size: 7px
	}

	.remove {
		display: none
	}

	.products {
		display: flex;
		padding: 0 35px;
		align-items: center;
		justify-content: center;
		min-height: 60vh;
		background-color: #f8f9fa
	}

	.section-title1 {
		text-align: center;
		color: #000;
		font-size: 1.3rem !important;
		z-index: 999 !important;
		position: relative;
		font-family: "Poppins", sans-serif;
		font-weight: 400
	}
}

ul {
	margin: 0px;
	padding: 0px
}

.footer-section {
	background: #fff;
	position: relative
}

.footer-cta {
	border-bottom: 1px solid #373636
}

.single-cta i {
	color: #000;
	font-size: 26px;
	float: left;
	margin-top: 8px
}

.cta-text {
	padding-left: 15px;
	display: inline-block
}

.cta-text h4 {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 2px
}

.cta-text span {
	color: #757575;
	font-size: 13px
}

.footer-content {
	position: relative;
	z-index: 2
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100%100%
}

.footer-logo {
	margin-bottom: 30px
}

.footer-logo img {
	max-width: 120px !important
}

.footer-text p {
	margin-bottom: 14px;
	font-size: 13px;
	color: #7e7e7e;
	line-height: 28px
}

.footer-social-icon span {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px
}

.footer-social-icon a {
	color: #000;
	font-size: 13px;
	margin-right: 15px
}

.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%
}

.facebook-bg {
	background: #3b5998
}

.twitter-bg {
	background: #55acee
}

.google-bg {
	background: #000
}

.footer-widget-heading h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative
}

.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #000
}

.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px
}

.footer-widget ul li a:hover {
	color: #000
}

.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize
}

.subscribe-form {
	position: relative;
	overflow: hidden
}

.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #fff;
	border: 0.5px solid #2e2e2e;
	color: #000
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: #000;
	padding: 13px 20px;
	border: 1px solid #000;
	top: 0
}

.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg)
}

.copyright-area {
	background: #202020;
	padding: 25px 0
}

.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787
}

.copyright-text p a {
	color: #fff
}

.footer-menu li {
	display: inline-block;
	margin-left: 20px
}

.footer-menu li:hover a {
	color: #000
}

.footer-menu li a {
	font-size: 14px;
	color: #878787
}

h1 {
	font-weight: 500;
	color: #fff;
	font-size: 1.55rem;
	font-family: "Montserrat", sans-serif
}

h2 {
	font-weight: 500;
	color: #000;
	font-size: 1.75rem
}

.intro {
	font-size: 1.15rem;
	margin-bottom: 2.5em
}

.black {
	font-weight: 700;
	color: #000
}

.top-bar__label {
	color: white
}

.top-bar__info {
	color: white
}

.main-grid {
	background-color: #F8F9FA;
	display: grid;
	grid-template-columns: minmax(1em, 1fr)minmax(0px, 500px)minmax(1em, 1fr);
	grid-column-gap: 2em
}

.current {
	border-bottom: 1px solid #3abb83
}

main {
	background-color: #fff;
	color: #000;
	grid-column: 2/-2
}

.head {
	grid-column: 2/-2;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em
}

.page-title {
	color: #000;
	font-size: 2.5rem;
	justify-self: center
}

.main-image {
	grid-column: 2/-2;
	object-fit: cover;
	max-width: 100%;
	display: block
}

.main-text {
	grid-column: 2/-2;
	margin-top: 3em;
	margin-bottom: 3em
}

.section-title::after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	margin-top: 1em;
	background: #3abb83;
	margin-left: auto;
	margin-right: auto
}

.sub {
	margin-top: 3em
}

.footer>* {
	grid-column: 2/-2
}

.footer {
	background: #ebebeb;
	color: #000
}

.social {
	order: -1;
	font-size: 1.75rem;
	padding-top: 3em;
	padding-bottom: 2em;
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.icon {
	color: #000
}

.icon:hover,
.icon:focus {
	cursor: mouse;
	color: #3abb83
}

.footer-text {
	display: flex;
	flex-direction: column
}

.end {
	text-align: center;
	margin-bottom: 0
}

.copyright {
	font-size: 1.1rem;
	padding-top: 1em;
	text-align: center;
	font-weight: 700
}

.footer-text,
.copyright {
	opacity: 0.4
}

@media(min-width:600px) {
	.main-grid {
		grid-template-columns: minmax(1em, 1fr)repeat(3, minmax(20px, 320px))minmax(1em, 1fr)
	}

	

	.navigation {
		position: initial
	}

	

	.logo {
		padding: 0.5em 1em;
		text-align: center
	}

	.head {
		grid-column: 3/-3
	}

	.page-title::after {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background: #3abb83;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px
	}

	.main-image {
		grid-column: 2;
		margin-top: 1.3em
	}

	.main-text {
		grid-column: 3/span 2;
		margin-top: 0
	}

	.section-title::after {
		margin-left: 0
	}

	.footer {
		padding-top: 2em;
		padding-bottom: 2em
	}

	.footer-text {
		grid-column: 2/span 2
	}

	.social {
		grid-column: span1
	}

	.icon {
		margin: 0.5em
	}

	.footer-text {
		width: 50vw;
		margin-left: 0;
		order: -1
	}

	.end,
	.copyright {
		text-align: start
	}
}

@media(min-width:700px) {
	.page-title::after {
		content: "";
		display: block;
		width: 160px;
		height: 5px;
		background: #3abb83;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px
	}
}

.services-section {
	position: relative;
	background: #f8f9fa;
	background-size: cover;
	padding: 60px 0;
	opacity: 1.5
}

.inner-width {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	overflow: hidden
}

.section-title1 {
	text-align: center;
	color: #000;
	font-size: 1.5rem;
	z-index: 999 !important;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-weight: 500
}

.border {
	width: 160px;
	height: 2px;
	background: #3abb83;
	margin: 40px auto
}

.services-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.service-box {
	max-width: 33.33%;
	padding: 10px;
	text-align: center;
	z-index: 999 !important;
	position: relative;
	color: #333;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box
}

.service-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border: 3px solid #3abb83;
	color: #3abb83;
	transform: rotate(45deg);
	margin: 0 auto 30px auto;
	transition: 0.3s linear
}

.service-icon img {
	width: 120px;
	height: 120px;
	transform: rotate(-45deg)
}

.service-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000
}

.service-desc {
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 200;
	z-index: 999;
	color: #000;
	position: relative
}

.parallax {
	background-image: url('images1/parallax.png');
	min-height: 250px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0
}

.parallax::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1
}

.parallax h1 {
	text-align: center;
	color: #fff;
	font-size: 70px;
	font-family: "Satisfy", cursive;
	font-weight: 300;
	z-index: 2;
	position: relative
}

@media screen and(max-width:960px) {
	.service-box {
		max-width: 45%
	}
}

@media screen and(max-width:768px) {
	.service-box {
		max-width: 50%
	}

	.parallax {
		background-color: #000;
		min-height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 0
	}

	.parallax::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1
	}

	.parallax h1 {
		text-align: center;
		color: #fff;
		font-size: 30px;
		font-family: "Satisfy", cursive;
		font-weight: 400;
		z-index: 2;
		position: relative
	}
}

@media screen and(max-width:480px) {
	.service-box {
		max-width: 100%
	}

	.cta-text span {
		color: #757575;
		font-size: 12px
	}

	.cta-text h4 {
		color: #000;
		font-size: 16px;
		font-weight: 600
	}

	.service-desc {
		font-size: 12px;
		font-family: Montserrat;
		font-weight: 200;
		z-index: 999;
		color: #000;
		position: relative
	}

	.service-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		border: 3px solid #3abb83;
		color: #3abb83;
		transform: rotate(45deg);
		margin: 20px auto 30px auto;
		transition: 0.3s linear
	}

	.service-icon img {
		width: 100px;
		height: 100px;
		transform: rotate(-45deg)
	}

	.service-title {
		font-size: 14px
	}

	.copyright-text p {
		margin: 0;
		font-size: 11px !important;
		color: #878787
	}
}

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ececec;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02)
}

.why {
	background-color: #fff
}

.why h3 {
	text-align: center
}

.why.row {
	margin-top: 50px
}

.why.text-center i {
	font-size: 50px !important;
	margin-bottom: 20px !important
}

.text-center h5 {
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 20px !important
}

.text-center p {
	margin-bottom: 70px !important
}

@media(max-width:576px) {
	.why.row[class^="col-"] {
		flex: 0 0 50%;
		max-width: 50%
	}

	.why.text-center i {
		font-size: 40px !important;
		margin-bottom: 20px !important;
		margin-top: 30px
	}

	.text-center h5 {
		font-size: 14px;
		font-weight: 800;
		margin-bottom: 20px !important
	}

	.text-center p {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 20px !important
	}
}

.productssection {
	background-color: #f5f5f5
}

.cover {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 20px
}

.category-container {
	position: relative
}

.category-section {
	padding: 0 0 0 20px;
	position: relative
}

.category-section ul {
	display: flex;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 99%
}

.category-section ul li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	height: 405px !important;
	margin-right: 0;
	min-width: 324px !important;
	justify-content: center
}

.category-section ul li img {
	max-width: 290px !important;
	height: 320px !important;
	margin: 0 auto;
	align-self: center;
	border-radius: 5px
}

.category-section a {
	background-color: white
}

.category-section a:hover {
	background-color: white
}

.arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	color: white;
	padding: 10px;
	cursor: pointer;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	outline: none;
	border: none
}

.arrow i {
	color: black
}

.arrow.left {
	left: 0
}

.arrow.right {
	right: 0
}

.product-name  a{
	font-size: 14px;
	line-height: 1;
	margin-bottom: 6px;
	text-decoration: none;
	margin-top: 10px;
	color: #000 !important;
	font-weight: 500
}

.flex-row {
	display: flex;
	justify-content: start;
	align-items: left !important
}

.price {
	font-size: 12px;
	color: #000 !important;
	font-weight: 600
}

.cover h3 {
	color: #000;
	font-size: 1.4rem;
	font-weight: 500
}

.cover a {
	color: #000 !important;
	font-weight: 400;
	font-size: 12px
}

@media screen and(max-width:480px) {
	.cover h3 {
		font-size: 1.3rem;
		margin-bottom: 20px
	}

	.category-section ul {
		display: flex;
		list-style: none;
		margin: 0;
		overflow: auto;
		padding: 0 0 10px 0;
		width: 99%
	}

	.category-section ul li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background: #fff;
		height: 405px;
		margin-right: 0;
		min-width: 244px;
		justify-content: center
	}

	.category-section ul li img {
		max-width: 220px;
		height: 220px;
		margin: 0 auto;
		align-self: center;
		border-radius: 3px
	}

	.arrow {
		padding: 5px
	}
}

.testimonials {
	padding: 100px 0
}

.testimonials h3 {
	margin-bottom: 20px
}

.testimonials.card {
	border-bottom: 3px #3abb83 solid !important;
	transition: 0.5s;
	margin-top: 60px
}

.testimonials.card i {
	background-color: #3abb83;
	color: #ffffff;
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin: -40px auto 0 auto
}

.btn-add-review {
	position: relative;
	top: 30px;
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	z-index: 9995;
	margin-left: 88%
}

.btn-add-review:hover {
	position: relative;
	top: 30px;
	background-color: #3abb83;
	border: 2px solid #3abb83;
	color: white;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	z-index: 9995;
	margin-left: 88%
}

.popup-form {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 9998;
	width: 400px;
	max-width: 90%
}

.popup-form h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333333
}

.popup-form label {
	font-weight: bold;
	color: #555555
}

.popup-form input[type="text"],
.popup-form textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-sizing: border-box
}

.popup-form textarea {
	height: 100px
}

.popup-form button[type="submit"],
.popup-form button[type="button"] {
	padding: 12px 24px;
	border: none;
	border-radius: 5px;
	background-color: #3abb83;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease
}

.popup-form button[type="submit"]:hover,
.popup-form button[type="button"]:hover {
	background-color: #35a277
}

.popup-form button[type="button"] {
	background-color: #cccccc;
	margin-right: 10px
}

@media(max-width:576px) {
	.btn-add-review {
		position: relative;
		top: 30px;
		background-color: transparent;
		border: 2px solid #000;
		color: #000;
		padding: 10px 20px;
		font-size: 16px;
		cursor: pointer;
		z-index: 9995;
		margin-left: 60% !important
	}
}

@media(max-width:391px) {
	.btn-add-review {
		position: relative;
		top: 30px;
		background-color: transparent;
		border: 2px solid #000;
		color: #000;
		padding: 10px 20px;
		font-size: 16px;
		cursor: pointer;
		z-index: 9995;
		margin-left: 50% !important
	}
}













/*New CSS*/


/* =================================================================== */
/*             LOOK KOOL - MAIN STYLESHEET (CLEANED)                 */
/* =================================================================== */

/* --- GLOBAL & FRAMEWORK OVERRIDES --- */
body {
    /* Ensures a baseline for font rendering */
    font-family: 'Montserrat', sans-serif;
}

/* --- HERO SECTION (NEW & RESPONSIVE) --- */
.lk-hero-section {
    background-color: #fdfcfb;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}
.lk-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
}
.lk-hero-content {
    text-align: center;
    animation: lk-fade-in-up 0.8s ease-out;
}
.lk-hero-tagline {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #470B49;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lk-hero-headline {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.lk-hero-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto 30px auto;
}
.lk-hero-cta-btn {
    display: inline-block;
    background-color: transparent;
    color: #470B49;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #470B49;
    padding: 12px 33px;
    transition: all 0.3s ease;
}
.lk-hero-cta-btn:hover {
    background-color: #470B49;
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}
.lk-hero-visuals {
    display: none;
}
.lk-hero-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    animation: lk-fade-in 1s ease-out 0.3s;
    animation-fill-mode: both;
}
.lk-hero-image-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lk-hero-image-card:hover {
    transform: translateY(-10px);
}
.lk-hero-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (min-width: 768px) {
    .lk-hero-section { padding: 100px 0; }
    .lk-hero-visuals { display: block; }
    .lk-hero-headline { font-size: 3.5rem; }
}
@media (min-width: 992px) {
    .lk-hero-container { grid-template-columns: 45% 1fr; gap: 60px; }
    .lk-hero-content { text-align: left; }
    .lk-hero-description, .lk-hero-headline, .lk-hero-tagline { margin-left: 0; margin-right: 0; }
}
@keyframes lk-fade-in-up {
    from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); }
}
@keyframes lk-fade-in {
    from { opacity: 0; } to { opacity: 1; }
}

/* --- OFFER SLIDER (SPLIDE) --- */
#lk-offer-slider-section {
    width: 100%;
    height: auto;
    background-color: #f5f2ef;
}
.lk-offer-slide-content {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
}
.lk-offer-slide-image-wrapper {
    width: 100%;
    min-height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f5f2ef;
}
.lk-offer-slide-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}
.lk-offer-slide-badge {
    background-color: #470B49;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.lk-offer-slide-name {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #2c2c2c;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.lk-offer-slide-coupon-label {
    font-size: 1rem;
    color: #777;
    margin-bottom: 8px;
}
.lk-offer-slide-coupon-code {
    border: 2px dashed #bca9b1;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.lk-offer-slide-coupon-code span {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.3rem;
    font-weight: bold;
    color: #470B49;
    letter-spacing: 2px;
}
.lk-offer-slide-btn {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.lk-offer-slide-btn:hover { background-color: #000; text-decoration:none; color:#fff; }
#lk-offer-slider-section .splide__arrow { background-color: rgba(0, 0, 0, 0.3); }
#lk-offer-slider-section .splide__arrow svg { fill: #fff; }
#lk-offer-slider-section .splide__pagination__page.is-active { background: #470B49; }
@media (min-width: 768px) {
    #lk-offer-slider-section { max-height: 400px; height: 400px; }
    .lk-offer-slide-content { grid-template-columns: 50% 50%; }
    .lk-offer-slide-image-wrapper { min-height: auto; }
    .lk-offer-slide-text-wrapper { align-items: flex-start; text-align: left; padding: 40px 60px; }
    .lk-offer-slide-name { font-size: 2.8rem; }
}

/* --- LATEST COLLECTIONS SLIDER (SPLIDE) --- */
.lc-container {
    width: 90%;
    max-width: 1400px;
    margin: 4rem auto;
    font-family: 'Poppins', sans-serif;
}
.lc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.lc-title {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}
.lc-explore-all-btn {
    text-decoration: none;
    color: #470B49;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 1px solid #470B49;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.lc-explore-all-btn:hover {
    background-color: #470B49;
    color: #fff;
    border-color: #470B49;
}
.lc-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}
.lc-card:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.lc-card__image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.1;
}
.lc-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.lc-card:hover .lc-card__image { transform: scale(1.05); }
.lc-card__wishlist {
    position: absolute;
    top: 20px !important;
    right: 15px;
    z-index: 10 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    border: 1px solid #eee;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lc-card__wishlist:hover {
    background-color: #fff;
    color: #d9534f;
}
.lc-card__wishlist.active {
    background-color: #d9534f;
    color: #fff;
    border-color: #d9534f;
    top:10px !important;
}
.lc-card__wishlist.active .fa-heart { font-weight: 900; }
.lc-card__details {
    padding: 1rem;
    text-align: left;
}
.lc-card__name {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
}
.lc-card__name a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}
.lc-card__name a:hover { color: #470B49; }
.lc-card__price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #470B49;
    margin: 0;
}
.lc-no-products-message {
    text-align: center;
    padding: 3rem;
    color: #777;
    background: #fafafa;
    border-radius: 8px;
}
#latest-collections-slider .splide__arrow {
    background: #fff;
    width: 44px;
    height: 44px;
    opacity: 0.8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease;
}
#latest-collections-slider .splide__arrow:hover { opacity: 1; }
#latest-collections-slider .splide__arrow svg { fill: #333; }
#latest-collections-slider .splide__arrow--prev { left: -22px; }
#latest-collections-slider .splide__arrow--next { right: -22px; }
@media (max-width: 768px) {
    .lc-title { font-size: 1.5rem; }
    .lc-container { width: 95%; }
    #latest-collections-slider .splide__arrows { display: none; }
    
    .lc-card__wishlist {
    position: absolute;
    top: 10px !important;
    right: 15px;
    z-index: 10 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    border: 1px solid #eee;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}
}

/* --- LEGACY PRODUCT CARD STYLES (Used on other pages like allproducts.php) --- */
/* These styles are kept for compatibility with other parts of your website. */
.product-image-container {
    position: relative;
    width: 250px !important; /* Note: !important is not ideal, but keeping it as it was in original */
    height: 250px;
    overflow: hidden;
}
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.product-label {
    position: absolute;
    top: 0.1px;
    right: 0.1px;
    background-color: #000;
    color: white;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 10px;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.product-image-container:hover .product-image,
.product-image-container:hover .product-label {
    transform: scale(1.1);
}
.product-name a {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px;
    text-decoration: none;
    margin-top: 10px;
    color: #000 !important;
    font-weight: 500;
}
/* Legacy Wishlist Button (on hover) */
.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}
.product-image-container:hover .wishlist-btn {
    opacity: 1;
    transform: translateY(0);
}
.wishlist-btn:hover {
    background-color: #fff;
    transform: scale(1.1);
}
.wishlist-btn.active {
    background-color: #E2264D;
    color: #fff;
    opacity: 1;
    transform: translateY(0);
}
.wishlist-btn.active .fa-heart {
    font-weight: 900;
}
@media (max-width: 991px) {
    .wishlist-btn {
        opacity: 1;
        transform: translateY(0);
        width: 32px;
        height: 32px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.9);
    }
}


/* --- STATIC SECTIONS (Parallax, Why Us, Map) --- */
.parallax {
    /* Basic parallax styling would go here if needed, currently it's just a div */
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f9fa; /* Example background */
}
.parallax h1 {
    font-size: 2rem;
    font-weight: 700;
}
.why {
    padding: 40px 0;
}
.enna {
    /* This seems to be a custom class for a container, might not be needed if using Bootstrap's container */
}

@media (max-width: 768px) {
    .parallax h1 {
        font-size: 24px;
    }
}

/* --- FOOTER --- */
.footer-section {
    /* Footer styles are assumed to be in your main `styles.css` if linked, but these are from the inline block */
}
.footer-cta {
    /* Styles for call-to-action in footer */
}
.single-cta {
    /* Styles for individual CTA items */
}
.problem { /* Note: This class name is not descriptive */
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px !important;
}
.problem .cta-text {
    white-space: normal;
}
.subscribe-form input[type="email"] {
    padding: 10px;
    border: 1px solid #470B49;
    border-radius: 5px;
    outline: none;
    width: 70%;
    margin-right: 10px;
}
.subscribe-form button {
    padding: 10px 20px;
    background-color: #470B49;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.subscribe-form button:hover {
    background-color: #370838;
}

/* --- UTILITY & DYNAMIC COMPONENTS --- */

/* Flash Messages / Toasts */
#flashMessageContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    width: 100%;
    max-width: 350px;
}
.flash-message {
    padding: 15px 20px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.flash-message.show {
    opacity: 1;
    transform: translateX(0);
}
.flash-message.alert-success { background-color: #28a745; }
.flash-message.alert-danger { background-color: #dc3545; }
.flash-message.alert-warning { background-color: #ffc107; color: #333; }
.flash-message i { font-size: 20px; }

/* Chatbot */
:root {
    --brand-color: #470B49;
    --launcher-size: 60px;
    --popup-width: 370px;
    --popup-height: 600px;
}
#chat-launcher {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: var(--launcher-size);
    height: var(--launcher-size);
    background-color: var(--brand-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9998;
    transition: all 0.3s ease;
}
#chat-launcher:hover { transform: scale(1.1); }
#chat-launcher i { font-size: 28px; }
#chat-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: var(--popup-width);
    height: var(--popup-height);
    background-color: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999;
    font-family: 'Inter', sans-serif;
    transform: scale(0.95) translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
#chat-popup.active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}
#chat-header {
    background: var(--brand-color);
    color: white;
    padding: 15px 20px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#chat-header .header-content { text-align: left; }
#chat-header h4 { margin: 0; font-size: 1.1rem; font-weight: 600; }
#chat-header p { margin: 2px 0 0; font-size: 0.8rem; opacity: 0.8; }
#close-chat-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}
#close-chat-btn:hover { opacity: 1; }
#chat-log {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chat-message { padding: 12px 18px; border-radius: 20px; max-width: 85%; line-height: 1.5; word-wrap: break-word; }
.user-message { background-color: #e1e1e1; color: #222; align-self: flex-end; border-bottom-right-radius: 5px; }
.bot-message { background-color: #fff; color: #333; border: 1px solid #eee; align-self: flex-start; border-bottom-left-radius: 5px; }
#chat-form { display: flex; align-items: center; padding: 15px 20px; background-color: #fff; border-top: 1px solid #eee; flex-shrink: 0; }
#chat-input { flex-grow: 1; border: none; background-color: #f4f4f4; border-radius: 20px; padding: 12px 18px; outline: none; font-size: 1rem; font-family: 'Inter', sans-serif; }
#send-btn { background-color: var(--brand-color); color: white; border: none; border-radius: 50%; width: 45px; height: 45px; margin-left: 10px; cursor: pointer; font-size: 20px; flex-shrink: 0; transition: background-color 0.2s ease; }
#send-btn:disabled { background-color: #ccc; cursor: not-allowed; }
@media (max-width: 480px) {
    #chat-popup { width: 100%; height: 100%; bottom: 0; right: 0; border-radius: 0; }
    #chat-header { padding-top: calc(15px + env(safe-area-inset-top)); }
}



/* =================================================================== */
/*          NEW 3-COLUMN RESPONSIVE FOOTER STYLES (ftr-*)            */
/* =================================================================== */

/* --- Main Section --- */
.ftr-section {
    background-color: #f8f9fa; /* A clean, light off-white */
    color: #5a5a5a; /* A soft, dark grey for readability */
    padding: 5rem 0 0; /* Add top padding, bottom padding comes from copyright bar */
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* --- Centered Container --- */
.ftr-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

/* --- Main 3-Column Grid --- */
.ftr-grid {
    display: grid;
    grid-template-columns: 1fr; /* Mobile: Single column */
    gap: 3rem;
    padding-bottom: 4rem;
}

/* --- General Column Styles --- */
.ftr-title {
    font-size: 1rem;
    font-weight: 600;
    color: #212529; /* Near-black for titles */
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Column 1: About & Socials --- */
.ftr-col-about .ftr-logo img {
    max-width: 140px;
    margin-bottom: 1rem;
}

.ftr-description {
    margin-bottom: 1.5rem;
    /* This rule prevents long words from breaking the layout */
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.ftr-socials a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #5a5a5a;
    text-decoration: none;
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
}

.ftr-socials a:hover {
    background-color: #470B49; /* Brand color */
    color: #fff;
    transform: scale(1.1);
}

/* --- Column 2 & 3: Links and Contact Info --- */
.ftr-links,
.ftr-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr-links li {
    margin-bottom: 0.75rem;
}

.ftr-links a {
    color: #5a5a5a;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
}

.ftr-links a:hover {
    color: #470B49; /* Brand color */
    background-size: 100% 1px;
}

.ftr-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

.ftr-contact i {
    color: #470B49; /* Brand color */
    font-size: 1rem;
    margin-right: 12px;
    margin-top: 4px;
    width: 20px; /* Aligns text neatly */
}

.ftr-contact a {
    color: #5a5a5a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ftr-contact a:hover {
    color: #470B49; /* Brand color */
}


/* --- Bottom Copyright Bar --- */
.ftr-copyright-bar {
    border-top: 1px solid #dee2e6; /* A light border */
    padding: 1.5rem 0;
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d; /* A slightly lighter grey */
}

.ftr-copyright-bar p {
    margin: 0.25rem 0; /* Add a little space when stacked */
}

.ftr-copyright-bar a {
    color: #495057; /* A stronger grey for the link */
    font-weight: 500;
    text-decoration: none;
}

.ftr-copyright-bar a:hover {
    color: #470B49; /* Brand color */
}


/* --- RESPONSIVE ADJUSTMENTS --- */

/* Tablet View: Switch to 2 columns */
@media (min-width: 768px) {
    .ftr-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop View: Switch to 3 columns */
@media (min-width: 992px) {
    .ftr-grid {
        grid-template-columns: 1.5fr 1fr 1.5fr; /* Custom widths: About, Policies, Contact */
    }

    .ftr-copyright-bar {
        display: flex;
        justify-content: space-between;
    }

    .ftr-copyright-bar p {
        margin: 0;
    }
}


