@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 154%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}

body {
	background-color: #eaeaea;
}

/* Header Styles */
.site-header {
	width: 100%;
	padding: 15px 0;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.98) 0%,
		rgba(248, 249, 250, 0.95) 100%
	);
	backdrop-filter: blur(15px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 10;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.header-left {
	display: flex;
	align-items: center;
}

.header-logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-name {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 900;
	color: #2c2c2c;
	margin: 0;
	letter-spacing: -1.5px;
	line-height: 1;
	background: linear-gradient(135deg, #2c2c2c 0%, #495057 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.site-tagline {
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #6c757d;
	margin: 2px 0 0 0;
	text-transform: uppercase;
}

.header-right {
	display: flex;
	align-items: center;
}

.contact-info {
	display: flex;
	gap: 8px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Open Sans", sans-serif;
}

.contact-icon {
	font-size: 14px;
	opacity: 0.8;
}

.contact-text {
	font-size: 13px;
	color: #495057;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.carousel {
	width: 100%;
	height: calc(100vh - 100px);
	display: flex;
	max-height: 500px;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	flex: 1;
}

.carousel-item {
	visibility: visible;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
	-webkit-align-items: center;
	-webkit-justify-content: flex-end;
	position: relative;
	background-color: #fff;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	position: absolute;
	z-index: 0;
	transition: 0.6s all linear;
}

.carousel-item__info {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;

	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;

	order: 1;
	left: 0;
	margin: auto;
	padding: 0 40px;
	width: 40%;
}

.carousel-item__images-container {
	display: flex;
	width: 60%;
	height: 100%;
	order: 2;
}

.carousel-item__image {
	width: 65%;
	height: 100%;
	order: 2;
	align-self: flex-end;
	flex-basis: 65%;
	-webkit-order: 2;
	-webkit-align-self: flex-end;
	-webkit-flex-basis: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transform: translateX(100%);
	transition: 0.6s all ease-in-out;
}

.carousel-item__small-images {
	width: 35%;
	height: 100%;
	order: 3;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	gap: 0;
	position: relative;
	transform: translateX(100%);
	transition: 0.6s all ease-in-out;
}

.carousel-item__small-image {
	width: 100%;
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.carousel-item__subtitle {
	font-family: "Open Sans", sans-serif;
	letter-spacing: 3px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	color: #7e7e7e;
	font-weight: 700;
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s all ease-in-out;
}

.carousel-item__title {
	margin: 15px 0 0 0;
	font-family: "Playfair Display", serif;
	font-size: 44px;
	line-height: 45px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #2c2c2c;
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.6s all ease-in-out;
}

.carousel-item__description {
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.6s all ease-in-out;
	margin-top: 35px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #7e7e7e;
	line-height: 22px;
	margin-bottom: 35px;
}

.carousel-item--1 .carousel-item__image {
	background-image: url("https://cdn.covet.pics/postassets/18481394/high_resolution/4ebe605d23c399f0d5bf98eefd7af477");
}

.carousel-item--2 .carousel-item__image {
	background-image: url("https://cdn.shopify.com/s/files/1/0252/8500/1304/files/CSS25358_GRN_1_eqjtg8_600x.jpg?v=1750349079");
}

.carousel-item--3 .carousel-item__image {
	background-image: url("https://www.cablemelbourne.com/cdn/shop/files/CSS25329_MUL_1_nqlkqu.jpg?v=1757520164&width=600");
}

/* Small images for carousel item 1 */
.carousel-item__small-image--1-top {
	background-image: url("https://cdn.covet.pics/postassets/18481394/high_resolution/4ebe605d23c399f0d5bf98eefd7af477");
}

.carousel-item__small-image--1-bottom {
	background-image: url("https://cdn.covet.pics/postassets/18481394/high_resolution/4ebe605d23c399f0d5bf98eefd7af477");
}

/* Small images for carousel item 2 */
.carousel-item__small-image--2-top {
	background-image: url("https://images.pexels.com/photos/414171/pexels-photo-414171.jpeg?auto=compress&cs=tinysrgb&h=350&w=350");
}

.carousel-item__small-image--2-bottom {
	background-image: url("https://images.pexels.com/photos/775201/pexels-photo-775201.jpeg?auto=compress&cs=tinysrgb&h=350&w=350");
}

/* Small images for carousel item 3 */
.carousel-item__small-image--3-top {
	background-image: url("https://www.cablemelbourne.com/cdn/shop/files/CSS25329_MUL_02_xoku4j_700x.jpg?v=1757520164");
}

.carousel-item__small-image--3-bottom {
	background-image: url("https://www.cablemelbourne.com/cdn/shop/files/CSS25329_MUL_03_m0ssl0_700x.jpg?v=1757520164");
}

.carousel-item__btn {
	width: 35%;
	color: #2c2c2c;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 3px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	width: 35%;
	font-weight: 700;
	text-decoration: none;
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.6s all ease-in-out;
}

.carousel__nav {
	position: absolute;
	right: 0;
	z-index: 2;
	background-color: #fff;
	bottom: 0;
}

.carousel__icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	fill: #5d5d5d;
}

.carousel__arrow {
	cursor: pointer;
	display: inline-block;
	padding: 11px 15px;
	position: relative;
}

.carousel__arrow:nth-child(1):after {
	content: "";
	right: -3px;
	position: absolute;
	width: 1px;
	background-color: #b0b0b0;
	height: 14px;
	top: 50%;
	margin-top: -7px;
}

.active {
	z-index: 1;
	display: flex;
	visibility: visible;
}

.active .carousel-item__subtitle,
.active .carousel-item__title,
.active .carousel-item__description,
.active .carousel-item__btn {
	transform: translateY(0);
	opacity: 1;
	transition: 0.6s all ease-in-out;
	visibility: visible;
}

.active .carousel-item__image,
.active .carousel-item__small-images {
	transition: 0.6s all ease-in-out;
	transform: translateX(0);
}

/* Product Information Styles */
.product-fabric,
.product-colors,
.product-sizes {
	margin: 20px 0;
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.6s all ease-in-out;
}

.fabric-title,
.colors-title,
.sizes-title {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2c2c2c;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.fabric-description {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 18px;
	margin: 0;
}

/* Color Swatches */
.color-swatches {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.color-swatch {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	position: relative;
}

.color-swatch:hover {
	border-color: #2c2c2c;
	transform: scale(1.1);
}

.color-blue {
	background-color: #1e3a8a;
}

.color-white {
	background-color: #ffffff;
	border: 2px solid #e5e5e5;
}

.color-gray {
	background-color: #6b7280;
}

.color-black {
	background-color: #1f2937;
}

/* Size Boxes */
.size-boxes {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.size-box {
	min-width: 40px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #e5e5e5;
	background-color: #ffffff;
	border-radius: 6px;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #2c2c2c;
	transition: all 0.3s ease;
	padding: 0 8px;
}

.size-box:hover {
	border-color: #2c2c2c;
	background-color: #f8f9fa;
}

.size-box.size-selected {
	background-color: #2c2c2c;
	color: #ffffff;
	border-color: #2c2c2c;
}

/* Active state for product elements */
.active .product-fabric,
.active .product-colors,
.active .product-sizes {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

/* Cover Page Styles */
.carousel-item--cover {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cover-content {
	max-width: 600px;
	padding: 40px;
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.8s all ease-in-out;
}

.cover-title {
	font-family: "Playfair Display", serif;
	font-size: 72px;
	font-weight: 900;
	color: #2c2c2c;
	margin: 0 0 10px 0;
	letter-spacing: -2px;
	line-height: 1;
}

.cover-subtitle {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 4px;
	color: #6c757d;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.cover-year {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #6c757d;
	margin: 0 0 30px 0;
}

.cover-diamond {
	color: #2c2c2c;
	margin: 20px 0 30px 0;
	opacity: 0.8;
}

.cover-description {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #6c757d;
	line-height: 1.6;
	margin: 30px 0;
}

.cover-description p {
	margin: 5px 0;
}

.cover-stats {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin: 40px 0;
	flex-wrap: wrap;
}

.cover-stat {
	text-align: center;
}

.cover-stat h3 {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 700;
	color: #2c2c2c;
	margin: 0 0 5px 0;
}

.cover-stat h3 sup {
	font-size: 20px;
	vertical-align: top;
}

.cover-stat p {
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #6c757d;
	margin: 0;
	text-transform: uppercase;
}

.cover-footer {
	/* margin-top: 40px; */
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #6c757d;
	opacity: 0.8;
}

/* Thank You Page Styles */
.carousel-item--thankyou {
	background: linear-gradient(135deg, #2c2c2c 0%, #495057 100%);
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
}

.thankyou-content {
	max-width: 500px;
	padding: 40px;
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.8s all ease-in-out;
}

.thankyou-title {
	font-family: "Playfair Display", serif;
	font-size: 56px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}

.thankyou-heart {
	color: #ff6b6b;
	margin: 20px 0;
	animation: heartbeat 2s ease-in-out infinite;
}

@keyframes heartbeat {
	0% {
		transform: scale(1);
	}
	14% {
		transform: scale(1.1);
	}
	28% {
		transform: scale(1);
	}
	42% {
		transform: scale(1.1);
	}
	70% {
		transform: scale(1);
	}
}

.thankyou-subtitle {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #adb5bd;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

.thankyou-message {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #e9ecef;
	line-height: 1.6;
	margin: 30px 0;
}

.thankyou-message p {
	margin: 8px 0;
}

.thankyou-contact {
	margin: 40px 0;
}

.thankyou-contact h3 {
	font-family: "Playfair Display", serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0 0 20px 0;
}

.contact-info p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #adb5bd;
	margin: 8px 0;
}

.thankyou-footer {
	margin-top: 40px;
}

.thankyou-footer p {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #adb5bd;
	margin: 0 0 15px 0;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.social-icon {
	font-size: 24px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.social-icon:hover {
	transform: scale(1.2);
}

/* Active states for cover and thank you pages */
.active .cover-content,
.active .thankyou-content {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
	/* Header adjustments for mobile */
	.site-header {
		padding: 15px 0;
	}

	body {
		height: 125%;
	}
	.contact-info {
		display: none;
	}

	.header-container {
		padding: 0 20px;
	}

	.site-name {
		font-size: 24px;
	}

	/* Carousel adjustments for mobile */
	.carousel {
		margin: 0 10px;
		height: calc(100vh - 85px);
		max-height: none;
	}

	/* Stack layout vertically for mobile */
	.carousel-item {
		flex-direction: column;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}

	/* Images section on top */
	.carousel-item__images-container {
		width: 100%;
		height: 60%;
		display: flex;
		order: 1;
		flex-shrink: 0;
		padding: 8px;
		gap: 10px;
	}

	.carousel-item__image {
		width: 65%;
		height: 100%;
		order: 1;
		transform: translateY(-100%);
		/* border-radius: 12px; */
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	}

	.carousel-item__small-images {
		width: 35%;
		height: 100%;
		order: 2;
		padding: 0;
		gap: 10px;
		transform: translateY(-100%);
	}

	.carousel-item__small-image {
		/* border-radius: 8px; */
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	}

	/* Text section on bottom */
	.carousel-item__info {
		width: 100%;
		height: 35%;
		order: 2;
		padding: 15px 20px 20px 20px;
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
	}

	/* Adjust text sizes for mobile */
	.carousel-item__title {
		font-size: 23px;
		line-height: 10px;
		margin: 20px 0 15px 0;
	}

	.fabric-title,
	.colors-title,
	.sizes-title {
		font-size: 12px;
		margin: 0 0 8px 0;
	}

	.fabric-description {
		font-size: 11px;
		line-height: 16px;
		margin: 0;
	}

	/* Adjust product sections spacing for mobile */
	.product-fabric,
	.product-colors,
	.product-sizes {
		margin: 12px 0;
	}

	/* Color swatches adjustments */
	.color-swatches {
		gap: 6px;
	}

	.color-swatch {
		width: 20px;
		height: 20px;
	}

	/* Size boxes adjustments */
	.size-boxes {
		gap: 8px;
	}

	.size-box {
		min-width: 30px;
		height: 25px;
		font-size: 9px;
		padding: 0 6px;
	}

	/* Navigation arrows adjustments */
	.carousel__nav {
		bottom: 10px;
		right: 10px;
	}

	.carousel__arrow {
		padding: 12px 15px;
	}

	/* Active states for mobile */
	.active .carousel-item__image,
	.active .carousel-item__small-images {
		transform: translateY(0);
	}

	.active .carousel-item__info {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		overflow: hidden;
	}

	/* Cover and thank you pages mobile adjustments */
	.cover-content,
	.thankyou-content {
		padding: 30px 20px;
	}

	.cover-title {
		font-size: 48px;
	}

	.cover-stats {
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}

	.cover-stat {
		margin-bottom: 20px;
	}

	.thankyou-title {
		font-size: 36px;
	}
}

/* Footer Styles */
.site-footer {
	width: 100%;
	background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
	color: white;
	/* margin-top: 40px; */
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer-content {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 40px;
	padding: 50px 0 30px;
}

.footer-section h3.footer-title {
	font-family: "Playfair Display", serif;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #fff;
}

.footer-section h4.footer-heading {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #ecf0f1;
}

.footer-description {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #bdc3c7;
	margin: 0;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: #ecf0f1;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #3498db;
}

.footer-contact p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #bdc3c7;
	margin: 8px 0;
	line-height: 1.4;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0;
	text-align: center;
}

.footer-bottom p {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #bdc3c7;
	margin: 0;
}

/* Footer Responsive Design */
@media (max-width: 768px) {
	.footer-content {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 40px 0 20px;
	}

	.footer-container {
		padding: 0 20px;
	}

	.footer-section h3.footer-title {
		font-size: 24px;
	}

	.footer-section h4.footer-heading {
		font-size: 16px;
	}
}
