
/*
-------------------------------------------------------------|
---                    Custom Stylesheet                  ---|
---                 Coffee Creative Studio                ---|
---                     Redefine Dental                   ---|
---                          Frits                        ---|
-------------------------------------------------------------|
                                                       INDEX |
-------------------------------------------------------------|
- FONT IMPORT
- VARIABLES
- TYPOGRAPHY & RESETS
- GENERAL STYLES
- HEADER
- FLEXIBLE CONTENT
- FOOTER
-------------------------------------------------------------|
                                                 FONT IMPORT |
-------------------------------------------------------------|
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*
-------------------------------------------------------------|
                                                   VARIABLES |
-------------------------------------------------------------|
*/

:root {
	--color-dark-blue: #00365F;
	--color-gold: #C0916F;
	--color-dark-grey: #232323;
	--color-light-grey: #f8f8f8;

	--fontsize-heading-title: 64px;
	--fontsize-heading-primary: 48px;
	--fontsize-heading-secondary: 40px;
	--fontsize-heading-tertiary: 24px;
	--fontsize-heading-quarternary: 18px;
	--fontsize-body-large: 18px;
	--fontsize-body-normal: 16px;
	--fontsize-body-small: 14px;
	--fontsize-body-tiny: 11px;

	--fontfamily-body: "DM Sans", sans-serif;
	--fontfamily-headings: "DM Sans", sans-serif;

	color-scheme: only light;
}
/*
-------------------------------------------------------------|
                                         TYPOGRAPHY & RESETS |
-------------------------------------------------------------|
*/

html {
 	scroll-behavior: smooth;
}

body * {
 	scroll-margin-top: 85px;
}

body {
	color: var(--color-dark-grey);
	font-size: var(--fontsize-body-normal);
	font-weight: 300;
	font-family: var(--fontfamily-body);
	margin: 0;
	line-height: 1.6;
	background-color: #fff;
	overflow-x: hidden;
}

body,
button, 
input, 
select, 
optgroup, 
textarea {
	font-family: var(--fontfamily-body);
}

.post, 
.page {
	margin: 0;
}

body > * {
	max-width: 1920px;
	margin: auto;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
	color: var(--color-gold);
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 500;
	font-family: var(--fontfamily-headings);
	color: var(--color-dark-blue);
}

h1 {
	line-height: 1.1;
	margin: 0 0 25px;
	font-size: var(--fontsize-heading-title);
	color: #000;
}

h2 {
	font-size: var(--fontsize-heading-primary);
	margin-bottom: 40px;
	line-height: 1.1;
}

h3 {
	font-size: var(--fontsize-heading-secondary);
	text-transform: uppercase;
	margin: 0;
}

h4 {
	font-size: var(--fontsize-heading-tertiary);
	margin-bottom: 25px;
}

h5,
h6 {
	font-size: var(--fontsize-heading-quarternary);
}

p {
	font-size: var(--fontsize-body-normal);
	line-height: 1.5;
}

p strong {
	font-weight: 600;
}

ul,
ol {
	margin: 0;
	padding-left: 20px;
	font-size: var(--fontsize-body-normal);
}

mark, 
ins {
	background: transparent;
}

fieldset {
	padding: 0 20px 20px;
}

.max-width-container {
	max-width: 1150px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.max-width-container .max-width-container {
	width: 100%;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
	display: none;
}

.entry-footer {
	display: none;
}

.entry-content,
.hentry {
	margin: 0;
}

.button, 
.wc-block-components-button, 
.wpcf7-form-control.wpcf7-submit,
#primary .gform_wrapper .gform_footer .button.gform_button {
	padding: 0 25px;
	display: inline-block;
	font-size: var(--fontsize-body-small);
	transition: all 0.25s ease 0s;
	border: 1px solid var(--color-gold) !important;
	position: relative;
	z-index: 1;
	background-color: var(--color-gold) !important;
	color: #ffffff !important;
	border-radius: 50px;
	height: 40px;
	line-height: 38px;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--fontfamily-body);
	letter-spacing: 0.1em;
}

.button.brown-border,
.button.gold-border {
	background-color: transparent !important;
	color: var(--color-gold) !important;
	border-color: var(--color-gold) !important;
}

.button.blue-border {
	background-color: transparent !important;
	color: var(--color-dark-blue) !important;
	border-color: var(--color-dark-blue) !important;
}

.button.white-border {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
}

.button.white {
	background-color: #fff !important;
	color: var(--color-gold) !important;
	border-color: #fff !important;
}

.button:hover,
.wc-block-components-button:hover,
.wpcf7-form-control.wpcf7-submit:hover,
#primary .gform_wrapper .gform_footer .button.gform_button:hover {
	background-color: var(--color-dark-blue) !important;
	border-color: var(--color-dark-blue) !important;
	color: #fff !important;
}

.button + .button {
	margin-left: 10px;
}

.clear:after,
.clear::before,
.clear::after,
.clear {
	clear: both;
}

.parent-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.twothirds {
	width: 66.6%;
}

.overflow-container {
	overflow: hidden;
}

/*#page {
  	overflow-x: hidden !important;
}*/

.entry-footer {
	display: none;
}

.entry-content,
.hentry {
	margin: 0;
}

#primary {
	margin-top: 200px;
}

/*body:not(.home) #primary {
	margin-top: 85px;
}*/

.custom_animate {
	opacity: 0;
}

.custom_animate.custom_animation_in-complete {
	opacity: 1;
}

.blur-this {
	filter: blur(3px);
	transition: all 0.3s ease 0s !important;
	pointer-events: none;
}

#wpadminbar {
	z-index: 999999;
}

/*
-------------------------------------------------------------|
                                              GENERAL STYLES |
-------------------------------------------------------------|
*/

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a2a2a2 !important;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a2a2a2 !important;
	opacity: 1;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a2a2a2 !important;
}

input::-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a2a2a2 !important;
}

.custom-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-dropdown, 
span.ui-selectmenu-button.ui-button {
	width: 100%;
	display: block;
	border-radius: 0;
	border-width: 0;
	font-size: var(--fontsize-body-small);
	background-color: var(--color-green);
	height: 40px;
	color: #ffffff;
	font-family: var(--fontfamily-body);
	margin-bottom: 2px;
	padding: 0 20px;
	line-height: 40px;
}

span.ui-selectmenu-button.ui-button .ui-icon {
	display: none;
}

span.ui-selectmenu-button.ui-button::after {
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: fontawesome;
	color: #fff;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 12px;
}

ul.ui-menu > li > .ui-menu-item-wrapper {
	background-color: #fff;
	font-size: var(--fontsize-body-small);
	padding-left: 20px;
	color: var(--color-pink);
	font-family: var(--fontfamily-body);
}

ul.ui-menu > li > .ui-menu-item-wrapper.ui-state-active {
	background-color: var(--color-pink);
	color: #ffffff;
	border-color: var(--color-pink);
}

.ui-selectmenu-open {
	z-index: 9999;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
	border-radius: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	font-family: var(--fontfamily-body) !important;
	font-size: var(--fontsize-body-normal) !important;
	color: var(--color-dark-blue) !important;
	min-height: 45px;
}

.overlay-link,
.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
-------------------------------------------------------------|
                                              GENERAL STYLES |
-------------------------------------------------------------|
*/

h2.contains-learnmore {
	position: relative;
	text-align: left;
}

.heading-align-right h2.contains-learnmore {
	text-align: right;
}

h2.contains-learnmore a,
h2.contains-learnmore span {
	font-size: var(--fontsize-body-normal);
	text-transform: uppercase;
	font-weight: 400;
	font-style: italic;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
}

h2.contains-learnmore span {
	text-transform: unset;
}

.heading-align-right h2.contains-learnmore a,
.heading-align-right h2.contains-learnmore span {
	right: unset;
	left: 0;
}

h2.contains-learnmore a::after {
	content: ">";
	display: inline-block;
	margin-left: 10px;
}

/*
-------------------------------------------------------------|
                                                      HEADER |
-------------------------------------------------------------|
*/

#masthead {
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #fff; 
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 90px;
	transition: top 0s;
	z-index: 99999;
	transform: translateY(100%);
}

#masthead.fixed {
	top: 0;
	transform: translateX(0);
	position: fixed;
	transition: top 0.25s ease-out 0s;
	height: 100px;
	border-bottom: 1px solid var(--color-light-grey);
}

.site-branding, 
.site-branding a, 
.site-branding img {
	width: 209px;
	display: block;
}

#masthead.fixed .site-branding, 
#masthead.fixed .site-branding a, 
#masthead.fixed .site-branding img {
	width: 150px;
}

#site-navigation {
	width: auto;
}

#primary-menu {
	gap: 35px;
	align-items: center;
}

#primary-menu li a {
	color: var(--color-dark-blue);
	font-size: var(--fontsize-body-normal);
	text-transform: uppercase;
	font-weight: 400;
	line-height: 200px;
	letter-spacing: 4.8px;
	transition: all 0.25s ease 0s;
}

#primary-menu li a:hover {
	font-weight: 600;
	letter-spacing: 4.5px;
}

#masthead.fixed #primary-menu li a {
	line-height: 100px;
}

#primary-menu li.nav-button a {
	background-color: var(--color-gold);
	color: #fff;
	border-radius: 100px;
	line-height: 38px !important;
	border: 1px solid var(--color-gold);
	padding: 0 25px;
	font-weight: 400 !important;
	letter-spacing: 4.8px !important;
}

#primary-menu li.nav-button a:hover {
	background-color: #fff;
	color: var(--color-gold);
}

#primary-menu .sub-menu {
	width: 100vw;
	position: fixed;
	left: -100%;
	top: 100%;
	background-color: var(--color-light-grey);
	padding-right: 90px;
	transition: all 0.25s ease-out 0.5s;
	justify-content: end;
	gap: 35px;
	opacity: 0;
	box-shadow: unset;
	border-bottom: 1px solid #eee;
}

#primary-menu li:hover > .sub-menu {
	left: 0;
	opacity: 1;
	transition: all 0.25s ease-out 0s;
}

#primary-menu .sub-menu a {
	width: auto;
	line-height: 60px !important;
	letter-spacing: 3px !important;
}

/*
-------------------------------------------------------------|
                                            FLEXIBLE CONTENT |
-------------------------------------------------------------|
*/

/* BANNER  */

.banner {
	height: 600px;
	position: relative;
	border-radius: 0;
	border-left: 35px solid #fff;
	border-right: 35px solid #fff;
	margin-bottom: 100px;
}

.banner::before {
	content: "";
	position: absolute;
	top: -35px;
	left: -35px;
	width: calc(100% + 70px);
	height: calc(100% + 70px);
	border: 35px solid #fff;
	border-radius: 75px;
	background: linear-gradient(270deg, rgba(0, 54, 95, 0.05) 0%, rgba(0, 54, 95, 0.30) 100%);
}

.banner-content {
	position: absolute;
	width: 100%;
	bottom: 100px;
	color: #fff;
}

.banner-content h1 {
	font-size: var(--fontsize-heading-title);
	color: #fff;
}

.banner-content h5 {
	color: #fff;
	margin: 0 0 5px;
}

/* GENERAL CONTENT */

.layout-content {
	margin-top: 70px;
}

.layout-content.general h2 {
	margin-bottom: 0;
}

.layout-content.general p {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.layout-content.image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.layout-content.image .image-left {
	width: 51%;
	border-radius: 25px;
	overflow: hidden;
}

.layout-content.image .image-left img {
	display: block;
}

.layout-content.image .content-right {
	width: 43%;
}

.layout-content.image .content-right h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 35px;
}

/* STATS  */

.statistic-columns {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.statistic-column {
	width: 30%;
}

.statistic-head {
	margin: 0;
	font-size: var(--fontsize-heading-title);
	font-weight: 600;
	color: var(--color-gold);
	font-style: italic;
	line-height: 80px;
}

.statistic-text {
	margin-top: 0;
	line-height: 1.4;
}

/* OUR SERVICES */
.our-services {
	margin-top: 100px;
	background-color: var(--color-light-grey);
	padding-top: 100px;
	padding-bottom: 100px;
}

.our-services h2 {
	margin-bottom: 65px;
}

.services-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-column {
	width: calc(33.3% - 35px);
	position: relative;
}

.service_column-image {
	position: relative;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
}

.service_column-icon {
	position: absolute;
	top: 35px;
	right: 25px;
	width: 81px;
	height: 81px;
	background-color: var(--color-gold);
	border-radius: 100px;
}

.service_column-icon img {
	display: block;
	object-fit: contain;
	width: 40px;
	height: 40px;
	margin: 20px;
}

.service-column p {
	font-size: var(--fontsize-heading-tertiary);
	font-weight: 600;
	margin-bottom: 0;
}

.service-column p a {
	color: var(--color-dark-blue);
	transition: all 0.25s ease 0s;
}

.service-column p a:hover {
	color: var(--color-gold);
}

.service-column p a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service-column p a span {
	font-size: 20px;
	color: var(--color-gold);
	transition: all 0.25s ease 0s;
	transform: translateX(20px);
	display: inline-block;
}

.service-column p a:hover span {
	transform: translateX(30px);
}

.service-column:nth-child(3)::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/11/sun-cloud.svg');
	width: 132px;
	height: 70px;
	background-size: contain;
	position: absolute;
	bottom: 50px;
	right: 0;
}

/*carousel*/
.carousel {
	margin-top: 100px;
}

.meet-the-team .carousel {
	margin-top: 70px;
}

.carousel-container.full-width {
	width: 100%;
	/*overflow: hidden;*/
}

.carousel-items {
	margin-bottom: 0 !important;
	padding-bottom: 100px;
	margin-left: -30px;
	margin-right: -30px;
}

.carousel-container.full-width .carousel-items {
	width: 66.6%;
	margin-left: auto;
	margin-right: auto;
}

.carousel-container.full-width .slick-list {
	overflow: visible;
}

.carousel-item {
	margin: 0 30px;
}

.carousel-image {
	height: 235px;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
}

.carousel-container.max-width-container .carousel-image {
	height: 275px;
}

.meet-the-team .carousel-container.max-width-container .carousel-image {
	height: 330px;
}

.carousel-container.images-only {
	max-width: 1000px;
	margin: 0 auto;
}

.images-only .carousel-items {
	perspective: 1200px;
	padding-bottom: 80px;
}

.images-only .carousel-items .slick-slide {
	opacity: 0.25;
	transform: translateZ(0) scale(0.85);
	transition: transform 450ms ease, opacity 300ms ease, filter 300ms ease;
	filter: saturate(70%);
	margin: 0;
}

.images-only .carousel-items .slick-center {
	opacity: 1;
	transform: translateZ(0) scale(1.9);
	z-index: 3 !important;
	filter: none;
	position: relative;
}

.images-only .carousel-items .slick-slide.is-prev, 
.images-only .carousel-items .slick-slide.is-next {
	opacity: 0.5;
	transform: scale(0.92);
	z-index: 2;
}

.images-only .carousel-items .slick-slide.is-prev {
	transform: perspective(1200px) translateX(-2%) rotateY(8deg) scale(0.92);
}

.images-only .carousel-items .slick-slide.is-next {
	transform: perspective(1200px) translateX(2%) rotateY(-8deg) scale(0.92);
}

.carousel-container.images-only .carousel-items .slick-track {
	padding: 35px 0;
	display: flex !important;
	align-items: center;
}

.carousel-container.images-only .carousel-image {
	height: 260px;
}

.carousel-container.images-only .carousel-items .slick-center .carousel-image {
	height: 160px;
	border-radius: 15px;
}

.carousel-item h3 {
	font-size: var(--fontsize-heading-tertiary);
	text-transform: unset;
	font-weight: 600;
	color: var(--color-gold);
	margin-top: 22px;
	margin-bottom: 0;
	line-height: 1.2;
}

.carousel-arrow {
	color: var(--color-gold);
	position: absolute;
	bottom: auto;
	left: auto;
	cursor: pointer;
	transition: all 0.25s ease 0s;
	font-size: 20px;
	z-index: 9999;
	top: -80px;
}

.carousel-arrow:hover {
	color: var(--color-dark-blue);
}

.carousel-arrow.next {
	right: 0;
	left: unset;
}

.carousel-arrow.prev {
	left: auto;
	right: 30px;
}

.carousel .heading-align-right + .carousel-container .carousel-arrow.next,
.partners-carousel .carousel-arrow.next {
	top: auto;
	bottom: -1.5px;
	right: calc(50% - 90px);
}

.carousel .heading-align-right + .carousel-container .carousel-arrow.prev,
.partners-carousel .carousel-arrow.prev {
	top: auto;
	bottom: -1.5px;
	left: calc(50% - 90px);
}

.carousel-items .slick-dots,
.partners-carousel .slick-dots {
	bottom: 0;
}

.carousel-items .slick-dots li,
.partners-carousel .slick-dots li {
	margin: 0 2px !important;
	width: auto;
	height: auto;
	vertical-align: top;
}

.carousel-items .slick-dots li button,
.partners-carousel .slick-dots li button {
	border-radius: 100px;
	border: 2px solid var(--color-dark-blue);
	transition: all 0.25s ease 0s;
	background-color: #fff;
}

.carousel-items .slick-dots li.slick-active button,
.partners-carousel .slick-dots li.slick-active button {
	background-color: var(--color-dark-blue);
}

.carousel-items .slick-dots li button::before,
.partners-carousel .slick-dots li button::before {
	display: none;
}

.carousel.blue {
	background-color: var(--color-dark-blue);
	padding: 100px 0;
	margin-bottom: 100px;
	position: relative;
}

.carousel.blue h2, 
.carousel.blue h3, 
.carousel.blue p {
	color: #fff;
}

.carousel.blue .button.brown {
	background-color: #7EC3ED !important;
	border-color: #7EC3ED !important;
	color: var(--color-dark-blue) !important;
}

.carousel.blue .button.brown:hover {
	background-color: #fff !important;
	border-color: #fff !important;
	color: var(--color-dark-blue) !important;
}

.carousel.blue .carousel-items .slick-dots li button {
	border-color: #fff;
}

.carousel.blue .carousel-arrow:hover {
	color: #fff;
}

.carousel-item-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.carousel-item-link:hover {
	color: inherit;
	text-decoration: none;
}

.carousel-item-link .carousel-image {
	cursor: pointer;
}

.meet-the-team {
	position: relative;
}

/*cta banner*/
.cta-banner {
	margin-top: 100px;
}

.cta-banner {
	height: 315px;
	position: relative;
	border-left: 35px solid #fff;
  	border-right: 35px solid #fff;
	border-radius: 0;
	margin-top: 100px;
	margin-bottom: 35px;
}

.cta-banner::before {
	content: "";
	position: absolute;
	top: -35px;
	left: -35px;
	width: calc(100% + 70px);
	height: calc(100% + 70px);
	border: 35px solid #fff;
	border-radius: 75px;
	background: linear-gradient(0deg, rgba(0, 54, 95, 0.40) 0%, rgba(0, 54, 95, 0.40) 100%);
}

.cta-banner.banner-overlay-gold::before {
	background: linear-gradient(0deg, rgba(192, 145, 111, 0.40) 0%, rgba(192, 145, 111, 0.40) 100%);
}

.cta-banner .max-width-container {
	height: 100%;
}

.cta_banner-content {
	position: relative;
	z-index: 2;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.cta_banner-content .left :first-child {
	margin-top: 0;
}

.cta_banner-content .left :last-child {
	margin-bottom: 0;
}

.cta_banner-content .left * {
	color: #fff;
}

/*FAQs*/

.faq-row {
	margin-top: 100px;
}

.faq-row.grey {
	background-color: var(--color-light-grey);
	padding: 100px 0;
}

.faq-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.faq-header {
	width: 475px;
}

.faq-header strong {
	color: var(--color-gold);
	display: block;
}

.faq-list {
	width: calc(100% - 575px);
	min-width: 475px;
}

.single-faq {
	padding: 12px 0;
	border-top: 1px solid var(--color-gold);
}

.single-faq:first-child {
	border-top: 0px solid var(--color-gold);
}

.single_faq-answer {
	display: none;
}

.single_faq-answer p {
	margin: 10px 0 0;
}

.single_faq-question {
	position: relative;
	cursor: pointer;
}

.single_faq-question h3 {
	font-size: var(--fontsize-heading-tertiary);
	text-transform: unset;
	font-weight: 600;
	color: var(--color-dark-blue);
	transition: all 0.25s ease 0s;
}

.single-faq.open h3,
.single_faq-question:hover h3 {
	color: var(--color-gold);
}

.single_faq-question::after {
	content: "\f078";
	font-family: fontawesome;
	position: absolute;
	top: calc(50% - 13px);
	right: 0;
	color: var(--color-gold);
	transform: rotate(-90deg);
	transition: all 0.25s ease 0s;
}

.single-faq.open .single_faq-question::after {
	transform: rotate(-180deg);
}

.contact-info {
	padding: 30px 0 0;
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-container h4 {
	margin: 0 0 15px;
}

.contact-details {
	width: 33%;
	margin-top: 30px;
}

.contact-details .info-line {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin: 0 0 12px;
}

.contact-details .info-line a {
	color: var(--color-dark-grey);
	margin-left: 12px;
}

.contact-details .info-line:last-of-type a::after {
	content: 'Find on map';
	display: block;
	color: var(--color-gold);
	font-weight: 600;
	font-style: italic;
}

.contact-details .footer-socials {
	margin-top: 30px;
}

.contact-details .footer-socials a {
	background-color: var(--color-gold);
	color: var(--color-light-grey);
}

.contact-details .footer-socials a:hover {
	background-color: var(--color-dark-blue);
}

.trading-hours {
	background-color: var(--color-dark-blue);
	color: var(--color-light-grey);
	width: 29%;
	border-radius: 30px;
	padding: 40px;
}

.trading-hours p {
	margin: 0 0 12px;
}

.trading-hours h4 {
	color: var(--color-light-grey);
}

.emergencies {
	background-color: var(--color-gold);
	border-radius: 30px;
	padding: 40px;
	width: 31%;
}

.emergencies h4,
.emergencies p, 
.emergencies a {
	color: var(--color-light-grey);
}

.emergencies .button.brown {
	border-color: var(--color-light-grey) !important;
	margin-bottom: 12px;
}

.emergencies .button.brown:hover {
	border-color: var(--color-dark-blue);
}

.emergencies .button {
	margin-left: 0;
}

.form .layout-content h2, 
.form .layout-content p {
	text-align: center;
}

.form .layout-content h2 {
	margin-bottom: 0;
}

.form .gform_wrapper {
	margin-top: 45px;
}

body .form .gform_wrapper .gform_fields {
	grid-row-gap: 25px;
}

body .form .gform_wrapper .gform_fields .gfield input, 
body .form .gform_wrapper .gform_fields .gfield select {
	background-color: var(--color-light-grey);
	border-radius: 30px !important;
	padding: 0 35px;
	text-transform: uppercase;
	border: none;
	line-height: 55px;
	height: 55px;
	font-size: 16px;
	color: var(--color-dark-grey);
	outline: none;
}

body .form .gform_wrapper .gform_fields .gfield textarea {
	background-color: var(--color-light-grey);
	border-radius: 30px !important;
	padding: 28px 35px;
	text-transform: uppercase;
	color: var(--color-dark-grey);
	resize: none;
}

body .gfield--type-multi_choice input {
	padding: 15px !important;
	height: 30px !important;
}

body .gfield--type-multi_choice label {
	align-self: center;
}

body .gfield--type-multi_choice .gchoice {
	width: 25%;
	margin: 6px 0;
}

body .gfield--type-multi_choice .gfield_checkbox  {
	display: inline-block !important;
}

.testimonials {
	text-align: center;
	padding-top: 20px;
}

.testimonials-container::before {
	content: '“';
	font-family: 'DM Sans', sans-serif;
	font-style: italic;
	font-size: 128px;
	font-weight: 900;
	color: var(--color-gold);
	line-height: 0.1;
	top: ;
	position: relative;
	top: 50px;
}

.testimonials.google-reviews .testimonials-container::before {
	display: none;
}

.testimonials.google-reviews .single-testimonial-stars {
	font-size: 28px;
	color: var(--color-gold);
}

.single-testimonial p {
	font-size: 22px;
	color: var(--color-dark-blue);
	max-width: 700px;
	margin-lr: ;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
}

.single-testimonial p strong {
	font-weight: 600;
}

.single-testimonial-name span {
	font-size: 16px;
	color: var(--color-gold);
	font-weight: 300;
	padding: 10px 50px 0;
	border-top: 1px solid var(--color-gold);
}

.testimonial-items {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.testimonials .carousel-arrow.prev {
	left: unset !important;
	right: auto;
	bottom: auto;
	top: 40%;
	transform: translateY(-50%);
}

.testimonials .carousel-arrow.next {
	right: 30px;
	left: unset;
	bottom: auto;
	top: 40%;
	transform: translateY(-50%);
}

.our-process {
	margin-top: 100px;
	position: relative;
}

.our-process h2 {
	margin-bottom: 65px;
}

.process-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -25px;
}

.process-column {
	position: relative;
	margin: 0 25px;
}

.process_column-image {
	position: relative;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
}

.process_column-image.icon-only {
	height: auto;
	text-align: center;
}

.process_column-icon {
	position: absolute;
	top: 35px;
	right: 25px;
}

.process_column-image.icon-only .process_column-icon {
	position: relative;
	top: auto;
	right: auto;
}

.process_column-icon img {
	display: block;
	object-fit: contain;
}

.process-column h4 {
	margin: 22px 0 20px;
	line-height: 1.2;
	color: var(--color-gold);
}

.process-column p {
	color: var(--color-dark-blue);
}

.process-column .button.white {
	color: var(--color-dark-blue) !important;
}

.process-column .button.white:hover {
	color: #fff !important;
}

.why-it-matters {
	margin: 110px 0;
}

.why-it-matters.grey {
	background-color: var(--color-light-grey);
	padding-top: 100px;
	padding-bottom: 100px;
}

.why-it-matters .flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.why-it-matters .content-column {
	width: 37%;
}

.why-it-matters .content-column h2 {
	margin-top: 0;
}

.why-it-matters .content-column .button {
	margin-top: 15px;
}

.why-it-matters .points-column {
	width: 50%;
}

.points-column p {
	font-size: 20px;
	font-weight: 500;
	color: var(--color-dark-blue);
	display: flex;
	align-items: center;
	line-height: 1.3;
	margin: 22px 0;
}

.points-column span {
	color: var(--color-gold);
	font-size: 32px;
	font-weight: 800;
	font-style: italic;
	margin-right: 20px;
}

.icon-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px 0;
}

.icon-columns .icon-column {
	width: 28%;
	text-align: center;
}

.icon-columns .icon-column .icon-wrap {
	height: 155px;
	position: relative;
}

.icon-columns .icon-column .icon-wrap img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.icon-columns .icon-column h4 {
	color: var(--color-gold);
	font-style: italic;
	margin: 20px 0;
}

.linked-page-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.linked-page-content .page-content-left {
	width: 72%;
}

.linked-page-content .page-content-left h2 {
	color: var(--color-dark-grey);
}

.linked-page-content .quick-links {
	width: 20%;
}

.linked-page-content .quick-links h4 {
	color: var(--color-dark-grey);
	margin-bottom: 10px;
}

.linked-page-content .quick-links a.quick-link {
	display: block;
	background-color: var(--color-light-grey);
	border-radius: 30px;
	padding: 12px 23px;
	font-size: 14px;
	margin-bottom: 10px;
	color: var(--color-dark-grey);
	font-weight: 500%;
	transition: 0.35s ease all;
}

.linked-page-content .quick-links a.quick-link:hover,
.linked-page-content .quick-links a.quick-link.active {
	background-color: var(--color-gold);
	color: #fff;
}

/* Paediatric */
.page-id-199 .banner::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/11/sun-cloud.svg');
	width: 284px;
	height: 151px;
	position: absolute;
	bottom: -60px;
	right: 25px;
	z-index: 25;
}

.page-id-199 .our-process::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/11/sun.svg');
	width: 145px;
	height: 179px;
	position: absolute;
	top: -110px;
	left: 0;
	z-index: 3;
}

.page-id-199 .carousel.blue::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/11/heart-2.svg');
	width: 144px;
	height: 166px;
	top: -100px;
	right: 0;
	position: absolute;
}

.page-id-199 .carousel.blue::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/11/flower.svg');
	width: 223px;
	height: 193px;
	position: absolute;
	bottom: -100px;
	left: 20px;
}

.page-id-199 .cta-banner::after {
	content: '';
	display: block;
	background-ur: ;
	background-image: url('/wp-content/uploads/2025/11/flower-2.svg');
	width: 247px;
	height: 152px;
	position: absolute;
	right: 45px;
	top: -85px;
}

.page-id-199 .meet-the-team::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/11/clouds.svg');
	width: 262px;
	height: 179px;
	position: absolute;
	top: -125px;
	left: -25px;
}

.page-id-199 #colophon::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/11/sun-cloud.svg');
	width: 284px;
	height: 151px;
	position: absolute;
	top: -90px;
	right: -15px;
	z-index: 25;
}

.page-id-199 .our-process {
	background-color: #8DC1E2;
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-id-199 .our-process .contains-learnmore a {
	display: none;
}

.page-id-199 .our-process h2,
.page-id-199 .our-process h4,
.page-id-199 .our-process p {
	color: #fff;
}

.page-id-199 .process_column-icon {
	top: 18px;
	right: 10px;
}

.packages {
	margin: 90px 0;
	padding: 90px 0;
	background-color: var(--color-light-grey);
}

.packages .max-width-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.package {
	width: 32%;
	background-color: #fff;
	box-shadow: 1px 1px 14px rgba(0,0,0,0.1);
	border-radius: 15px;
	padding: 30px;
}

.package h4 {
	margin: 0;
	line-height: 1.2;
	font-size: 22px;
	font-weight: 600;
}

.package h5 {
	margin: 10px 0;
	color: var(--color-gold);
	font-style: italic;
}

.package p {
	font-size: 16px;
	color: var(--color-dark-blue);
	margin: 10px 0;
}

.package ul {
	margin: 0 0 15px;
}

.package li {
	font-size: 14px;
	line-height: 1.5;
}

/*
-------------------------------------------------------------|
                                                      FOOTER |
-------------------------------------------------------------|
*/

.partners {
	background-color: #fff;
	margin-top: 100px;
}

.single-partner {
	position: relative;
}

.single-partner img {
	margin: 0 auto;
}

.partners-carousel {
	padding-bottom: 50px;
}

#colophon {
	background-color: var(--color-dark-blue);
	color: #fff;
	margin-top: 100px;
	padding: 100px 0;
	position: relative;
}

.footer-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-column:nth-child(1) {width: 20%;}
.footer-column:nth-child(2) {width: 42%}
.footer-column:nth-child(3) {width: 27%;}
/*.footer-column:nth-child(4) {width: 300px;}*/

.footer-column strong {
	font-weight: 700;
}

.footer-column:nth-child(2) a {
	text-decoration: underline;
	font-style: italic;
}

.footer-column a {
	color: #fff;
}

.footer-column a:hover {
	color: var(--color-gold);
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
}

.footer-menu a {
	text-transform: uppercase;
}

.footer-column h3 {
	font-weight: 600;
	color: #fff;
	text-transform: unset;
	font-size: var(--fontsize-heading-tertiary);
	margin-bottom: 25px;
}

.footer-socials {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 50px;
}

.trailer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 45px;
	flex-wrap: wrap;
}

.sub-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}

.sub-footer a {
	color: #000;
	font-size: var(--fontsize-body-tiny);
	font-weight: 400;
}

.sub-footer a:hover {
	color: var(--color-gold);
}

.sub-footer p {
	text-transform: uppercase;
}

.sub-footer a svg {
	vertical-align: -9px;
	display: inline-block;
	margin-left: 10px;
}

.sub-footer p {
	text-transform: uppercase;
	margin: 0;
}

.footer-form .large {
	border-radius: 50px !important;
	font-size: 12px !important;
	padding: 0 25px !important;
	height: 40px !important;
}

#colophon .gform_fields {
	row-gap: 15px !important;
}

#colophon .gform-footer.gform_footer {
	margin: 0 !important;
}

#colophon .gform_wrapper {
	position: relative;
}

#colophon .gform-footer.gform_footer .gform_button[type="submit"] {
	position: absolute;
	bottom: 0;
	right: -1px;
	border-radius: 100px !important;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 25px;
	cursor: pointer;
	transition: all 0.25s ease 0s;
}

#colophon .gform-footer.gform_footer .gform_button[type="submit"]:hover {
	border-color: var(--color-gold) !important;
	background-color: var(--color-light-grey) !important;
	color: var(--color-gold) !important;
}

.footer-socials a {
	color: var(--color-dark-blue);
	background-color: #fff;
	width: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	border-radius: 7px;
	font-size: 24px;
	transition: all 0.25s ease 0s;
}

.footer-socials a:hover {
	background-color: var(--color-gold);
	color: #fff;
	font-size: 28px;
}

/*BLOG*/

.featured-blog-banner h1::before {
	content: "Featured";
	display: block;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

.blog-post-archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px 60px;
	position: relative;
}

.blog-post-archive::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	width: 100vw;
	height: 100px;
	transform: translateX(-50%);
}

.blog-archive-card {
	width: calc(33.3% - 40px);
	position: relative;
	padding-bottom: 35px;
}

.blog-post-archive > header {
	width: 100%;
}

.blog_archive_card-image {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 25px;
}

.blog-archive-card h4 {
	font-weight: 600;
	color: var(--color-gold);
	margin-top: 22px;
	margin-bottom: 0;
	line-height: 1.2em;
	font-size: 22px;
}

.blog_archive_card-content .button {
	position: absolute;
	bottom: 0;
}

.blog_archive_card-content .button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.max-width-container.blog-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-holder #primary {
	width: calc(100% - 450px);
}
#secondary {
	width: 350px;
	margin-top: 225px;
}

.post-thumbnail {
	border-radius: 25px;
	overflow: hidden;
}

.single-post .entry-title {
	font-size: var(--fontsize-heading-secondary);
	margin-top: 50px;
}

.single-post .entry-title::before {
	content: "Basic Dentistry";
	display: block;
	color: var(--color-gold);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

#secondary > section {
	background-color: var(--color-light-grey);
	padding: 40px;
	border-radius: 25px;
}

#secondary h2 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px;
}

#secondary > section .top-post-widget a {
	color: #000;
	transition: all 0.25s ease 0s;
}

#secondary > section .top-post-widget a::after {
	content: "READ MORE >";
	display: block;
	color: var(--color-gold);
	font-style: italic;
	margin-top: 5px;
	pointer-events: none;
}

#secondary > section .top-post-widget a:hover {
	color: var(--color-gold);
}

#secondary > section .top-post-widget a:hover::after {
	color: var(--color-dark-blue);
}

.wp-block-search__label {
	display: none;
}

.wp-block-search {
	position: relative;
}

.wp-block-search__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 1px;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#secondary > section.widget_search {
	padding: 0;
	position: relative;
}

#secondary > section.widget_search::before {
	content: "\f002";
	position: absolute;
	font-family: fontawesome;
	z-index: 2;
	right: 20px;
	top: 10px;
	pointer-events: none;
}

.wp-block-latest-posts li:nth-child(n+2) {
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 20px;
}

.wp-block-search__inside-wrapper input {
	border-radius: 50px !important;
	background-color: var(--color-light-grey);
	padding: 0 40px;
	height: 50px;
}

#secondary > section.widget_categories {
	padding: 0;
	background-color: #fff;
}

.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wp-block-categories-list.wp-block-categories a {
	background-color: var(--color-light-grey);
	display: block;
	padding: 0px 40px;
	margin-top: 10px;
	border-radius: 100px;
	color: #000;
	transition: all 0.25s ease 0s;
	font-weight: 300;
	line-height: 50px;
}

.wp-block-categories-list.wp-block-categories a:hover {
	background-color: var(--color-gold);
	color: #fff;
	font-weight: 700;
}

#secondary > section.widget_categories::before {
	content: "Categories";
	font-weight: 700;
	color: #000;
	font-size: 20px;
	padding-left: 40px;
	display: block;
}

.cat-item.cat-item-1 {
	display: none !important;
}

#block-5 {
	display: none;
}

.navigation.pagination {
	width: 100%;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nav-links .page-numbers {
	display: inline-block;
}

.nav-links .page-numbers {
	line-height: 25px;
	min-width: 25px;
	text-align: center;
	padding: 0 4px;
	color: var(--color-dark-blue);
	border-radius: 100px;
	background-color: #fff;
	transition: all 0.25s ease 0s;
	margin: 0 5px;
}

.nav-links .page-numbers.current {
	background-color: var(--color-dark-blue);
	color: #fff;
}

.nav-links .page-numbers:not(.current):hover {
	background-color: var(--color-gold);
	color: #fff;
}

.nav-links .page-numbers.next, 
.nav-links .page-numbers.prev {
	color: var(--color-gold);
}

.site-main .post-navigation a {
	font-weight: 600;
}

.archive-header h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.archive_header-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.archive_header-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
}

.archive_header-container li a {
	background-color: var(--color-light-grey);
	color: #000;
	padding: 15px;
	border-radius: 10px;
	transition: all 0.25s ease 0s;
	font-size: var(--fontsize-body-normal);
	display: block;
}

.archive_header-container li.active a {
	background-color: var(--color-gold);
	color: #fff;
	font-weight: 600;
}

.archive_header-container li:not(.active) a:hover {
	background-color: var(--color-dark-blue);
	color: #fff;
}

.archive-search {
	position: relative;
}

.archive-search .search-form {
	position: relative;
}

.archive-search .search-field {
	background-color: var(--color-light-grey);
	width: 290px;
	border-radius: 100px !important;
	padding: 0 20px;
	font-size: var(--fontsize-body-small) !important;
	color: #000 !important;
	height: 45px;
}

.archive-search button {
	background-color: transparent;
	color: #000;
	border: 0;
	border-radius: 100px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 75px;
	transition: all 0.25s ease 0s;
	font-size: 12px;
	cursor: pointer;
}

.archive-search button:hover {
	background-color: var(--color-gold);
	color: #fff;
}

body.search .banner-content h1::before {
	content: "Search results for:";
}

body.search .page-title {
	font-size: var(--fontsize-heading-secondary);
	margin-bottom: 0;
}

/*
-------------------------------------------------------------|
                                             SITE ANIMATIONS |
-------------------------------------------------------------|
*/

.home-banner {
	overflow: hidden;
	animation: heroBannerZoom 8s ease-out forwards;
}

.page-id-199 .home-banner {
	overflow: unset;
}

@keyframes heroBannerZoom {
	from {
		background-size: 105%;
	}

	to {
		background-size: 110%;
	}
}

.banner-content .layout-content {
	will-change: transform, opacity;
}

.carousel-container:not(.images-only) .carousel-item {
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-container:not(.images-only) .carousel-item::after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background-color: var(--color-gold);
	border-radius: 999px;
	margin-top: 18px;
	transition: width 0.3s ease;
}

.carousel-container:not(.images-only) .carousel-item:hover {
	transform: translateY(-8px);
}

.carousel-container:not(.images-only) .carousel-item:hover::after {
	width: 55px;
}

.icon-columns .icon-column .icon-wrap img {
	transition: transform 0.35s ease;
}

.icon-columns .icon-column:hover .icon-wrap img {
	transform: translateY(-50%) scale(1.08);
}

.page-id-156 .cta-banner .button {
	animation: ctaPulse 3.5s ease-in-out infinite;
}

@keyframes ctaPulse {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(192, 144, 88, 0.35);
	}

	50% {
		transform: scale(1.04);
		box-shadow: 0 0 0 12px rgba(192, 144, 88, 0);
	}
}

.page-id-199 .banner::after,
.page-id-199 .our-process::before,
.page-id-199 .carousel.blue::before,
.page-id-199 .carousel.blue::after,
.page-id-199 .cta-banner::after,
.page-id-199 .meet-the-team::before,
.page-id-199 #colophon::before {
	animation: gentleFloat 5.5s ease-in-out infinite;
	will-change: transform;
}

.page-id-199 .carousel.blue::after,
.page-id-199 .cta-banner::after {
	animation-delay: 1.2s;
}

.page-id-199 .our-process::before,
.page-id-199 .meet-the-team::before {
	animation-delay: 0.6s;
}

@keyframes gentleFloat {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.meet-the-team .carousel-item {
	opacity: 1;
	transform: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.meet-the-team .carousel-item:hover {
	transform: translateY(-6px);
}

.slick-track {
	padding-top: 8px;
}

.cta_banner-content .button {
	position: relative;
	z-index: 1;
	animation: none;
	transform: none;
	will-change: auto;
}

.cta_banner-content .button::after,
.cta_banner-content .button::after {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: inherit;
	border: 1px solid #fff;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	animation: contactCtaPulseRing 1.5s ease-in-out infinite;
}

@keyframes contactCtaPulseRing {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	35% {
		opacity: 0.45;
	}

	70% {
		opacity: 0;
		transform: scale(1.16);
	}

	100% {
		opacity: 0;
		transform: scale(1.16);
	}
}