.border {
    border-color: #d1ab6a !important;
}
.microscope-box {
    height: -webkit-fill-available;
}

.microscope-box h5 {
    font-size: 20px;
    color: #d1ab6a;
    font-weight: 300;
    letter-spacing: 1.75px;
    margin-bottom: 20px;
}


  .tmd-step {
                display: flex;
                gap: 22px;
                margin-bottom: 35px
            }

            .tmd-step:last-child {
                margin: 0
            }

            .tmd-step span {
                font-size: 70px;
                font-weight: 300;
                line-height: 1;
                color: #d8b46a;
                min-width: 50px
            }

            .tmd-step h3 {
                color: #fff;
                font-size: 24px;
                font-weight: 500;
                margin-bottom: 6px
            }

            .tmd-step p {
                color: #fff;
                font-size: 16px;
                line-height: 1.7;
                max-width: 520px
            }



.age-box ul{
    list-style:none;
    padding:0;
    margin:0;
}
.age-box ul li{
    color:#fff;
    font-size:15px;
    line-height:1.7;
    padding-left:26px;
    margin-bottom:14px;
    position:relative;
}
.age-box ul li::before{
    content:"★";
    position:absolute;
    left:0;
    top:0;
    color:#c89b3c;
    font-size:14px;
}



.sub-title {
	color: #fff;
	letter-spacing: 3px;
	font-size: 13px;
	text-transform: uppercase;
}

.hero-banner {
	position: relative;
	width: 100%;
	height: 75vh;
	min-height: 520px;
	overflow: hidden;
}

.hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	/* background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.15)); */
}

.hero-content {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 520px;
	color: #fff;
	z-index: 2;
}

.hero-content h1 {
	font-size: 35px;
	line-height: 1.15;
	font-weight: 400;
	margin-bottom: 25px;
	color: #000;
}

.hero-btn {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 13px 28px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
}

.hero-btn:hover {
	background: #d1ab6a;
	color: #000;
}

/* Tablet */
@media(max-width:992px) {
	.hero-banner {
		height: 70vh;
	}

	.hero-content {
		left: 6%;
		right: 6%;
		text-align: center;
	}

	.hero-content h1 {
		font-size: 34px;
	}
}

/* Mobile */
@media(max-width:576px) {
	.hero-banner {
		height: 60vh;
		min-height: 420px;
	}

	.hero-content h1 {
		font-size: 26px;
	}

	.hero-btn {
		padding: 11px 22px;
		font-size: 13px;
	}
}


.img-tag img {
	border: 1px solid #d1ab6a;
	padding: 10px;
}

/*XXXXXXXXXXXXXXXXXXXX*/
.review-section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 60px;
	margin-bottom: 30px
}

.review-section:hover .swiper-button-prev {
	opacity: 1
}

.review-section:hover .swiper-button-next {
	opacity: 1
}

.review-card {
	text-align: center
}

.review-card p {
	margin: 0;
	font-size: 15px;
	line-height: 24px
}

.review-card img {
	width: inherit !important;
	height: 190px;
	border-radius: 50%;
	border: 1px solid #d1ab6a
}

.sub-review {
	line-height: 1.2;
	font-size: 22px !important;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 300;
	margin-bottom: 10px !important;
	color: #d1ab6a;
	margin-top: 30px !important
}

.review-heading {
	line-height: 1.2;
	font-size: 16px !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 10px !important;
	color: #d1ab6a
}

.review-section .swiper-slide {
	opacity: .5
}

.review-section .swiper-slide .review-text {
	display: none !important
}

.review-section .swiper-slide-next {
	opacity: 1 !important
}

.review-section .swiper-slide-next .review-text {
	display: none !important
}

@media(max-width:991px) {
	.review-section .swiper-slide {
		opacity: 1
	}

	.review-section .swiper-slide .review-text {
		display: none !important
	}
}


.before-after-section {
	padding: 50px 0;
	position: relative
}

.before-after-card {
	background: #2a2a2a;
	padding: 10px
}

.swiper-button-prev,
.swiper-button-next {
	width: 45px;
	height: 45px;
	background: #d1ab6a;
	border-radius: 50%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px
}

.before-after-section:hover .swiper-button-prev {
	opacity: 1
}

.before-after-section:hover .swiper-button-next {
	opacity: 1
}

.swiper-button-prev :after,
.swiper-button-next :after {
	font-size: 18px;
	font-weight: 700
}

.swiper-button-prev :hover,
.swiper-button-next :hover {
	background: #fff;
	color: #000
}

.swiper-button-prev {
	left: 100px
}

.swiper-button-next {
	right: 100px
}

@media(max-width:768px) {
	.swiper-button-prev {
		left: 0
	}

	.swiper-button-next {
		right: 0
	}
}


.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 12px;
	height: 12px
}

.swiper-pagination-bullet-active {
	background: #d1ab6a;
	opacity: 1;
	width: 12px;
	height: 12px
}

/*XXXXXXXXXXXXXXXXXXXX*/


/*XXXXXXXXXXXXXXXXXXXX*/

.video-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .75);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .25s ease;
	z-index: 99999;
}

.video-modal.active {
	opacity: 1;
	visibility: visible;
}

.video-modal-content {
    position: relative;
    max-width: 100%;
    width: 300px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}
.video-modal video {
	width: 100%;
	height: auto;
	display: block;
}

.video-close {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	z-index: 10;
}


/*XXXXXXXXXXXXXXXXXXXX*/


.counter-section {
	position: relative;
	padding: 60px 0;
	border-top: 1px solid #d1ab6a;
	border-bottom: 1px solid #d1ab6a;
	background: #000;
	margin-top: 50px;
}

.counter-box {
	text-align: center;
	color: #d1ab6a
}

.counter-number {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 10px
}

.counter-text {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: capitalize
}

@media(max-width:991px) {
	.counter-number {
		font-size: 42px
	}
}

@media(max-width:767px) {
	.counter-box {
		margin-bottom: 30px
	}
}


/*XXXXXXXXXXXXXXXXXXXXX*/
.video-wrapper {
	position: relative;
	width: 65%;
	aspect-ratio: 9 / 16;
	background: #000;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #d1ab6a
}

.video-poster,
.lazy-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 10px
}

.lazy-video {
	opacity: 0;
	transition: opacity .5s ease
}

.feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.feature-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.feature-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 28px;
	line-height: 1;
	color: #c7a14a;
	/* luxury gold */
}

/* Tablet */
@media(max-width:768px) {
	.feature-list li {
		font-size: 15px;
	}
}

/* Mobile */
@media(max-width:576px) {

	.feature-list li {
		font-size: 14px;
		margin-bottom: 14px;
	}
}


.premium-cta-section {
	padding: 100px 0;
	border-top: 1px solid #d1ab6a;
	border-bottom: 1px solid #d1ab6a;
	background: #000;
	margin-top: 50px;
}

.premium-cta-box {
	padding: 0;
	text-align: center;
	max-width: 1300px;
	margin: auto
}

.premium-cta-box h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 1px
}

.premium-cta-box p {
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
	letter-spacing: 1px
}

.cta-btn-group {
	margin-top: 40px;
	display: flex;
	gap: 18px;
	justify-content: center;
	flex-wrap: wrap
}

.btn-outline-gold.but-one {
	border: 1px solid #d1ab6a;
	background: #fff0
}

.btn-outline-gold.but-one span {
	color: #fff
}

.btn-outline-gold:hover span {
	color: #000 !important
}

@media(max-width:768px) {
	.premium-cta-box {
		padding: 0
	}

	.premium-cta-box h2 {
		font-size: 22px
	}

	.premium-cta-box p {
		font-size: 16px
	}
}


.luxury-services {
	padding: 50px 0;
}

.luxury-services .container {
	max-width: 1200px;
	margin: auto;
}


/* GRID */
.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.service-box {
	border: 1px solid #c7a14a;
	padding: 20px 15px;
	text-align: center;
	color: #c7a14a;
	font-size: 16px;
	letter-spacing: .5px;
	transition: .3s ease;
}

.service-box:hover {
	background: #fff;
	transform: translateY(-3px);
	font-weight: 700;
}

/* Tablet */
@media(max-width:992px) {


	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile */
@media(max-width:576px) {
	.luxury-services {
		padding: 60px 15px;
	}


	.service-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.service-box {
		font-size: 14px;
		padding: 16px 12px;
	}
}


.faq-premium-section {
	padding: 50px 0
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 70px;
	align-items: center
}

.faq-image img {
	width: 100%;
	height: auto;
	border: 1px solid #d1ab6a
}

.faq-item {
	border-bottom: 1px solid #d1ab6a;
	padding: 12px 0
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer
}

.faq-question h3 {
	font-size: 20px;
	font-weight: 400;
	color: #d8b46a;
	letter-spacing: 1.5px
}

.faq-question span {
	font-size: 26px;
	color: #d8b46a
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: .35s ease
}

.faq-answer p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 12px
}

.faq-item.active .faq-answer {
	max-height: 300px
}

@media(max-width: 992px) {
	.faq-grid {
		grid-template-columns: 1fr
	}
}


.luxury-contact {
	background: transparent;
	margin-top: 50px;
}

.contact-wrapper {
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	background: #000;
	padding: 50px;
}

.contact-left h2 {
	color: #c7a14a;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}

.divider {
	display: block;
	width: 140px;
	height: 1px;
	background: #fff;
	margin: 15px 0 25px;
}

.contact-left p {
	color: #ffffff;
	font-size: 16px;
	max-width: 420px;
}

/* Right Form Box */
.contact-right {
	border: 1px solid #c7a14a;
	padding: 35px;
}

.form-group {
	margin-bottom: 18px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 14px 15px;
	background: transparent;
	border: 1px solid #c7a14a;
	color: #fff;
	font-size: 14px;
	outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #bbb;
}

.submit-btn {
	margin-top: 10px;
	background: #c7a14a;
	color: #000;
	border: none;
	padding: 12px 28px;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: .3s ease;
}

.submit-btn:hover {
	background: #fff;
}

/* Tablet */
@media(max-width:992px) {
	.contact-wrapper {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.contact-left p {
		margin: auto;
	}

	.divider {
		margin: 15px auto 25px;
	}
}

/* Mobile */
@media(max-width:576px) {
	.luxury-contact {
		padding: 60px 15px;
	}

	.contact-left h2 {
		font-size: 28px;
	}

	.contact-right {
		padding: 25px 18px;
	}
}