/**
Theme Name: Prive Beauty Child
Author: Code Calibre
Author URI: https://codecalibre.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prive-beauty-child
Template: astra
*/

@font-face {
	font-family: 'Agnifa';
	src: url('/wp-content/themes/astra-child/fonts/agnifa.woff2') format('woff2'),
		url('/wp-content/themes/astra-child/fonts/agnifa.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html, body {
overflow-x: hidden !important;
}

.type-post.status-publish .entry-meta {
	display: none;
}
.agnifa h2{
	font-family: 'Agnifa', serif !important;
}
.site-logo-img img {
	min-width: 150px;
}
.ast-builder-menu .main-navigation > ul {
	flex-wrap: wrap;
}
.ast-custom-button {
	background: linear-gradient(90deg, #F2B995 0%, #975E3B 100%) !important;
	box-shadow: 0px 8px 13.6px 0px #D9976C66 !important;
	white-space:nowrap;
	animation: gradientBlinkk 2s infinite ease-in-out!important;
}
.ast-custom-button:hover{
	background: linear-gradient(90deg, #975E3B 0%, #F2B995 100%) !important;
}
.banner-cw {
	max-width: 530px !important;
	margin: auto;
}
.custom-404-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
}
header#masthead {
	max-width: 1280px;
	margin: 25px auto;
	border: 40px !important;
	width: 98%;
	/* padding: 25px 0; */
	border-radius: 69px;
	background: #FFF3E9;
	box-shadow: 0px 10px 14.7px 0px #D9976C66;
}
.site-header{
	width:100%;
}
.ast-primary-header-bar {
	border-radius: 69px !important;
}
.site-header-primary-section-left-center,
.site-header-primary-section-right-center{
	display: none;
}
.site-branding.ast-site-identity{
	padding:0;
}
header .menu-item.current-menu-item > .menu-link {
	border-radius: 5px;
	border-bottom: 1px solid #D9976C;
	box-shadow: 0px 3px 10px 0px #D9976C66;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	padding: 15px 0;
}
.elementor-button.elementor-button-link {
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, #F2B995 0%, #975E3B 100%);
	border-radius: 40px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	box-shadow: 0px -2px 25.7px 9px #D9976C66;
	transition: all 0.3s ease;
	z-index: 1;
	border-bottom: 1.4px solid #fff;
	white-space: nowrap;
	padding: 12px 24px;

}

.elementor-button.elementor-button-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #975E3B 0%, #F2B995 100%);
	border-radius: 40px;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.animate .elementor-button.elementor-button-link{
	animation: gradientBlink 2s infinite ease-in-out!important;
}

.elementor-button.elementor-button-link:hover::before {
	opacity: 1;
}
#colophon > div:not(:last-child) {
	background: transparent;
}
#colophon {
	background:
		linear-gradient(360deg, #EBD6C4 0%, #FFF3E9 87.94%);
}
.menu-footer-menu-container > ul {
	display: flex;
	gap: 10px 55px;
	justify-content: center;
	flex-wrap: wrap;
}

.video-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	margin:auto;
	max-width: 1024px;
}
.elementor-element.elementor-element-8183424.elementor-widget.elementor-widget-html {
	width: 100%;
}
.blog .ast-article-inner {
	background: #fff;
}
.intro-vid {
	border-radius:20px;
	aspect-ratio: 4/2;
	object-fit: cover;
}
.play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
	display: block; /* Make it visible at start */
}
video.intro-vid.testi {
	aspect-ratio: 6 / 7;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
	background:#975E3B !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
	position: relative !important;
	z-index: 1 !important;
	overflow: hidden !important;
	border-radius: 40px !important;
}
nav.navigation.post-navigation {
	max-width: 1024px;
	margin: auto;
	border: none;
	width: 95%;
}
.frm_style_formidable-style.with_frm_style .frm_submit button::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(180deg, #975E3B 0%, #F2B995 100%) !important;
	border-radius: 40px !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease !important;
	z-index: -1 !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover::before {
	opacity: 1 !important;
}

@keyframes gradientBlink {
	0%, 100% {
		opacity: 0.7;
	}
	50% {
		opacity: 1;
	}
}

.animate-gradient {
	animation: gradientBlink 2s infinite ease-in-out !important;
}
.headbtns.foot {
	display: flex;
	gap: 10px 77px;
	justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

footer .menu-link,
.btn.btnno{
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
}
footer .wp-image-88 {
	max-width: 434px;
	width: 70%;
}
footer .wp-social-link a {
	width: 40px;
	height: 40px;
	background:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
}
footer .wp-social-link svg {
	fill: #fff;
}
footer ul.wp-block-social-links{
	gap:10px;
}
.lasesec-p{
	max-width:708px !important;
	margin: auto;
}
.elementor-element-f951f39 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.hydrafacial > div {
	max-width: 613px !important;
	/* 	margin: auto; */
}
.hydrafacial-width::before {
	width: 80%;
	height: 90%;
	content: '';
	background:#EBD6C4;
	top: unset;
	position: absolute;
	bottom: 0;
	right: 0;
	left: unset;
}
.hydrafacial-width{
	width: 90%;
	max-width: 1440px;
	margin:auto;
}
.services-con {
	max-width: 502px;
}


/* Before After Slide Container */
.twentytwenty-wrapper {
	max-width: 874px;
	min-height: 400px;
}

.twentytwenty-container {
	position: relative;
	overflow: hidden;
	height: auto;
	aspect-ratio: 16 / 10;
}

.twentytwenty-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.twentytwenty-before {
	clip-path: inset(0 50% 0 0);
	z-index: 2;
	will-change: clip-path;
	backface-visibility: hidden;
}
.twentytwenty-container {
	-webkit-transform: translateZ(0); /* Create a new stacking context */
}
.twentytwenty-after {
	z-index: 1;
}

.twentytwenty-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 3;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	position: absolute;
	top: 10px;
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-before-label {
	left: 10px;
}

.twentytwenty-after-label {
	right: 10px;
}

.twentytwenty-handle {
	position: absolute;
	top: 0;
	height: 100%;
	width: 2px;
	background: white;
	z-index: 4;
	cursor: ew-resize;
	left: 50%;
}

.twentytwenty-handle span {
	display: block;
	width: 47px;
	height: 47px;
	background:url(/wp-content/uploads/2025/04/Group-1.png) no-repeat;
	background-size: auto;
	border-radius:50%;
	position: absolute;
	top: 50%;
	left: -23px;
	transform: translateY(-50%);
	background-size: 100% 100%;
}
body.noselect, body.noselect * {
	user-select: none !important;
}
.twentytwenty-handle span::before {
	content: 'Before';
	position: absolute;
	right: 103%;
	top: 8px;
	color: #000;
}
.twentytwenty-handle span::after {
	content: 'After';
	position: absolute;
	left: 103%;
	top: 8px;
	color: #000;
}

/* Before After Slide Container End */ 

.clientfav .elementor-icon-list-item{
	flex-direction: row-reverse;
	gap:10px;
}

.elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
	border-color:transparent !important;
	position: relative;
	z-index: 1;
	box-shadow: 0px 4px 4px 0px #D9976C33;

}
.e-n-accordion-item-title {
	justify-content: space-between !important;
}
.confidence-con {
	max-width: 309px !important;
	margin:0 auto;
}
.hydraback::before {
	content: '';
	background:#EBD6C4;
	width: 100%;
	height: calc(100% - 140px);
	position: absolute;
	bottom: 0;
	top: unset;
}
.elementor-element-f351bdd::before {
	content: '';
	background:url(/wp-content/uploads/2025/04/Laser-hair-removal-1-1.png) no-repeat;
	position: absolute;
	z-index: 9;
	opacity: 1;
	background-size: contain;
	background-position:bottom left;
}
.serviceimg {
	position: relative;
	overflow: hidden;
}

/* Fix incorrect property */
.serviceimg {
	transition: all 0.3s ease; /* not transform: all */
}

.serviceimg img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

/* Always present, just hidden */
.serviceimg::before {
	content: '' !important;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5); /* overlay color */
	opacity: 0 !important;
	transition: opacity 0.4s ease;
	z-index: 9;
}

.serviceimg .servicebtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 190%); /* Start hidden below */
	opacity: 0;
	z-index: 10;
	transition: all 0.4s ease;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	color: #000;
}

.serviceimg:hover::before {
	opacity: 1 !important;
}

.serviceimg:hover .servicebtn {
	transform: translate(-50%, -50%);
	opacity: 1;
}

.animatesimg {
	width: 50%;
	max-width: 300px !important;
	animation: zoomInOut 3s ease-in-out infinite;
	transform-origin: center center;
	display: inline-block;
}
.gallery-item img {
	aspect-ratio: 1;
	object-fit: cover;
}
div#ast-mobile-header {
	box-shadow: 0px 10px 14.7px 0px #D9976C66;
	background: #fff9f0;
	border-radius: 71px;
	padding: 0;
	/* 	margin: 5%; */
}
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: #985f3c !important;
}
.ivrisival{
	visibility: hidden;
}

.wp-block-social-links .wp-social-link svg {
	transition: transform 0.3s ease, fill 0.3s ease;
	fill: #fff; 
}

.wp-block-social-links .wp-social-link:hover svg {
	transform: scale(1.2);
	fill: #835336 
}

.wp-block-social-links .wp-social-link:hover a {
	background-color: rgba(255, 255, 255, 0.1); /* subtle background on hover */
}
#sb_instagram .sbi_follow_btn a ,
.sbi_load_btn{
	background: #408bd1;
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	border-radius: 67px !important;
	padding: 10px 20px !important;
}
.booking-con {
	max-width: 810px;
	margin: 50px auto;
	width: 80%;
	padding: 60px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 3px 17.2px 0px #D9976C4D;
}


.booking-con span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	font-weight: 400;
	gap: 15px;
}
.booking-con a {
	animation: gradientBlinkk 2s infinite ease-in-out!important;
}
h2.bookhead {
	font-family: 'Agnifa', serif;
	font-weight: 400;
	font-size: 41px;
	margin-bottom:20px;
	animation: zoomInOut 3s ease-in-out infinite;
}
.ast-article-post .post-thumb-img-content img {
	object-fit: cover;
}
video.cust-video {
    aspect-ratio: 2 / 2;
}
@keyframes zoomInOut {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05); /* slightly zoomed in */
	}
}
@keyframes gradientBlink {
	0% { background-color: #008697; box-shadow: 0 0 3px #975E3B; }
	50% { background-color: #00C8D6; box-shadow: 0 0 40px #835336; }
	100% { background-color: #004559; box-shadow: 0 0 3px #975E3B; }
}
@media(max-width:1200px){
	.elementor-element-f351bdd::before {
		background-size: 50%;
	}
	.animatesimg {
		width: 50%;
		max-width: 300px !important;
	}.video-wrapper {
		width: 85%;
	}
}
@media(max-width:1030px){
	div#ast-desktop-header {
		display: none;
	}
}
@media(max-width:767px){
	.booking-con span {
		font-size: 16px;
		height: 30px;
	}
	.booking-con svg {
		width: 30px;
	}
	h2.bookhead {
		font-size: 22px;
		font-weight:500;
	}
	.twentytwenty-wrapper{
		min-height:53vw;
	}
	.serviceimg .servicebtn {
		transform: translate(-50%, -50%); /* Start hidden below */
		opacity: 1;
	}
	.ivrisival{
		display: none;
	}
	footer .menu-link, .btn.btnno {
		font-size: 18px;
	}
	.headbtns.foot {
		gap: 10px 30px;
		padding:0 20px;
	}
	.menu-footer-menu-container > ul {
		gap: 10px 20px;
		padding:0 20px;
	}
}
@media(max-width:550px){
	.clientfav .elementor-icon-list-item > span {
		font-size: 14px !important;
	}
	.elementor-11 .elementor-element.elementor-element-7c865eb {
		text-align: left !important;
	}
	.clientfav .elementor-icon-list-item {
		flex-direction: row;
		gap: 0px;
	}
	.elementor-11 .elementor-element.elementor-element-f3b4035.elementor-element {
		--align-self: unset !important;
	}
}