/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ================ Global ================ */
html {
	scroll-behavior: smooth;
}
body {
	background: #e6f4fd;
}
.page-header {
	display: none !important;
}
.whatsapp-icon .elementor-icon-wrapper {
	width: 30px;
	height: 30px;
	pointer-events: auto !important;
}

/* Navbar */
.main-navbar {
	backdrop-filter: blur(14px);
}
.main-navbar a.elementor-item {
	padding: 8px 10px;
	overflow: hidden;
}
.main-navbar li.menu-item a.elementor-item.color-black {
	color: #000 !important;
}
.main-navbar a.elementor-item:hover {
	text-shadow: 0.5px 0 0 currentColor;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.btn-mobile-nav.index {
	z-index: 999 !important;
	background: transparent;
}
.btn-mobile-nav {
    width: 50px;
    height: 50px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
    border-radius: 12px;
    background: rgba(187, 187, 189, 0.7);
	backdrop-filter: blur(14px);
	border: unset;
}
.burger-line {
	width: 25px;
	height: 3px;
	background: #fff;
	position: relative;
	display: block;
	transition: all 0.5s ease;
}
.burger-line:before, .burger-line:after {
	content: '';
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	transition: all 0.5s ease;
}
.burger-line.black {
	width: 25px;
	height: 2px;
	background: #222831;
	position: relative;
	display: block;
	transition: 0.5s ease;
}
.burger-line.black:before, .burger-line.black:after {
	content: '';
	width: 25px;
	height: 2px;
	background: #222831;
	position: absolute;
	transition: 0.5s ease;
}
.burger-line:before {
	top: -8px;
	left: 0;
}
.burger-line:after {
	bottom: -8px;
	left: 0;
}
.btn-mobile-nav.active .burger-line {
    transform: rotate(45deg);
	background: #000;
}
.btn-mobile-nav.active .burger-line:before {
    transform: rotate(90deg);
	top: 0px;
	background: #000;
}
.btn-mobile-nav.active .burger-line:after {
    transform: rotate(90deg);
	bottom: 0px;
	background: #000;
}
.burger-shortcode {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: fixed;
	top: 10px;
}
.mobile-navbar nav {
	background: transparent !important;
}
.mobile-navbar a.elementor-item-active {
	background-color: transparent !important;
	color: #000 !important;
}
.elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 0px 0px !important;
}
.elementor-item-active {
	font-weight: 700 !important;
	text-decoration: underline !important;
	text-underline-offset: 5px;
}
.toggle-bg.white-bg {
	background: rgba(187, 187, 189, 0.7);
	backdrop-filter: blur(14px);
}
.main-navbar.remove-bg {
	background-color: transparent !important;
	backdrop-filter: unset;
}
.nav-site-logo a img {
	transition: all 300ms ease-in-out;
}
.nav-site-logo a img.shrink-logo {
	width: 36% !important;
}
.floating-wa-text {
	opacity: 1;
	transition: opacity 500ms ease-in-out;
}
.floating-wa-text.disappear {
		opacity: 0;
}
.floating-container{
	transition:all .3s ease;
}
.floating-container.at-bottom{
	padding-bottom:80px;
}

/* Home Page */
.tooth-icon .elementor-icon-wrapper {
	display: flex;
	justify-content: center;
}
.home-form p {
	display: flex;
	margin: unset;
	gap: 10px;
}
.hero-container::before {
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); /* Desktop default */
    z-index: 1;
    pointer-events: none;
}
.pnlm-hotspot-base span:last-child p {
	font-size: 14px !important;
	font-family: "Century Gothic Pro", Sans-serif !important;
	font-weight: 400;
	word-break: keep-all;
	line-height: 15px;
	width: fit-content;
	text-align: center;
	position: absolute;
	left: -25px;
	top: 100%;
}
.home-form p:last-child {
	display: none !important;
}

/* Contact & Booking */
.no-pointer {
	pointer-events: none;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.home-submit-btn, .wpcf7-spinner {
	display: none !important;
}
input.full-name, input.phone, input.purpose, input.date {
	padding: 16px 18px;
	border-radius: 10px;
	border: 1px solid #000; 
	font-size: 14px;
}
input.full-name::placeholder, input.phone::placeholder, input.purpose::placeholder, input.email::placeholder {
	font-family: "Century Gothic Pro";
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	font-size: 14px;
}
input.date::placeholder
.wpcf7-submit.home-submit-btn, .wpcf7-spinner {
  	display: none;
}
.custom-submit-btn {
	border: unset;
	background: #022a6b;
	color: #fff;
	border-radius: 10px;
	padding: 16px;
}
.custom-submit-btn:hover {
	background: #022a6b;
	color: #fff;
}
.custom-submit-btn:focus {
	background: #022a6b;
}
input[type="date"]::-webkit-datetime-edit {
    color: #000;
	font-size: 14px;
	font-weight: 400;
}
.book-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.book-form p {
	margin-bottom: 0px;
}
body.page-id-1561 .child-form p {
	display: flex;
	gap: 10px;
}
body.page-id-1561 .child-form p span {
	width: 100%;
}
input.book-name, input.book-email, input.book-phone, input.book-patient, select.book-patient, select.book-service, input.book-date, textarea.book-notes {
	padding: 10px 14px;
	border-radius: 0px;
	border: unset;
	border-bottom: 1px solid #000; 
	font-size: 14px;
	background: transparent;
}
input.book-name::placeholder, input.book-email::placeholder, input.book-phone::placeholder, input.book-patient::placeholder, textarea.book-notes::placeholder {
	font-family: "Century Gothic Pro";
	color: #000;
	font-weight: 400;
	font-size: 14px;
}
.full-form p {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.full-form p br {
	display: none;
}
textarea.book-notes {
	height: 100px;
}
.custom-submit-btn.booking {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	border: 2px solid #022a6a; !important;
	margin-top: 10px;
}
.custom-submit-btn.booking:hover {
	background: transparent;
	color: #022a6a;
}
.custom-submit-btn.booking:hover svg path {
	stroke: #022a6a;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none !important;
    box-shadow: none !important;
}

select, .wpcf7-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    
    padding: 10px 30px 10px 0;
    width: 100%;
    font-size: 16px;
	font-weight: 400;
}
.wpcf7-form-control-wrap[data-name="new-patient"], .wpcf7-form-control-wrap[data-name="service"] {
	position: relative;
	display: block;
}
.wpcf7-form-control-wrap[data-name="new-patient"]::after, .wpcf7-form-control-wrap[data-name="service"]::after {
	content: "▾";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
}
.custom-submit-btn.booking:focus {
	background-color: #022a6b !important;
}
p.cf7ascaptcha {
	display: block;
	width: 40%;
	margin-top: 10px;
}
.full-form br {
	display: none;
}
.cf7as-captchcode .wpcf7-validates-as-required {
	border: unset;
	border-bottom: 1px solid #000;
	border-radius: 0px;
}
span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid red !important;
}
.dscf7-captcha-container {
	background: #00000000;
}
.dscf7-captcha-container span.dscf7_lt {
	font-family: "Century Gothic Pro", sans-serif;
	font-size: 14px !important;
	color: #000;
}
.dscf7-captcha-container span.wpcf7-form-control-wrap input {
	height: 40px;
	border: 0px;
	border-bottom: 1px solid #000;
	border-radius: 0px;
}
.cf7-cf-turnstile {
	width: 0%;
	height: 0px;
}

/* Footer */
.footer-icon-list ul {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bottom-footer-menu ul li:hover {
	text-decoration: underline;
	color: #fff;
}

/* Testimonial */
/* .twentytwenty-container{
	height:auto !important;
} */

/* Blog */
.blog-search form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.blog-search .e-search-submit {
	margin-left: 0px !important;
	display: flex;
	justify-content: center;
}
.custom-recent-post .elementor-posts-container article {
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
body.single-post h2 {
	font-weight: 600;
}
.categories h5, .tags h5 {
	margin-top: 0px;
}
.categories nav li.cat-item a {
	font-family: "Century Gothic Pro" !important;
	color: #7a7a7a !important;
}
.tags .tagcloud a {
	padding: 5px 8px;
	background: #7a7a7a;
	opacity: 0.5;
	border-radius: 100px;
	font-family: "Century Gothic Pro" !important;
	color: #fff;
}
.categories nav li.cat-item a:hover {
	text-decoration: underline;
}
.custom-tag-link a.elementor-post-info__terms-list-item {
	color: #022a6a;
}
.custom-tag-link a.elementor-post-info__terms-list-item:hover {
	color: #000;
	text-decoration: underline;
}

/* WPVR */ 
div.custom-tooltip > p {
	width: 200px;
	font-family: "Century Gothic Pro";
	font-weight: 400;
	background-color: transparent;
	color: #fff;
	visibility: visible !important;
	top: -40px;
}
div.custom-tooltip p::after {
    display: none !important;
    content: none !important;
}
div.custom-tooltip > p p {
	margin-bottom: 0px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
	.custom-offcanvas {
		left: 100% !important;
		transition: left 1s ease;
	}
	.custom-offcanvas.active {
		left: 0% !important;
	}
	input.full-name, input.phone, input.purpose, input.date {
		padding: 10px 18px;
		font-size: 16px;
	}
	.home-form p {
		flex-direction: column;
	}
	.home-form p br {
		display: none;
	}
	input.full-name::placeholder, input.phone::placeholder, input.purpose::placeholder, input.date::placeholder {
		font-size: 12px;
	}
/* 	.white-bg {
		background: #fff;
	} */
	.iframe-custom {
		height: 400px !important;
	}
	.wpcf7-form-control.wpcf7-submit.has-spinner.home-submit-btn {
		display: block;
		border-radius: 100px;
		border: 1px solid #022a6b;
		color: #022a6b;
		text-transform: uppercase;
		margin-top: 10px;
		padding: 10px 18px;
	}
	.custom-submit-btn {
		display: none;
	}
	.icon-color-mobile svg path {
		fill: #fff;
	}
	.floating-wa-text {
		opacity: 1;
		transition: opacity 500s ease-in-out; 
	}
	.hero-container::before {
		background: linear-gradient(
            0deg,
            rgba(0,0,0,0.6) 0%,
            rgba(0,0,0,0) 100%
        );
	}
	.nav-site-logo a img.shrink-logo {
		width: 100% !important;
	}
	.btn-mobile-nav.nav-diff {
		background: transparent;
		backdrop-filter: unset;
	}
	.different-icon-list ul li:last-child {
		padding-top: 20px;
	}
	.different-icon-list ul li:first-child {
		padding-right: 18px;
		border-right: 1px solid #fff;
	}
	.icon-mobile .elementor-icon-list-items li {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.home-submit-btn:hover {
		background-color: #022a6b;
		color: #fff !important;
	}
	.wpvr-container{
    	touch-action: pan-y;
	}
	.wpcf7-response-output {
		display: none;
	}
	p.cf7ascaptcha {
		width: 100%;
	}
	div.custom-tooltip > p {
		font-size: 12px;
		width: 150px;
		min-width: 150px;
		padding: 0px 0px;
	}
	div.custom-tooltip > p p {
		width: 150px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.custom-offcanvas {
		left: 100% !important;
		transition: left 1s ease;
	}
	.custom-offcanvas.active {
		left: 40% !important;
	}
	.home-form p {
		gap: 5px;
	}
	input.full-name, input.phone, input.purpose, input.date {
		font-size: 10px;
	}
	input.full-name::placeholder, input.phone::placeholder, input.purpose::placeholder, input.email::placeholder {
		text-transform: capitalize !important;
	}
	input.date {
		padding: 12px 16px;
	}
	.icon-color-mobile svg path {
		fill: #fff;
	}
	div.custom-tooltip > p {
		width: 200px;
		min-width: 200px;
		font-size: 14px;
	}
	div.custom-tooltip > p p {
		width: 200px;
	}
}
