@charset "UTF-8";


html, body {
    max-width: 100%;
	overflow-x: hidden;
    }

body {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    background-color: #ffffff;
	padding-top: 0;
  }

:root, [data-bs-theme=light] {
  --bs-body-font-family: 'Bai Jamjuree', sans-serif;
}

.btn:focus, a:focus
{
	 outline: none;
}

.primary-section-padding {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.primary-x-padding {
	padding-left: 3rem;
	padding-right: 3rem;
}

.background-light {
	background-color: #f2f2f2;
}

.container {
	max-width: 1200px;
}

.navbar-toggler:focus
{
	 outline: none !important;
	 box-shadow: none;
}

.nav-link {
	color: #fff;
}

.nav-link:focus
{
	 outline: none !important;
	 box-shadow: none;
	}

.navbar {
	--bs-navbar-active-color: #0092FA;
}

.brand-primary {
	color: #0092FA;
}

.brand-primary-background {
	background-color: #0092FA;
}

  .primary-gradient {
    background: rgb(0,124,247);
    background: linear-gradient(-90deg, rgba(0,124,247,1) 0%, rgba(55,219,224,1) 100%);
  }


.navbar-nav {
	font-size: 20px;
	line-height: 30px;
	font-weight: 350;
	transition: ease 0.2s;
}

.navbar-toggler {
	border: none;
}

.nav-link:hover {
	color: #0092FA;
}

.nav-caret-custom {
	max-width: 18px;
	margin-left: 0.3rem;
}

.eyebrow-tab {
	max-height: 34px;
	display: flex;
	align-content: center;
}

.eyebrow-btn {
	border: #0092FA 2px solid ;
}

.dropdown-menu {
	background-color: rgba(255,255,255,0);
	border: none;
}


.dropdown-item {
	color: #505050;
	font-size: 18px;
	font-weight: 400;
	margin-left: 30px;
}

.nav-byline {
	margin-left: 46px;
	font-weight: 400;
	opacity: 0.5;
	position: relative;
	margin-top: -6px;
}

.hr-nav {
	opacity:0.1;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}

.dropdown-toggle::after {
    display: none;
}

.nav-icon {
	margin-left: -44px;
	width: 24px;
}


.btn-nav-custom {
	color: #0092FA;
	background-color: #fff;
	border: solid 2px #0092FA;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.6rem;
	font-size: 1.1rem;
	font-weight: 400;
}

.btn-nav-custom:hover {
	color: #fff;
	background-color: #0092FA;
	border: solid 2px #0092FA;

}

.btn-custom {
	color: #fff;
	background-color: #0092FA;
	border-radius: 2rem;
	padding: 0.7rem 1.5rem;
	border: solid 2px #ffffff40;
	transition: ease 0.4s;
}

.btn-custom:hover {
	color: #fff;
	background-color: #0092FA;
	border: solid 2px #ffffff40;
	opacity: 0.7;
}


  .btn-custom-white {
    text-decoration: none;
    color: inherit;
    border-radius: 30px;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-left: 28px;
    padding-right: 28px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    width:auto;
    transition: 0.3s ease;
    white-space: nowrap;
    
  }

  .btn-custom-white:hover {
    background-color: #fff;
    color: #0097FF;
    border-color: #0097FF;
  }

  .btn-custom-footer {
    color: #a2a2a4;
  }

.nav-fade-in {
	animation: navFadeIn 0.6s ease 0s 1 normal forwards;
}

@keyframes navFadeIn {
	0% {
		opacity: 0;
		transform: translatex(-50px);
	}

	100% {
		opacity: 1;
		transform: translatex(0);
	}
}

/* ------------------ Home page styles ------------------ */

.home-hero-section {
	background-image: url(../img/abstract-hero-background-2.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.home-hero-content {
	padding-top: 10rem;
}

.home-financial-section {
	background-image: url(../img/home-financial-background.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}


.triangle-up {
	--r: 40px; /* the radius */
	
	width: 380px;
	aspect-ratio: 1/cos(30deg);
	-webkit-mask:
	  conic-gradient(from -30deg at 50% calc(200% - 3*var(--r)/2),#000 60deg,#0000 0)
	   0 100%/100% calc(100% - 3*var(--r)/2) no-repeat,
	  radial-gradient(var(--r) at 50% calc(2*var(--r)),#000 98%,#0000 101%),
	  radial-gradient(var(--r),#000 98%,#0000 101%) space no-repeat
	   0 100%/calc(2*tan(60deg)*var(--r)) calc(2*var(--r));
	clip-path: polygon(50% 0,100% 100%,0 100%);
  }

  .home-hero-headshot {
	background-image: url('../svg/triangle-down.svg');
	background-position: 50% 80%;
	background-repeat: no-repeat;
	background-size: 360px;
  }

  .card {
	max-width: 320px;
	border-radius: 1.5rem;
  }

  .card-icon-container {
	background-color: #ffffff3a;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem;
	margin-bottom: 1rem;
  }

  .card-icon-container-alt {
	background-color: #0097FF;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	margin-bottom: 1rem;
  }

  .opacity-33 {
	opacity: 0.33;
  }

  .hover-scale-up {
	transition: ease 0.4s;
  }

  .hover-scale-up:hover {
	scale: 108%;
  }

  .extraction-card-background {
	background-image: url("../img/card-background-extraction.webp");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
  }

  .extraction-card-background::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, #2fabf88b, #00296f);
    opacity: .7;
	border-radius: 24px;
	z-index: 10;
  }

  .extraction-card-background > * {
	z-index: 100;
  }

  .sedation-card-background {
	background-image: url("../img/card-background-sedation.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  .sedation-card-background::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, #2fabf88b, #00296f);
    opacity: .7;
	border-radius: 24px;
	z-index: 10;
  }

  .sedation-card-background > * {
	z-index: 100;
  }

  .implant-card-background {
	background-image: url("../img/card-background-implant.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  .implant-card-background::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, #2fabf88b, #00296f);
    opacity: .7;
	border-radius: 24px;
	z-index: 10;
  }

  .implant-card-background > * {
	z-index: 100;
  }


  .hover-transparent {
	background-color: #fff;
	border-radius: 1.5rem;
	transition: ease 0.4s;
	border: solid 1px #dedede
  }

  .hover-transparent:hover {
	background-color: #ffffff00;
	color: #fff;
  }

  .quote-left {
	position: absolute;
	transform: translate(-40px, -46px);
	opacity: 0.33;
	font-size: 6rem;
  }

  .quote-right {
	position: absolute;
	transform: translate(0px, -26px);
	opacity: 0.33;
	font-size: 6rem;
  }

/* ------------------ Custom container styles ------------------ */

#main-nav {
	background: rgb(255,255,255,0.20);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 14px );
	-webkit-backdrop-filter: blur( 14px );
	border-radius: 1.5rem;
	transition: ease 0.7s;
	}
	
	#main-nav:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2px;
		border-radius: 1.5rem;
		pointer-events: none;
		background: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.33),
			rgba(255, 255, 255, 0.05)
		);
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: destination-out;
		mask-composite: exclude;
	}

#main-nav.scrolled {
	background: rgba(56, 56, 56, 0.8);
}

.glass-1 {
background: rgb(255,255,255);
background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.03) 100%);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 8.5px );
	-webkit-backdrop-filter: blur( 8.5px );
	border-radius: 1.5rem;
}

.glass-1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
	border-radius: 1.5rem;
	pointer-events: none;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.33),
		rgba(255, 255, 255, 0.05)
	);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.glass-2 {
	background: rgba(255, 255, 255, 0.283);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255,255,255,0) 100%);
		box-shadow: 0 8px 32px 0 rgba(3, 4, 7, 0.173);
		backdrop-filter: blur( 8.5px );
		-webkit-backdrop-filter: blur( 8.5px );
		border-radius: 20px;
	}

.btn-glass {
	padding: 10px 24px;
	
}

/* ------------------ Custom footer styles ------------------ */
.footer-background-img {
	background-image: url(../img/footer-background.webp);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

 .footer-icon-container {
    width: 40px;
    height: 40px;
  }

  .footer-icon-container:hover {
    background-color: #0092FA;
  } 

  .footer-background-3 {
    background-color: #404040;
  }

  .footer-nav-heading {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .footer-nav-list {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 180%;
  }


  .footer-copyright-text {
    font-size: 13px;
    opacity: 0.75;
    font-weight: 300;
  }

  .footer-byline-background {
    background-color: #1e1e1e;
  }

/* ------------------ Breakpoint lg and larger ------------------ */

@media (min-width: 992px) {

	.navbar {
		max-width: 1180px;
	}
	
	.navbar-nav {
		font-size: 15.5px;
		line-height: 30px;
		font-weight: 400;
	}

	.nav-link {
		font-size: 14px;
		letter-spacing: 0.3px;
		margin-right: 1.3rem;
	}

	.nav-caret-custom {
		max-width: 10px;
		margin-left: 0.2rem;
	}
	
	.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 6px;
	padding-left: 1rem;
	padding-right: 1rem;
	outline: #CDCDCD solid 1px;
}
	
	.dropdown-menu:after{
		content:''; /* Required to display content */
		position: absolute; /* Sets the position absolute to the top div */
		top: 0;
		left: 15%;/* position the little arrow */
		margin-left: -15px;
		margin-top:-20px; /* Set margin equal to border px */
		z-index:100;
		width: 20px;
		content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21.056 10.789"><!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --><defs><style> .st0 { fill: %23fff; } .st1 { fill: none; stroke: %23cdcdcd; stroke-miterlimit: 10; } </style></defs><path class="st0" d="M11.638,1.188c-.598-.598-1.567-.598-2.164,0L1.637,9.025l-.153.875.5.889h17.222l.444-.889.2-.499L11.638,1.188Z"/><path class="st1" d="M21.056,9.417h-1.222L11.581,1.165c-.566-.566-1.484-.566-2.05,0L1.278,9.417H0"/></svg>');

	}
	
	.dropdown-item {
	font-size: 14px;
	font-weight: 500;
}
	
	.dropdown-item:hover {
		background-color: rgba(255,255,255,0)
	}
	
	.nav-byline {
	font-size: 13px;
	line-height: 1.1rem;
}
	
	@keyframes navFadeIn {
		0% {
			opacity: 0;
			transform: translateY(-30px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}


}





