/* Header Css ============== */
.top-info-bar {
	background: #0b1620 !important;
	color: #cfd8dc;
	font-size: 13px;
	padding: 6px 0;
}
.feature-card img {
	width: 80px;
	height: 80px;
	object-fit: scale-down;
}
a.btn.banner___btn {
	background: #1f849b;
	border: 1px solid #ffff;
}
.main-header1 {
	background: #0b1620 !important;
}

.main-header {
	background: #0b1620 !important;
	padding: 18px 0;
}

.top-info-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 13px;
}

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo img {
	height: 36px;
}

.search-bar {
	display: flex;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
}

.search-bar select,
.search-bar input {
	border: none;
	padding: 10px 15px;
	font-size: 14px;
}

.search-bar input {
	flex: 1;
}

.search-bar button {
	background: #66b3b3;
	color: #fff;
	border: none;
	padding: 0 58px;
}

.noti-wrapper {
	padding: 3px;
	border-radius: 60px;
	object-fit: scale-down;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #303e51;
}

.header-right {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 17px;
	justify-content: center;
}

.nav-bar {
	background: #0b1620 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dept-btn {
	background: #5cbdb6;
	color: #fff;
	padding: 12px 18px;
	cursor: pointer;
}

.header-right small {
	color: #272c33;
}

.cart-wrapper img {
	border: 2px solid #272c33;
	padding: 3px;
	border-radius: 60px;
	object-fit: scale-down;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.countwrapper {
	position: absolute;
	top: -5px;
	right: -6px;
	background: #66b3b3;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 25px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.dept-popup {
	position: absolute;
	background: #fff;
	width: 100%;
	border-radius: 0px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 999;
}

.dept-popup li h4 a {
	text-decoration: none;
}

.dept-popup ul {
	list-style: none;
	padding: 15px;
	margin: 0;
}

.dept-popup li {
	padding: 5px 4px;
	cursor: pointer;
	font-size: 14px;
	list-style: disc;
	color: #0170dc;
	margin-left: 22px;
}

.dept-popup li h4 a:hover {
	color: #0170dc;
	font-family: var(--font-jost-semibold) !important;
}

section.banner {
	padding: 29px 0;
	background-image: url(../img/mainbanner.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

/* Header Css ============== */

/* banner css =========== */
.award-container {
	position: relative;
	width: 323px;
	height: 513px;
	margin: auto;
}

.box {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center;
}

.box img {
	width: 70%;
}

.top-left {
	top: 20px;
	left: 10px;
}

.top-right {
	top: 32px;
	right: 30px;
	width: 110px;
	height: 110px;
}

.middle-left {
	top: 190px;
	left: 20px;
	width: 120px;
	height: 120px;
}

.bottom-left {
	bottom: 50px;
	left: 13px;
	width: 110px;
	height: 110px;
}

.bottom-right {
	bottom: 40px;
	right: 18px;
}

.center-glass {
	position: absolute;
	top: 47%;
	left: 74%;
	width: 130px;
	height: 130px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-glass img {
	width: 50%;
}

.box.top-right.right-wrapper {
	width: 140px;
	height: 140px;
	top: 0;
	right: 0;
}

.box.top-left.left-wrapper {
	width: 110px;
	height: 110px;
	left: 28px;
}

.box.middle-left.middle-wrapper {
	width: 140px;
	height: 150px;
	top: 170px;
	left: -10px;
}

.center-glass.wrapper-glass {
	left: 230px;
}

.box.bottom-right.bottom-wrapper {
	right: 0;
	bottom: 0;
}

.box.bottom-left.bottom-wrapper {
	left: 40px;
	bottom: 57px;
}

.animated-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.bubble-layer.ultra span {
	position: absolute;
	bottom: -200px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	animation-name: bubbleStorm;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	filter: blur(0.4px);
}

.bubble-layer.ultra span:nth-child(3n) {
	width: 8px;
	height: 8px;
	animation-duration: 6s;
}

.bubble-layer.ultra span:nth-child(3n + 1) {
	width: 14px;
	height: 14px;
	animation-duration: 8s;
}

.bubble-layer.ultra span:nth-child(3n + 2) {
	width: 22px;
	height: 22px;
	animation-duration: 10s;
	opacity: 0.55;
}

.bubble-layer.ultra span:nth-child(odd) {
	animation-delay: calc(-1s * var(--i));
}

.bubble-layer.ultra span:nth-child(even) {
	animation-delay: calc(-0.5s * var(--i));
}

.bubble-layer.ultra span {
	left: calc(100% * var(--x));
}

@keyframes bubbleStorm {
	0% {
		transform: translate(0, 0) scale(0.4);
		opacity: 0;
	}

	10% {
		opacity: 0.6;
	}

	100% {
		transform: translate(-60px, -750px) scale(1.1);
		opacity: 0;
	}
}

/* banner css =========== */

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

.tabs-products {
	padding: 70px 0;
	background-color: var(--light-color);
}

/* ================= SECTION TITLE ================= */
.tabs-products .section-title {
	color: #281d15;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

/* ================= TABS ================= */
.tabs-products .nav-tabs {
	border: none;
	justify-content: center;
	gap: 25px;
}

.tabs-products .nav-link {
	border: none;
	background: transparent;
	color: #777;
	font-size: 16px;
	padding: 0px 0px;
	position: relative;
	transition: color 0.3s ease;
	margin: 0 20px;
}

/* remove blue focus */
.tabs-products .nav-link:focus,
.tabs-products .nav-link:active {
	outline: none;
	box-shadow: none;
}

/* underline animation */
.tabs-products .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 2px;
	background: #f0323a;
	transition: width 0.4s ease;
}

.tabs-products .nav-link:hover {
	color: #f0323a;
}

.tabs-products .nav-link.active {
	color: #f0323a;
}

.tabs-products .nav-link.active::after {
	width: 100%;
}

/* ================= TAB CONTENT ANIMATION ================= */
.tab-pane {
	animation: tabFade 0.6s ease;
}

@keyframes tabFade {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

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

/* product-detail css ==================== */
.quantity-wrapper {
	display: flex;
	align-items: center;
	border: 1px solid #14252a;
	border-radius: 10px;
	width: 90px;
	height: 50px;
	overflow: hidden;
}

.quantity-wrapper input {
	width: 50px;
	border: none;
	text-align: center;
	font-size: 14px;
	outline: none;
}

button.btn.bth-border {
	background: transparent;
	color: #4e3320;
	border: 1px solid #4e3320;
}

.qty-arrows {
	display: flex;
	flex-direction: column;
	width: 40px;
	border-left: 1px solid #14252a20;
	border-radius: 10px;
	padding: 10px 0;
}

.plus {
	border-bottom: 1px solid #14252a20 !important;
}

.qty-arrows button {
	flex: 1;
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 12px;
}

.qty-arrows button:hover {
	background: #f2f2f2;
}

.product-image img {
	border-radius: 4px;
}

.price {
	font-weight: 600;
}

.quantity-input {
	width: 70px;
	text-align: center;
}

.policy-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.policy-list li {
	font-size: 14px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.policy-list li i {
	font-size: 16px;
}

.policy-list span {
	color: #999;
}

.policy-list li img {
	width: 30px;
	height: 30px;
	object-fit: scale-down;
}

/* add to card css */

.cart-table th {
	font-weight: 500;
	color: #211f1b;
	font-size: 17px;
}

.add-to-card .table > :not(caption) > * > * {
	padding: 1.5rem 0.5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.product-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.product-info img {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	object-fit: cover;
}

.remove {
	cursor: pointer;
	font-size: 18px;
}

.cart-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

table.table.cart-table.align-middle {
	margin-bottom: 0;
}

.clear-cart {
	background: #5b3a1e;
	color: #fff;
	padding: 13px 80px;
}

.checkout-btn {
	background: #5b3a1e;
	color: #fff;
	padding: 13px 35px;
	float: inline-end;
}

.total-section {
	text-align: right;
}

/* product-detail css ==================== */

/* contact us css ================= */
.contact-section {
	background: #fff;
}

.contact-section .map-wrapper {
	border-radius: 20px;
	overflow: hidden;
	height: 360px;
}

.contact-section .map-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.contact-section .contact-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-section .contact-text {
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
}

.contact-section .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 22px;
}

.contact-section .contact-item small {
	color: #777;
	font-weight: 500;
}

.contact-section .contact-item p {
	margin: 0;
	font-weight: 600;
	color: #000;
}

.contact-section .icon {
	width: 58px;
	height: 58px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.contact-section .icon.brown {
	background: #5b3a1e;
	color: #fff;
}

.contact-section .icon.dark {
	background: #1b133f;
	color: #fff;
}

.contact-section .icon.white {
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
}

.video-player {
	position: relative;
}

.video-fancybox {
	position: relative;
	display: inline-block;
}

.custom-controls {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-controls button {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	font-size: 24px;
	transition: 0.3s;
}

.custom-controls button:hover {
	background: linear-gradient(
		90deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(20, 20, 20, 1) 0%,
		rgba(92, 59, 35, 1) 100%
	);
	transform: scale(1.1);
}

/* Mobile Responsive  */
@media (max-width: 768px) {
	.featured___wrapper {
		margin-bottom: 20px;
	}

	.wrapper-testemonial {
		width: 560px;
		flex-direction: column;
		float: inline-start;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 20px;
	}

	.custom-testimonial-slider .custom-slick-arrow {
		position: absolute;
		top: -50px;
	}

	.custom-testimonial-slider .custom-slick-arrow.next {
		right: -20px;
	}
}

/* contact us css ================= */

/* feature css ====== */

/* FEATURE CARD */
.feature-card {
	background: #d9ecec;
	padding: 20px;
	text-align: center;
	border-radius: 14px;
	margin: 0 10px;
	transition: 0.3s;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.feature-card:hover {
	transform: translateY(-6px);
}

/* ARROWS */
.feature-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #5cbdb6;
	color: #fff;
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}

.feature-prev {
	left: -50px;
}

.feature-next {
	right: -50px;
}

.feature-arrow i {
	font-size: 18px;
}

/* HIDE DEFAULT SLICK ARROWS */
.feature-slider-js .slick-arrow {
	display: none !important;
}

/* MOBILE */
@media (max-width: 768px) {
	.feature-prev {
		left: 0;
	}

	.feature-next {
		right: 0;
	}
}

.pp-section {
	background: #6fb7b6;
	padding: 80px 0;
}

/* HEADER */
.pp-pill {
	color: #fff;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid #fff;
}

.pp-title {
	color: #fff;
	font-weight: 700;
	margin-top: 8px;
}

/* TABS */
.pp-tabs {
	border: none;
	gap: 18px;
	margin-top: 31px;
}

.pp-tabs .nav-link {
	border: none;
	background: transparent;
	color: #e8f4f4;
	padding: 0;
}

.pp-tabs .nav-link.active {
	color: #000;
	font-weight: 600;
	font-family: var(--font-jost-regular);
}

/* CARD */
.pp-card {
	background: #fff;
	border-radius: 8px;
	padding: 0px;
	position: relative;
	height: 100%;
}

.pp-card img {
	width: 100%;
	height: 180px;
	object-fit: contain;
	margin: 40px 0px 10px;
}

/* BADGES */
.pp-badge-new {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #4da6a6;
	color: #fff;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 4px;
}

.pp-badge-sale {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #ff541f;
	color: #fff;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 4px;
}

/* TEXT */
.pp-category {
	color: #66b3b3;
	font-size: 12px;
}

.pp-rating i.fa-regular.fa-star {
	color: #cbcbcb;
}
.wrapper-card-contact-item {
	background: #f1f1f1;
}
.pp-name {
	font-size: 17px;
	margin: 6px 0;
	color: #333e48;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
}

/* RATING */
.pp-rating {
	color: #fed700;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 3px;
}

.pp-review {
	color: #888;
	margin-left: 6px;
	font-size: 12px;
}

/* FOOTER */
.pp-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	border: 1px solid #ececec;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
}
.cart-star-wrapper {
	height: 20px;
	padding-bottom: 12px;
}
.cart-hover img {
	background: #4da6a6;
	width: 40px !important;
	height: 40px !important;
	border-radius: 70px;
	object-fit: scale-down !important;
	margin: 0 !important;
}
.pp-footer strong {
	color: #66b3b3;
}

.pp-footer del {
	font-size: 12px;
	margin-left: 6px;
	color: #aaa;
}

.pp-footer span {
	font-size: 13px;
	color: #6881a1;
	border-left: 1px solid #ececec;
	padding-left: 16px;
}
.fc-section {
	padding: 80px 0;
	background: #f8f9fa;
}

/* HEADER */
.fc-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}

.fc-pill {
	color: #5cbdb6;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 20px;
	border: 1px solid #4da6a6;
}

.fc-title {
	flex: 1;
	font-weight: 700;
	color: #333e48;
}

.fc-view {
	font-size: 15px;
	color: #5cbdb6;
	text-decoration: underline;
}

/* CARD */
.fc-card img {
	width: 100%;
	height: 180px;
	object-fit: contain;
	margin: 40px 0px 10px;
}

.fc-card img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

/* BADGES */
.fc-badge-new {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #5cbdb6;
	color: #fff;
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 4px;
}

.fc-badge-sale {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ff6a3d;
	color: #fff;
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 4px;
}

/* TEXT */
.fc-cat {
	color: #66b3b3;
	font-size: 13px;
}

.fc-name {
	font-size: 17px;
	margin: 6px 0;
	color: #333e48;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
	padding-right: 70px;
}
/* RATING */
.fc-rating {
	color: #f5a623;
	font-size: 12px;
}
.fc-rating i.fa-regular.fa-star {
	color: #cbcbcb;
}
.fc-rating span {
	color: #999;
	margin-left: 5px;
}

/* FOOTER */
.fc-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.fc-footer strong {
	color: #5cbdb6;
}

.fc-footer span {
	font-size: 12px;
	color: #999;
}

/* BANNER */
.fc-banner {
	position: relative;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

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

.fc-banner-content {
	position: absolute;
	/* inset: 0; */
	background: rgba(92, 189, 182, 0.9);
	color: #fff;
	padding: 40px 30px 40px;
	height: 390px;
	display: flex;
	align-items: end;
	bottom: 0;
	flex-direction: column;
	align-items: baseline;
	justify-content: end;
	clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%, 0 0);
}
.fc-banner-content ul li {
	color: #cccbcb;
	font-size: 18px;
}

.fc-banner-content h3 {
	margin: 10px 0;
}

.fc-banner-content ul {
	padding-left: 18px;
	font-size: 13px;
	list-style: none;
	padding: 0;
}
.btn-shop-wra {
	background: #fff;
	color: #4da6a6 !important;
	border-radius: 30px;
	width: fit-content;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.btn.now-wrapperbtn {
	background: #4da6a6;
	color: fff !important;
	border-radius: 30px;
	width: fit-content;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-savrbg {
	background-image: url(../img/teashirt.png);
	padding: 31px 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.fc-discount {
	background-image: url(../img/glass.png);
	padding: 31px 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
/* RESPONSIVE */
@media (max-width: 991px) {
	.fc-banner {
		margin-top: 30px;
		height: 360px;
	}
}

/* offer-section Css  */
.offer-section {
	background-image: url(../img/offer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.offer___wrapper {
	margin-top: 20px;
}
.offer___discount____tag {
	clip-path: polygon(50% 0%, 84% 0, 100% 52%, 79% 100%, 0 100%, 0% 60%, 0 0);
}
.swiper-pagination {
	bottom: 12px !important;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #d9d9d9;
	opacity: 1;
	margin: 0 6px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
	width: 18px;
	height: 6px;
	background: #5cb8b2;
	border-radius: 10px;
}
.offer-section .nav-tabs .nav-link {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0px;
}
.offer-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: 2px solid #4da6a6;
}
/* offer-section Css  */

/* design-section Css  */

.design___wrapper {
	border-radius: 40px;
}
.design___image {
	margin: 0px 0px -30px 0px;
}
.shop-btn {
	background: var(--extra-color-7);
	color: #fff;
	font-family: var(--font-jost-semibold);
	border-radius: 30px;
}

.shop-btn:hover {
	background: transparent;
	color: var(--extra-color-7);
	border-color: var(--extra-color-7);
}
.grill___slide {
	padding: 0 70px;
}
.arrow___btn {
	background: var(--extra-color-7);
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
}
/* design-section Css  */

/* seller-section Css  */

.category___span {
	border: 1px solid var(--extra-color-7);
	border-radius: 20px;
	padding: 4px 16px;
}

/* seller-section Css  */

/* viewed-section Css  */

.viewed___slide {
	margin: 0px 20px;
}

/* viewed-section Css  */
/* ===== SECTION WRAPPER ===== */
.design-section {
	padding: 80px 0;
	background-color: #f6f6f6;
}

.design-wrapper {
	background: #06383a;
	border-radius: 40px;
	padding: 70px 60px;
	position: relative;
	overflow: hidden;
}

/* ===== LEFT CONTENT ===== */
.design-content h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 20px;
}

.design-content p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	max-width: 420px;
	margin-bottom: 30px;
}

.design-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background-color: #3eb6b2;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.design-btn:hover {
	background-color: #2fa5a1;
	color: #fff;
}

.design-btn span {
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
}

/* ===== RIGHT IMAGE ===== */
.design-image {
	position: relative;
	text-align: center;
}

.design-image img {
	max-height: 420px;
}

/* ===== FLOATING TAGS ===== */
.design-tag {
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(6px);
	padding: 12px 28px;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	border: 1px solid #678588;
	font-family: var(--font-teko-medium);
	font-size: 22px !important;
}

.design-tag::before {
	content: "/f00c";
	width: 18px;
	height: 18px;
	background: #fff;
	color: #06383a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}

.tag-product {
	top: 15%;
	right: 5%;
}
.tag-art {
	top: 42%;
	right: 0;
}
.tag-material {
	bottom: 22%;
	left: 15%;
}
.tag-count {
	top: 25%;
	left: 35%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
	.design-wrapper {
		padding: 50px 30px;
	}

	.design-content h2 {
		font-size: 36px;
	}

	.design-image img {
		max-height: 320px;
		margin-top: 40px;
	}

	.design-tag {
		display: none;
	}
}
/*  */
.about-section {
	padding: 80px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.about-image-box {
	border-radius: 20px;
}

.about-image-box img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: -64px;
}

.experience-box {
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.experience-number {
	font-size: 160px;
	font-weight: 800;
	color: #000;
	line-height: 1;
}

.experience-text {
	font-size: 23px;
	font-weight: 500;
	color: #121212;
	line-height: 1;
}

.about-content small {
	font-weight: 600;
	letter-spacing: 1px;
	color: #6fa6a6;
	text-transform: uppercase;
}

.about-content h2 {
	font-size: 45px;
	color: #0a2a2d;
	margin: 20px 0;
	line-height: 1.3;
}

.about-content p {
	font-size: 15px;
	color: #6c757d;
	max-width: 520px;
}

.about-btn {
	margin-top: 25px;
	background-color: #66b3b3;
	color: #fff;
	padding: 14px 22px;
	border-radius: 30px;
	font-size: 14px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}
span.rotate-arrow-wrapper {
	background: #66b3b3;
	border-radius: 100px;
	width: 47px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -45px;
}

.about-btn:hover {
	background-color: #5fa6a6;
	color: #fff;
}

.arrow-box {
	position: relative;
	right: 0;
	top: -40px;
	display: flex;
	align-items: center;
	justify-content: end;
}

.plaque-box img {
	width: 100%;
	display: block;
	border-radius: 20px;
}

.plaque-text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 13px;
	padding: 8px;
	border-radius: 6px;
	text-align: center;
}

.badge-circle {
	position: absolute;
	top: -30px;
	right: -20px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #eaf6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	color: #2b6f6f;
	text-align: center;
	padding: 10px;
}
.plaque-box {
	position: relative;
	bottom: -80px;
}
.about-content {
	padding-left: 60px;
}
@media (max-width: 991px) {
	.arrow-box,
	.plaque-box {
		display: none;
	}
}

/* ===== SECTION WRAPPER ===== */
.design-section {
	padding: 80px 0;
	background-color: #f6f6f6;
}

.design-wrapper {
	background: #06383a;
	border-radius: 40px;
	padding: 70px 60px;
	position: relative;
	overflow: hidden;
}

/* ===== LEFT CONTENT ===== */
.design-content h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 20px;
}

.design-content p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	max-width: 420px;
	margin-bottom: 30px;
}

.design-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background-color: #3eb6b2;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.design-btn:hover {
	background-color: #2fa5a1;
	color: #fff;
}

.design-btn span {
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
}

/* ===== RIGHT IMAGE ===== */
.design-image {
	position: relative;
	text-align: center;
}

.design-image img {
	max-height: 420px;
}

/* ===== FLOATING TAGS ===== */
.design-tag {
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(6px);
	padding: 10px 18px;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.design-tag::before {
	content: "✓";
	width: 18px;
	height: 18px;
	background: #fff;
	color: #06383a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}

.tag-product {
	top: 15%;
	right: 5%;
}
.tag-art {
	top: 42%;
	right: 0;
}
.tag-material {
	bottom: 22%;
	left: 15%;
}
.tag-count {
	top: 25%;
	left: 35%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
	.design-wrapper {
		padding: 50px 30px;
	}

	.design-content h2 {
		font-size: 36px;
	}

	.design-image img {
		max-height: 320px;
		margin-top: 40px;
	}

	.design-tag {
		display: none;
	}
}
.deals-section {
	padding: 80px 0;
	background: #fff;
}
.deals-badge {
	display: inline-block;
	padding: 6px 16px;
	background: #e6f4f3;
	color: #3eb6b2;
	border-radius: 20px;
	font-size: 13px;
	margin-bottom: 10px;
}
.deals-title {
	font-size: 36px;
	font-weight: 700;
	color: #2a2a2a;
}
.deal-card {
	display: flex;
	gap: 40px;
	background: #fafafa;
	border-radius: 16px;
	padding: 30px;
	height: 100%;
	align-items: center;
}
.deal-img {
	background: #f1f1f1;
	border-radius: 12px;
	padding: 60px 0;
	position: relative;
	text-align: center;
	min-width: 230px;
}
.deal-tag {
	position: absolute;
	top: 15px;
	left: 15px;
	border: 1px solid #3eb6b2;
	color: #3eb6b2;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 20px;
}
.deal-rating {
	color: #ffb400;
	font-size: 14px;
	margin-bottom: 8px;
}
.deal-rating span {
	color: #999;
}
.deal-img img {
	height: 250px;
	object-fit: fill;
}
.deal-content p {
	color: #383838;
}
.deal-content h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333e48;
}
.deal-price {
	margin-bottom: 15px;
}
.price-new {
	color: #3eb6b2;
	font-weight: 700;
	margin-right: 10px;
}
.price-old {
	text-decoration: line-through;
	color: #999;
}
.deal-timer {
	display: flex;
	gap: 12px;
	margin-bottom: 15px;
}
.deal-timer div {
	background: #f0f0f0;
	border-radius: 6px;
	padding: 6px 10px;
	text-align: center;
	font-size: 12px;
}
.deal-timer strong {
	display: block;
	font-size: 16px;
	color: #383838;
}
.deal-stock {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin-bottom: 8px;
	color: #555;
}
.deal-progress {
	height: 16px;
	background: #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
}
.deal-progress span {
	display: block;
	width: 35%;
	height: 100%;
	background: #3eb6b2;
}
@media (max-width: 991px) {
	.deal-card {
		flex-direction: column;
	}
}

/*  */
.jl-footer {
	background: #22292f;
	font-size: 14px;
}

.footer-desc {
	color: #bfc5c9;
	line-height: 1.6;
}

.footer-title {
	margin-bottom: 18px;
	/* font-weight: 600; */
	font-size: 22px;
}

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

.footer-list li {
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-list li::before {
	content: "";
	position: absolute;
	width: 12px;
	bottom: -1px;
	height: 2px;
	left: 0px;
	background-color: #339999;
}

.footer-list li:last-child::before {
	display: none;
}

.footer-list li:last-child {
	border-bottom: none;
}

.footer___wrap {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer___wrap::before {
	content: "";
	position: absolute;
	width: 32px;
	bottom: -1px;
	height: 2px;
	left: 0px;
	background-color: #339999;
}

.footer___heading {
	position: relative;
}

.footer___heading::before {
	content: "";
	position: absolute;
	width: 32px;
	bottom: -6px;
	height: 2px;
	left: 0px;
	background-color: #339999;
}

.footer-list a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	font-family: var(--font-jost-medium);
	font-size: 14px;
}
.footer-list a:hover {
	color: #fff;
	padding-left: 5px;
}

.footer__copyright {
	color: #bdbdbd;
}

/* SOCIAL */
.footer-social a {
	display: inline-flex;
	background: transparent;
	color: #fff;
	margin-right: 8px;
	text-decoration: none;
}

/* CONTACT */
.footer-contact {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	color: #ffff;
	font-family: var(--font-jost-medium);
}

.footer-contact .icon {
	width: 36px;
	height: 36px;
	background: #2bb3b3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* NEWSLETTER */
.jl-newsletter {
	background: #2f363c;
	padding: 40px 0;
}

.newsletter-form {
	display: flex;
}

.newsletter-form input {
	flex: 1;
	border: none;
	padding: 16px 28px;
	border-radius: 30px 0 0 30px;
	outline: none;
	font-family: var(--font-inter-regular);
	font-size: 12px;
}
.newsletter-form button {
	background: #339999;
	border: none;
	padding: 0 28px;
	color: #fff;
	border-radius: 0 30px 30px 0;
	font-family: var(--font-inter-regular);
	font-size: 12px;
}

/* PAYMENTS */
/* .payment-icons img {
	height: 26px;
	margin-left: 10px;
} */

/* BOTTOM */
.jl-footer-bottom {
	background: #181c20;
	text-align: center;
	padding: 20px 0;
	font-size: 13px;
	color: #9aa1a6;
}

/* about-page Css  */

.about___text {
	margin-left: -5rem;
	margin-top: -3rem;
	z-index: -1;
	border-radius: 10px;
}
.wedo____bottom {
	bottom: -50px;
	border-radius: 22px;
}
.expert____para {
	background: #157e9617;
	padding: 30px;
	border-radius: 20px;
}

.expert____slider .slick-prev {
	left: -25px;
	left: unset;
	right: 120px;
	top: unset;
	bottom: 50px;
	z-index: 99;
}
.expert____slider .slick-next {
	right: 65px;
	bottom: 50px;
	top: unset;
}
.expert____slider .slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	color: var(--secondary-color);
	border: 1px solid transparent;
	background: var(--extra-color-1);
	border-radius: 50%;
}
.expert____slider .slick-prev:before {
	content: "\f060";
	font-family: "FontAwesome";
	opacity: 1 !important;
	color: #fff;
	font-size: 16px;
}

.expert____slider .slick-next:before {
	content: "\f061";
	font-family: "FontAwesome";
	opacity: 1 !important;
	color: #fff;
	font-size: 16px;
}
.expert____slider .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: var(--extra-color-3);
}
/* about-page Css  */

/* product-detail Css  */

.product___btn {
	background: var(--primary-color);
	padding: 10px 30px;
}

.customize___btn {
	background: transparent;
	color: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 30px;
}

.customize___btn:hover {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.color-span {
	width: 20px;
	height: 20px;
	display: block;
	border: 2px solid transparent;
	outline: 1px solid transparent;
	border-radius: 2px;
}
.color-wrapper input:checked ~ .color-span {
	outline-color: var(--secondary-color);
	border-color: #fffcf5;
}

.product-detail .quanity-wrap .quantity-input {
	color: #3d4950;
	outline: none;
}
.product-detail .product-size-wrapper .size-value {
	color: #6a7379;
}
.product-detail .product-size-wrapper .quanity-wrap {
	transition: 0s;
	border: 1px solid transparent;
	background: #211f1b1a;
}
.product-detail
	.product-size-wrapper
	.size-label
	input:checked
	+ .quanity-wrap {
	border-color: var(--extra-color-1);
}
.product-detail
	.product-size-wrapper
	.size-label
	input:checked
	+ .quanity-wrap
	.size-value {
	color: var(--extra-color-1);
}

/* product-detail Css  */

/* Customize Modal Css  */

.customize___modal .modal-content {
	border: 2px solid #06768e;
	border-radius: 40px;
}

.customize___modal .modal-body {
	padding: 10px 40px 20px 40px;
}
.customize___modal .modal-header {
	padding: 10px 20px 0 40px;
	justify-content: center;
	position: relative;
}
.customize___modal {
	background: #d9d9d980;
}
.customize___modal .btn-close {
	color: #d50505;
	background: transparent url("../img/cross-svg.svg") center/1em auto no-repeat;
	opacity: 1;
	margin: unset;
	position: absolute;
	right: 20px;
}
@media (min-width: 576px) {
	.customize___modal .modal-dialog {
		max-width: 35%;
	}
}
/* Customize Modal Css  */
.shop-department {
	width: 280px;
	border: 1px solid #e5e5e5;
	font-family: Arial, sans-serif;
	background: #fff;
}

.shop-title {
	background: #66bcbc;
	color: #fff;
	padding: 12px 15px;
	font-weight: 600;
	font-size: 16px;
}

.department-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.department-list li {
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
.department-list li a {
	display: block;
	padding: 12px 15px 12px 30px;
	color: #333;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
}

/* Dot before item */
.department-list li a::before {
	content: "•";
	position: absolute;
	left: 15px;
	color: #bdbdbd;
	font-size: 18px;
	line-height: 1;
}

/* Hover effect */
.department-list li a:hover {
	color: #1e88e5;
	background: #f9f9f9;
}

.department-list li a:hover::before {
	color: #1e88e5;
}

/* Active item */
.department-list li.active a {
	color: #1e88e5;
	font-weight: 600;
}

.department-list li.active a::before {
	color: #1e88e5;
}

/* NEW badge */
.badge-new {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: #0cc485;
	color: #fff;
	font-size: 9px;
	padding: 2px 6px;
	border-radius: 3px;
	font-weight: 600;
}
.badge-new:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #0cc485;
	clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
	position: absolute;
	left: -5px;
	top: 24%;
	rotate: 267deg;
	transform: translateY(-50%);
}

/* thankyou page Css  */

.thankyou____main {
	background: #00000005;
	padding: 40px;
	border-radius: 7px;
}
.thankyou____wrapper {
	background-image: url(../img/thankyou-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 15px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
}
/* thankyou page Css  */

/* gallery-section Css  */

.gallery___image figure:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000);
	z-index: 1;
	transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

.gallery___image figure:hover:before {
	top: 0;
}

.gallery___image figure {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
}

.gallery___image figure:hover img.img-fluid {
	transform: scale(1.1);
}
/* gallery-section Css  */
