/*
Theme Name: OMD LP
Theme URI: https://onlinemarketingfordoctors.com/
Author: FLPZ
Author URI: http://lopezflorian.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper{overflow-x:hidden;}
strong{font-weight:700;}
.mobile-only{display:none !important;}

.hero-video .elementor-custom-embed-play {
	background: #fff;
	border-radius: 50%;
	padding: 14px 13px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-video .elementor-custom-embed-play svg {
	margin-left: 5px;
}

.hero-video:hover .elementor-custom-embed-play {
	-webkit-animation: slp-hero-play-pulse 1.6s ease-out infinite;
	animation: slp-hero-play-pulse 1.6s ease-out infinite;
}

.custom-title {
	position: relative;
	padding: 0 30px;
}

.custom-title::before,
.custom-title::after {
	position: absolute;
	content: "";
	top: 35%;
	transform: translateY(-50%);
	width: 17px;
	height: 16px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.custom-title::before {
	background-image: url("https://crownclinic.com.au/landing/wp-content/uploads/2026/04/IMG_15.svg");
	left: 0;
}

.custom-title::after {
	background-image: url("https://crownclinic.com.au/landing/wp-content/uploads/2026/04/IMG_16.svg");
	right: 0;
}

.slp-free-hair-section,
.slp-aboutus {
	position: relative;
}

.slp-free-hair-section::after,
.slp-aboutus::after {
	content: "ABOUT US";
	position: absolute;
	right: 50px;
	top: 100%;
	left: 100%;
	bottom: -195px;
	z-index: -1;
	display: block;
	font-family: "Exo",sans-serif;
	font-weight: 900;
	font-size: 120px;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #e9f3f1;
	white-space: nowrap;
	transform: translate(-50%, -50%) rotate(-90deg);
	transform-origin: center center;
	pointer-events: none;
}

.slp-free-hair-section::after {
	content: "HAIR CHECK";
	color: rgba(255,255,255,0.14);
	top: 75%;
    left: 100%;
    bottom: 70px;
    z-index: 0;
}

.slp-tabs .e-n-tabs-heading button {
	padding: 0;
	background-color: transparent !important;
	gap: 0;
	margin-bottom: 5px;
	cursor: pointer;
}

.slp-tabs .e-n-tabs-heading button .e-n-tab-title-text,
.slp-tabs .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text {
	background: #3A6B69;
	padding: 12px 40px 12px 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-width: 102px;
	min-height: 50px;
}

.slp-tabs .e-n-tabs-heading button .e-n-tab-title-text {
	background: transparent;	
}

.slp-h-green span {
	color: #1F6F5F;
}

.cvoc-iconbox .elementor-icon-box-icon,
.cvac-iconbox .elementor-icon-box-icon {
	border-radius: 16px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cvac-iconbox .elementor-icon-box-icon {
	background: #1F6F5F;
}

.cvoc-iconbox .elementor-icon-box-icon {
	background: #E7BDA7;
}

.book-cta-section {
  position: relative;
}
.book-cta-section::before,
.book-cta-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: min(35vw, 420px);
	height: 90%;
	background-image: url("https://crownclinic.com.au/landing/wp-content/uploads/2026/04/big-logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}
.book-cta-section::before {
	left: calc(50% - 50vw);
	background-position: left bottom;
}
.book-cta-section::after {
	right: calc(50% - 53vw);
	background-position: right bottom;
	transform: scaleX(-1);
}

.video-container {
	position: relative;
}

.video-container::after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 500px;
	background: #1F6F5F;
	background: radial-gradient(circle, rgba(31, 111, 95, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	z-index: -1;
	border-radius: 250px;
}

.video-container .elementor-custom-embed-play svg {
  display: none;
}
.video-container .elementor-custom-embed-play {
  position: relative;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
}
.video-container .elementor-custom-embed-play::before {
  content: "";
  width: 84px;
  height: 84px;
  display: block;
  background-image: url("https://crownclinic.com.au/landing/wp-content/uploads/2026/04/big-play-icon2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slp-options::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
	z-index: -1;
}

.full-choice-container .elementor-icon-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	width: 48px;
	height: 48px;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(231, 189, 167, 0.3);
	border-radius: 50%;
}

.slp-cbg {
  position: relative;
	overflow: visible;
}

.slp-cbg::before,
.slp-cbg::after {
	  content: "";
	  position: absolute;
	  pointer-events: none;
	  z-index: 0;
}
.slp-cbg::before {
	  top: -20px;
	  left: -20px;
	  width: 128px;
	  height: 128px;
	  border-top: 2px solid rgba(231, 189, 167,0.4);
	  border-left: 2px solid rgba(231, 189, 167,0.4);
	  border-top-left-radius: 0;
}
.slp-cbg::after {
	  right: -20px;
	  bottom: -20px;
	  width: 128px;
	  height: 128px;
	  border-right: 2px solid rgba(231, 189, 167,0.4);
	  border-bottom: 2px solid rgba(231, 189, 167,0.4);
	  border-bottom-right-radius: 0;
}

.slp-adv-img,
.slp-adv-img .elementor-widget-container {
	position: relative;
  	overflow: visible;
}

.slp-adv-img .elementor-widget-container::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -22px;
    right: -19px;
    bottom: -15px;
    border-radius: 40px;
    background: #F9F7F5;
    transform: rotate(-2deg);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
    z-index: -1;
}

.slp-adv-ct::before,
.slp-adv-ct::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: rgba(231, 189, 167, 0.3);
}

.slp-ideal-box .elementor-icon-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	width: 48px;
	height: 48px;
	background-color: #F4FBF9;
	border-radius: 50%;
}

.slp-mask-img .elementor-widget-container {
	--frame: 20px;
	position: relative;
	width: min(100%, 416px);
	aspect-ratio: 416 / 480;
	margin: 0 auto;
	padding: var(--frame);
	box-sizing: border-box;
	background: #fff;
	border-radius: 999px;
	overflow: hidden;
	line-height: 0;
	box-shadow:
		0 24px 50px rgba(0, 0, 0, 0.10),
		0 8px 18px rgba(0, 0, 0, 0.06);
}
.slp-mask-img .elementor-widget-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 999px;
}

.slp-aff-icon::before {
	position: absolute;
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
    top: -17px;
    left: -20px;
	padding: 5px;
	width: 96px;
	height: 96px;
	background-color: #1F6F5F;
	opacity: 10%;
	border-radius: 50%;
}

.slp-consult-card::before {
    position: absolute;
	content: "";
    top: -16px;
    left: -22px;
    right: -19px;
    bottom: -15px;
    border-radius: 40px;
    background: rgba(245, 249, 249, 0.15);
    transform: rotate(-2deg);
    z-index: -1;
}

.slp-consult-cards .elementor-icon-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	width: 80px;
	height: 80px;
	background-color: #53887F;
	border-radius: 50%;
}

.slp-bc .elementor-icon-list-item:first-child .elementor-icon-list-icon svg {
  width: 8px;
  height: auto;
}

.e-n-accordion-item:not([open]) .e-n-accordion-item-title {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width:767px){
	.slp-btn-secondary a::before {
		left: 20px;
	}
	.full-choice-container .elementor-icon-box-wrapper {
		align-items: center !important;
	}
	.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
		align-items: center !important;
	}
}

@media screen and (max-width:991px){
	.mobile-only{display:block !important;}
	.desktop-only{display:none !important;}
	br{display:none;}
	.no-bg-mobile,.mobile-no-bg,.no-bg-mobile .elementor-widget-wrap{background-image:none !important;}
	.slp-aboutus::after,.slp-free-hair-section::after{display:none!important;}
}

#totop{display:none;}

#header{transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;position:fixed;top:0;left:0;width:100%;z-index:99;}
#header.f-nav{box-shadow:0 0 10px #666;background:#006056;}
#header .header-button{display:none;}
#header.f-nav img{max-height:60px;width:auto;}
#header.f-nav .slp-logo {filter: brightness(0) invert(1);}

@media screen and (max-width:991px){
	#header img, #header.f-nav .header-center img{max-height:60px;width:auto;}
	#header.f-nav .header-button{display:block;}
	#header.f-nav .header-logo{display:none;}
	
	.mobile-menu{margin-top:10px;text-align:right;}
	.mobile-menu a{text-transform:uppercase;color:#fff;margin-left:10px;display: inline-block;text-align: center;}
	.mobile-menu .fal{font-size:20px;line-height:1;}
	.mobile-menu a span{display:block;font-size:13px;line-height:1;}
	
	.mobile-menu.slp-mob-menu a{color:#3A6B69;}
	#header.f-nav .mobile-menu.slp-mob-menu a{color:#fff;}
	
	.menu-backdrop{display:none;}
	.menu-backdrop.open{display: block;position: fixed;left: 0;top: 0;margin: 0;width: 10%;z-index: 98;height: 100vh;}
	.menu-container{transition:all .8s !important;-moz-transition:all .8s !important;-webkit-transition:all .8s !important;display: block;position: fixed;right: -100%;top: 0;margin: 0;width: 90%;z-index: 99;height: 100vh;background:rgba(0,0,0,.9);padding:30px;}
	.menu-container.open{right:0;}
	.menu-container .menu-inner{max-height:100vh;overflow-y: scroll;}
	.menu-close{margin-bottom:20px;font-size:32px;text-align:right;display:block;color:#fff;}
	
	.top-menu ul,.top-menu ul li{display:block !important;text-align:left;width:100%;}
}

.top-left>.elementor-container,.top-right>.elementor-container,.bottom-left>.elementor-container,.bottom-right>.elementor-container{z-index:5;}
.top-left:before{content:"";position:absolute;z-index:4;top:-1px;left:0;width:100%;height:120px;background:url(images/top-left.png) no-repeat center top;background-size:100.1% 100.1% !important;}
.bottom-left:after{content:"";position:absolute;z-index:4;bottom:-1px;left:0;width:100%;height:120px;background:url(images/bottom-left.png) no-repeat center bottom;background-size:100.1% 100.1% !important;}
.top-right:before{content:"";position:absolute;z-index:4;top:-1px;left:0;width:100%;height:120px;background:url(images/top-right.png) no-repeat center top;background-size:100.1% 100.1% !important;}
.bottom-right:after{content:"";position:absolute;z-index:4;bottom:-1px;left:0;width:100%;height:120px;background:url(images/bottom-right.png) no-repeat center bottom;background-size:100.1% 100.1% !important;}

.blurred{filter: blur(20px);}

@media screen and (max-width:991px){
	.top-left:before,.top-right:before,.bottom-left:after,.bottom-right:after{background-size: 100.1% auto !important;}
}

@media screen and (max-width:1023px){
	.top-menu.slp-menu ul li a {color:#ffffff !important;}
	.top-menu.slp-menu ul li a:hover, .top-menu.slp-menu ul li a:active {color:#E0BA6B !important;}
}

@media screen and (min-width:1024px) {
	.top-menu.slp-menu ul {
		background: #ffffff;
		padding: 20px 35px;
		border-radius: 32px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	}
	.zigzag-icon-list .elementor-icon-list-items > li:nth-child(even) {
	  padding-left: 30px;
	}
	.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled {
		opacity: 0 !important;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.hero-big-img {
		max-width: 600px !important;
	}
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes slp-hero-play-pulse {
	0% {
		box-shadow:
			0 0 0 0 rgba(255, 255, 255, 0.55),
			0 0 0 0 rgba(255, 255, 255, 0.35);
		transform: translate(calc(-50% * var(--direction-multiplier)),-50%) scale(1);
	}
	60% {
		box-shadow:
			0 0 0 12px rgba(255, 255, 255, 0),
			0 0 0 24px rgba(255, 255, 255, 0);
		transform: translate(calc(-50% * var(--direction-multiplier)),-50%) scale(1.03);
	}
	100% {
		box-shadow:
			0 0 0 0 rgba(255, 255, 255, 0),
			0 0 0 0 rgba(255, 255, 255, 0);
		transform: translate(calc(-50% * var(--direction-multiplier)),-50%) scale(1);
	}
}

@keyframes slp-hero-play-pulse {
	0% {
		box-shadow:
			0 0 0 0 rgba(255, 255, 255, 0.55),
			0 0 0 0 rgba(255, 255, 255, 0.35);
		transform: translate(calc(-50% * var(--direction-multiplier)),-50%) scale(1);
	}
	60% {
		box-shadow:
			0 0 0 12px rgba(255, 255, 255, 0),
			0 0 0 24px rgba(255, 255, 255, 0);
		transform: translate(calc(-50% * var(--direction-multiplier)),-50%) scale(1.03);
	}
	100% {
		box-shadow:
			0 0 0 0 rgba(255, 255, 255, 0),
			0 0 0 0 rgba(255, 255, 255, 0);
		transform: translate(calc(-50% * var(--direction-multiplier)),-50%) scale(1);
	}
}