/*
Theme Name: Anderson Smile
Theme URI: https://www.keystride.com/
Description: A Dental Care Website
Version:1.0
Author: Keystride
Author URI: https://www.keystride.com/
*/


/* Font converter */

@font-face {
  font-family: 'sorts_mill_goudyregular';
    src: url('assets/fonts/goudystm-webfont.eot');
    src: url('assets/fonts/goudystm-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/goudystm-webfont.woff2') format('woff2'),
         url('assets/fonts/goudystm-webfont.woff') format('woff'),
         url('assets/fonts/goudystm-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Galano Grotesque Light';
  src: url('assets/fonts/GalanoGrotesque-Light.eot');
  src: url('assets/fonts/GalanoGrotesque-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/GalanoGrotesque-Light.woff2') format('woff2'),
    url('assets/fonts/GalanoGrotesque-Light.woff') format('woff'),
    url('assets/fonts/GalanoGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


/* 1. Base Font Settings */
html {
  font-size: 16px;
  /* Default base */
  font-weight: 400;
  line-height: 1.6;
}

body {
  font-family: "Mulish";
  color: #000;
  margin: 0;
  padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sorts_mill_goudyregular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}

/* 3. Headings and Paragraph Styles */
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.488rem;
}

h3 {
  font-size: 2.074rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.44rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

a {
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #D27546;
}

li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

li>b {
  font-weight: 600;
}

.btn {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 0px;
  border: none;
  transition: background 0.3s;
  font-family: 'Mulish', sans-serif;
}

.btn:focus,
.btn:focus-visible,
.btn:active {
  box-shadow: none;
  border: none;
  outline: none;
}

.btn.btn--icon>i {
  margin-left: 15px;
}

.btn-primary {
  background: transparent;
  color: #3C8C80;
  transition: 0.3s ease 0.1s, color 0.3s ease 0.1s;
  text-align: center;
  border: 1px solid #3C8C80;
}

.btn-primary:hover {
  background: #3C8C80 !important;
  color: #fff;
  border: 1px solid #3C8C80;
}

.cx-txt {
  font-family: 'Mulish', sans-serif;
}

/* .btn-secondary:hover {
  background: #D27546 !important;
  color: #fff;
} */

.btn-transparent.btn:hover {
  color: #000;
}

.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary:active:focus {
  background: #3C8C80 !important;
  color: #fff;
  box-shadow: none !important;
}

.btn-secondary {
  background: transparent;
  color: #3C8C80;
  border: 1px solid #3C8C80;
  transition: 0.3s ease 0.1s, color 0.3s ease 0.1s;
  justify-content: center;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus-visible,
.btn-secondary:focus:active {
  background-color: #3C8C80;
  color: #fff;
}


form input,
form select,
form textarea {
  width: 100%;
  border: 1px solid #313131;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  outline: none;
}

form input::placeholder,
form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #CACACA;
}

form p.lable {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

form .submit-btn p {
  opacity: 1;
  margin-bottom: 0;
}

form option {
  font-size: 16px;
  background-color: #544e4c;
}

form input[type="submit"] {
  width: auto;
  font-size: 20px;
  background: #fff;
  color: #544e4c;
  margin-bottom: 0;
  padding: 10px 40px;
  box-shadow: none;
  outline: none;
  border: none;
}

form input[type="submit"]:hover {
  background: #d78a52;
  color: #fff;
}

h3.special-fonts {
  font-size: 3.125rem;
  font-weight: 300;
}

.text-justified {
  text-align: justify;
}

/*end*/

.bg-lightgray {
  background-color: #f0f5e9;
}

.bg-lightestgray {
  background-color: #fafafa;
}

.bg-darkgray {
  background-color: #c4c4c4;
}

.bg-darkestgray {
  background-color: #544e4c;
}

.bg-F5F5F5 {
  background: #f5f5f5;
}

.bg-F6F1EB {
  background-color: #f0f5e9;
}

.bg-F8F4EF {
  background: #F8F4EF;
}

.bg-custom {
  background-color: #e3cbb2 !important;
}

.border-gray {
  border-color: #d1d1d1 !important;
}

.text-black {
  color: #000;
}

.fs-14 {
  font-size: 14px;
}





.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.front__page_banner_custom {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  top: 0;
}
.front__page_banner_custom .banner-overlay-content {
     display: flex;
  flex-direction: column;   /* stack items vertically */
  align-items: center;      /* center horizontally */
  text-align: center;
  gap: 15px;
}

/* Left text container */
.front__page_banner_custom .banner-overlay-content .banner-text-wrapper {
    max-width: 55%;
}

/* CTA button (right side) */
.front__page_banner_custom .banner-overlay-content a.btn,
.front__page_banner_custom .banner-overlay-content .cta-button {
    flex-shrink: 0;
     /* push to right */
}


.comfortsmiles-nav {
  background-color: #FFFFFF80;
  backdrop-filter: blur(20px);
}


/* Sticky position on scroll */
.comfortsmiles-header.is-sticky {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 999999;
}

.comfortsmiles-header.is-sticky .comfortsmiles-nav {
  top: 0px;
}

.comfortsmiles-header.is-sticky.is-sticky-full .comfortsmiles-nav {
  top: 51px;
}

.header-top.hide-header-top {
  display: none !important;
}

/* ================= HEADER BASE ================= */
.comfortsmile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  backdrop-filter: blur(20px);
  transition: transform 0.35s ease, background 0.3s ease;
  background: rgba(255, 255, 255, 0.50);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.comfortsmile-header-inner {
  height: 120px;
}

/* LOGO */
.comfortsmile-logo img {
  max-height: 80px;
  width: auto;
}

/* NAV */
.comfortsmile-nav .navbar-nav > li > a {
  font-size: 17px;
  font-weight: 500;
  padding: 0 16px;
  color: #2e2e2e;
  white-space: nowrap;
}

/* CTA */
.header-cta .btn {
  padding: 12px 22px;
  font-size: 15px;
}
.header-phone{
  padding: 10px 0px;
}
/* ================= STICKY STATES ================= */
.comfortsmile-header.sticky {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comfortsmile-header.hide {
  transform: translateY(-100%);
}


/* ===== Navigation ===== */
.header-nav .navbar-nav > li > a {
    font-size: 17px;
    padding: 10px 18px !important;
    transition: all 0.3s ease;
}

.comfortsmile-header.sticky .header-nav .navbar-nav > li > a {
    font-size: 16px;
}
.header-right {
    gap: 30px;
}

.navbar-nav > li > a {
    padding: 0 15px !important;
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 500;
}

#sticky-header-spacer {
    height: 150px !important;
}

/*sticky*/
/* Smooth animation */
.main-nav.sticky {
  /* position: absolute;
  top: 90px; */
  width: 100%;
  z-index: 999999;
}

header,
.main-nav {
  transition: transform 0.3s ease, top 0.3s ease;
}

/* Sticky header on scroll up */
header.sticky-up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(0);
}

/* Sticky nav when scrolling down */
.main-nav.sticky-down {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/* Sticky nav below header on scroll up */
.main-nav.sticky-below-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}

/* Hide header when scrolling down */
header.hide {
  transform: translateY(-100%);
}

/*sticky ends*/

/* General Dropdown Styling */
#menu-main-menu {
  width: 100%;
  justify-content: space-between;
}

.navbar-nav>li {
  position: relative;
}

.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background-color: #3C8C80;
  z-index: 1000;
  padding: 0;
  list-style: none;
}

.navbar-nav .sub-menu li a {
  padding: 20px;
}

.navbar-nav .sub-menu li:hover>a {
  background: #fff;
  padding: 20px;
}

.navbar-nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}

/* Menu Links */
.navbar-nav .menu-item>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.navbar-nav .menu-item.current-menu-item>a {
  font-weight: 600;
}

.navbar-nav .menu-item>a:hover {
  /* background-color: #f2f2f2; */
  color: #000;
}

/* FontAwesome Angle Icons */
.navbar-nav .menu-item-has-children>a::after {
  content: "\f107";
  /* angle-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.navbar-nav>.menu-item>a {
  padding: 5px 20px;
}

.navbar-nav>.menu-item>a:hover {
  color: #3C8C80;
;
}

/* Deep nested: angle-right */
.navbar-nav .menu-item-has-children .menu-item-has-children>a::after {
  content: "\f107";
  /* angle-down */
  margin-left: auto;
}

ul#menu-menu-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu-item a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  text-decoration: none !important;
  font-family: 'Mulish', sans-serif;
}

.menu-item-has-children {
  position: relative;
}

ul.sub-menu li a {
  font-size: 14px;
}

ul.sub-menu li a:hover {
  font-size: 14px !important;
}

ul.sub-menu {
  background-color: transparent;
}

ul.sub-menu .menu-item a {
  margin-left: 0;
  margin-bottom: 0px;
  border-bottom: 0.5px solid #bdbdbd;
}

.menu-item-has-children {
  position: relative;
}

ul.sub-menu li a {
  font-size: 14px;
}

.menu-items {
  background-color: #f0f0f0;
  padding: 10px 0;
}

.menu-items .current-menu-item a {
  color: #000 !important;
  font-weight: 700;
}

.menu-items li a:hover {
  color: #000 !important;
  font-weight: 700;
  font-size: 16px;
}

/* General Dropdown Styling */
/*header*/

/* Popup */
#rebrandModal .modal-dialog {
  max-width: 650px;
}

#rebrandModal .modal-content {
  border-radius: 0;
  background: rgba(248, 244, 239, 1);
}

#rebrandModal h4 strong {
  font-weight: 500 !important;
  color: #D27546;
}

#rebrandModal p strong {
  font-weight: 800 !important;
}

#rebrandModal .max-w-5 {
  width: 550px;
}

#rebrandModal .btn-welcome {
  width: 150px;
}

#rebrandModal .badge {
  position: absolute;
  left: -10px;
  display: inline-block;
  background: #D27546;
  color: white;
  padding: 10px 0px;
  font-family: monospace;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  width: 160px;
  height: 50px;
  border-radius: 0;
  line-height: 16px;
  margin-bottom: 0;
}

#rebrandModal .btn-close {
  position: absolute;
  right: 10px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239C3E00'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 15%;
}

#rebrandModal .btn-close:focus {
  outline: none;
  box-shadow: none;
}

/*banner*/
.front__page_banner_custom {
  min-height: 530px;
}

.banner-overlay-content {
  /* position: absolute; */
  z-index: 2;
  /* bottom: 20%; */
}

.banner-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Highlighted Banner Section */
.highlighted-banner-section {
    width: 100%;
}



/* Dark gradient overlay */
.banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
}

.highlighted-banner-section .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}
.highlighted-banner-card {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.highlighted-banner-section {
    padding-left: 100px;
    padding-right: 100px;
}



/* Content box */
.banner-content {
    max-width: 420px;
    color: #fff;
}

.banner-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.95;
}

/* CTA */
.banner-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.banner-link-a {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #55573e;
    text-decoration: underline;
}

.mt-180 {
  margin-top: 180px !important;
}

.banner-title {
  color: #000;
  font-weight: 300;
  text-align: center;
}

.home .banner-subtitle,
.page-template-template-about-us .banner-subtitle {
 /* max-width: 380px;*/
}

.banner-subtitle {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.page-template-template-about-us .banner-overlay-content,
.page-template-template-contact .banner-overlay-content,
.page-template-template-services-level2 .banner-overlay-content {
  text-align: center;
}

.page-template-template-about-us .banner-subtitle {
  margin: 0 auto;
  display: block;
  text-align: left;
}

.page-template-template-services .banner-overlay-content .btn,
.page-template-template-services-level1 .banner-overlay-content .btn,
.page-template-template-services-level2 .banner-overlay-content .btn {

}

.page-template-template-contact .banner-overlay-content .btn{
   display: none !important;
}

/*banner*/

/*hs section*/
/* First card big image */
.higlighted-service-section .service-img-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Two small cards images */
.higlighted-service-section .service-img-small {
  width: 260px;
  height: 100%;
  object-fit: cover;
}

.higlighted-service-section .service-box {
  background: #FFFDFA;
  padding: 0;
  justify-content: center;
  height: 100%;
}

.higlighted-service-section .service-card-text {
  background: #f7f5f2;
  padding: 30px;
}

.learn-more-link {
  font-size: 16px;
  display: inline-block;
  text-decoration: underline 0.5px;
  color: #000;
  font-family: 'Galano Grotesque Light', sans-serif;
  text-underline-offset: 7px;
}

.learn-more-link:hover {
  color: #D27546;
}

/*hs section*/
/* our service section */
.all-service-link {
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
  color: #000;
  font-family: 'Galano Grotesque Light', sans-serif;
}

.our-services-grid .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.our-services-grid .owl-stage {
  margin-bottom: 40px;
}

.our-services-grid .owl-dot span {
  width: 120px;
  height: 2px;
  background: #D6D6D6;
  display: block;
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 0;
}

.our-services-grid .owl-dot.active span {
  background: #000;
  height: 2px;
  width: 140px;
}

.three-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meet our Dentist */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  position: relative;
}
/*
.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #C9C6C1;
}
*/
.doctor-img {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* Meet our Dentist Ends */

/* Easy finanving */
.easy-financing-section img {
  /* height: 60px;
  padding: 10px;
  border: 2px solid #000;
  width: 180px; */
}

.easy-financing-section img {
  border: 2px solid #F8F4EF;
}

.easy-financing-section img:hover {
  border: 2px solid #000;
}

/* Testimonial Section */
/* Make carousel items equal height */
.testimonial-carousel .owl-stage {
  display: flex;
}

.testimonial-carousel .owl-item {
  display: flex;
  height: auto !important;
}

.testimonial-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Testimonial Section  Ends*/

.why-us-wrapper {
  backdrop-filter: blur(30px);
  right: 70px;
  max-width: 500px;
  border: #FFFFFF solid 1px;
  color:#FFFFFF;
}

/* Our service page */
/* New Our Service Sections Starts */
.service-item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-size: 1.1rem;
  color: #777;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  font-family: "sorts_mill_goudyregular";
}

.service-item:hover {
  color: #000;
}

.service-item.active {
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #878787;
}

.image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  /* border-radius: 30px; */
}

/* Remove any focus outlines or borders */
.service-item:focus,
.service-item:active,
.service-item:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

/* .services-content-box {
  border-radius: 30px;
  border: 1px solid #C8C8C8;
} */

/*services section*/
/* New Our Service Sections Ends */

/*intro section*/
.feature-grid .feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-box img {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}

.feature-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
}

.feature-item {
  padding-bottom: 40px;
}

.feature-text {
  padding: 0 0px 0 40px;
  font-weight: 400;
}

.feature-text p {
  font-size: 1.25rem;
}

/*intro section*/

/*services section*/
.image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/*
.services-content-box {
  border-radius: 30px;
  border: 1px solid #c8c8c8;
} */

.active-page {
  color: #D27546;
}

/* wrapper */
.service-menu-carousel {
  --mask: 45px;
  /* reserved space for arrows */
  position: relative;
}

/* stage + nav layering */
.service-menu-carousel .owl-stage-outer {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 10px;
}
.owl-stage-outer {
  overflow: hidden !important;
  max-width: 100%;
}
footer .row {
  margin-left: 0;
  margin-right: 0;
}

footer .container {
  overflow-x: hidden;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* add padding only if nav is active */
.service-menu-carousel:not(:has(.owl-nav.disabled)) .owl-stage-outer {
  padding: 0 var(--mask);
}

/* overlays (masks) */
.service-menu-carousel:has(.owl-prev:not(.disabled))::before,
.service-menu-carousel:has(.owl-next:not(.disabled))::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--mask);
  background: #fff;
  z-index: 2;
  pointer-events: none;
}

/* Show overlay only if has-prev */
.service-menu-carousel.has-prev .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background: #fff;
  z-index: 2;
}

/* Show overlay only if has-next */
.service-menu-carousel.has-next .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.service-menu-carousel:has(.owl-prev:not(.disabled))::before {
  left: 0;
}

.service-menu-carousel:has(.owl-next:not(.disabled))::after {
  right: 0;
}

.service-menu-carousel .owl-prev.disabled,
.service-menu-carousel .owl-next.disabled {
  cursor: auto;
}

/* nav wrapper */
.service-menu-carousel .owl-nav {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  /* only buttons clickable */
}

/* buttons */
.service-menu-carousel .owl-nav button {
  pointer-events: all;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  font-size: 20px;
  background: #f0f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* position buttons inside padding */
.service-menu-carousel .owl-prev {
  position: absolute;
  left: 8px;
}

.service-menu-carousel .owl-next {
  position: absolute;
  right: 8px;
}

/* hover + icons */
.service-menu-carousel .owl-nav button span {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
}

.service-menu-carousel .owl-nav button:hover {
  background: #f0f5e9;
}

.service-menu-carousel .owl-nav button:hover span {
  color: #D27546;
}

.service-menu-carousel .owl-item a::after {
  content: "|";
  margin: 0 8px;
  color: #6c757d;
}

.service-menu-carousel .owl-item:last-child a::after {
  content: "";
  /* remove from last item */
}




#rebrandModalfinance .modal-dialog {
  max-width: 940px;
}

#rebrandModalfinance {
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999;
}


/*answers*/
.answers-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /* THIS ensures space between buttons */
}

.answers-buttons a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 250px;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #3C8C80;
  color: #3C8C80;
}

/*answers*/

/*insta/fb widget*/
.insta-fb-widget {
  border: 10px solid #48A79980;
  padding: 0;
}

.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"] {
  margin-bottom: 0 !important;
}

.ti-widget[data-wkey="feed-instagram"] .ti-nav-loadmore {
  display: none !important;
}

.ti-widget[data-wkey="feed-instagram"] .ti-nav-loadmore .ti-btn {
  background: #544e4c !important;
  color: #fff !important;
}

.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"] .ti-widget-header .ti-header-btn .ti-btn,
.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"] .ti-widget-header .ti-header-btn .ti-btn:hover {
  background: #544e4c !important;
  color: #fff !important;
  outline: none !important;
}

/*insta/fb widget*/

/*ssj*/
.ssj.bg-darkestgray {
  background-color: #4a5d75; /* theme mid-slate dark-section background */
}

.ssj h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0.2px;
  vertical-align: middle;
  color: #fff;
  text-align: left;
}

.ssj p {
  color: rgba(255, 255, 255, 0.7);
}

/*ssj*/

/*footer*/
.home .footer .border-bottom {
  border-top: 1px solid #d1d1d1 !important;
}

.footer {
  background: #fff;
}

.footer h6 {
  font-family: 'Galano Grotesque Light';
  font-size: 1.2rem;
  font-weight: 300;
}

.footer p {
  font-family: 'Galano Grotesque Light';
  font-weight: 300;
}

.footer form .signup-updates .form-control:focus {
  box-shadow: none;
}

.footer form .signup-updates .form-control::placeholder {
  color: #d5baa8;
}

.footer form .signup-updates .form-control {
  border-radius: 0;
}

.footer form .signup-updates input[type="submit"] {
  border-radius: 0;
  width: 120px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
  height: 36px;
  box-sizing: border-box;
  color: #D27546;
  width: 80px;
  transition: background 0.3s ease 0.1s, color 0.3s ease 0.1s;
}

.footer form .signup-updates input[type="submit"]:hover {
  background: #d78a52 !important;
  color: #fff !important;
}

.footer form .signup-updates p {
  margin-bottom: 0;
}

.footer .hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer .hour-row {
  display: flex;
  align-items: center;
  font-family: 'Galano Grotesque Light';
  font-weight: 300;
  color: #000;
}

.footer .hour-row .day {
  min-width: 80px;
  flex-shrink: 0;
  color: #000;
}

.footer .hour-row .colon {
  margin: 0 10px;
  flex-shrink: 0;
}

.footer .hour-row .time {
  flex: 1;
}

.footer-menu {
  text-align: center;
  margin: 15px 0;
}

.footer-menu .current-menu-item a {
  font-weight: 600;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
  font-family: 'Galano Grotesque Light';
}

.footer-nav a::after {
  content: " +";
  margin-left: 3px;
  color: #000;
  font-weight: 600;
}

.footer-nav a:hover:after,
.footer-nav a:hover {
  color: #D27546;
}

.service-nav {
  list-style: none;
  padding-left: 0;
}

.service-nav li a {
  font-family: 'Galano Grotesque Light';
  font-weight: 300;
}

.service-nav li a:hover {
  color: #D27546;
}

#scrollToTopBtn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 15px;
  background-color: #2d3e54;
  color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/*Thank You*/
.thank-you-page {
  text-align: center;
  padding: 150px 0px 50px 0;
}

.thank-you-page h1 {
  color: #3C8C80;
}

.thank-you-page .btn-primary {
  background-color: #3C8C80;
  border-radius: 10px;
  color: #fff;
}

.thank-you-page .btn-primary:hover {
  background-color: #000;
}

.thank-you-page .content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.thank-you-page .content img {
  width: 100%;
  height: auto;
  max-width: 590px;
  margin: 25px 0;
}

/*404*/
.error-404 {
  text-align: center;
  padding: 150px 0px 50px 0;
}

.error-404 h1 {
  color: #949494;
  font-weight: 600;
}

.error-404 h2 {
  color: #b0b6c5;
}

.error-404 .btn-primary {
  background-color: #D27546;
  border-radius: 10px;
  color: #fff;
}

.error-404 .btn-primary:hover {
  background-color: #D27546;
}

.error-404 img {
  width: 100%;
  height: auto;
  max-width: 590px;
  margin: 0 0 25px 0;
}

/*footer*/

/*About*/
.about-section .container {
  display: flex;
  gap: 58px;
}

.about-left {
  flex: 1 1 45%;
}

.about-left small {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 8px;
}

.about-left h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.about-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-left img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.about-right {
  flex: 1 1 45%;
  background-color: #544e4c;
  color: #fff;
  padding: 24px;
  border-radius: 12px;
}

.about-right small.from-us {
  font-size: 14px;
  color: #ccc;
  display: block;
  margin-bottom: 12px;
  text-align: right;
}

.about-right p {
  margin-bottom: 16px;
  color: #fff;
}

/*about*/

/*faq*/
.faq-section h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  color: #bababa;
  /* Default color */
  transition: color 0.3s ease;
}

.faq-question:not(.collapsed) {
  color: #000;
  /* Active color */
}

.faq-answer {
  /* display: none; */
  /* padding: 0 0 20px 0; */
  padding: 0;
  font-size: 18px;
}

.faq-question:not(.collapsed) .arrow {
  transform: rotate(180deg);
}

.arrow {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.faq-question {
  outline: none;
  border: none;
}

.faq-question:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/*faq*/

/* sis services */
.sis-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sis-content {
  background: #FFFDFA;
  flex-direction: column;
  justify-content: space-between;
}

.sis-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sis services */

/*stats grid*/
.stats-grid {
  border: 1px solid #544e4c;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 70px;
}

.stat-item {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #e5e7eb;
}

.stat-number {
  font-size: 60px;
  font-weight: 500;
  color: black;
  line-height: 1;
}

.stat-label {
  font-size: 20px;
  color: black;
  font-weight: 300;
  line-height: 1.4;
}

/*stats grid*/

/*blog*/
.blog-wrapper a,
.blog-wrapper a:hover {
  text-decoration: none !important;
}

.card-img-top {
  object-fit: cover;
}

.card {
  background: transparent;
}

.rounded-20px {
  border-radius: 20px;
}

@media (max-width: 767.98px) {
  .blog-wrapper.p-5 {
    padding: 24px 16px !important;
  }
}

.blog-wrapper h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.2px;
  width: 60%;
}

.blog-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #2d3e54;
}

.blog-wrapper .card {
  transition: transform 0.3s ease;
}
.blog-wrapper .card:hover {
  transform: translateY(-4px);
}
.blog-wrapper .card-img-top {
  width: 100%;
  aspect-ratio: 300 / 237;
  object-fit: cover;
  margin-bottom: 16px;
}
.blog-wrapper .card-body {
  padding: 0;
}

.blog-wrapper .card-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #2d3e54;
  margin: 0 0 8px;
}

.blog-wrapper .card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #4a5d75;
  margin: 0;
}

/* Pagination — list container only, items get their own rules */
ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 32px 0 0;
  margin: 0;
  list-style: none;
}
ul.page-numbers > li {
  display: inline-flex;
}
ul.page-numbers a.page-numbers,
ul.page-numbers span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  color: #2d3e54;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
ul.page-numbers a.page-numbers:hover {
  background: #2d3e54;
  color: #fff;
}
ul.page-numbers span.page-numbers.current {
  background: #2d3e54;
  color: #fff;
  font-weight: 600;
}
ul.page-numbers span.page-numbers.dots {
  background: transparent;
}

.angled-arrow {
  transform: rotate(-30deg);
  display: inline-block;
}

.blogs-post-single .publish-date {
  color: #000;
}

.blogs-post-single p,
.blogs-post-single li {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #393939;
}

.blogs-post-single li {
  margin-bottom: 10px;
}

.blogs-post-single li:last-child {
  margin-bottom: 0;
}

.blogs-post-single h1 strong,
.blogs-post-single h2 strong {
  font-weight: 600 !important;
}

.blogs-post-single h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.2px;
  color: #000;
}

.blogs-post-single h3 {
  font-size: 1.75rem;

  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}

.blogs-post-single h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
}

.blogs-post-single .card-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000;
}

.blogs-post-single .btn-link {
  color: #000;
  text-decoration: none;
}

.blogs-post-single .btn-link a,
.blogs-post-single .btn-link:hover a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

/*blog*/

/*candidate section*/
.candidate-section h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.candidate-section p {
  text-align: center;
  color: #000;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.candidate-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.candidate-content .image img {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
}

.candidate-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.candidate-content ul li {
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}

.candidate-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
}

.content-section.border-top {
  border-top: 1px solid #ddd;
}

/*candidate section*/

/*content section*/
.content-section.border-top {
  border-top: 1px solid #ddd;
}

/*content section*/

.ssj iframe {
  border-radius: 20px;
}

.ssj .wpcf7 form.invalid .wpcf7-response-output,
.ssj .wpcf7 form.unaccepted .wpcf7-response-output,
.ssj .wpcf7 form.payment-required .wpcf7-response-output,
.ssj .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

/*bordered wrapper*/
.bordered-wrapper {
  border: 1px solid #313131;
  padding: 20px;
}

.grecaptcha-badge {
  display: none;
}

.care-credit-wrapper h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}

.care-credit-wrapper p {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}

.care-credit-wrapper {
  background: #f5f5f5;
}

.care-credit-wrapper img {
  border: 1.5px solid #fff;
}

.care-credit-wrapper img:hover {
  border: 1.5px solid #313131;
}

.payment-option-wrapper {
  border: 1px solid #f0f5e9;
  border-radius: 20px;
}

.care-credit-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}

.page-template-template-contact .journey-form .submit-btn p {
  margin-bottom: 0;
}

.dentist-divider {
  color: #313131;
  margin: 10px 0 20px;
}

.page-template-template-contact .payment-option-wrapper .care-credit-wrapper h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2px;
  text-align: center;
}

.product-service-wrap {
  background: #f5f5f5;
}

.product-service-wrap img {
  width: 28px;
  margin-right: 10px;
}

.product-service-wrap .servicename {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.product-service-wrap h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #000;
}

.contact-section .contact-text {
  text-align: left;

  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.contact-section .contact-img img {
  width: 120px;
  height: 120px;
}

.footer .wpcf7-not-valid-tip,
.footer .wpcf7 form.invalid .wpcf7-response-output,
.footer .wpcf7 form.unaccepted .wpcf7-response-output,
.footer .wpcf7 form.payment-required .wpcf7-response-output,
.footer .wpcf7 form.sent .wpcf7-response-output {
  font-size: 13px;
  margin: 10px 0;
}

.contact-section .payment-option-wrapper .care-credit-wrapper p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}

.section10.bg-white .wpcf7-not-valid-tip {
  text-align: left;
}

.section10.bg-white .journey-form .wpcf7 form.sent .wpcf7-response-output,
.section10.bg-white .wpcf7 form.invalid .wpcf7-response-output,
.section10.bg-white .wpcf7 form.unaccepted .wpcf7-response-output,
.section10.bg-white .wpcf7 form.payment-required .wpcf7-response-output {
  color: #000 !important;
  margin: 15px 0;
}

.section10.bg-white .journey-form option {
  background-color: #fff;
}

.section10.bg-white .journey-form input,
.section10.bg-white .journey-form select,
.section10.bg-white .journey-form textarea {
  color: #000;
}

.section10.bg-white .journey-form input::placeholder,
.section10.bg-white .journey-form textarea::placeholder,
.section10.bg-white .journey-form select {
  color: #cacaca;
}

.section10.bg-white .journey-form select option {
  color: #000;
}

.section10.bg-white .col-md-4 p {
  color: #000;
  opacity: 1;
}

.section10.bg-white .journey-form p.lable {
  color: #000;
  opacity: 1;
  text-align: left;
}

.section10.bg-white p.desc {
  color: #000;
}

.section10.bg-white .journey-form p {
  text-align: left;
}

.section10.bg-white .journey-form input.contact-form-btn {
  background: #D27546 !important;
  color: #FFFDFA;
  transition: background 0.3s ease 0.1s, color 0.3s ease 0.1s;
}

.section10.bg-white .journey-form input.contact-form-btn:hover {
  background: #FFFDFA !important;
  color: #D27546 !important;
}

.circle-button-white {
  width: 55px;
  height: 55px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.circle-button-white .arrow-icon {
  width: 35px;
  height: 35px;
  transition: transform 0.6s ease;
}

.circle-button {
  width: 40px;
  height: 40px;
  border: 1.5px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.circle-button .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.6s ease;
}

.circle-button:hover .arrow-icon,
.circle-button-white:hover .arrow-icon {
  transform: rotate(360deg);
}

/*owl carousel*/
.consultation-section {
  overflow: hidden;
}

.consultation-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.consultation-wrapper:before {
  content: "";
  position: absolute;
  left: 190px;
  right: 0;
  top: 50%;
  height: 4px;
  background-color: #555;
  border-radius: 2px;
  z-index: 0;
}

.consultation-label:before {
  content: "";
  position: absolute;
  left: 180px;
  top: 50.5%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #555;
  border-radius: 50%;
  z-index: 1;
}

.consultation-label h3 {
  font-size: 20px;
  color: #333;
  margin: 0 0 10px;
  font-weight: 400;
}

.consultation-label h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.4;
  line-height: 150%;
}

.owl-nav .consultation-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #544e4c;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.owl-nav .consultation-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.951 12.332C15.5083 12.7745 15.5083 13.4921 15.951 13.9348L21.6748 19.6587C21.7528 19.7367 21.7528 19.8633 21.6748 19.9415L15.951 25.6653C15.5083 26.1079 15.5083 26.8255 15.951 27.2681C16.3935 27.7107 17.1111 27.7107 17.5536 27.2681L23.2775 21.5443C24.2408 20.5809 24.2408 19.0191 23.2775 18.0559L17.5536 12.332C17.1111 11.8893 16.3935 11.8893 15.951 12.332Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.consultation-container {
  position: relative;
  background: #F8F4EF;
  border: 1px solid #313131;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px 20px 20px 130px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}

.consultation-image {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}

.consultation-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.consultation-content h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}

.consultation-content .number {
  font-size: 96px;
  font-weight: 600;
  margin-right: 15px;
}

.consultation-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 300;
}

.consultation-arrow {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #544e4c;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.consultation-arrow:before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

/*owl carousel*/

.about-us-meet-ourdentist .dentist-card:last-child .row {
  margin-bottom: 0 !important;
}

.patient-form-text p,
.patient-form-text h2 {
  text-align: left;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  transition: all 0.4s ease;
  transform: rotate(0deg);
  width: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="26" x2="26" y2="1" stroke="rgba(0, 0, 0, 0.5)" stroke-width="2"/><line x1="1" y1="1" x2="26" y2="26" stroke="rgba(0, 0, 0, 0.5)" stroke-width="2"/></svg>');
  transition: all 0.4s ease;
  transform: rotate(90deg);
  width: 25px;
}

.blogs-post-single .title-container {
  color: #000;
  border-radius: 20px;
  background: rgba(204, 204, 204, 0.5);
}

.blogs-post-single .img-container img {
  border-radius: 20px;
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #55573E;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #55573E;
}


.meet-ourdentist {
  width: 100%;
}

/* Container padding */
.meet-ourdentist .container {
  padding-left: 100px;
  padding-right: 100px;
}

/* Row layout */
.meet-ourdentist .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}

/* ========================= */
/* DESKTOP – 3 CARDS */
/* ========================= */

.meet-ourdentist .row > .col-md-6 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: flex;
  justify-content: center;
}

/* Doctor card */
.doctor-card {
  width: 400px;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

/* Image */
.doctor-overlay-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay text */
.doctor-overlay-text {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 3;
  background-color: #226E75;
  min-height: 65px;
  align-content: center;
}

/* Name */
.doctor-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

/* Designation */
.doctor-designation {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

/* Clickable overlay */
.learn-more-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.services-scroll-wrapper {
  overflow-x: auto;
  padding-bottom: 15px;
}

.services-scroll {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.service-card {
  width: 100%;;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
  text-decoration: none;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
}

a.service-card,
a.service-card:hover,
a.service-card:focus {
  text-decoration: none;
  color: #000;
}

.service-card--linked {
  cursor: pointer;
}


.service-title {
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.services-scroll-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}


.services-scroll {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  overflow-x: auto;
  white-space: nowrap;
}

.services-scroll::-webkit-scrollbar {
  display: none;
}



.service-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.service-title {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.service-card:hover .service-title {
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  font-size: 20px;
  padding: 0;
  border-bottom: 2px solid #fff;
}

.scroll-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.scroll-btn img {
  width: 7.5px;
  height: 15px;
  display: block;
}
.scroll-btn:focus {
  outline: none;
}
.scroll-left { left: -20px; }
.scroll-right { right: -20px; }

.services-progress {
  width: 100%;
  height: 2px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.services-progress-bar {
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.2s linear;
}
.services-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 12px;
}

.services-progress {
  flex: 1;
  height: 2px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.services-progress-bar {
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.2s linear;
}
.feature-card {
    align-items: stretch;
}
.feature-card {
    background: #fff;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    padding: 30px 0px;
    gap: 120px;
}

.feature-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}
.feature-card__dash {
    width: 140px;
    height: 1px;
    background: #3C8C80;
    display: inline-block;
}
.feature-card__title {
    margin: 0 0 14px 0;
}
.feature-card__text {
    margin-bottom: 18px;
    text-align: justify;
}

.seo-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    background: transparent;
}

.seo-card__left {
    border: 1px solid #3E7B89;
    background: #fff;
    padding: 26px 26px 18px;
    display: flex;
    flex-direction: column;
    height: 700px;
}
.seo-card__right {
    background: #fff;
    height: 700px;
    overflow: hidden;
}
.seo-card__cta {
    margin-top: auto;
}
/* Center style header */
.header-top{
  display:flex;
  align-items:center;
}

/* Equal width left & right */
.left-menu,
.right-menu{
  flex:1;
}

/* Align menus properly */
.left-menu .navbar-nav{
  justify-content: flex-end;
    gap: 100px;
}



.right-menu .navbar-nav{
  justify-content:flex-start;
  gap:45px;
}

/* Center logo */
.comfortsmile-logo{
  flex:0 0 auto;
  text-align:center;
  padding:0 40px;
}

/* Fix dropdown positioning */
.comfortsmile-nav .sub-menu{
  top:100%;
}
/* Prevent header overflow at mid screen sizes */
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comfortsmile-logo {
  flex: 0 0 auto;
  margin-top: 18px;
  margin-bottom: 6px;
}

.comfortsmile-nav {
   text-align: center;
   flex: 1;
}
.feature-card__img img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}
/* ========================
   SERVICE PAGE CONTAINER
======================== */

.service-page-cards {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: stretch;
}


/* ========================
   CARD
======================== */

.service-page-card {
  flex: 1;
  min-width: 0;
  aspect-ratio: 3 / 4;
  padding: 0;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #eee;
}


/* ========================
   IMAGE
======================== */

.service-page-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}


/* ========================
   TITLE BAR (BOTTOM)
======================== */

.service-page-card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
  font-family: "sorts_mill_goudyregular";
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
  transition: all 0.35s ease;
}


/* ========================
   HOVER / ACTIVE EFFECT
======================== */

.service-page-card:hover .service-page-card-title,
.service-page-card.active .service-page-card-title {
  text-align: center;
  background: #FFFFFFCC;
  color: #000;
}

.service-page-card:hover img {
  transform: scale(1.05);
}


/* ========================
   TAB ANIMATION
======================== */

.tab-pane {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.tab-pane.show.active {
  opacity: 1;
  transform: translateY(0);
}


/* ========================
   RIGHT SIDE IMAGE
======================== */

.seo-card__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ========================
   RIGHT SIDE VERTICAL TABS
======================== */

.service-page-item {
  background: transparent;
  color: #000;
  transition: all 0.3s ease;
  border: none;
}

.service-page-item:hover {
  background: #fff !important;
  color: #3C8C80 !important;
}

.service-page-item.active {
  background: #fff !important;
  color: #3C8C80 !important;
}


/* ========================
   SECTION ALIGNMENT FIX
======================== */

.service-page-section .row {
  align-items: flex-start !important;
}


/* ========================
   DESCRIPTIONS
======================== */

.service-page-main-description {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 60px;
}

.service-page-description {
  font-size: 16px;
  line-height: 1.7;
}
.service-page-child-title {
  font-size: 26px;
  margin-top: 10px;
}
.custom-testimonial-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.custom-testimonial-carousel .owl-stage {
  display: flex;
}

.custom-testimonial-carousel .owl-item {
  display: flex;
}


.custom-testimonial-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* allows responsiveness */
}

.custom-testimonial-item {
  flex: 1 1 calc(33.33% - 20px); /* 3 in one row */
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}

.custom-testimonial-item p {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "sorts_mill_goudyregular";
}

/* Footer */
.testimonial-footer {
  display: flex;
  gap:20px;
  align-items: center;
}

.testimonial-footer h6 {
  margin: 0;
  font-weight: 600;
}

.stars {
  color: #f5a623;
  letter-spacing: 2px;
}

.front-banner-section {
    position: relative;
    min-height: 650px;
    background: url('https://blueashdcdev.wpenginepowered.com/wp-content/uploads/2026/03/Blueashlb.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    margin-top: 150px;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    margin: auto;
    width: 100%;
    padding: 60px 20px;
    gap: 200px;
    max-width: 1400px;
}
.testimonial-carousel p{
  min-height: 100px;
}

/* =========================
   LEFT PANEL
========================= */
.banner-left {
   color: #fff;
    width: 100%;
    max-width: 555px;
    padding: 30px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: rgba(0, 0, 0, 0.1);
    border: 10px solid #FFFFFF33;
    backdrop-filter: blur(30px);

    font-family: "Cormorant Garamond";
    overflow: hidden; /* prevents spill */
}

.offer-label {
   display: inline-block;
    background: #03747f;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 18px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "sorts_mill_goudyregular";
}

/* Countdown */
.banner-countdown {
    display: flex;
    justify-content: left;
    gap: 30px;
    margin-bottom: 100px;
    font-family: "sorts_mill_goudyregular";
}

.banner-countdown span {
   display: block;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.banner-countdown small {
    font-size: 12px;
}

.banner-left h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}


/* =========================
   RIGHT PANEL
========================= */
.banner-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 555px;
}

/* CTA */
.cta-btn-green {
    background: #B9EBE4;
    padding: 12px 25px;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    margin-bottom: 30px;
    font-family: "sorts_mill_goudyregular";
    border: 0px;
}

.cta-btn-green:hover {
    background: #025860;
}

/* Glass Box */
.glass-box {
    width: 100%;
    font-family: "sorts_mill_goudyregular";
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.quiz-heading {
    color: #fff; /* match your existing text color */
    text-align: center;
    margin-bottom: 16px;
    text-align: center;
}

.quiz-heading h4 {
      font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.quiz-heading .note {
    font-size: 0.9rem;
    opacity: 0.85;
    font-style: italic;
    line-height: 1.4;
}
.custom-section-title{
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size:2.25rem;
}
/* =========================
   POPUP
========================= */
#countdownPopup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-inner {
    background: #ffffff;
    width: 90%;
    max-width: 750px;
    padding: 40px;
    border-radius: 12px;
    position: relative;
}

/* Close button */
.cd-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}


/* =========================
   QUIZ
========================= */
.quiz-box {
    font-family: "sorts_mill_goudyregular", serif;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Steps */
.quiz-step {
    display: none;
}

.quiz-step.active {
    display: block;
}

/* Question */
.quiz-question-text {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Options */
.quiz-step label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    font-family: "sorts_mill_goudyregular";
}

.quiz-step input[type="radio"] {
    margin-right: 8px;
    accent-color: #03747f;
    width:auto;
    display: inline;
}
.quiz-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0;
}

.quiz-step input[type="text"],
.quiz-step input[type="email"],
.quiz-step input[type="tel"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Consent */
.quiz-step input[type="checkbox"] {
    margin-right: 4px;
}


/* Legal text */
.quiz-legal {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.4;
    font-family: "sorts_mill_goudyregular";
}

.quiz-legal a {
    color: #4da6ff;
    text-decoration: underline;
}

/* Button */
.quiz-submit {
    width: 100%;
    padding: 0px 14px 20px 14px;
    background: #1e7f86;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.quiz-submit:hover {
    background: #16656b;
}
/* =========================
   PROGRESS BAR (MATCH IMAGE)
========================= */
.quiz-progress-wrap {
    background: #fff;
    height: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.quiz-progress-fill {
    background: #03747f;
    height: 100%;
    width: 0%;
    transition: width 0.4s ease;
}

/* % TEXT INSIDE BAR */
.quiz-progress-wrap::before {
   content: attr(data-progress) "%";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
}


/* =========================
   BUTTONS
========================= */
.quiz-step button {
    background: #03747f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px 5px 0 0;
    border-radius: 6px;
    cursor: pointer;
}

.quiz-step button:hover {
    background: #025860;
}

.text-left ul{
  font-family: "sorts_mill_goudyregular";
}
/* =========================
   ERROR
========================= */
.quiz-error {
    color: red;
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
}


/* =========================
   THANK YOU
========================= */
.quiz-step[data-step="thankyou"] {
    text-align: center;
}

.center {
  text-align: center;
}

.cta-btn {
  background: #a8d5c2;
  padding: 12px 25px;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  display: inline-block;
}
 /* ================= SHARED CTA ================= */
    .cta-btn {
      display: inline-block;
      padding: 13px 28px;
      background: transparent;
      border: 1.5px solid #1a1a1a;
      color: #1a1a1a;
      font-family: 'sorts_mill_goudyregular';
      font-size: 13.5px;
      letter-spacing: 0.04em;
      text-decoration: none;
      transition: background 0.25s ease, color 0.25s ease;
    }

    .cta-btn:hover {
      background: #1a1a1a;
      color: #ffffff;
    }


    .cta-outline {
      display: inline-block;
      border: 1.5px solid #000;
      padding: 11px 22px;
      font-family: 'sorts_mill_goudyregular';
      font-size: 16px;
      letter-spacing: 0.03em;
      text-decoration: none;
      color: #000 !important;
      transition: border-color 0.2s, color 0.2s;
      margin-top: 12px;
      background:#fff;
    }

    .cta-outline:hover {
      border-color: #1a1a1a;
      color: #1a1a1a;
    }

    .cta {
      text-align: center;
      margin-top: 30px;
    }

    .text-center { text-align: center; }
    .mt-5 { margin-top: 50px; }
    .center { text-align: center; }

/* ================= IMPLANT SECTION ================= */

.implant-bottom {
  margin-top: 50px;
}

/* Heading */
.implant-bottom h3 {
  text-align: center;
  font-family: 'Cormorant Garamond';
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #232323;
}

/* Row for 2 columns */
.implant-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 100px;
  padding-right: 100px;

}

/* Image */
.bottom-img {
  flex: 1;
}

.bottom-img img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

/* Text */
.bottom-text {
  flex: 1;
  font-family: "sorts_mill_goudyregular";
}

.bottom-text ul {
  padding-left: 18px;
  list-style: disc;
}

.bottom-text li {
  font-family: 'sorts_mill_goudyregular';
  font-size: 1rem;
  color: #232323;
  margin-bottom: 16px;
  line-height: 1.7;
}

    /* ================= ABOUT SECTION ================= */
    .about-section {
      background: #f5f5f5;
      padding: 50px 0;
    }

    .about-wrapper {
      display: flex;
      align-items: center;
      gap: 50px;
      padding: 0px 150px;
    }

    .about-image {
      flex: 1;
    }

    .about-image img {
      width: 100%;
      max-width: 500px;
      display: block;
    }

    .about-content {
      flex: 1;
    }

    .about-content h2 {
      font-family: 'Cormorant Garamond';
      font-size: 2.25rem;
      font-weight: 400;
      margin-bottom: 20px;
      color: #232323;
      letter-spacing: -0.01em;
      text-align: center;
    }

    .about-content p {
      font-family: 'sorts_mill_goudyregular';
      font-size: 1rem;
      color: #232323;
      margin-bottom: 16px;
      line-height: 1.8;
    }

    /* ================= BOTTOM CTA ================= */
    .bottom-cta {
      background: #fff;
      padding: 50px 0;
    }

    .bottom-cta h2 {
      font-family: 'Cormorant Garamond';
      font-size: 2.25rem;
      font-weight: 400;
      margin-bottom: 16px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.3;
      letter-spacing: -0.01em;
      color: #232323;
    }

    .bottom-cta p {
      font-family: 'sorts_mill_goudyregular';
      font-size: 1rem;
      max-width: 680px;
      margin: 0 auto 28px;
      color: #232323;
      line-height: 1.75;
    }
 .note {
      font-family: 'sorts_mill_goudyregular';
      font-size: 12.5px;
      color: #fff;
      margin-top: 14px;
      line-height: 1.65;
    }

/* =========================
   POPUP
========================= */
#countdownPopup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px; /* spacing on small screens */
}


#countdownPopup  #popupQuizContainer {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
    max-height: 90vh;
	background: rgba(0, 0, 0, 0.1);
    border: 10px solid #FFFFFF33;
    backdrop-filter: blur(30px);
}



.popup-inner {
    background: #025860;
    width: 90%;
    max-width: 750px;
    padding: 40px;
    border-radius: 12px;
    position: relative;
}

/* Close button */
.cd-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
}
.smile-section {
    padding: 60px 20px;
    text-align: center;
    background: #f5f5f5;
}

.smile-title {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 500;
}

.smile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.compare-card {
    background: #ddd;
    padding: 15px;
    border-radius: 12px;
}

.compare-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    cursor: ew-resize;
}

.compare-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-after-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: white;
    transform: translateX(-50%);
}

.slider::after {
    content: "↔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #444;
    color: white;
    padding: 6px;
    border-radius: 50%;
    font-size: 12px;
}

.labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
.faq-item,
.help-list{
  font-family:"sorts_mill_goudyregular";
}
.w-65{
  width: 65% !important;
}
.border-top{
  border-top:1px solid #dee2e6 !important;
}
.pa{
  padding: 0rem 1.5rem 1.5rem 1.5rem !important;
}

/* New Service Page */

.services-grid-section {
    background: #fff;
}
.custom-list {
  max-width: 500px;      /* controls width so it stays centered */
  margin: 0 auto;        /* centers the whole block */
  padding-left: 20px;    /* ensures bullets are properly placed */
  text-align: left;      /* aligns text left */
}

.custom-list li {
  margin-bottom: 10px;   /* spacing between items */
}


.service-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}


.service-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-card__desc {
      font-size: 1rem;
    color: #000;
    text-align: left;
}

/* ==============================
   CONTENT SECTIONS
============================== */
.periodontist-sections {
  background-color: #fff;
}

.content-section {
  padding: 2rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.content-section:last-child {
  border-bottom: none;
}

.content-section__heading {
  font-size: 1.6rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.content-section__text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
}

.content-section__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.our-services-section {
  background-color: #f9f9f9;
}

.our-services__title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
}

.service-pill {
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 20px 16px;
  font-size: 0.85rem;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: default;
}
.mt-100{
  margin-top: 100px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.my-80{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.front__page_banner_custom {
  text-align: center;
}

.banner-overlay-content {
  margin: 0 auto;
}

.banner-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Button spacing */
.banner-overlay-content .btn {
  margin-top: 10px;
}

.custom-list img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
.btn--icon {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 405px;
}

/* Photo Gallery Section */
.photo-gallery-section {
  background: #fafafa;
}

.photo-gallery-title {
  font-size: 2rem;
}
.photo-gallery-carousel {
  position: relative;
}

/* NAV WRAPPER */
.photo-gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 999;
  pointer-events: none;
}

/* BUTTONS */
.photo-gallery-carousel .owl-nav button.owl-prev,
.photo-gallery-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  pointer-events: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

/* LEFT */
.photo-gallery-carousel .owl-nav button.owl-prev {
  margin-left: 10px;
  background-image: url("https://blueashdcdev.wpenginepowered.com/wp-content/uploads/2026/04/Layer_1.svg");
}

/* RIGHT */
.photo-gallery-carousel .owl-nav button.owl-next {
  margin-right: 10px;
  background-image: url("https://blueashdcdev.wpenginepowered.com/wp-content/uploads/2026/04/Layer_1-1.svg");
}
.btn-invis{
 background: #BDEEFF !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
    padding: 22px !important;
    color: #000;

}
.invisalign-banner-section {
    position: relative;
    min-height: 650px;
    background: url('https://www.blueashdentalcincinnati.com/wp-content/uploads/2026/05/c395979553c9a6edc2ff5758426cb1d09b57faae-1.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    margin-top: 150px;
}

/* ================= NEW NAVBAR (Anderson Smile Center) ================= */
.comfortsmile-header {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  backdrop-filter: none;
}

.comfortsmile-header .container {
  max-width: 1400px;
}

.comfortsmile-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px 0;
  min-height: 88px;
}

.comfortsmile-header .comfortsmile-logo {
  flex: 0 0 auto;
  margin: 0;
  padding: 0 32px 0 0;
  text-align: left;
  border-right: 1px solid #d9dde2;
}

.comfortsmile-header .comfortsmile-logo img {
  max-height: 64px;
  width: auto;
  display: block;
}

.comfortsmile-header .comfortsmile-nav.primary-menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.comfortsmile-header .comfortsmile-nav.primary-menu .navbar-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comfortsmile-header .comfortsmile-nav.primary-menu .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #2d3e54;
  padding: 8px 14px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease;
}

.comfortsmile-header .comfortsmile-nav.primary-menu .navbar-nav > li > a:hover,
.comfortsmile-header .comfortsmile-nav.primary-menu .navbar-nav > li.current-menu-item > a {
  color: #3C8C80;
}

.comfortsmile-header .header-cta {
  flex: 0 0 auto;
  gap: 12px;
}

.comfortsmile-header .header-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2d3e54;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.comfortsmile-header .header-cta .btn:hover {
  background: #1f2d40;
  color: #ffffff;
}

.comfortsmile-header .header-cta .btn-phone i {
  font-size: 13px;
}

/* Neutralize older split-menu rules that conflict with the new layout */
.comfortsmile-header .left-menu,
.comfortsmile-header .right-menu {
  flex: 0 0 auto;
}
.comfortsmile-header .left-menu .navbar-nav,
.comfortsmile-header .right-menu .navbar-nav {
  gap: 4px;
  justify-content: center;
}

/* ================= HERO BANNER (Anderson Smile Center) ================= */
.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 88px; /* clears the fixed header */
}

.hero-banner__bg {
  display: block;
  width: 100%;
  height: auto;
  background: #324A62;
}

.hero-banner__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hero-banner__copy {
  max-width: 520px;
  padding-right: 24px;
  color: #ffffff;
  pointer-events: auto;
}

.hero-banner__title {
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 20px;
}

.hero-banner__subtitle {
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
}

.hero-banner__cta {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.hero-banner__cta:hover {
  background: #ffffff;
  color: #2d3e54;
}

@media (max-width: 767.98px) {
  .comfortsmile-header .comfortsmile-logo img {
    max-width: 200px;
    max-height: none;
  }
  .hero-banner {
    background: #324A62;
  }
  .hero-banner__bg {
    margin: 32px 0;
  }
  .hero-banner__content {
    position: relative;
    background: #2d3e54;
    padding: 32px 16px;
  }
  .hero-banner__copy {
    max-width: none;
    padding-right: 0;
    text-align: center;
  }
}

/* ================= TYPOGRAPHY (Anderson Smile Center) ================= */
body,
p,
button,
.btn,
.hero-banner__subtitle,
.hero-banner__cta,
.comfortsmile-header .header-cta .btn {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6,
.hero-banner__title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
}

/* ================= TRUSTED DENTIST SECTION ================= */
.trusted-dentist {
  background: #ffffff;
  padding: 80px 0;
}

.trusted-dentist__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.trusted-dentist__title {
  margin: 0 0 24px;
  color: #2d3e54;
}

.trusted-dentist__description {
  color: #2d3e54;
  margin: 0;
  line-height: 1.5;
}

.trusted-dentist__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.trusted-dentist__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.trusted-dentist__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.trusted-dentist__body {
  color: #2d3e54;
  line-height: 1.5;
  margin: 0;
}

.trusted-dentist__cta {
  display: inline-block;
  align-self: stretch;
  text-align: center;
  padding: 16px 32px;
  border: 1px solid #2d3e54;
  border-radius: 2px;
  color: #2d3e54;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.trusted-dentist__cta:hover {
  background: #2d3e54;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .trusted-dentist {
    padding: 48px 0;
  }
  .trusted-dentist__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .trusted-dentist__header {
    margin-bottom: 36px;
  }
}

/* ================= WHY CHOOSE US SECTION ================= */
.why-choose {
  background: #6b7d92;
  padding: 80px 0;
  color: #ffffff;
}

.why-choose__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 56px;
  color: #ffffff;
}

.why-choose__title {
  color: #ffffff;
  margin: 0 0 24px;
}

.why-choose__description {
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
}

.why-choose__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.why-choose__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.why-choose__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.why-choose__icon {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.why-choose__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.why-choose__text {
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
}

.why-choose__media {
  position: relative;
}

.why-choose__media img {
  display: block;
  width: 100%;
  max-width: 509px;
  aspect-ratio: 509 / 610;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  border-top-right-radius: 200px;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .why-choose {
    padding: 48px 0;
  }
  .why-choose__row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .why-choose__header {
    margin-bottom: 32px;
  }
  .why-choose__media {
    order: -1;
  }
}

/* ================= HIGHLIGHTED SERVICES SECTION ================= */
.highlighted-services {
  padding: 80px 0;
  background: #ffffff;
}

.highlighted-services .container {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 80px;
}

.hs-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 48px 0;
}

.hs-card + .hs-card {
  border-top: 0;
}

.hs-card__media {
  position: relative;
  width: fit-content;
  max-width: 100%;
  transform: translateY(-56px);
}

/* Offset 1px outline frame, peeking out at the bottom and right of the image */
.hs-card__media::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid rgba(45, 62, 84, 0.4);
  border-top-left-radius: 200px;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}

.hs-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 590px;
  height: 330px;
  max-width: 100%;
  object-fit: cover;
  opacity: 1;
  border-top-left-radius: 200px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1199.98px) {
  .hs-card__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 590 / 330;
  }
}

.hs-card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  align-self: stretch;
  transform: translateY(-56px); /* match .hs-card__media's visual shift */
  color: #2d3e54;
}

.hs-card__title {
  margin: 0;
  color: #2d3e54;
  line-height: 1.15;
}

.hs-card__text {
  margin: 0;
  color: #6b7d92;
  line-height: 1.5;
  font-size: 16px;
}

.hs-card__text p { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }

.hs-card__link {
  margin-top: auto;
  color: #2d3e54;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hs-card__link:hover {
  color: #1f2d40;
}

@media (max-width: 767.98px) {
  .highlighted-services {
    padding: 96px 0 8px;
  }
  .highlighted-services .container {
    padding-bottom: 0;
  }
  .hs-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px 0;
  }
  .hs-card__media {
    margin-left: auto;
    margin-right: auto;
  }
  .hs-card__media img {
    border-top-left-radius: 100px;
  }
  .hs-card__media::after {
    border-top-left-radius: 100px;
  }
  .hs-card__content {
    align-items: center;
    text-align: center;
  }
  .our-services {
    padding-top: 40px;
  }
}

/* ================= OUR SERVICES SECTION ================= */
.our-services {
  padding: 80px 0;
  background: #ffffff;
}

.our-services__header {
  text-align: center;
  margin: 0 0 48px;
}

.our-services__title {
  margin: 0;
  color: #2d3e54;
}

.our-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}

.os-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Linked service card (renders as <a>) — keep it visually identical to the article version */
a.os-card,
a.os-card:hover,
a.os-card:focus {
  text-decoration: none;
  color: inherit;
}

.os-card--linked {
  cursor: pointer;
}

.os-card--linked .os-card__media img {
  transition: transform 0.3s ease;
}

.os-card--linked:hover .os-card__media img {
  transform: scale(1.04);
}

.os-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 2px;
  background: #e9ecef;
  text-decoration: none;
}

.os-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.os-card__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e2e6ea 0%, #ced4da 100%);
}

.os-card__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: black;
  font-size: 16px;
  z-index: 2;
}

.os-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7d92;
}

.our-services__viewall {
  text-align: center;
  margin-top: 48px;
}

.our-services__viewall-link {
  color: #2d3e54;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 16px;
}

.our-services__viewall-link:hover {
  color: #1f2d40;
}

@media (max-width: 991.98px) {
  .our-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .our-services {
    padding: 48px 0;
  }
  .our-services__grid {
    grid-template-columns: 1fr;
  }
}

/* ================= MEET OUR DENTISTS SECTION ================= */
.meet-dentists {
  position: relative;
  background: #4a5d75;
  color: #ffffff;
  padding: 80px 0 100px;
  overflow: hidden;
}

.meet-dentists__header {
  text-align: center;
  margin: 0 0 56px;
}

.meet-dentists__title {
  color: #ffffff;
  margin: 0;
}

.meet-dentists__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  position: relative;
  z-index: 1;
}

.dentist-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.dentist-card__media {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.dentist-card__media::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-top-left-radius: 236.5px;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}

.dentist-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 505px;
  height: 450px;
  max-width: 100%;
  object-fit: cover;
  opacity: 1;
  border-top-left-radius: 236.5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1199.98px) {
  .dentist-card__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 505 / 450;
  }
}

.dentist-card__name {
  margin: 12px 0 0;
  color: #ffffff;
}

.dentist-card__bio {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
  font-size: 16px;
  max-width: 440px;
}

.dentist-card__link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 16px;
  margin-top: 8px;
}

.dentist-card__link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.meet-dentists .container {
  position: relative;
}

.meet-dentists__decoration {
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 210px;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.meet-dentists__decoration img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .meet-dentists {
    padding: 48px 0 80px;
  }
  .meet-dentists__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .dentist-card__media img {
    border-top-left-radius: 100px;
  }
  .dentist-card__media::after {
    border-top-left-radius: 100px;
  }
  .meet-dentists__decoration {
    display: none;
  }
}

/* ================= TESTIMONIALS SECTION ================= */
.testimonials {
  padding: 80px 0;
  background: #ffffff;
  border-bottom: 1px solid #d3d3d3;
}

.testimonials__header {
  text-align: center;
  margin: 0 0 48px;
}

.testimonials__title {
  margin: 0;
  color: #2d3e54;
}

.testimonials__carousel.owl-carousel {
  position: relative;
}

/* Owl's stage is a flexbox; its default align-items:stretch forces every slide
   to the tallest testimonial's height, leaving empty space under short quotes.
   Align to the top so each slide keeps its natural height. */
.testimonials__carousel.owl-carousel .owl-stage {
  align-items: flex-start;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 24px;
}

.testimonial__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #2d3e54;
}

.testimonial__author {
  margin: 0;
  font-size: 16px;
  color: #2d3e54;
}

/* Owl nav arrows positioned outside the testimonial area */
.testimonials__carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
}

.testimonials__carousel.owl-carousel .owl-nav .owl-prev,
.testimonials__carousel.owl-carousel .owl-nav .owl-next {
  pointer-events: auto;
  background: transparent;
  border: 0;
  color: #2d3e54;
  font-size: 24px;
  padding: 12px;
  line-height: 1;
  margin: 0;
}

.testimonials__carousel.owl-carousel .owl-nav .owl-prev {
  margin-left: -36px;
}
.testimonials__carousel.owl-carousel .owl-nav .owl-next {
  margin-right: -36px;
}

.testimonials__carousel.owl-carousel .owl-nav .owl-prev:hover,
.testimonials__carousel.owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
  color: #1f2d40;
}

.testimonials__carousel.owl-carousel .owl-nav .disabled {
  opacity: 0.3;
}

/* Kill Owl's default trailing margin under the carousel (empty dots container) */
.testimonials__carousel.owl-carousel .owl-dots {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .testimonials {
    padding: 48px 0 0;
  }
  .testimonials__carousel.owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }
  .testimonials__carousel.owl-carousel .owl-nav .owl-next {
    margin-right: 0;
  }
}

/* ================= WHY US SECTION ================= */
.why-us {
  position: relative;
  background: #4a5d75;
  color: #ffffff;
  padding: 80px 0 100px;
  overflow: hidden;
}

.why-us__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.why-us__media {
  position: relative;
}

.why-us__media::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top-left-radius: 100px;
  pointer-events: none;
  z-index: 2;
}

.why-us__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 100px;
}

.why-us__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding-top: 8px;
}

.why-us__title {
  margin: 0;
  color: #ffffff;
}

.why-us__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  font-size: 16px;
}

.why-us__link {
  margin-top: 40px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 16px;
}

.why-us__link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.why-us .container {
  position: relative;
}

.why-us__decoration {
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 210px;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.why-us__decoration img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .why-us {
    padding: 40px 0 80px;
  }
  .why-us__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .why-us__decoration {
    width: 210px;
    right: 0;
    bottom: -24px;
  }
}

/* ================= PHOTO GALLERY SECTION ================= */
.photo-gallery {
  padding: 80px 0;
  background: #ffffff;
}

.photo-gallery__title {
  text-align: center;
  margin: 0 0 48px;
  color: #2d3e54;
}

.photo-gallery__carousel.owl-carousel {
  position: relative;
}

.photo-gallery__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

/* Override the default owl nav positioning + remote background-image arrows */
.photo-gallery__carousel.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  top: auto;
  transform: none;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
}

.photo-gallery__carousel.owl-carousel .owl-nav button.owl-prev,
.photo-gallery__carousel.owl-carousel .owl-nav button.owl-next {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2d3e54;
  background: rgba(255, 255, 255, 0.85);
  background-image: none;
  color: #2d3e54;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.photo-gallery__carousel.owl-carousel .owl-nav button.owl-prev {
  margin-left: 24px;
  background-image: none;
}
.photo-gallery__carousel.owl-carousel .owl-nav button.owl-next {
  margin-right: 24px;
  background-image: none;
}

.photo-gallery__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.photo-gallery__carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #2d3e54;
  color: #ffffff;
}

.photo-gallery__carousel.owl-carousel .owl-nav button.owl-prev i,
.photo-gallery__carousel.owl-carousel .owl-nav button.owl-next i {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .photo-gallery {
    padding: 48px 0;
  }
  .photo-gallery__carousel.owl-carousel .owl-nav button.owl-prev {
    margin-left: 8px;
  }
  .photo-gallery__carousel.owl-carousel .owl-nav button.owl-next {
    margin-right: 8px;
  }
}

/* ================= EASY FINANCING SECTION ================= */
.easy-financing {
  background: #4a5d75;
  color: #ffffff;
  padding: 64px 0;
}

.easy-financing__row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.easy-financing__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.easy-financing__title {
  margin: 0;
  color: #ffffff;
}

.easy-financing__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  font-size: 16px;
}

.easy-financing__side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.easy-financing__media {
  position: relative;
}

.easy-financing__media::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top-left-radius: 100px;
  pointer-events: none;
  z-index: 2;
}

.easy-financing__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 100px;
}

.easy-financing__partners {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.easy-financing__partner {
  flex: 1 1 0;
  background: #ffffff;
  border-radius: 4px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.easy-financing__partner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.easy-financing__partner img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767.98px) {
  .easy-financing {
    padding: 48px 0;
  }
  .easy-financing__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .easy-financing__media {
    margin-top: 48px;
  }
  .easy-financing__partners {
    flex-direction: column;
  }
}

/* ================= ANSWERS / IMPORTANT CTAS SECTION ================= */
.answers-section {
  padding: 80px 0;
  background: #ffffff;
}

.answers-section__title {
  text-align: center;
  margin: 0 0 48px;
  color: #2d3e54;
  font-size: 32px;
}

.answers-section__buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.answers-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: #ffffff;
  color: #2d3e54;
  border: 1px solid #2d3e54;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.answers-section__btn:hover {
  background: #2d3e54;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .answers-section__buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .answers-section {
    padding: 48px 0;
  }
  .answers-section__buttons {
    grid-template-columns: 1fr;
  }
}

/* ================= JOIN OUR COMMUNITY SECTION ================= */
.join-community {
  padding: 80px 0;
  background: #f3f4f6;
}

.join-community__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.join-community__feed {
  border: 1px solid #2d3e54;
  background: #ffffff;
  padding: 16px;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-community__placeholder {
  text-align: center;
  color: #6b7d92;
  padding: 32px;
}

.join-community__placeholder p {
  margin: 0 0 8px;
  color: #2d3e54;
  font-size: 16px;
}

.join-community__placeholder small {
  font-size: 13px;
  color: #6b7d92;
  line-height: 1.4;
  display: block;
}

.join-community__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
}

.join-community__title {
  margin: 0;
  color: #2d3e54;
  line-height: 1.15;
  text-align: center;
}

.join-community__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: transparent;
  color: #2d3e54;
  border: 1px solid #2d3e54;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
}

.join-community__btn:hover {
  background: #2d3e54;
  color: #ffffff;
}

/* ================= SITE FOOTER ================= */
.site-footer {
  background: #ffffff;
  color: #2d3e54;
  padding: 64px 0 48px;
  border-top: 1px solid #d3d3d3;
}

.site-footer,
.site-footer * {
  overflow: visible !important;
  max-height: none !important;
  height: auto;
}

.site-footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.site-footer__col--brand { flex: 0 1 280px; }
.site-footer__col--find  { flex: 0 1 320px; }
.site-footer__col--links { flex: 0 1 140px; }
.site-footer__col--hours { flex: 0 1 240px; }
.site-footer__col--hours .site-footer__hours { white-space: nowrap; }

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

/* --- Brand column --- */
.site-footer__col--brand {
  position: relative;
  gap: 20px;
}

.site-footer__logo {
  display: inline-block;
  align-self: flex-start;
}

.site-footer__logo img {
  display: block;
  max-width: 220px;
  height: auto;
}

.site-footer__intro {
  margin: 0;
  color: #6b7d92;
  max-width: 280px;
}

.site-footer__social {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.site-footer__social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d3e54;
}

.site-footer__social a i {
  font-size: 18px;
}

.site-footer__decoration {
  position: absolute;
  left: 40px;
  bottom: -8px;
  width: 210px;
  height: auto;
  pointer-events: none;
  opacity: 0.4;
}

.site-footer__decoration img {
  width: 100%;
  height: auto;
  filter: brightness(0);
}

/* --- Headings & subheads --- */
.site-footer__heading {
  margin: 0 0 8px;
  color: #2d3e54;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
}

.site-footer__subhead {
  margin: 0;
  color: #2d3e54;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
}

.site-footer__subhead--hours {
  margin-top: 16px;
}

/* --- Find Us column --- */
.site-footer__col--find {
  gap: 12px;
}

.site-footer__map {
  width: 100%;
  height: 140px;
  border: 0;
  display: block;
  margin-bottom: 8px;
}

.site-footer__address {
  margin: 0;
  color: #6b7d92;
  line-height: 25px;
}

.site-footer__phone {
  margin: 0;
  color: #6b7d92;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer__phone i {
  color: #2d3e54;
  font-size: 14px;
}

.site-footer__phone a {
  color: #6b7d92;
  text-decoration: none;
}

.site-footer__phone a:hover { color: #2d3e54; }

/* --- Menus (Links + Services) --- */
.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer__menu li a {
  color: #6b7d92;
  text-decoration: none;
  padding: 0;
  display: inline-block;
}

.site-footer__menu li a:hover {
  color: #2d3e54;
}

.site-footer__menu .sub-menu {
  display: none;
}

.site-footer__menu .menu-item-has-children > a::after {
  content: '';
}

/* --- Hours rows --- */
.site-footer__hours {
  color: #6b7d92;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer__hours .hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer__hours .hour-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.site-footer__hours .hour-row .day {
  min-width: 50px;
  flex-shrink: 0;
}

.site-footer__hours .hour-row .colon {
  flex-shrink: 0;
}

.site-footer__hours .hour-row .time {
  flex: 1;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .site-footer__row {
    gap: 40px;
  }
  .site-footer__col--brand,
  .site-footer__col--find,
  .site-footer__col--links,
  .site-footer__col--hours {
    flex: 1 1 calc(50% - 20px);
  }
  .site-footer__decoration {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding: 40px 0 32px;
  }
  .site-footer__row {
    gap: 32px;
  }
  .site-footer__col--brand,
  .site-footer__col--find,
  .site-footer__col--links,
  .site-footer__col--hours {
    flex: 1 1 100%;
  }
  .site-footer__row {
    text-align: center;
  }
  .site-footer__col {
    align-items: center;
  }
  .site-footer__logo {
    align-self: center;
  }
  .site-footer__intro {
    max-width: none;
  }
  .site-footer__social {
    justify-content: center;
  }
  .site-footer__phone {
    justify-content: center;
  }
  .site-footer__hours .hour-row {
    justify-content: center;
  }
}

/* ================= SERVICES PAGE INTRO ================= */
.services-page-intro {
  margin-top: 96px;
  padding: 32px 0 24px;
  text-align: center;
}
.services-page-intro__title {
  margin: 0 auto 16px;
  color: #2d3e54;
  text-align: center;
}
.services-page-intro__description {
  max-width: 780px;
  margin: 0 auto;
  color: #4a5d75;
  text-align: center;
}

/* ================= GLOBAL TYPOGRAPHY ENFORCEMENT (final) ================= */
.hero-banner__title,
.trusted-dentist__title,
.why-choose__title,
.our-services__title,
.meet-dentists__title,
.testimonials__title,
.why-us__title,
.easy-financing__title,
.join-community__title,
.photo-gallery__title,
.services-page-intro__title,
.payment-options__title,
.patient-forms__title,
.about-intro__title,
.contact-form__title,
.serving-region__title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
}

/* Banner title sized larger than other section titles */
.hero-banner__title {
  font-size: 50px;
}

/* Headings sized independently from other section titles */
.hs-card__title,
.answers-section__title,
.dentist-card__name {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.hero-banner__subtitle,
.services-page-intro__description,
.payment-options__intro,
.payment-options__card-label,
.payment-options__method,
.payment-options__card--dsp,
.payment-options__card--dsp p,
.patient-forms__description,
.patient-forms__btn,
.about-intro__description,
.about-doctors__designation,
.about-doctors__bio,
.about-doctors__bio p,
.about-doctors__link,
.contact-form__map-label,
.contact-form__description,
.serving-region__city,
.contact-form__form .lable,
.contact-form__form input[type="text"],
.contact-form__form input[type="tel"],
.contact-form__form input[type="email"],
.contact-form__form select,
.contact-form__form textarea,
.contact-form__form .wpcf7-submit,
.trusted-dentist__description,
.trusted-dentist__body,
.why-choose__description,
.hs-card__text,
.hs-card__text p,
.os-card__text,
.os-card__label,
.dentist-card__bio,
.testimonial__text,
.testimonial__author,
.why-us__text,
.easy-financing__text,
.join-community__placeholder p,
.hero-banner__cta,
.trusted-dentist__cta,
.hs-card__link,
.our-services__viewall-link,
.dentist-card__link,
.why-us__link,
.join-community__btn {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

/* Why Choose item text — sized independently from other body copy */
.why-choose__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

.answers-section__btn {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18spx;
  line-height: 25px;
  letter-spacing: 0.05em;
}

@media (max-width: 767.98px) {
  .join-community {
    padding: 48px 0;
  }
  .join-community__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .join-community__feed {
    min-height: 360px;
  }
}

/* ================= SERVING REGION ================= */
.serving-region {
  padding: 32px 0 64px;
}
.serving-region__card {
  background: #e5e7eb;
  border-radius: 8px;
  padding: 56px 64px;
}
.serving-region__title {
  margin: 0 0 40px;
  color: #2d3e54;
  text-align: center;
}
.serving-region__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  max-width: 880px;
  margin: 0 auto;
}
.serving-region__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.serving-region__icon {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}
.serving-region__city {
  color: #2d3e54;
}

@media (max-width: 767.98px) {
  .serving-region__card {
    padding: 32px 24px;
  }
  .serving-region__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .serving-region__icon {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .serving-region__grid {
    grid-template-columns: 1fr;
  }
  .serving-region__item {
    justify-content: center;
  }
}

/* ================= CONTACT FORM ================= */
.contact-form {
  padding: 64px 0;
}
.contact-form__row {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 56px;
  align-items: start;
}
.contact-form__map-label {
  margin: 0 0 12px;
  color: #2d3e54;
}
.contact-form__map {
  width: 100%;
  height: 560px;
  border: 0;
  display: block;
}
.contact-form__title {
  margin: 0 0 16px;
  color: #2d3e54;
}
.contact-form__description {
  margin: 0 0 32px;
  color: #4a5d75;
}
.contact-form__form .journey-form {
  margin: 0 -8px;
}
.contact-form__form .journey-form > [class*="col-"] {
  padding: 0 8px;
}
.contact-form__form .lable {
  margin: 0 0 6px;
  color: #2d3e54;
}
.contact-form__form input[type="text"],
.contact-form__form input[type="tel"],
.contact-form__form input[type="email"],
.contact-form__form select,
.contact-form__form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #2d3e54;
  outline: none;
  transition: border-color 0.2s ease;
}
.contact-form__form input::placeholder,
.contact-form__form textarea::placeholder {
  color: #9ca3af;
}
.contact-form__form select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%232d3e54' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
/* Override the global `form option` brown (#544e4c) so the dropdown list
   matches the theme — white background, dark-slate text. */
.contact-form__form select option {
  background-color: #ffffff;
  color: #2d3e54;
}
.contact-form__form textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form__form input:focus,
.contact-form__form select:focus,
.contact-form__form textarea:focus {
  border-color: #2d3e54;
}
.contact-form__form .submit-btn p {
  margin: 0;
}
.contact-form__form .wpcf7-submit {
  display: inline-block;
  padding: 12px 36px;
  background: #2d3e54;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact-form__form .wpcf7-submit:hover {
  background: #4a5d75;
}
.contact-form__form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 8px 12px;
}

@media (max-width: 991.98px) {
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form__map {
    height: 360px;
  }
}

/* ================= ABOUT PAGE ================= */
.about-intro {
  padding: 64px 0 32px;
  text-align: center;
}
.about-intro__title {
  margin: 0 auto 16px;
  color: #2d3e54;
}
.about-intro__description {
  max-width: 820px;
  margin: 0 auto;
  color: #4a5d75;
}

.about-doctors {
  padding: 32px 0 96px;
}
.about-doctors__card {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 80px;
  align-items: start;
  padding: 80px 0;
  border-top: 1px solid #d1d5db;
}
.about-doctors__card:last-child {
  border-bottom: 1px solid #d1d5db;
}
.about-doctors__media {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.about-doctors__media::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #2d3e54;
  border-top-left-radius: 200px;
  pointer-events: none;
  z-index: 0;
}
.about-doctors__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 420;
  object-fit: cover;
  border-top-left-radius: 200px;
}
.about-doctors__copy {
  padding-top: 12px;
  text-align: left;
}
.about-doctors__name {
  margin: 0 0 8px;
  color: #2d3e54;
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}
.about-doctors__designation {
  margin: 0 0 16px;
  color: #6b7d92;
}
.about-doctors__bio {
  color: #4a5d75;
  margin: 0 0 16px;
}
.about-doctors__bio p {
  margin: 0 0 12px;
}
.about-doctors__bio p:last-child {
  margin-bottom: 0;
}
.about-doctors__link {
  display: inline-block;
  margin-top: 8px;
  color: #2d3e54;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.about-doctors__link:hover {
  color: #4a5d75;
}

@media (max-width: 767.98px) {
  .about-intro {
    padding: 40px 0 24px;
  }
  .about-doctors {
    padding: 24px 0 64px;
  }
  .about-doctors__card {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0;
  }
  .about-doctors__copy {
    text-align: center;
  }
  .about-doctors__media {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}

/* ================= SECTION DIVIDER ================= */
.section-divider {
  border: 0;
  border-top: 1px solid #d1d5db;
  margin: 0;
  opacity: 1;
}

/* ================= PATIENT FORMS ================= */
.patient-forms {
  padding: 64px 0 96px;
}
.patient-forms__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.patient-forms__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.patient-forms__title {
  margin: 0 0 16px;
  color: #2d3e54;
  text-align: left;
}
.patient-forms__description {
  margin: 0 0 32px;
  color: #4a5d75;
}
.patient-forms__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.patient-forms__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 32px;
  background: transparent;
  color: #2d3e54;
  border: 1px solid #2d3e54;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.patient-forms__btn:hover {
  background: #2d3e54;
  color: #ffffff;
}
/* Single doctor page — trim oversized Bootstrap utility spacing.
   Navbar is position:fixed (~88px tall), so keep just enough top clearance. */
.single-doctor-wrap.mt-180.my-5 {
  margin-top: 110px !important;
  margin-bottom: 32px !important;
}
@media (max-width: 767.98px) {
  .single-doctor-wrap.p-5 {
    padding: 24px 16px !important;
  }
  .single-doctor-wrap.mt-180.my-5 {
    margin-top: 100px !important;
    margin-bottom: 24px !important;
  }
}

/* Single blog post — navbar is position:fixed, so clear it; trim padding on mobile */
.blogs-post-single {
  margin-top: 110px;
}
@media (max-width: 767.98px) {
  .blogs-post-single {
    margin-top: 100px;
  }
  .blogs-post-single.p-5 {
    padding: 24px 16px !important;
  }
}

/* CTA partial — stack the two mobile buttons (Call / Book) with spacing */
.cta-buttons--mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.patient-forms__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .patient-forms {
    padding: 32px 0 64px;
  }
  .patient-forms__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .patient-forms__copy {
    align-items: center;
    text-align: center;
  }
  .patient-forms__title {
    text-align: center;
  }
  .patient-forms__cta-row {
    width: 100%;
  }
  .patient-forms__btn {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* ================= FINANCING / PAYMENT OPTIONS ================= */
.payment-options {
  padding: 64px 0 96px;
  text-align: center;
}
.payment-options__title {
  margin: 0 auto 24px;
  color: #2d3e54;
}
.payment-options__intro {
  max-width: 820px;
  margin: 0 auto 48px;
  color: #4a5d75;
}
.payment-options__card {
  margin: 0 0 48px;
  background: #e5e7eb;
  border-radius: 8px;
  padding: 48px 40px;
  text-align: center;
}
.payment-options__card--dsp {
  background: #e5e7eb;
  padding: 32px 40px;
}
.payment-options__card--dsp h3 {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #2d3e54;
  margin: 0 0 12px;
}
.payment-options__card--dsp p {
  margin: 0;
  color: #4a5d75;
}
.payment-options__card-label {
  display: block;
  margin: 0 0 20px;
  color: #2d3e54;
}
.payment-options__pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 8px;
}
.payment-options__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 12px 28px;
  min-width: 150px;
  min-height: 56px;
  transition: box-shadow 0.2s ease;
}
.payment-options__pill:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.payment-options__pill img {
  max-height: 32px;
  width: auto;
  display: block;
}
.payment-options__divider {
  border: 0;
  border-top: 1px solid #6ea8c4;
  max-width: 360px;
  margin: 32px auto;
  opacity: 0.6;
}
.payment-options__methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  margin: 0 0 48px;
}
.payment-options__method {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #4a5d75;
  text-align: left;
}
.payment-options__method-icon {
  width: 28px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .payment-options {
    padding: 40px 0 24px;
  }
  .payment-options__card {
    padding: 32px 20px;
  }
  .payment-options__card--dsp {
    margin-bottom: 0;
  }
  .payment-options__methods {
    gap: 24px;
  }
}

/* ================= SERVICES PAGE GRID — CARD TYPOGRAPHY ================= */
.services-grid-section .service-card h4,
.services-grid-section .service-card .service-card__desc h4 {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}
.services-grid-section .service-card p,
.services-grid-section .service-card .service-card__desc p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  vertical-align: middle;
}

/* ================= ABOUT US — OFFICE INFO SECTION ================= */
.about-office {
  background: #ffffff;
  padding: 80px 0;
}

/* Intro */
.about-office__intro {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 64px;
}

.about-office__intro-title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #2d3e54;
  margin: 0 0 28px;
}

.about-office__intro-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #4a5d75;
  max-width: 1000px;
  margin: 0 auto;
}

/* Cards */
.about-office__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 0 64px;
}

.about-office__card {
  position: relative;
  background: #f3f4f6;
  border-top-left-radius: 80px;
  padding: 48px 36px;
  text-align: center;
}

/* Offset 1px outline frame, peeking out at the bottom and right of the card */
.about-office__card::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -16px;
  border: 1px solid rgba(45, 62, 84, 0.4);
  border-top-left-radius: 80px;
  pointer-events: none;
  z-index: 0;
}

.about-office__card-icon {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.about-office__card-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.about-office__card-title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #2d3e54;
  margin: 0 0 24px;
}

.about-office__card-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #4a5d75;
  margin: 0;
}

/* Closing PPO block */
.about-office__ppo {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-office__ppo-title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #2d3e54;
  margin: 0 0 28px;
}

.about-office__ppo-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #4a5d75;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .about-office__cards {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 767.98px) {
  .about-office {
    padding: 48px 0;
  }
  .about-office__intro {
    margin-bottom: 40px;
  }
}

/* ================= SERVICES — OUR SMILE MAKEOVER GALLERY ================= */
.smile-makeover {
  background: #ffffff;
  padding: 80px 0;
}

.smile-makeover__title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #2d3e54;
  margin: 0 0 56px;
}

.smile-makeover__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 28px;
}

.smile-makeover__item {
  margin: 0;
}

.smile-makeover__item img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #2d3e54;
}

@media (max-width: 991.98px) {
  .smile-makeover__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .smile-makeover {
    padding: 48px 0;
  }
  .smile-makeover__title {
    margin-bottom: 36px;
  }
  .smile-makeover__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}

/* ================= DENTAL IMPLANTS PAGE ================= */

/* ---- Key Benefits (clean bordered cards) ---- */
.di-benefits {
  background: #ffffff;
  padding: 80px 0;
}

.di-benefits__header {
  margin: 0 0 48px;
}

.di-benefits__title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2d3e54;
  margin: 0 0 12px;
}

.di-benefits__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  color: #4a5d75;
  margin: 0;
}

.di-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.di-benefits__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e5ea;
  border-radius: 16px;
  padding: 44px 36px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.di-benefits__card:hover {
  border-color: #2d3e54;
  box-shadow: 0 16px 32px rgba(45, 62, 84, 0.08);
}

.di-benefits__icon {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
}

.di-benefits__icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.di-benefits__card-title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2d3e54;
  margin: 0 0 18px;
}

.di-benefits__card-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #6b7d92;
  margin: 0;
}

/* ---- Service Intro ---- */
.di-intro {
  background: #ffffff;
  padding: 80px 0;
  color: #2d3e54;
}

.di-intro__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}

.di-intro__title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #2d3e54;
  margin: 0 0 24px;
}

.di-intro__desc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #6b7d92;
  margin: 0 0 32px;
}

.di-intro__cta {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #2d3e54;
  border-radius: 2px;
  color: #2d3e54;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.di-intro__cta:hover {
  background: #2d3e54;
  color: #ffffff;
}

.di-intro__media img,
.di-intro__video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.di-intro__video {
  background: #000;
}

/* ---- Treatment Process (image cards w/ overlapping numbered panel) ---- */
.di-process {
  background: #ffffff;
  padding: 80px 0;
}

.di-process__header {
  margin: 0 0 56px;
}

.di-process__title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2d3e54;
  margin: 0 0 12px;
}

.di-process__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  color: #4a5d75;
  margin: 0;
}

.di-process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px 40px;
}

.di-process__step {
  position: relative;
  flex: 0 0 300px;
  max-width: 300px;
}

.di-process__media {
  position: relative;
  z-index: 0;
}

.di-process__media img {
  display: block;
  width: 100%;
  aspect-ratio: 300 / 190;
  object-fit: cover;
  border-radius: 20px;
}

.di-process__media--placeholder {
  width: 100%;
  aspect-ratio: 300 / 190;
  border-radius: 20px;
  background: linear-gradient(135deg, #e6e9ee, #cdd3db);
}

.di-process__card {
  position: relative;
  z-index: 1;
  width: calc(100% - 44px);
  margin: -70px auto 0;
  padding: 40px 24px 28px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #eef0f3 100%);
  border-radius: 16px;
  box-shadow: 0 24px 40px rgba(45, 62, 84, 0.14);
}

.di-process__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  border: 1px solid #2d3e54;
  border-radius: 50%;
  background: transparent;
  font-family: 'Tenor Sans', serif;
  font-size: 20px;
  color: #2d3e54;
}

.di-process__step-title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #2d3e54;
  margin: 0 0 14px;
}

.di-process__step-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #6b7d92;
  margin: 0;
}

/* ---- Smiles Restored (before/after compare sliders) ---- */
.di-smiles {
  background: #f3f4f6;
  padding: 80px 0;
}

.di-smiles__row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: center;
}

.di-smiles__title {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2d3e54;
  margin: 0 0 8px;
}

.di-smiles__subtitle {
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #6b7d92;
  margin: 0 0 28px;
}

.di-smiles__desc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #4a5d75;
  margin: 0;
  max-width: 320px;
}

.di-smiles__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.di-smiles__compare {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  background: #cdd3db;
}

.di-smiles__compare--placeholder {
  background: linear-gradient(135deg, #e6e9ee, #cdd3db);
}

.di-smiles__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.di-smiles__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-1px);
  pointer-events: none;
}

.di-smiles__handle-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #2d3e54;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(45, 62, 84, 0.25);
}

@media (max-width: 991.98px) {
  .di-smiles__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .di-smiles__desc {
    max-width: none;
  }
  .di-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .di-benefits,
  .di-intro,
  .di-process,
  .di-smiles {
    padding: 48px 0;
  }
  .di-smiles__gallery {
    grid-template-columns: 1fr;
  }
  .di-smiles__title {
    font-size: 34px;
  }
  .di-benefits__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .di-intro__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .di-intro__title {
    font-size: 34px;
  }
  .di-benefits__header,
  .di-process__header {
    margin-bottom: 36px;
  }
  .di-benefits__title,
  .di-process__title {
    font-size: 34px;
  }
  .di-process__step {
    flex-basis: 320px;
    max-width: 100%;
  }
}

/* ================= MOBILE HEADING SIZES (final) ================= */
@media (max-width: 767.98px) {
  h1,
  .hero-banner__title {
    font-size: 36px;
    line-height: normal;
  }
  h2,
  .trusted-dentist__title,
  .why-choose__title,
  .our-services__title,
  .meet-dentists__title,
  .testimonials__title,
  .why-us__title,
  .easy-financing__title,
  .join-community__title,
  .photo-gallery__title,
  .services-page-intro__title,
  .payment-options__title,
  .patient-forms__title,
  .about-intro__title,
  .contact-form__title,
  .serving-region__title,
  .hs-card__title,
  .answers-section__title {
    font-size: 30px;
    line-height: normal;
  }
  .services-page-intro {
    margin-top: 0;
  }
}

/* Google review section */
.google-reviews-section {
    background: #F8F8F8;
}

.google-reviews-section .reviews-box {
    display: flex;
    align-items: center;
    gap: 40px;
}

.google-reviews-section .reviews-left {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 40px;
    border-right: 1px solid #000;
    flex-shrink: 0;
}

.google-reviews-section .google-logo {
    width: 150px;
    height: auto;
    display: block;
}

.google-reviews-section .google-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.google-reviews-section .google-stars {
    width: 115px;
    height: auto;
    display: block;
}

.google-reviews-section .google-rating span {
    font-size: 16px;
    line-height: 1;
    margin-top: 8px;
    margin-left: 13px;
}



.google-reviews-section .reviews-content h2 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
}

.google-reviews-section .reviews-buttons {
    display: flex;
    gap: 24px;
    margin-left: auto;
}

.google-reviews-section .reviews-buttons .btn {
    min-width: 230px;
    text-align: center;
}

@media (max-width: 991px) {

    .google-reviews-section .reviews-box {
        flex-direction: column;
        text-align: center;
    }

    .google-reviews-section .reviews-left {
        border-right: none;
        border-bottom: 1px solid #000;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .google-reviews-section .google-rating {
        align-items: center;
    }

    .google-reviews-section .reviews-content {
        max-width: 100%;
    }

    .google-reviews-section .reviews-buttons {
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
}


.asc-stats-bar {
  background: #2d3e54;
  padding: 20px 0;
  border-bottom: 3px solid #3C8C80;
}
.asc-stats-bar .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.asc-stats-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 40px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.asc-stats-bar__item:last-child { border-right: none; }
.asc-stats-bar__number {
  font-family: 'Cormorant Garamond', 'sorts_mill_goudyregular', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #3C8C80;
  line-height: 1;
}
.asc-stats-bar__label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.75);
  margin-top: 6px;
  text-align: center;
}

/* ─────────────────────────────────────────────
   E. TRUST BADGES
   Uses .why-choose section pattern:
   dark bg (#4a5d75) + why-choose__item list
───────────────────────────────────────────── */
.asc-trust-badges {
  background: #4a5d75;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.asc-trust-badges__header {
  text-align: center;
  margin: 0 0 56px;
}
.asc-trust-badges__title {
  font-family: 'Cormorant Garamond', 'sorts_mill_goudyregular', serif;
  font-size: 2.488rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.asc-trust-badges__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin: 12px 0 0;
  line-height: 1.6;
}
/* Two-column grid: 4 items left, 4 items right */
.asc-trust-badges__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
}
.asc-trust-badges__col {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Match .why-choose__item exactly */
.asc-tb-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.asc-tb-item:first-child { border-top: 1px solid rgba(255,255,255,0.12); }
.asc-tb-item__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asc-tb-item__icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: block;
border-radius:50%;
}
.asc-tb-item__copy {}
.asc-tb-item__label {
  font-family: 'Cormorant Garamond', 'sorts_mill_goudyregular', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 4px;
  line-height: 1.3;
}
.asc-tb-item__detail {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  margin: 0;
}

.asc-faq {
  background: #fff;
  padding: 80px 0;
  border-top: 1px solid #d3d3d3;
}

.asc-faq__header {
  text-align: center;
  margin-bottom: 48px;
}

.asc-faq__title {
  font-family: 'Cormorant Garamond', 'sorts_mill_goudyregular', serif;
  font-size: 2.488rem;
  font-weight: 400;
  color: #2d3e54;
  margin: 0;
}

.asc-faq__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  color: #6b7d92;
  line-height: 1.6;
  margin-top: 12px;
}

.asc-faq__list {
  max-width: 840px;
  margin: 0 auto 48px;
}

.asc-faq__item {
  border-bottom: 1px solid #d3d3d3;
}

.asc-faq__question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  color: #2d3e54;
}

.asc-faq__question i {
  color: #3C8C80;
  transition: .3s;
}

.asc-faq__question[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.asc-faq__question:hover {
  color: #D27546;
}

.asc-faq__answer {
  display: none;
  padding: 0 0 24px;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7d92;
}

.asc-faq__answer.open {
  display: block;
}

.asc-faq__cta {
  text-align: center;
}

.asc-faq__cta-title {
  font-family: 'Cormorant Garamond', 'sorts_mill_goudyregular', serif;
  font-size: 1.625rem;
  color: #2d3e54;
  margin-bottom: 24px;
}

.asc-faq__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.asc-faq__btn {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #2d3e54;
  color: #2d3e54;
  text-decoration: none;
  transition: .3s;
}

.asc-faq__btn:hover {
  background: #2d3e54;
  color: #fff;
}

@media (max-width:767.98px){

.asc-faq{
padding:48px 0;
}

.asc-faq__buttons{
flex-direction:column;
align-items:center;
}

.asc-faq__title{
font-size:2rem;
}

}


/* ─────────────────────────────────────────────
   G. GEO-SEO PARAGRAPH
   Matches: .trusted-dentist / .why-us copy style
───────────────────────────────────────────── */
.asc-geo {
  background: #fff;
  padding: 72px 0;
}
.asc-geo__inner {
  margin: 0 auto;
  text-align: center;
}
.asc-geo__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #2d3e54;
  margin-bottom: 20px;
}
.asc-geo__body {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.85;
  margin-bottom: 24px;
}
.asc-geo__areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.asc-geo__cta {
  margin-top: 32px;
}
.asc-geo__cta a {
  display: inline-block;
  background: #3C8C80;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.asc-geo__cta a:hover {
  background: #2d6b62;
}

/* ─────────────────────────────────────────────
   H. INSURANCE ACCEPTED
   Matches: light section with badge grid
───────────────────────────────────────────── */
.asc-insurance {
  background: #f7f8fa;
  padding: 60px 0;
  border-top: 1px solid #e8ecf0;
}
.asc-insurance__header {
  text-align: center;
  margin-bottom: 36px;
}
.asc-insurance__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #2d3e54;
  margin-bottom: 10px;
}
.asc-insurance__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  color: #5a6a7a;
}
.asc-insurance__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 32px;
}

.asc-insurance__note {
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-size: 0.9rem;
  color: #5a6a7a;
}
.asc-insurance__note a {
  color: #3C8C80;
  font-weight: 600;
  text-decoration: none;
}
.asc-insurance__note a:hover {
  text-decoration: underline;
}

/* ─────────────────────────────────────────────
   E. DOCTOR CREDENTIALS STRIP
   Matches: .meet-dentists dark section style
───────────────────────────────────────────── */
.asc-credentials {
  background: #2d3e54;
  padding: 64px 0;
}
.asc-credentials__header {
  text-align: center;
  margin-bottom: 44px;
}
.asc-credentials__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.asc-credentials__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
}
.asc-credentials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.asc-cred-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
}
.asc-cred-card__photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3C8C80;
  margin-bottom: 16px;
}
.asc-cred-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.asc-cred-card__degree {
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #3C8C80;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}
.asc-cred-card__bio {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.65;
  margin-bottom: 16px;
min-height: 125px;
}
.asc-cred-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.asc-cred-card__link {
  display: inline-block;
  margin-top: 16px;
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3C8C80;
  text-decoration: none;
  border-bottom: 1px solid rgba(60,140,128,0.4);
  transition: color 0.2s;
}
.asc-cred-card__link:hover {
  color: #7ecfc6;
}

/* ─────────────────────────────────────────────
   RESPONSIVE BREAKPOINTS
───────────────────────────────────────────── */
@media (max-width: 991px) {
  .asc-stats-bar__item { padding: 10px 20px; }
    .asc-credentials__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .asc-stats-bar__item {
    padding: 8px 14px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 50%;
  }
  .asc-stats-bar__item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); }
  .asc-stats-bar__number { font-size: 1.7rem; }
  .asc-quickfacts__grid { grid-template-columns: 1fr; }
  .asc-credentials__grid { grid-template-columns: 1fr; }
  .asc-credentials__title,
  .asc-geo__title,
  .asc-insurance__title,
  .asc-faq__title { font-size: 1.8rem; }
}

@media (max-width: 575px) {
  .asc-stats-bar__item {
    width: 100%;
    border-right: none;
  }
  .asc-stats-bar__item:nth-child(odd) { border-right: none; }
  .asc-trust-badges__grid { gap: 20px; }
}


/* ─────────────────────────────────────────────
   RESPONSIVE — Exact theme breakpoints
───────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .asc-trust-badges__row { grid-template-columns: 1fr; gap: 0; }
  .asc-geo__row { flex-direction: column; gap: 40px; }
  }

@media (max-width: 767.98px) {

  .asc-trust-badges { padding: 48px 0 80px; }
    .asc-trust-badges__title,
  .asc-geo__title,
  .asc-insurance__title,
  .asc-faq__title { font-size: 2rem; }
}

.asc-cred-card__tag {
    background: #416080;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 12px;
    backdrop-filter: blur(30px);
    border: 1px solid #324A62;
}
.asc-geo__badge {
    background: #324A621A;
    color: #324A62;
    font-family: 'Mulish', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 8px 18px;
    /* border-radius: 20px; */
    border: 1px solid #324A62;
    backdrop-filter: blur(30px);
}
.asc-ins-badge i {
    color: #324A62;
}
.asc-ins-badge {
    backdrop-filter: blur(30px);
    /* background: #fff; */
    border: 1px solid #324A62;
    /* border-radius: 8px; */
    padding: 12px 24px;
    font-family: 'Mulish', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #324A62;
    display: flex;
    align-items: center;
    gap: 8px;
    /* box-shadow: 0 1px 6px rgba(44, 62, 84, 0.05); */
}