@font-face {
	font-family: 'Impact Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Impact Regular'), url('impact.woff') format('woff');
}




:root {
	--Black: #1c1c1a;
	--gold: #9d8958;
	--white: #FFFFFF;
	--bg-color: #9c8a66;

}


body {
	font-family: 'Poppins', sans-serif;
	color: white;
	overflow-x: hidden;
	position: relative;
	font-size: 17px;
	line-height: 30px;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2 {
	font-family: 'Impact Regular', 'Anton', sans-serif;
	color: #1c1c1a;
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
}

.btnKvrb {
	font-family: "Poppins";
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%);
	border-radius: 0px;
	padding: 18px 40px;
	line-height: 25px;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.4s;
	border: none;
	text-align: center;
	text-decoration: none;
}



.bkvrClr {
	background: #1c1c1a;
	border: 1px solid #9d8958;
}

.btnKvrb:hover {
	background: linear-gradient(to bottom, rgba(78, 66, 36, 1) 0%, rgba(158, 139, 90, 1) 100%);
}

.btnKvrb.bkvrClr:hover {
	background: #9d8958;
}

.header-container {
	height: 950px;
	background: #9d8958;
	position: relative;
}

.banner-container {
	padding-top: 110px;
}

.watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 15vw;
	line-height: 0.8;
	color: rgba(255, 255, 255, 0.04);
	text-align: center;
	z-index: 2;
	pointer-events: none;
	width: 100%;
}

.banner-container .row {
	align-items: center;
}

.logo-container>a>img {
	max-width: 460px;
}

/* Updated Top Wave using your Image */
.top-wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	max-width: 85vw;
}

.logo-container {
	position: absolute;
	top: 40px;
	left: 50px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 11;
}


.navbar-right {
	position: absolute;
	top: 40px;
	right: 50px;
	display: flex;
	align-items: center;
	gap: 30px;
	z-index: 10;
}

.cart-icon {
	position: relative;
}

.cart-badge {
	position: absolute;
	top: -8px;
	right: -10px;
	background: #000;
	color: #fff;
	font-size: 15px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.custom-hamburger {
	display: flex;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	align-items: flex-end;
}

.custom-hamburger span {
	background: white;
	height: 2px;
	border-radius: 2px;
}



.main-title {
	font-family: 'Impact Regular', 'Anton', sans-serif;
	font-size: 160px;
	text-transform: uppercase;
	line-height: 120px;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
	margin-left: -5px;
	text-shadow: 4px 10px 15px rgba(0, 0, 0, 0.25);
	margin-top: 50px;
}

.mbr-text {
	display: block;
	position: relative;
	z-index: 1;
}

.plan-text {
	text-shadow: 4px 10px 15px rgba(0, 0, 0, 0.25);
	display: block;
	margin-left: 116px;
}

.subtitle {
	font-size: 80px;
	text-transform: uppercase;
	line-height: 62px;
	margin-bottom: 25px;
	letter-spacing: -0.5px;
	font-weight: 700;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.subtitle .fw-regular {
	font-weight: 400;
	font-size: 60px;
}

.fw-light {
	font-weight: 400;
}

.fw-bold {
	font-weight: 700;
}

.description {
	font-size: 17px;
	line-height: 1.7;
	max-width: 95%;
}


@media (max-width: 992px) {



	.top-wave {
		width: 500px;
		max-width: 90vw;
	}

	.logo-text {
		font-size: 20px;
	}

	.logo-container {
		left: 20px;
		top: 20px;
	}

	.navbar-right {
		right: 20px;
		top: 25px;
		gap: 20px;
	}
}

@media (max-width: 576px) {
	.main-title {
		font-size: 3.5rem;
	}

	.subtitle {
		font-size: 1.4rem;
	}

	.description {
		font-size: 0.85rem;
	}
}

section {
	padding: 100px 0;
}



/* =========================================
   BASE CSS (DESKTOP VIEW)
========================================= */

.choose-your-perfect-plan {
	overflow: hidden;
}

.pricing-card-horizontal {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	width: 100%;
	gap: 40px;
}

.pricing-info {
	flex: 1;
}

.gold-text {
	background: linear-gradient(90deg, #a47e3b 0%, #e8ca7d 25%, #c29d50 50%, #eedb96 75%, #a47e3b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	/* Fallback */
	display: inline-block;
}

.pricing-title {
	font-family: "Poppins";
	font-size: 54px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 72px;
	text-transform: capitalize;
}

.cyp-plan-lt .cyp-plan-content {
	margin-left: auto;
}

.pricing-desc {
	font-size: 17px;
	color: #1c1c1a;
	line-height: 1.6;
	font-weight: 400;
	max-width: 90%;
}

.pricing-box {
	background: linear-gradient(180deg, #4f4f4d 0%, #1a1a18 100%);
	border-radius: 40px;
	width: 271px;
	height: 292px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.price-amount {
	font-size: 110px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	background: linear-gradient(180deg, #e8ca7d 0%, #a47e3b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.price-amount span {
	font-weight: 300;
}

.price-frequency {
	font-size: 36px;
	color: #dcdcdc;
	font-weight: 300;
}

.cyp-plan-thumb {
	position: relative;
	margin-top: -400px;
}

.cyp-plan-rt .cyp-plan-thumb img {
	margin-left: -50px;
}

/* .cyp-plan-thumb::before {
	content: " ";
	display: block;
	width: 512px;
	height: 580px;
	background: url('../assets/images/blur-shadow-1.webp') no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
} */




.cyp-plan-bg {
	position: relative;
}

.cyp-plan-bg::after {
	content: " ";
	display: block;
	width: 62%;
	height: 780px;
	background: linear-gradient(to bottom, rgba(79, 79, 77, 1) 0%, rgba(26, 26, 24, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.cyp-plan-rt::after {
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
}

.cyp-plan-content {
	max-width: 738px;
	padding-bottom:60px;
}

.cyp-plan-content h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

ul.cyp-plan-list {}

ul.cyp-plan-list li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
}

ul.cyp-plan-list li::before {
	content: url('images/gold-right-arrow.webp');
	position: absolute;
	top: 0;
	left: 0;
}



@media (max-width: 768px) {
	.pricing-card-horizontal {
		flex-direction: column;
		text-align: center;
		gap: 30px;
	}

	.pricing-desc {
		margin: 0 auto;
	}

	.pricing-title {
		font-size: 3rem;
	}

	.pricing-box {
		width: 100%;
		max-width: 300px;
		height: 200px;
	}
}

@media (max-width: 480px) {
	.pricing-title {
		font-size: 2.5rem;
	}

	.pricing-desc {
		font-size: 1.1rem;
	}


}


.pt-120 {
	padding-top: 120px;
}

.cyp-plan-lt .cyp-plan-thumb {
	position: relative;
	margin-top: -351px;
}

.cyp-plan-lt.cyp-plan-bg::after {
	width: 66%;
}

.chsypft-lt .signature-Elite {
	margin-bottom: -60px;
}

.dflt-title {
	position: relative;
	z-index: 99;
}

.cyp-plan-rt::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -150px;
	width: 255px;
	height: 120%;
	background: radial-gradient(circle at center, rgb(158, 112, 33) 0%, transparent 70%);
	filter: blur(60px);
	z-index: 6;
	pointer-events: none;
}

.cyp-plan-rt .row {
	position: relative;
	z-index: 2;
}

.side-glow-box::before {
	content: '';
	position: absolute;
	top: -10%;
	left: -150px;
	width: 255px;
	height: 120%;
	background: radial-gradient(circle at center, rgb(158, 112, 33) 0%, transparent 70%);
	filter: blur(60px);
	z-index: 6;
	pointer-events: none;
}

.side-glow-box .row {
	position: relative;
	z-index: 2;
}


/* --- Pricing Section --- */
.pricing-wrapper {
	display: flex;
	width: 100%;
	overflow: hidden;

}

.pricing-image-section {
	/* flex: 0 0 35%; */
	position: relative;
}

.pricing-image-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pricing-table-section {
	flex: 0 0 65%;
	overflow-x: auto;
	background: linear-gradient(to bottom, rgba(79, 79, 77, 1) 0%, rgba(26, 26, 24, 1) 100%);

}

.signature-care-texture {
	background-image: url('images/signature-care-texture.webp');
	background-size: cover;
	background-position: center;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.signature-care-texture-numb {
	background-image: url('images/signature-care-texture-numb.webp');
	background-size: cover;
	background-position: center;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.signature-elite-texture {
	background-image: url('images/signature-elite-texture.webp');
	background-size: cover;
	background-position: center;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.signature-elite-texture-numb {
	background-image: url('images/signature-elite-texture-numb.webp');
	background-size: cover;
	background-position: center;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}


.pricing-section table {
	width: 100%;
	border-collapse: collapse;
	color: #ffffff;
}

.pricing-section th {
	padding: 22px 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.pricing-section th:nth-child(1) {
	background-color: #83744a;
	text-align: left;
	width: 40%;
}

.pricing-section th:nth-child(2) {
	background-color: #928358;
	width: 30%;
}

.pricing-section th:nth-child(3) {
	background-color: #7b6d45;
	width: 30%;
}

.pricing-section td {
	padding: 13px 20px;
	font-size: 18px;
	text-align: center;
	border-bottom: none;
	vertical-align: middle;
}

.pricing-section td:nth-child(1) {
	text-align: left;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.02);
}

.pricing-section td:nth-child(2) {
	background-color: #1c1c1a;
}

.pricing-section td:nth-child(3) {
	background-color: rgba(255, 255, 255, 0.02);
}

.pricing-section tr:last-child td {
	border-bottom: none;
}

.sub-text {
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin-top: 5px;
	line-height: 28px;
}

.ideal-for-text {
	font-size: 18px;
	line-height: 1.5;
	padding: 12px;
}

/* --- Features Section --- */
.features-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	width: 100%;
}

.feature-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.badge {
	width: 75px;
	height: 75px;
	border-radius: 18px;
	background: linear-gradient(180deg, #9b8a59 0%, #4f462c 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: 'Anton', sans-serif;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 25px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-card .description {
	font-size: 18px;
	line-height: 1.6;
	color: #1c1c1a;
	margin: 0;
}

.feature-card .description strong {
	font-weight: 700;
	color: #1a1a1a;
}

/* --- Invest Your Smile (CTA) Section --- */
.invest-your-smile-today .btnKvrb {
	background: linear-gradient(to bottom, rgba(79, 79, 77, 1) 0%, rgba(26, 26, 24, 1) 100%);
	transition: all 0.4s;
}

.invest-your-smile-today .btnKvrb:hover {
	background: linear-gradient(to bottom, rgba(26, 26, 24, 1) 0%, rgba(79, 79, 77, 1) 100%);
}

.invst-stdy-bg {
	background: url('images/invest-your-smile-today-bg.webp') no-repeat center top/cover;
}

.invest-your-smile-today h2 {
	color: #fff;
}

.join-today-text {
	font-weight: 600;
}

/* --- Contact Card Section --- */
.contact-card {
	background-color: #978454;
	border-radius: 12px;
	padding: 50px 40px;
	width: 100%;
	max-width: 480px;
	position: absolute;
	top: -500px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item:first-child {
	padding-top: 0;
}

.contact-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.icon-box {
	background-color: #1e1d1b;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 26px;
	flex-shrink: 0;
}

.text-box {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.label {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}

.contact-item .detail {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.contact-item .detail a {
	color: #fff;
	text-decoration: none;
}


/* =========================================
   ALL RESPONSIVE MEDIA QUERIES
========================================= */

/* Laptops & Tablets Landscape */
@media (max-width: 1024px) {
	.features-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 30px;
	}
}

/* Tablets Portrait */
@media (max-width: 992px) {
	.pricing-wrapper {
		flex-direction: column;
	}

	.image-section {
		height: 400px;
		flex: none;
	}

	.table-section {
		flex: none;
	}
}

/* Smaller Tablets & Large Phones */
@media (max-width: 768px) {
	.features-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 35px 25px;
	}
}

/* Mobile Devices */
@media (max-width: 576px) {
	.image-section {
		height: 300px;
	}
}

/* Small Mobile Devices */
@media (max-width: 480px) {

	/* Features Mobile */
	.features-container {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 0 15px;
	}

	.feature-card {
		align-items: center;
		text-align: center;
	}

	.badge {
		margin-bottom: 15px;
	}

	/* Contact Card Mobile */
	.contact-card {
		padding: 40px 25px;
	}

	.icon-box {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}

	.contact-item {
		gap: 15px;
	}

	.detail {
		font-size: 15px;
	}

	.label {
		font-size: 14px;
	}
}



.header-container.inner-header {
	height: 780px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-container.inner-banner-container {
	padding-top: 0;
}

.inner-caption {
	position: relative;
	z-index: 99;
}

.inner-caption span {
	font-family: 'Impact Regular', 'Anton', sans-serif;
	font-size: 85px;
	text-transform: uppercase;
	line-height: 90px;
	letter-spacing: 1.5px;
}

.privacy-policy-section {
	padding: 60px 20px;
	display: flex;
	justify-content: center;
}

.privacy-container {
	width: 100%;
	background-color: #ffffff;

}

.page-header {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f0f0f0;
}

.page-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 15px;
}

.intro-text {
	font-size: 1.05rem;
	color: #555555;
	max-width: 942px;
	margin: 0 auto;
}

.policy-section {
	margin-bottom: 40px;
}

.policy-section h2 {
	font-size: 34px;
	line-height: 50px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-family: "Poppins";
}

.policy-section p {
	font-size: 1rem;
	color: #444444;
	margin-bottom: 15px;
}

.policy-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.policy-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 1rem;
	color: #444444;
}

.policy-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: #a47e3b;
	font-weight: bold;
	font-size: 1.1rem;
}

.policy-list li strong {
	color: #1a1a1a;
	font-weight: 600;
}

.policy-footer {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 2px solid #f0f0f0;
	text-align: center;
	font-size: 1.05rem;
	font-weight: 600;
	color: #a47e3b;
}

@media (max-width: 768px) {
	.privacy-policy-section {
		padding: 40px 0px;
	}

	.privacy-container {
		padding: 40px 30px;
		border-radius: 12px;
	}

	.page-title {
		font-size: 2.2rem;
	}

	.policy-section h2 {
		font-size: 1.25rem;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	.privacy-container {
		padding: 30px 10px;
	}

	.page-title {
		font-size: 1.8rem;
	}

	.policy-list li {
		padding-left: 25px;
	}
}



.hero-title {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #e8ca7d;
}

.hero-text {
	font-size: 1.1rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
}

/* Zig-Zag Layout */
.zigzag-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}

.zigzag-row {
	display: flex;
	align-items: stretch;
	gap: 60px;
	margin-bottom: 80px;
}

.zigzag-row.reverse {
	flex-direction: row-reverse;
}

.content-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-col {
	flex: 1;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.image-col:hover img {
	transform: scale(1.05);
}

/* Text Blocks */
.policy-block {
	margin-bottom: 0px;
}

.policy-block:last-child {
	margin-bottom: 0;
}

.policy-block h2 {
	font-size: 34px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-family: "Poppins";
}

.policy-block h2 span {
	background: #a47e3b;
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 700;
	flex-shrink: 0;
	display: none;
}

.policy-block p {
	font-size: 1rem;
	color: #555555;
	margin-bottom: 12px;
}

.custom-list {
	list-style: none;
	margin-bottom: 15px;
}

.custom-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	color: #555555;
	font-size: 1rem;
}

.custom-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: #a47e3b;
	font-weight: bold;
	font-size: 1.1rem;
}

/* Footer Box */
.agreement-box {
	text-align: center;
	padding: 50px 20px;
	background: linear-gradient(145deg, #1a1a1a 0%, #2b2b2b 100%);
	color: #ffffff;
	border-top: 4px solid #a47e3b;
}

.agreement-box p {
	font-size: 1.2rem;
	font-weight: 500;
	max-width: 800px;
	margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {
	.zigzag-row {
		gap: 40px;
	}

	.hero-title {
		font-size: 2.8rem;
	}
}

@media (max-width: 768px) {
	.hero-section {
		height: auto;
		padding: 80px 20px;
	}

	.zigzag-row {
		flex-direction: column-reverse;
		gap: 30px;
		margin-bottom: 60px;
	}

	.zigzag-row.reverse {
		flex-direction: column-reverse;
	}

	.image-col {
		width: 100%;
		aspect-ratio: 4/3;
	}
}

.inner-banner-header {
	height: 790px;
}

.banner-container.inner-banner-container {
	height: 100%;
}

.innerBanner-container {
	height: 100%;
	display: flex;
	align-items: end;
}

.inrbnr-content span {
	font-family: 'Impact Regular', 'Anton', sans-serif;
	font-size: 110px;
	text-transform: uppercase;
	line-height: 88px;
	text-shadow: 11px 0 36px rgba(0, 0, 0, 0.24);
}

.inrbnr-content-inside {
	max-width: 880px;
	margin-left: auto;
}

.inrbnrThumb-inside img {
	margin-left: -85px;
}

.dots-shape {
	position: absolute;
	top: 0;
	right: 18%;
}

.plans-signature-care .dflt-title {
	margin-bottom: 100px;
}

.inrbnr-content,
.inrbnr-thumb {
	position: relative;
}

.plan-packages-bg {
	z-index: 1;
}

.plan-packages-bg::after {
	content: " ";
	display: block;
	width: 80%;
	height: 100%;
	background:
		radial-gradient(circle at 0% 35%, rgba(193, 137, 46, 0.55) 0%, transparent 25%),
		radial-gradient(circle at 100% 75%, rgba(115, 74, 7, 0.9) 0%, transparent 20%),
		linear-gradient(180deg, #806d3f 0%, #584d30 45%, #1d1c19 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.plan-pricing-box {
	position: absolute;
	right: 0;
	top: 130px;
}

.plans-signature-care-content {
	padding: 60px 0;
}

.plans-signature-care-content-inside {
	max-width: 780px;

}

.plans-signature-care-content .pricing-title {
	font-size: 80px;
	line-height: 99px;
	filter: drop-shadow(-4px -2px 2px rgba(0, 0, 0, 0.5));
}

.plans-signature-care-content .signature-care-texture {
	background-image: url(images/plan-signature-care-bg.webp);
}

.plans-signature-care-thumb img {
	margin-top: -100px;
}

.plans-signature-care-content .cyp-plan-content h4 {
	margin-bottom: 15px;
}

.plans-signature-care-content ul.cyp-plan-list li {
	margin-bottom: 6px;
}

.plan-signature-elite-sec .plans-signature-care-content-inside {
	margin-left: auto;
}

.plan-signature-elite-bg.plan-packages-bg::after {
	content: " ";
	display: block;
	width: 80%;
	height: 100%;
	background:
		radial-gradient(circle at 100% 35%, rgba(193, 137, 46, 0.55) 0%, transparent 25%),
		radial-gradient(circle at 0% 75%, rgba(115, 74, 7, 0.9) 0%, transparent 20%),
		linear-gradient(180deg, #806d3f 0%, #584d30 45%, #1d1c19 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.plan-signature-elite-bg {
	margin-top: 160px;
}

.plan-signature-elite-sec .signature-care-texture {
	background-image: url(images/plan-signature-elite-bg.webp);
}

.abt-tsdentl-content {
	color: #1c1c1a;
}

.abt-tsdentl-content h4 {
	font-size: 28px;
}

.abt-tsdentl-content h4 span {
	font-weight: 600;
	color: #9d8958;
}

.abt-tsdentl-thumb img,
.abt-tsdentl-contant img {
	border-radius: 70px;
}

.abt-tsd-02 {
	border-radius: 70px;
}



.at-thusnd-banner {
	background-color: transparent;
	position: relative;
	margin-right: 0px;
}

/* .at-thusnd-banner-img {	
	height: 668px;
	-webkit-mask: url(images/shape-mask.webp) bottom right no-repeat;
  	mask: url(images/shape-mask.webp) bottom right no-repeat;
  	border-radius:40px;	
	background-size: cover !important;
  	background-position: center !important;	
} */

.small-at-tsml-thumb img {
	border-radius: 60px;
}

.small-at-tsml-thumb {
	position: absolute;
	bottom: -85px;
	right: -85px;
	z-index: 1;
}

.at-thusnd-banner-content p {
	color: #1a1a1a;
}

.your-smile-is {
	color: #1a1a1a;
}

.join-us-at span {
	color: #988555;
}

.pageError p {
	color: #1a1a1a;
}

.here-to-help {
	color: #1a1a1a;
}

.text-color {
	color: #988555;
}

.get-in-touch {
	color: #1a1a1a;
}

.get-in-touch h2 {
	font-family: "Poppins";
	font-size: 50px;
	font-weight: 600;
	line-height: 55px;
	text-transform: capitalize;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	padding: 10px 0;
}

.icon-circle {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #9d8958;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.icon-circle svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

.getintouch-info .text-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.getintouch-info .label {
	font-size: 17px;
	color: #666666;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.getintouch-info .value {
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 400;
	text-decoration: none;
}

.getintouch-info .visit .value {
	font-size: 20px;
}

.getintouch-info .description {
	font-size: 15px;
	color: #666666;
	line-height: 1.6;
	margin-top: 5px;
}

.divider {
	height: 1px;
	background-color: #f3f3f3;
	margin: 20px 0;
	width: 100%;
}


.hours-section {
	flex: 1;
	background: linear-gradient(to bottom, rgba(114, 97, 55, 1) 0%, rgba(151, 132, 84, 1) 100%);
	padding: 60px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	border-radius: 60px;
}

.hours-section .cnt-clock-icon {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.hours-header {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}

.hours-header .icon-group {
	display: flex;
	align-items: center;
	gap: 5px;
}

.hours-header svg {
	width: 28px;
	height: 28px;
	fill: #fff;
}

.hours-subtext {
	font-size: 16px;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}

.hours-grid {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 15px 80px;
	font-size: 16px;
}


.appointment-section {
	padding: 80px 0;
}

.content-box {
	background: linear-gradient(to bottom,  rgba(77,77,75,1) 0%,rgba(27,27,25,1) 100%);
	border-radius: 40px;
	padding: 60px 40px 0;
	color: #ffffff;
}

.main-heading {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	font-family: "Poppins";
	text-transform: capitalize;
}

.sub-heading {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	font-family: "Poppins";
	text-transform: capitalize;
}

.desc-text {
	font-size: 1.05rem;
	color: #e0e0e0;
	line-height: 1.6;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-list li {
	font-size: 1.1rem;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
}

.feature-icon {
	color: #b58d56;
	margin-right: 15px;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.content-box {
		padding: 40px 20px;
		border-radius: 20px;
	}

	.main-heading {
		font-size: 2rem;
	}

	.sub-heading {
		font-size: 1.8rem;
	}

	.desc-text,
	.feature-list li {
		font-size: 0.95rem;
	}
}

.open-menu.btn-customized, .open-menu.btn-customized:hover, .open-menu.btn-customized:active, .open-menu.btn-customized:focus, .open-menu.btn-customized:active:focus, .open-menu.btn-customized.active:focus, .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active, .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
	border: none;
	background-color: transparent;
	margin-right: 0;
    padding: 0;
}
.sidebar .logo {
    padding: 50px 20px 40px;
	background: #fff;
}	
.mobile-container .mobile-nav {
    margin-top: 0px;
    background: linear-gradient(180deg, #4f4f4d 0%, #1a1a18 100%);
}



.theContentPage {
    color:#1a1a1a;
}

.auth-box {
    flex: 1;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.auth-box h2 {
    font-size:34px;
    line-height: 28px;
}
body .woocommerce form .form-row .input-text,
.auth-box input[type="text"], 
.auth-box input[type="email"], 
auth-box .input[type="password"] {
    width: 100%;
    padding: 14px 16px;
    font-family: inherit;
    font-size: 1rem;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.auth-box p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

body .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    line-height: 46px;
}
.auth-box p a {
    color:#928358;
}

.woocommerce-cart .has-inter-font-family,
.single-product .has-inter-font-family {
    color:#1a1a1a;
}


.product-custom {
    color:#1a1a1a;
}
.single-product .product-cart {
    max-width:317px;
}

.single-product .product-cart form.cart {
    display: flex;
    align-items: center;
    gap: 20px;
}
body.woocommerce .quantity .qty {
    width: 100%;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #cfcfcf;
    padding: 10px 20px;
    max-width: 96px;
}

body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%);
    border-radius: 0px;
    padding: 13px 40px;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    border: none;
    text-align: center;
    text-decoration: none;
    border-radius: 8px
}
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background: linear-gradient(to bottom, rgba(78, 66, 36, 1) 0%, rgba(158, 139, 90, 1) 100%);
}

.single-product .product-price {
    font-family: 'Impact Regular', 'Anton', sans-serif;
    font-size: 37px;
    margin-bottom: 40px;
}
.admin-bar a{
     color:#1a1a1a;
     text-decoration:none;
}
.admin-bar .woocommerce-MyAccount-navigation ul{
    max-width:260px;
}
.admin-bar .woocommerce-MyAccount-navigation ul li{
    margin:0 0 15px;
}
.admin-bar .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    font-size: 18px;
    font-weight:500;
    background-color: rgb(146, 131, 88);
    border-radius:6px;
    padding:10px 20px;
    display:block;
}




/*Cat*/

.woocommerce-cart .wc-block-cart-items__header-image,
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image{
    display:none;
}

.woocommerce-cart .wp-block-woocommerce-cart {
    color:#1a1a1a;
}

.wc-block-cart__main table.wc-block-cart-items,
.wc-block-cart__main .wc-block-cart-items td{
    color:#1a1a1a;
}

body.woocommerce-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, 
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible;
    text-align: left;
}


body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
body.woocommerce-cart .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-size: 28px;
    font-weight: 700;
    margin-right: 6px;
}

body.woocommerce-cart .wc-block-components-product-metadata{
    text-align: left;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%);
    border-radius: 0px;
    padding: 13px 40px;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    border: none;
    text-align: center;
    text-decoration: none;
    border-radius: 8px
}




body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{
    color: #fff;
    background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%);
    padding: 13px 40px;
    border-radius: 8px;
    line-height: 25px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%);
}
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
    left: 15px;
}
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image{
    display:none;
}
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 4px 12px 12px 0px;
    word-break: break-word;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 24px;
}

body.woocommerce-checkout .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-size: 21px;
    font-weight: 700;
    margin-right: 6px;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], 
body.woocommerce-checkout .wc-block-components-text-input input[type=email], 
body.woocommerce-checkout .wc-block-components-text-input input[type=number], 
body.woocommerce-checkout .wc-block-components-text-input input[type=password], 
body.woocommerce-checkout .wc-block-components-text-input input[type=tel], 
body.woocommerce-checkout .wc-block-components-text-input input[type=text], 
body.woocommerce-checkout .wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
}

.admin-bar .woocommerce table.my_account_orders td, 
.admin-bar .woocommerce table.my_account_orders th {
    padding: 20px 8px;
    vertical-align: middle;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%) !important;
    color:#fff !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
     background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%) !important;
}
.admin-bar .woocommerce table.my_account_orders .button {
    white-space: nowrap;
    margin: 0 5px;
}

.admin-bar h1, .admin-bar h2 {
    font-size: 34px;
    line-height: 40px;
}



















.footerContainer {
	background: #1d1c1a;
	padding-top: 110px;
}

.cprt-sec {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	border-top: 1px solid #646464;
	padding: 35px 0;
}

.ftrNav {
	padding: 45px 0;
}

ul.ftr-trtmnt-list {
	display: flex;
	justify-content: center;
}

ul.ftr-trtmnt-list li {
	position: relative;
	padding: 0 20px;
	position: relative;
}

ul.ftr-trtmnt-list li::before {
	content: " ";
	display: block;
	width: 2px;
	height: 12px;
	background: url('images/ftr-divider-line.webp') no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}

ul.ftr-trtmnt-list li:last-child:before {
	display: none;
}

ul.ftr-trtmnt-list li a {
	color: #8f8f8f;
	text-decoration: none;
	transition: all 0.4s;

}

ul.ftr-trtmnt-list li a:hover {
	color: #978555;
}

.copyRight p {
	color: #bebebe;
	font-size: 17px;
}

.ftr-copy-right span a {
	color: #978555;
	text-decoration: none;
}

a.btn-customized {
    margin-right: 0;
    padding: 0;
}

.wc-block-components-product-metadata__description { display:none !important; }


.mini-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 998;
  

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.mini-cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mini-cart-panel {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  max-width: 100%;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  
  transition: right 0.3s ease-in-out; 
  display: flex;
  flex-direction: column;
}

.mini-cart-panel.active {
  right: 0;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eeeeee;
}

.cart-header h2 {
  margin: 0;
  font-size: 18px;
}

.mini-cart-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #555;
}

.cart-content {
  padding: 20px;
  flex-grow: 1;
  overflow-y: auto;
  color:#1c1c1a;
}
.cart-content .cart_list .mini_cart_item > a[role="button"],
.cart-content .cart_list .mini_cart_item > a + a img{
    display:none;
}
.cart-content .cart_list .mini_cart_item > a + a {
    text-decoration: none;
    font-size: 34px;
    font-weight: 600;
    color:#1c1c1a;
    margin-bottom: 32px;
    display: block;
}
.cart-content ul.cyp-plan-list li {
    font-size: 16px;
    line-height: 25px;
}
.cart-content .cyp-plan-content {
    padding-bottom: 10px;
}
.cart-content .woocommerce-Price-amount.amount{
        font-weight: 600;
    font-size: 20px;
}
.cart-content .woocommerce-mini-cart__total.total{
    margin-top:15px;
}
.cart-content .woocommerce-mini-cart__total.total > strong{
    font-weight: 400;
    font-size: 24px;
}
.cart-content .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount{
    font-weight: 600;
    font-size: 40px;
}
.cart-content .woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.cart-content .woocommerce-mini-cart__buttons.buttons .button{
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to bottom, rgba(158, 139, 90, 1) 0%, rgba(78, 66, 36, 1) 100%);
    border-radius: 0px;
    padding: 10px 20px;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    border: none;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
}

.cart-content .cyp-plan-content h4 {
    font-size: 21px;
    margin-bottom: 16px;
}

.mini_cart_item dl.variation > dt.variation-{
    display:none;
}



