/* 
Theme Name: charlottesville
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: #1675be;
}

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: 10px;
  border: none;
  transition: background 0.3s;
  font-family: "Mulish", sans-serif;
  width: fit-content;
}

.btn:focus,
.btn:focus-visible,
.btn:active {
  box-shadow: none;
  border: none;
  outline: none;
}

.btn.btn--icon > i {
  margin-left: 15px;
}

.btn-primary {
  background-color: #1675be;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: rgba(255, 255, 255, 1) !important;
  color: rgba(22, 117, 190, 1);
  border: 1px solid rgba(22, 117, 190, 1);
}

.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: #1675be !important;
  color: #fff;
  box-shadow: none !important;
}

.btn-secondary {
  background: transparent;
  color: #1675be;
  border: 1px solid #1675be;
  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: #1675be;
  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: #3e7b89;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 40px;
  box-shadow: none;
  outline: none;
  border: none;
  transition: 0.3s ease;
  border-radius: 8px;
}

form input[type="submit"]:hover {
  background: #2f626d;
  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: 5rem; */
  margin-top: 0;
  padding-top: 0 !important;
  position: relative;
  top: 0;
  height: 900px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background: #f4faff;
  border-bottom: 1px solid #7f7f7f;
}

/* 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;
  border: 1px solid #7f7f7f;
}

.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;
  gap: 15px;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background-color: #1675be;
  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: #1675be;
}

/* 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%;
}

.highlighted-cta-btn {
  margin: 0 auto !important;
}
/* 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 {
  color: #2d2d2d;
  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;
}
.higlighted-service-section h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
/* 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: 20px;
  display: inline-block;
  text-decoration: underline 0.5px;
  color: #3e7b89;
  font-family: "Galano Grotesque Light", sans-serif;
  text-underline-offset: 7px;
}

.learn-more-link:hover {
  color: #000;
}

/*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 {
  border: 2px solid #f8f4ef;
}

/* 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%;
  background-color: #f5f5f5;
  border-radius: 30px;
  color: #000000;
}

/* 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 #1675be;
  color: #1675be;
}

/*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 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 .service-nav li a,
.footer p,
.footer div {
  color: #828282;
}
.footer .footer-nav li a {
  color: #000000;
  font-weight: 400;
}
.footer .hours,
.footer .hours p,
.footer .hours * {
  color: #828282;
}
.hour-row .day {
  color: #828282;
}
.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 .col-lg-3 h6 {
  font-weight: 400;
  color: #000000;
}

.footer-nav a:hover:after,
.footer-nav a:hover {
  color: #1675be;
}

.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: #fff;
  color: #d27546;
  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: #1675be;
}

.thank-you-page .btn-primary {
  background-color: #1675be;
  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;
}

.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: #fff;
}

.blog-wrapper .card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 1);
}

.blog-wrapper .card-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000;
}

.page-numbers > li {
  display: inline-block;
}

.page-numbers {
  padding: 5px 15px;
  margin: 0 0.25rem;
  color: #313131;
  text-decoration: none;
  flex-direction: row;
  display: flex;
  list-style: none;
  justify-content: center;
}

.page-numbers:hover {
  color: #d27546;
}

.page-numbers .current {
  background-color: #fffdfa;
  color: #313131;
  border-color: #fffdfa;
  border-radius: 5px;
}

.page-numbers .current:hover {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}

.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-size: 18px;
  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: 0.25rem;
  border-top-right-radius: 0.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 */
/* ========================= */

/* Doctor card */
.doctor-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

/* Image */
.doctor-overlay-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100px;
  border-top-right-radius: 30px;
}

/* Overlay text */

/* 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;
}

.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;
}

.seo-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: transparent;
}

.seo-card__left {
  background: #f5f5f5;
  padding: 26px 26px 18px;
  display: flex;
  flex-direction: column;
  height: 700px;
  border-radius: 20px;
}
.seo-card__right {
  background: #fff;
  height: 700px;
  overflow: hidden;
}
.seo-card__cta {
  margin-top: auto;
  border: 1px solid #3e7b89;
  max-width: max-content;
  padding: 10px;
  border-radius: 10px;
}
.seo-section .learn-more-link {
  text-decoration: none !important;
}
.seo-section .learn-more-link:hover {
  text-decoration: none !important;
}
/* 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;
}

.comfortsmile-logo {
  flex: 0 0 auto;
  text-align: center;
}

/* 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: 16px;
  margin-bottom: 6px;
}

.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;
  border-top-left-radius: 100px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* ========================
   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: #1675be !important;
}

.service-page-item.active {
  background: #fff !important;
  color: #1675be !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;
  gap: 10px;
  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: 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 {
  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);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.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;
  border-radius: 30px;
}

.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;
}

.banner-overlay-content {
  margin: 0 auto;
}

/* 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: 220px;
}

/* Photo Gallery Section */

.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");
}

/* New Styles */

.front__page_banner_custom {
  position: relative;
  height: 900px;
  align-items: center;
  text-align: center;
}

.front__page_banner_custom .row {
  align-items: center;
}

.my-80 {
  padding: 60px 0;
}

.banner-title {
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  text-align: left;
}

.banner-subtitle {
  font-size: 18px;
  color: #2d2d2d;
  margin-top: 15px;
  margin-bottom: 25px;
  max-width: 420px;
  text-align: left;
}

.banner-overlay-content .btn {
  background: #1675be;
  color: #fff;
  padding: 12px 80px;
  border-radius: 8px;
  text-decoration: none;
}

.banner-image {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 60px;
  overflow: hidden;
  height: 100%;
}

.banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* HEADER WRAPPER */
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.header-contact i {
  color: #1675be;
  margin-right: 6px;
}

.header-contact .address {
  margin-bottom: 3px;
}

.header-contact .phone {
  font-weight: 500;
}

.center-menu {
  display: flex;
  justify-content: center;
}

.center-menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.center-menu ul li a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.center-menu ul li a:hover {
  color: #1675be;
}

.header-right {
  display: flex;
  align-items: center;
}

.appointment-btn {
  background: #1675be;
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

.appointment-btn:hover {
  background: #125c94;
  color: #fff;
}

.navbar-nav {
  margin: 0;
  padding: 0;
}

.navbar-nav li {
  list-style: none;
}

.bg-container {
  background: linear-gradient(135deg, #849fb3 0%, #e6f4ff 100%);
  backdrop-filter: blur(30px);
  border-radius: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  object-fit: contain;
}

.main-img {
  border-radius: 30px 0 30px 0;
  max-width: 100%;
}
.higlighted-service-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* home highlighted services */

.higlighted-service-wrap .col-12 {
  width: 33.3333%;
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-text.expanded {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
.feature-card__text.clamp-text.expanded {
  overflow: visible !important;
  display: block !important;
  height: auto !important;
  max-height: none !important;
}

.feature-card__text.clamp-text.expanded p {
  overflow: visible !important;
}

.feature-card {
  height: auto !important;
}

.view-more-btn {
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
}
.feature-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-card__img {
  width: 100%;
  margin-bottom: 24px;
}

.feature-card__img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 200px;
}
.feature-card__content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.feature-card__title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000;
}

.feature-card__text {
  font-size: 18px;
  line-height: 1.8;
  color: #2d2d2d;
  position: relative;
}

.feature-card__text p {
  margin-bottom: 0;
}

/* About Service section */
.about-service {
  background: #fff;
}

.about-service__text {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}

.about-service__rule {
  display: block;
  width: 56px;
  height: 2px;
  background: #2d2d2d;
  margin-bottom: 24px;
}

.about-service__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.about-service__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 32px;
}

.about-service__cta {
  margin-top: auto;
}

.about-service__media {
  display: flex;
  justify-content: center;
}

.about-service__media img {
  display: block;
  width: 100%;
  max-width: 817px;
  height: 450px;
  object-fit: cover;
  border-radius: 0 100px 30px 30px;
}

.about-service__benefits {
  padding-top: 8px;
}

.about-service__benefits-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.about-service__benefits-description {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
}

/* Why Choose section */
.why-choose__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #eef0f2;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 40px;
  width: 100%;
  max-width: 1240px;
  min-height: 741px;
  margin: 0 auto;
}

.why-choose__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.why-choose__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 820px;
  margin-bottom: 40px;
}

.why-choose__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-choose__feature {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 500px;
  min-height: 90px;
  border-radius: 20px;
}

.why-choose__icon {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 30px 10px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.why-choose__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-choose__feature-text {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}

.why-choose__feature-text p {
  margin: 0;
}

.why-choose__media {
  display: flex;
  justify-content: center;
}

.why-choose__media img {
  display: block;
  width: 100%;
  max-width: 509px;
  height: 628px;
  object-fit: cover;
  border-radius: 200px 20px 0 50px;
}

@media (max-width: 991.98px) {
  .why-choose__card {
    padding: 32px 20px;
  }

  .why-choose__media img {
    height: 420px;
    border-radius: 120px 16px 0 32px;
  }
}
/* our services  */
.services-section-title h2 {
  text-align: center;
  color: #000;
  font-size: 28px;
}

.our-services-section {
  background: #f5f5f5;
  overflow: hidden;
}

.services-slider-wrapper {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 40px;
}

.services-slider .owl-stage-outer {
  overflow: visible;
}

.services-slider .owl-stage {
  display: flex;
  align-items: center;
}

.services-slider .owl-item:not(.center) .service-image img {
  height: 280px;
  transition: 0.4s ease;
}

.services-slider .owl-item.center .service-image img {
  height: 360px;
}

.services-slider .owl-item:not(.center) .service-content-box {
  width: 68%;
  padding: 18px 20px;
  bottom: 10px;

  background: rgba(220, 220, 220, 0.8);
  color: #000;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.services-slider .owl-item:not(.center) .service-content-box h3,
.services-slider .owl-item:not(.center) .service-content-box p {
  color: #000;
}

.services-slider .owl-item.center .service-content-box {
  width: 75%;
  padding: 24px 28px;
  bottom: 0;
  background: rgba(8, 62, 103, 0.5);
  color: #fff;

  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.services-slider .owl-item.center .service-content-box h3 {
  color: #fff;
  font-size: 18px;
}
.services-slider .owl-item.center .service-content-box p {
  color: #fff;
  font-size: 13px;
}

.service-slide {
  position: relative;
  width: 100%;
}

.service-card-wrapper {
  position: relative;
  padding-bottom: 80px;
}

.service-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-top-left-radius: 80px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;

  display: block;
}

.service-content-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 75%;
  padding: 24px 28px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  background: #083e6780;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(30px);
  z-index: 3;
}

.service-content-box h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}

.service-content-box p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}

.slider-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 20;

  width: 60px;
  height: 60px;

  border-radius: 50%;
  border: 1px solid #000;

  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

.prev-btn {
  left: 22%;
}

.next-btn {
  right: 22%;
}

.prev-btn {
  left: -70px;
}

.next-btn {
  right: -70px;
}

.slider-arrow:hover {
  background: #000;
}

.slider-arrow i {
  font-size: 18px;
  color: #000;
  transition: 0.3s ease;
}

.slider-arrow:hover i {
  color: #fff;
}
.slider-arrow {
  border: 1px solid #000;
  background-color: transparent;
}
.prev-btn {
  left: 80px;
}

.next-btn {
  right: 80px;
}

.services-view-all {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.view-link-a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  transition: 0.3s ease;
}

.view-link-a:hover {
  color: #1675be;
}

.thoughtfully-delivered-section {
  padding: 80px 0;
}

.thoughtfully-title {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #232323;
}

.thoughtfully-description {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
}
.thoughtfully-btn {
  border: 1px solid #1675be;
  padding: 10px 20px;
  color: #1675be;
}
.thoughtfully-btn.highlighted {
  border: 1px solid #1675be;
  padding: 0.5rem 5rem;
  margin-top: 20px;
}
.feature-card__dash {
  width: 40px;
  height: 3px;
  background: #454545;
  display: inline-block;
  margin-bottom: 14px;
}
.meet-dentist {
  font-size: 32px;
}
.dentist-card h3 {
  font-size: 24px;
}
.dentist-card p {
  font-size: 16px;
}
.serving-location-section {
  background: #e6f4ff;
  border-radius: 30px;
  padding: 60px 40px;
  background-color: #eef0f2;
  margin: 60px 0px;
}

.serving-location-title h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

.serving-location-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.serving-location-name {
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}

.serving-location-item {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
  min-width: 220px;
}

.doctor-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.doctor-overlay-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.doctor-overlay-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  width: 100%;
  padding: 16px 12px;
  text-align: center;
  z-index: 3;
  background: rgba(101, 101, 101, 0.7);
  /* background: #656565b2; */
  align-content: center;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.doctor-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.doctor-designation {
  font-size: 14px;
  margin: 4px 0 0;
  opacity: 0.9;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.learn-more-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.financing-wrapper {
  border-radius: 30px;
}

.care-credit-wrapper {
  background: #edf1f4;
  border-radius: 24px;
}

.finance-title {
  font-size: 18px;
  margin-bottom: 24px;
  color: #313131;
}
.top-finance-logo {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.insurance-logos {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.finance-divider {
  width: 50%;
  height: 1px;
  background: #cce9ff;
  margin: 0 auto 24px;
}

.insurance-title {
  font-size: 18px;
  margin-bottom: 24px;
  color: #313131;
}

.insurance-logos {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.top-finance-logo a,
.logo-box {
  background: #fff;
  border-radius: 16px;
  width: 180px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-finance-logo a:hover,
.logo-box:hover {
  border: 1.5px solid #313131;
  border-radius: 16px;
}
.top-finance-logo img,
.logo-box img {
  max-width: 160px;
  max-height: 60px;
  object-fit: contain;
}

.header-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-item p,
.contact-item a {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  text-decoration: none;
}

.contact-icon {
  width: 22px;
  min-width: 22px;
  margin-top: 3px;
}

.services-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0 40px;
  overflow: visible;
}

.services-slider {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.service-slide {
  flex: 0 0 calc(100% - 300px);
}

/* ARROWS */

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

.slider-arrow img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

.slider-arrow:hover {
  transform: translateY(-50%) scale(1.08);
}
.patient-btn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.patient-btn .mb-3 {
  margin-bottom: 0 !important;
}

.patient-btn .btn {
  width: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.patient-form-text {
  position: relative;
  z-index: 2;
}

.patient-image {
  position: relative;
  z-index: 1;
}

.header-contact {
  border-left: 1px solid #d4d4d4;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #d4d4d4;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.contact-icon {
  width: 18px;
  min-width: 18px;
}

.contact-icon i {
  font-size: 18px;
  color: #1675be;
  line-height: 1;
  margin-top: 2px;
}

.co4ntact-text {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  max-width: 269px;
}
.contact-text {
  max-width: 180px;
}
.contact-text a,
.contact-text span {
  color: #000;
  text-decoration: none;
}

/* Services grid card overrides */
.service-card {
  text-align: left;
}

.service-card__link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.service-card__link:hover,
.service-card__link:focus {
  color: inherit;
  text-decoration: none;
}

.service-card__heading {
  color: #000;
}

/* About Service – Schedule an Appointment button */
.about-service__appointment-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #3e7b89;
  color: #3e7b89;
  background: transparent;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.about-service__appointment-btn:hover,
.about-service__appointment-btn:focus {
  background: #3e7b89;
  color: #fff;
  text-decoration: none;
}

.comfortsmile-header {
  background: #ffffff;
}

.header-top {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-icon i {
  color: #1675be;
  font-size: 18px;
  margin-top: 4px;
}

.contact-text a,
.contact-text span {
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  text-decoration: none;
  font-weight: 400;
}

.comfortsmile-nav {
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
}

.comfortsmile-nav .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: 0;
  padding: 0;
}

.comfortsmile-nav li {
  list-style: none;
}

.comfortsmile-nav a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.header-right {
  margin-left: 40px;
}

.photo-gallery-carousel .owl-stage-outer {
  border-radius: 30px;
  overflow: hidden;
}
.office-hours {
  font-family: "Galano Grotesque Light";
}

.office-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 500;
  color: #222;
}
.footer .footer-hours {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hour-row {
  display: grid;
  grid-template-columns: 160px 20px 1fr;
  align-items: center;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.day {
  text-align: left;
  white-space: nowrap;
}

.colon {
  text-align: center;
}

.time {
  text-align: left;
  font-weight: 400;
}

.time.closed {
  font-weight: 500;
}

/* 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;
    }
}
 /* ── STATS BAR ── */
        .stats-bar {
            background: #1a2a3a;
            padding: 28px 0;
        }

        .stat-item { text-align: center; padding: 10px 20px; }
        .stat-item .stat-num { font-family: 'EB Garamond', serif; font-size: 2.4rem; font-weight: 700; color: #00B4D8; line-height: 1; }
        .stat-item .stat-label { color: rgba(255,255,255,0.82); font-size: 0.85rem; margin-top: 4px; }


        /* ── DOCTORS ── */
        .doctor-card {
            text-align: center;
            padding: 32px 24px;
            background: white;
            border: 1px solid #e4e4e4;
            border-radius: 12px;
            height: 100%;
            transition: all 0.3s;
        }

        .doctor-card:hover { box-shadow: 0 8px 24px rgba(0,119,182,0.12); border-color: var(--primary); }

        .doctor-card img {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid var(--accent);
            margin-bottom: 18px;
        }

        .doctor-card h4 { color: var(--secondary); font-size: 1.15rem; margin-bottom: 6px; }
        .doctor-card .doctor-title { color: var(--primary); font-size: 0.85rem; font-weight: 600; margin-bottom: 10px; }
        .doctor-card .doctor-cred { font-size: 0.82rem; color: #666; margin-bottom: 6px; }

:root {
            --primary: #0077B6;
            --secondary: #1a2a3a;
            --accent: #00B4D8;
            --warm-white: #f9f7f4;
            --light-gray: #f5f5f5;
            --text: #2c3e50;
            --gold: #c9a84c;
        }

 .section-alt { background: #f5f5f5; }
        .section-dark { background: var(--secondary); color: white; }
        .section-dark h2, .section-dark h3, .section-dark h4 { color: white; }

        .section-label {
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--primary);
            margin-bottom: 10px;
        }

        .section-title {
            font-size: 2.4rem;
            margin-bottom: 16px;
            color: var(--secondary);
        }

        .section-sub {
            font-size: 1.05rem;
            color: #666;
            max-width: 640px;
            margin: 0 auto 48px;
        }
.row>.col-lg-4:nth-child(n) .doctor-card img {
    object-position: 50% 21%;
}
.btn-cta {
            background: var(--primary);
            color: white !important;
            padding: 10px 24px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s;
            border: 2px solid var(--primary);
            text-decoration: none;
            display: inline-block;
        }

        .btn-cta:hover { background: var(--secondary); border-color: var(--secondary); }

        .btn-cta-outline {
            background: transparent;
            color: var(--primary) !important;
            border: 2px solid var(--primary);
        }

        .btn-cta-outline:hover { background: var(--primary); color: white !important; }

        .btn-cta-white {
            background: white;
            color: var(--primary) !important;
            border: 2px solid white;
        }

        .btn-cta-white:hover { background: var(--warm-white); }

.highlight-box {
            background: rgba(0,119,182,0.07);
            border-left: 4px solid var(--primary);
            border-radius: 0 8px 8px 0;
            padding: 18px 22px;
            margin: 24px 0;
        }

/* ---- BLOG PREVIEW (NEW) ---- */
.cdc-blog {
  padding: 80px 0;
  background: #F5F5F5;
  border-top: 1px solid #e8ecf0;
}
.cdc-blog-card {
  background: #fff;
  border: 1px solid var(--primary);
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cdc-blog-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  display: block;
}
.cdc-blog-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.3;
  margin: 0 0 14px 0;
min-height: 75px;
font-size: 1.75rem;
}
.cdc-blog-headline a{color: var(--primary)}
.cdc-blog-excerpt {

  color: #6B5B52;
  line-height: 1.75;
  flex-grow: 1;
  margin-bottom: 20px;
}
 .cdc-blog-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color:var(--primary);
  text-decoration: none;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.2s;
}
 .cdc-blog-link:hover {
  color: #2d3e54;
  border-color: #ffff;
}
.cdc-blog-view-all {
  text-align: center;
  margin-top: 40px;
}
.cdc-view-all-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2C2420;
  border: 1px solid #2C2420;
  padding: 13px 32px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.cdc-view-all-btn:hover {
  background: #2C2420;
  color: #FAF6F0;
}

.faq-accordion .accordion-button {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            color: var(--secondary);
            background: white;
            font-size: 0.97rem;
        }

.faq-accordion .accordion-button:not(.collapsed) {
            color: var(--primary);
            background: rgba(0,119,182,0.05);
            box-shadow: none;
        }

.faq-accordion .accordion-button::after {
            filter: none;
        }
.faq-accordion .accordion-body { color: var(--text); font-size: 0.95rem; line-height: 1.7; }

.insurance-logo {
            background: var(--light-gray);
            border-radius: 8px;
            padding: 16px 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: var(--secondary);
            font-size: 0.9rem;
            text-align: center;
            height: 70px;
        }
.step-item {
            display: flex;
            gap: 20px;
            margin-bottom: 28px;
            align-items: flex-start;
        }

.step-num {
            width: 44px;
            height: 44px;
            background: var(--primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            flex-shrink: 0;
        }

 .step-content h5 { color: var(--secondary); margin-bottom: 6px; font-size: 1rem; }
 .step-content p { color: #666; font-size: 0.9rem; margin: 0; }
 .why-card {
            background: white;
            border: 1px solid #e4e4e4;
            border-radius: 10px;
            padding: 28px 24px;
            text-align: center;
            height: 100%;
            transition: all 0.3s;
        }

        .why-card:hover { background: var(--primary); border-color: var(--primary); }
        .why-card .why-icon { font-size: 2rem; margin-bottom: 14px; }
        .why-card h4 { color: var(--primary); margin-bottom: 10px; font-size: 1.05rem; }
        .why-card p { color: #666; font-size: 0.9rem; }
        .why-card:hover h4, .why-card:hover p { color: white; }
.award-badge {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 24px 16px;
            background: white;
            border: 1px solid #e4e4e4;
            border-radius: 10px;
            text-align: center;
            height: 100%;
            transition: all 0.3s;
        }

        .award-badge:hover { border-color: #1675be ; box-shadow: 0 4px 16px rgba(201,168,76,0.15); }
        .award-badge .award-icon { font-size: 2.4rem; margin-bottom: 12px; }
        .award-badge h5 { color: var(--secondary); font-size: 0.95rem; margin-bottom: 6px; }
        .award-badge p { color: #888; font-size: 0.82rem; }

/* ── GEO / MAP ── */
        .geo-city {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 14px 18px;
            background: white;
            border: 1px solid #e4e4e4;
            border-radius: 8px;
            margin-bottom: 12px;
            transition: all 0.3s;
        }

        .geo-city:hover { border-color: var(--primary); background: rgba(0,119,182,0.04); }
        .geo-city .city-dot { width: 10px; height: 10px; background: var(--primary); border-radius: 50%; flex-shrink: 0; }
        .geo-city strong { color: var(--secondary); font-size: 0.95rem; }
        .geo-city span { color: #888; font-size: 0.82rem; }

 :root {
      --primary: #0066cc;
      --primary-dark: #004499;
      --success: #28a745;
      --danger: #dc3545;
      --light-bg: #f8f9fa;
      --border: #e0e0e0;
      --text: #333;
      --text-light: #666;
    }
    /* ---- CONTACT METHODS ---- */
    .contact-methods {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-bottom: 50px;
    }

    .contact-method {
      background: var(--light-bg);
      padding: 30px;
      border-radius: 8px;
      border-left: 4px solid var(--primary);
    }

    .contact-method h3 {
      font-size: 1.2rem;
      margin-bottom: 12px;
      color: var(--primary);
    }

    .contact-method p {
      color: var(--text-light);
      margin-bottom: 12px;
    }

    .contact-method a {
      color: var(--primary);
      font-weight: 600;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      transition: border-color 0.3s;
    }

    .contact-method a:hover {
      border-color: var(--primary);
    }
.new-patient {
      background: var(--light-bg);
      padding: 80px 0;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
      margin-top: 50px;
    }

    .info-card {
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .info-card h3 {
      font-size: 1.3rem;
      margin-bottom: 16px;
      color: var(--primary);
    }

    .info-card ul {
      list-style: none;
      padding: 0;
    }

    .info-card li {
      padding: 10px 0;
      border-bottom: 1px solid var(--border);
      color: var(--text-light);
    }

    .info-card li:last-child {
      border-bottom: none;
    }

    .info-card li::before {
      content: "✓ ";
      color: var(--success);
      font-weight: bold;
      margin-right: 8px;
    }
/* ---- DIRECTIONS ---- */
    .directions-section {
      padding: 80px 0;
    }

    .directions-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      margin-top: 50px;
      align-items: start;
    }

    .directions-content h3 {
      font-size: 1.3rem;
      margin-bottom: 20px;
      color: var(--primary);
    }

    .directions-content p {
      color: var(--text-light);
      margin-bottom: 16px;
      line-height: 1.8;
    }

    .map-placeholder {
      background: var(--light-bg);
      height: 400px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-light);
      font-size: 1.1rem;
    }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 768px) {
      .directions-grid { grid-template-columns: 1fr; }
    }
