html {
  scroll-behavior: smooth;
}

.left.sticky{
    overflow:hidden;
}

.inner .banner h1{
    line-height: 1!important;
    padding-bottom: 2rem;
}

.timeline-container{
	display:block;
	position:relative;
}
.timeline-container ul.tl{
	margin:20px 0;
	display:inline-block;
	padding: 3rem 3rem 0 3rem;
}

.timeline-container ul.tl li {
	list-style: none;
	margin:auto;
	min-height:50px;
	border-left:1px solid #999;
	padding:0 0 50px 60px;
	position:relative;
	display: flex;
	flex-direction: row;
}
.timeline-container ul.tl li.dashed {
	border-left:1px dashed #86D6FF;
}
.timeline-container ul.tl li:last-child{
	border-left:0;
    padding-bottom: 0;
}
.timeline-container ul.tl li .item-icon {
	position: absolute;
	left: -18px;
	top: -5px;
	content: " ";
	border: 12px solid #d9ccb4;
	background: #bfad8d;
	height: 20px;
	width: 20px;
	box-sizing: initial;
}
.timeline-container ul.tl li:hover::before{
	border-color: #258CC7;
	transition: all 1000ms ease-in-out;
}
ul.tl li .item-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
ul.tl li .item-title {
	font-size: 1.25rem;
}
ul.tl li .item-detail {
	color:rgba(0,0,0,0.5);
	font-size: 1;
}
ul.tl li .item-timestamp{
	color: #8D8D8D;
	text-align: right;
	padding-left: 20px;
}
.p-tb-4{
    padding: 4rem 0;
}
.treatment-menu li{
    line-height: 2rem;
    padding-bottom: 1.5rem;
}
.treatment-menu li a{
    font-size: 1.2rem;
}
.no-hero .header__content{
	box-shadow: none;
	background: transparent;
}

.no-hero .menu-toggle svg, .no-hero .menu-toggle svg:hover {
	fill: #000;
}
.no-hero .menu-toggle.fixed svg, .no-hero .menu-toggle.fixed svg:hover{
    fill: #fff;
}
.no-hero .menu-toggle.active svg {
  fill: #000!important;
}
.no-hero #home-banner{
    height: 200px; 
    position: absolute;
}
.no-hero header:not(.fixed) .header__content .btn.outline {
  border-color: #000 !important;
}
.no-hero header:not(.fixed) .header__content--logo img{
  height: 60px;
  width: 100%;
}
.header.fixed{
    transition: all 500ms ease-in-out;
}
.main-navigation__nav{
    padding-top: 6rem;
}
.main-navigation__nav li.nav-small-title a {
  font-family: century-gothic,sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
    padding-bottom: 0.4rem;
}
.main-navigation__nav li.nav-small-title-first{
  margin-top: 2rem;    
}
.inner .section__explore-content{
    max-width: 700px;
}
.inner .page-wrapper{
    overflow-x: hidden;
}
.inner .section__banner h1{
    text-align: center;
}
.grid-3-col.col-1-3-1 {
  grid-template-columns: 2fr 3fr 2fr;
}
.section-column-gap{
    gap: 8rem;
}
.staff-menu{
    background: #000;
    background-image: url(/wp-content/uploads/2025/06/bg-marble-blk.webp);
    background-repeat: repeat-y;
    padding: 5rem 3rem;
}
.staff-menu ul{
    line-height: 2.25rem;
}    
.staff-menu li a{
    color: #fff;
}
.eprofile{
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #eee;
}
.eprofile h3{
    font-size: 1.45rem;
    letter-spacing: 0.25rem;
}
.eprofile:has(.etitle) h3 {
    margin: 0!important;
}
.ebio{
    column-gap: 5rem;
}
.etitle{
    font-style: italic;
}
a[name] {
    scroll-margin-top: 140px;
}
.no-hero {
  background-image: url('/wp-content/themes/omatix_v2/assets/images/img-choose-bg.png');
    background-repeat: no-repeat;
}

.form-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 1rem;
    margin: auto;
    width: 100%;
    list-style: none;
    padding: 0;
}

.form-links li {
    width: 100%;
}

.form-links a {
    display: block;
    text-align: center;
    padding: 12px 16px;
    border: 1px solid #555;
    background: transparent;
    color: #555;
    text-decoration: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.form-links a:hover {
    background: #555;
    color: #fff;
}

.video-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 20px;
}

/* Ensure video items scale properly */
.video-item {
    text-align: center;
    cursor: pointer;
}

.video-item img {
    width: 100%;
    transition: transform 0.3s ease;
}

.video-item img:hover {
    transform: scale(1.05);
}

.video-title {
    font-size: 14px;
    margin-top: 5px;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.video-modal iframe {
    width: 80%;
    height: 60vh;
    max-width: 800px;
    border: none;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.map-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
}
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 1023px) {
    .video-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
	.timeline-container ul.tl{
		padding-bottom: 0;
	}
    .menu-mobile-cta ul a svg {
    margin-top: 3px;
    margin-bottom: 5px;
    height: 14px;
    width: auto;
  }
    .no-hero #home-banner{
    height: 80px; 
    position: absolute;
}
    .header, .header .header__content{
        background-color:transparent;
        backdrop-filter:none;
    }
    .header, .menu-toggle{
        position: absolute;
    }
    body.admin-bar {
        margin-top: -46px;
    }
    .section__banner {
        height: calc(80vh - 80px) !important;
    }
    .header .header__content--logo.header__content--logo-mobile img{
        height: 50px;
    }
    .header.fixed .header__content--logo.header__content--logo-mobile img{
        height: 40px;
    }
    .menu-mobile-cta ul a{
        flex-direction: column;
    }
    .menu-mobile-cta ul a svg{
        margin: 0 0 6px 0;
    }
    .inner .section__explore-content h2{
        font-size: 35px;
        margin-bottom: 0!important;
    }
    .footer .logo a img{
        display: none;
    }
    .section__schedule {
        min-height: 40vh;
        background-attachment: scroll;
    }
    .menu-mobile-cta ul a {
        background-color: #000;
    } 
    .menu-mobile-cta ul li:last-of-type {
        border-left: 1px solid #444;
    }
    .no-hero .menu-toggle.active svg {
      fill: #fff!important;
    }
        .grid-3-col.col-1-3-1 {
      grid-template-columns: 1fr;
    }
    .section-column-gap{
        gap: 1.5rem;
    }
    .pb-5{
        padding-bottom: 1rem;
    }
    .ebio{
        row-gap: 3rem;
    }
    a[name] {
        scroll-margin-top: 80px;
    }  
    .form-links {
        grid-template-columns: 1fr;
    }    
    .video-gallery {
        grid-template-columns: 1fr;
    }
    .no-hero header:not(.fixed) .header__content--logo img{
        filter: invert(1)!important;
    }
}

.monthly-specials {
	color: #1f1f1f;
}

.specials-container {
	max-width: 1640px;
	margin: 0 auto;
}

.specials-header {
	text-align: center;
	margin-bottom: 60px;
}

.specials-header p {
	margin: 0 0 12px;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #bfad8d;
	font-weight: 600;
}

.specials-header h2 {
	margin: 0;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 400;
	line-height: 1;
}

.specials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.special-card {
	position: relative;
	background: #fefcf9;
	padding: 54px 42px;
	border: 1px solid rgba(191,173,141,.22);
	text-align: center;
	overflow: hidden;
	box-shadow:
		0 20px 45px rgba(0,0,0,.06),
		0 0 0 1px rgba(191,173,141,.08);
	transition: .4s ease;
}

.special-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 70%;
	height: 3px;
	background: #bfad8d;
	transform: translateX(-50%);
	opacity: .75;
}

.special-card:hover {
	transform: translateY(-5px);
	box-shadow:
		0 28px 65px rgba(0,0,0,.09),
		0 0 0 1px rgba(191,173,141,.18);
}

.special-card h3,
.special-card .subtitle,
.special-card .offer,
.special-card .details,
.special-card .note {
	position: relative;
	z-index: 2;
}

.special-card h3 {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #a99674;
}

.special-card .subtitle {
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #2d2d2d;
	font-weight: 500;
}

.special-card .offer {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
	color: #a99674;
}

.special-card .offer span {
	display: block;
	font-size: clamp(42px, 5vw, 58px);
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	margin-top: 8px;
	color: #a99674;
}

.special-card .details {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	color: #111;
}

.special-card .note {
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #555;
}

.specials-footer {
	text-align: center;
	margin-top: 54px;
	font-size: 22px;
	font-weight: 600;
}

.specials-footer a {
	color: #1f1f1f;
	text-decoration: none;
	transition: .3s ease;
}

.specials-footer a:hover {
	color: #bfad8d;
}

.specials-footer span {
	margin: 0 14px;
	color: #bfad8d;
}

.specials-footer p {
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #555;
}

@media (max-width: 991px) {
	.monthly-specials {
		padding: 60px 18px;
	}

	.specials-header {
		margin-bottom: 40px;
	}

	.specials-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.special-card {
		padding: 42px 26px;
	}

	.special-card .offer span {
		font-size: 46px;
	}

	.specials-footer {
		font-size: 18px;
	}

	.specials-footer span {
		display: block;
		margin: 8px 0;
	}
}

.gallery-mobile-menu {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.gallery-mobile-menu summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	padding: 12px 48px 12px 16px;
	border: 1px solid #ccc;
	background: #fff;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.gallery-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.gallery-mobile-menu summary::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s ease;
}

.gallery-mobile-menu[open] summary::after {
	transform: translateY(-30%) rotate(225deg);
}

.gallery-mobile-menu summary:hover {
	background: #f7f7f7;
}

.gallery-mobile-menu summary:focus-visible {
	outline: 3px solid #b89a5a;
	outline-offset: 2px;
}

.gallery-mobile-menu ul {
	position: absolute;
	z-index: 20;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	max-height: 340px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	border: 1px solid #ccc;
	background: #fff;
	list-style: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.gallery-mobile-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

.gallery-mobile-menu li:last-child {
	border-bottom: 0;
}

.gallery-mobile-menu a {
	display: block;
	padding: 12px 16px;
	color: #111;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}

.gallery-mobile-menu a:hover,
.gallery-mobile-menu a:focus-visible {
	background: #f3f3f3;
}

.gallery-mobile-menu a:focus-visible {
	outline: 3px solid #b89a5a;
	outline-offset: -3px;
}

.gallery-mobile-menu .current_page_item a,
.gallery-mobile-menu a[aria-current="page"] {
	background: #111;
	color: #fff;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	tr.the_patient,
	tr.the_patient > td {
		display: block;
		width: 100% !important;
		max-width: none !important;
		box-sizing: border-box;
	}

	tr.the_patient > td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	tr.the_patient td.description {
		width: 100% !important;
		max-width: none !important;
		margin-top: 20px;
		text-align: left;
	}

	tr.the_patient .photo_gal {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
		box-sizing: border-box;
	}

	tr.the_patient .photo_gal li {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
	}

	tr.the_patient .photo_gal li a.patients_photos {
		display: block;
		width: 100% !important;
		max-width: none !important;
	}

	tr.the_patient .photo_gal li img {
		display: block;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		margin: 0 !important;
		object-fit: cover;
	}

	tr.the_patient .description .topic_info {
		margin-top: 0;
	}

	ul#myphotos.photo_gal {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px 12px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
		box-sizing: border-box !important;
	}

	ul#myphotos.photo_gal > li {
		display: block !important;
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	ul#myphotos.photo_gal > li:nth-child(1),
	ul#myphotos.photo_gal > li:nth-child(2) {
		font-size: 16px;
		text-align: left;
	}

	ul#myphotos.photo_gal > li:nth-child(3),
	ul#myphotos.photo_gal > li:nth-child(4) {
		width: 100% !important;
		overflow: hidden;
	}

	ul#myphotos.photo_gal > li:nth-child(3) > a,
	ul#myphotos.photo_gal > li:nth-child(4) > a {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	ul#myphotos.photo_gal > li:nth-child(3) img,
	ul#myphotos.photo_gal > li:nth-child(4) img {
		display: block !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: none !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}