:root {
  --green: #123f3a;
  --green2: #1c544d;
  --mint: #d9ebe3;
  --cream: #f7f3eb;
  --coral: #ef775f;
  --ink: #17342f;
  --body: #60706d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  color: var(--body);
  line-height: 1.7;
  background: #fff;
}
h1,
h2,
h3,
h4,
.navbar-brand {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
}
h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h2 em,
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--coral);
}
a {
  text-decoration: none;
}
.topbar {
  background: var(--green);
  color: #dce8e5;
  padding: 8px 0;
  font-size: 0.82rem;
}
.topbar i {
  color: #9fd0bd;
  margin-right: 7px;
}
.navbar {
  background: rgba(255, 255, 255, 0.96);
  padding: 17px 0;
  border-bottom: 1px solid rgba(18, 63, 58, 0.08);
  backdrop-filter: blur(10px);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
}
.navbar-brand .logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 45% 55%;
  display: grid;
  place-items: center;
  background: var(--mint);
  font-size: 1.3rem;
}
.navbar-brand b {
  font-size: 1rem;
  letter-spacing: 0.09em;
  display: block;
  line-height: 1.1;
}
.navbar-brand small {
  font-size: 0.63rem;
  letter-spacing: 0.35em;
  display: block;
}
.nav-link {
  font-weight: 600;
  color: #35504b !important;
  font-size: 0.92rem;
  padding: 0.6rem 0.8rem !important;
}
.nav-link:hover {
  color: var(--coral) !important;
}
.btn {
  border-radius: 2px;
  font-weight: 700;
  padding: 12px 22px;
}
.btn-brand {
  background: var(--coral);
  border-color: var(--coral);
  color: white;
}
.btn-brand:hover {
  background: #10172f;
  border-color: #10172f;
  color: #fff;
}
.btn i {
  margin-left: 8px;
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #f7f3eb 0%,
      rgba(247, 243, 235, 0.97) 34%,
      rgba(247, 243, 235, 0.2) 64%
    ),
    url("../images/sri-laasya-dental-hero.png") center right/cover no-repeat;
}
.min-vh-75 {
  min-height: 75vh;
}
.hero h1 {
  font-size: clamp(3.2rem, 6.7vw, 6.1rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 22px 0 26px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.76rem;
  color: var(--green2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  width: 27px;
  height: 2px;
  background: var(--coral);
}
.hero-lead {
  font-size: 1.13rem;
  max-width: 600px;
  color: #576c67;
  margin-bottom: 32px;
}
.btn-play {
  display: flex;
  align-items: center;
  color: var(--green);
  padding: 5px 10px;
}
.btn-play span {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  margin-right: 10px;
  box-shadow: 0 8px 22px #153e3820;
}
.btn-play i {
  margin: 0;
  font-size: 0.7rem;
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 38px;
}
.avatars {
  display: flex;
}
.avatars span {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #c2dfd4;
  border: 3px solid white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.7rem;
  color: var(--green);
  margin-left: -8px;
}
.avatars span:first-child {
  margin: 0;
}
.stars {
  color: #f4a640;
  letter-spacing: 0.05em;
}
.stars b {
  color: var(--green);
  margin-left: 5px;
}
.trust-row small {
  display: block;
  color: #6a7976;
}
.quick-strip {
  position: relative;
  margin-top: -1px;
  background: var(--green);
}
.quick-item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 28px 34px;
  color: white;
  border-right: 1px solid #ffffff1f;
}
.quick-item:last-child {
  border: 0;
}
.quick-item i {
  font-size: 1.8rem;
  color: #a5d2c2;
}
.quick-item h3 {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 3px;
}
.quick-item p {
  font-size: 0.82rem;
  color: #bad0cb;
  margin: 0;
}
.section {
  padding: 110px 0;
}
.image-stack {
  position: relative;
  padding: 0 40px 40px 0;
}
.image-stack > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 8px;
}
.experience-badge {
  position: absolute;
  right: 0;
  top: 35px;
  background: var(--coral);
  color: #fff;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 7px solid #fff;
}
.experience-badge strong {
  font: 700 3.1rem/1 "Manrope";
}
.experience-badge span {
  font-size: 0.75rem;
  line-height: 1.25;
}
.smile-card {
  position: absolute;
  left: 25px;
  bottom: 0;
  background: #fff;
  padding: 16px 22px;
  box-shadow: 0 15px 50px #183d351f;
  display: flex;
  align-items: center;
  gap: 12px;
}
.smile-card i {
  color: var(--coral);
  font-size: 1.8rem;
}
.smile-card span,
.smile-card small {
  display: block;
}
.smile-card b {
  color: var(--ink);
}
.lead-copy {
  font-size: 1.16rem;
  color: #395650;
  margin-top: 24px;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}
.check-grid span {
  font-weight: 600;
  color: #405c57;
}
.check-grid i {
  width: 24px;
  height: 24px;
  background: var(--mint);
  color: var(--green);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-right: 6px;
  font-size: 0.7rem;
}
.text-link {
  font-weight: 700;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-bottom: 4px;
}
.services {
  background: var(--green);
  position: relative;
}
.eyebrow.light {
  color: #afd2c6;
}
.service-card {
  height: 100%;
  background: #fff;
  padding: 34px;
  position: relative;
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-7px);
}
.service-card.featured {
  background: var(--mint);
}
.service-icon {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e5f1ec;
  color: var(--green);
  font-size: 1.4rem;
  margin-bottom: 38px;
}
.service-card > span {
  position: absolute;
  right: 28px;
  top: 25px;
  color: #9eaaa7;
  font-weight: 700;
}
.service-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.service-card p {
  font-size: 0.94rem;
}
.service-card a {
  color: var(--green);
  font-weight: 700;
  font-size: 0.86rem;
}
.service-card a i {
  margin-left: 6px;
}
.why {
  background: var(--cream);
}
.why-card {
  background: #fff;
  padding: 30px;
  height: 100%;
  position: relative;
  border-bottom: 3px solid transparent;
}
.why-card:hover {
  border-color: var(--coral);
}
.why-card > b {
  position: absolute;
  right: 25px;
  color: #b3c1bd;
}
.why-card > i {
  font-size: 2rem;
  color: var(--coral);
  margin-bottom: 22px;
}
.why-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
}
.why-card p {
  font-size: 0.9rem;
  margin: 0;
}
.section-head {
  max-width: 720px;
  margin: 0 auto 40px;
}
.reviews {
  background: #fff;
}
.review-card {
  max-width: 790px;
  margin: auto;
  text-align: center;
  padding: 40px 80px;
  position: relative;
}
.review-card .quote {
  font: 7rem/1 Georgia;
  color: var(--mint);
  position: absolute;
  left: 5px;
  top: 5px;
}
.review-card p {
  font: 400 clamp(1.25rem, 2.5vw, 1.8rem) / 1.6 Georgia;
  color: var(--ink);
  margin: 16px 0 25px;
}
.review-card h4 {
  font-size: 0.95rem;
  margin: 0;
}
.carousel-control-prev,
.carousel-control-next {
  width: 46px;
  height: 46px;
  border: 1px solid #cbd9d5;
  border-radius: 50%;
  color: var(--green);
  top: 50%;
  opacity: 1;
}
.faq {
  background: #f5f8f6;
}
.accordion-item {
  border: 0;
  border-bottom: 1px solid #d8e1de;
  background: transparent;
}
.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-weight: 700;
  padding: 24px 5px;
}
.accordion-body {
  padding: 0 45px 24px 5px;
}
.contact-section {
  padding: 0 0 110px;
  background: #f5f8f6;
}
.contact-wrap {
  background: var(--green);
  color: #fff;
}
.contact-copy {
  padding: 70px;
}
.contact-copy h2 {
  color: #fff;
}
.contact-copy p {
  color: #b9ceca;
  font-size: 1.08rem;
  margin: 22px 0 30px;
}
.btn-coral {
  background: var(--coral);
  color: #fff;
}
.contact-info {
  background: #0b332f;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}
.contact-info > div,
.contact-info > a {
  display: flex;
  gap: 17px;
  color: #fff;
  align-items: flex-start;
}
.contact-info i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff10;
  display: grid;
  place-items: center;
  color: #91c7b5;
}
.contact-info small,
.contact-info b {
  display: block;
}
.contact-info small {
  color: #8eb0aa;
  font-size: 0.75rem;
  margin-bottom: 3px;
}
.contact-info b {
  font-size: 0.9rem;
}
footer {
  background: #092a27;
  padding: 70px 0 25px;
  color: #fff;
}
footer .footer-brand {
  color: #fff;
  margin-bottom: 20px;
}
footer p {
  font-size: 0.9rem;
}
footer h3 {
  color: white;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
footer a {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  margin: 8px 0;
}
footer a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #ffffff12;
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
.floating-book {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: var(--coral);
  border: 0;
  color: #fff;
  border-radius: 30px;
  padding: 13px 20px;
  box-shadow: 0 10px 30px #143c3445;
  font-weight: 700;
}
.floating-book i {
  margin-right: 8px;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-content > .btn-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
}
.modal h2 {
  font-size: 2rem;
}
.modal label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 5px;
}
.form-control,
.form-select {
  border-radius: 0;
  padding: 11px;
  border-color: #d3ddda;
}
.form-note {
  color: #87928f;
}
.form-success {
  text-align: center;
  padding: 40px 0;
}
.form-success i {
  font-size: 3rem;
  color: var(--green);
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 20px 0;
  }
  .hero-bg {
    opacity: 0.28;
    background-position: 65% center;
  }
  .hero h1 {
    max-width: 700px;
  }
  .min-vh-75 {
    min-height: 680px;
  }
  .quick-item {
    border-right: 0;
    border-bottom: 1px solid #ffffff1f;
  }
  .section {
    padding: 80px 0;
  }
  .contact-copy,
  .contact-info {
    padding: 45px;
  }
  .image-stack > img {
    height: 470px;
  }
}
@media (max-width: 575px) {
  .topbar {
    font-size: 0.7rem;
  }
  .hero h1 {
    font-size: 3.35rem;
  }
  .hero-lead {
    font-size: 1rem;
  }
  .min-vh-75 {
    min-height: 690px;
  }
  .section {
    padding: 65px 0;
  }
  .check-grid {
    grid-template-columns: 1fr;
  }
  .image-stack {
    padding: 0 20px 30px 0;
  }
  .image-stack > img {
    height: 400px;
  }
  .experience-badge {
    width: 112px;
    height: 112px;
    right: 0;
  }
  .experience-badge strong {
    font-size: 2.3rem;
  }
  .smile-card {
    left: 10px;
    padding: 12px;
  }
  .review-card {
    padding: 40px 15px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .contact-copy,
  .contact-info {
    padding: 35px 25px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .floating-book span {
    display: none;
  }
  .floating-book {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .floating-book i {
    margin: 0;
  }
}

/* Treatments mega menu */
.navbar .container {
  position: relative;
}

.treatment-menu {
  position: static;
}

.treatment-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  gap: 7px;
}

.treatment-menu-toggle i {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
}

.treatment-mega {
  background: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(11, 30, 67, 0.18);
  color: #11182f;
  left: 50%;
  opacity: 0;
  padding: 26px 32px 32px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 8px);
  transform: translate(-50%, 12px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  visibility: hidden;
  width: min(620px, calc(100vw - 64px));
  z-index: 1100;
}

.treatment-menu:hover .treatment-mega,
.treatment-menu:focus-within .treatment-mega,
.treatment-menu.is-open .treatment-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.treatment-menu:hover .treatment-menu-toggle i,
.treatment-menu:focus-within .treatment-menu-toggle i,
.treatment-menu.is-open .treatment-menu-toggle i {
  transform: rotate(180deg);
}

.treatment-mega-head {
  align-items: center;
  border-bottom: 1px solid #e5eaf3;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.treatment-mega-head > span {
  color: #68758c;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.treatment-mega-head a {
  color: #093272;
  font-weight: 700;
  text-decoration: none;
}

.treatment-mega-grid {
  display: grid;
  gap: 6px 42px;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
}

/* Prioritise the treatments patients most commonly search for. */
.treatment-mega-item:nth-child(1) {
  order: 2;
}

.treatment-mega-item:nth-child(2) {
  order: 3;
}

.treatment-mega-item:nth-child(3) {
  order: 5;
}

.treatment-mega-item:nth-child(4) {
  order: 1;
}

.treatment-mega-item:nth-child(5) {
  order: 4;
}

.treatment-mega-item:nth-child(6) {
  order: 13;
}

.treatment-mega-item:nth-child(7) {
  order: 6;
}

.treatment-mega-item:nth-child(8) {
  order: 7;
}

.treatment-mega-item:nth-child(9) {
  order: 9;
}

.treatment-mega-item:nth-child(10) {
  order: 8;
}

.treatment-mega-item:nth-child(11) {
  order: 14;
}

.treatment-mega-item:nth-child(12) {
  order: 10;
}

.treatment-mega-item:nth-child(13) {
  order: 11;
}

.treatment-mega-item:nth-child(14) {
  order: 12;
}

.treatment-mega-item {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 5px 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.treatment-mega-item strong {
  color: #11182f;
  font-family: "Manrope", sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.treatment-mega-item:hover,
.treatment-mega-item:focus {
  background: #eff5ff;
  transform: translateX(3px);
}

.treatment-mega-item:hover strong,
.treatment-mega-item:focus strong {
  color: #093272;
}

@media (max-width: 991.98px) {
  .treatment-menu-toggle {
    width: 100%;
  }

  .treatment-mega {
    border-radius: 16px;
    box-shadow: none;
    display: none;
    margin: 4px 0 12px;
    opacity: 1;
    padding: 18px;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }

  .treatment-menu:hover .treatment-mega,
  .treatment-menu:focus-within .treatment-mega {
    display: none;
    transform: none;
  }

  .treatment-menu.is-open .treatment-mega {
    display: block;
    transform: none;
  }

  .treatment-mega-grid {
    grid-auto-flow: row;
    grid-template-rows: none;
  }
}

@media (max-width: 575px) {
  .treatment-mega-head {
    align-items: flex-start;
  }

  .treatment-mega {
    padding: 16px 10px;
  }
}

/* Simple service grid */
.services {
  margin: 0;
  padding: 105px 25px;
  border-radius: 0;
  background: #fff;
}

.service-heading {
  margin-bottom: 65px;
}

.service-heading h2 {
  font-size: 3rem;
  font-weight: 700;
}

.service-simple-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.simple-service-card,
.service-photo {
  min-height: 380px;
  border-radius: 28px;
  overflow: hidden;
}

.simple-service-card {
  padding: 40px;
  background: #f5f6f8;
  display: flex;
  flex-direction: column;
}

.simple-service-icon {
  color: #397ee5;
  font-size: 3rem;
  margin-bottom: 30px;
}

.simple-service-card h3 {
  margin: 0 0 18px;
  color: #10254b;
  font-size: 1.45rem;
}

.simple-service-card p {
  margin: 0 0 28px;
  color: #8a98ad;
  font-size: 1rem;
  line-height: 1.9;
}

.simple-service-card > a {
  width: 48px;
  height: 48px;
  border: 1px solid #aebbd0;
  border-radius: 50%;
  color: #10254b;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  line-height: 1;
  transition: 0.2s ease;
}

.simple-service-card > a:hover {
  color: #fff;
  border-color: #003072;
  background: #003072;
}

.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-photo:first-of-type img {
  object-position: 66% center;
}

.service-photo-bottom img {
  object-position: 35% center;
  transform: scale(1.08);
}

@media (max-width: 1199px) {
  .service-simple-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .services {
    padding: 75px 14px;
  }

  .service-simple-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .simple-service-card,
  .service-photo {
    min-height: 380px;
  }

  .simple-service-card {
    padding: 40px 32px;
  }
}

/* Home version 2 visual system */
:root {
  --green: #11182f;
  --green2: #003072;
  --mint: #edf3ff;
  --cream: #f8faff;
  --coral: #003072;
  --ink: #10162b;
  --body: #666b75;
}
.topbar {
  display: none;
}
body {
  background: #fff;
  color: var(--body);
}
h1,
h2,
h3,
h4,
.navbar-brand {
  font-family: "Manrope", sans-serif;
}
.navbar {
  position: absolute;
  top: 28px;
  left: 24px;
  right: 24px;
  width: auto;
  background: #11182f;
  border: 0;
  border-radius: 24px 24px 0 0;
  padding: 24px 5%;
  z-index: 10;
}
.navbar-brand,
.navbar-brand b,
.navbar-brand small {
  color: #fff;
}
.navbar-brand .logo-mark {
  background: #003072;
  color: #fff;
}
.navbar .nav-link {
  color: #fff !important;
  font-size: 1rem;
}
.navbar .btn-brand,
.btn-reference {
  background: #fff !important;
  color: #10162b !important;
  border: 2px solid #003072 !important;
  border-radius: 40px !important;
  padding: 13px 23px;
}
.hero {
  margin: 28px 24px 0;
  border-radius: 24px;
  min-height: 960px;
  background: linear-gradient(180deg, #11182f 0%, #2860d7 100%);
}
.hero-bg {
  background:
    linear-gradient(
      90deg,
      #172343 0%,
      rgba(26, 48, 101, 0.9) 46%,
      rgba(34, 91, 211, 0.2) 72%
    ),
    url("../images/sri-laasya-dental-hero.png") 82% bottom/58% auto no-repeat;
}
.hero .container {
  max-width: 1600px;
}
.min-vh-75 {
  min-height: 960px;
}
.hero h1 {
  font-size: clamp(4rem, 6vw, 6.8rem);
  color: #fff;
  letter-spacing: -0.055em;
  max-width: 900px;
}
.hero h1 em {
  font-family: inherit;
  font-style: normal;
  color: #fff;
}
.hero .eyebrow {
  display: inline-flex;
  background: #ffffff18;
  color: #fff;
  border-radius: 30px;
  padding: 10px 18px;
  text-transform: none;
  letter-spacing: 0;
}
.hero .eyebrow span {
  display: none;
}
.hero-lead {
  color: #fff;
  font-size: 1.2rem;
}
.btn-play {
  color: #fff;
}
.trust-row small,
.trust-row .stars b {
  color: #fff;
}
.quick-strip {
  display: none;
}
.feature-mosaic {
  padding: 30px 20px 90px;
}
.feature-mosaic .container-fluid {
  max-width: 1900px;
}
.mosaic-photo,
.mosaic-info,
.mosaic-rating {
  height: 470px;
  border-radius: 26px;
  overflow: hidden;
  background: #edf3ff;
}
.mosaic-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mosaic-info,
.mosaic-rating {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mosaic-info > i {
  color: #003072;
  font-size: 1.8rem;
}
.mosaic-info h3 {
  font-size: 1.4rem;
  margin: 35px 0;
}
.mosaic-blue {
  background: #003072;
  color: #fff;
  border-radius: 22px;
  padding: 25px;
  display: grid;
  gap: 15px;
}
.mosaic-blue span {
  display: block;
}
.mosaic-blue i {
  width: 30px;
}
.schedule-card {
  position: relative;
}
.schedule-card > div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 25px;
  background: #6aafcae8;
  color: #fff;
  border-radius: 22px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
}
.mosaic-rating > div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 45px;
  border-bottom: 1px solid #d6dfef;
}
.mosaic-rating b {
  color: #003072;
  letter-spacing: 5px;
}
.mosaic-rating > div i {
  margin-left: auto;
  width: 55px;
  height: 55px;
  background: #003072;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.mosaic-rating p {
  font-size: 1.1rem;
  margin: 45px 0 25px;
  max-width: 260px;
}
.mini-patients {
  display: flex;
}
.mini-patients span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d7e2ff;
  border: 2px solid #fff;
  color: #003072;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-right: -8px;
}
.about-statement {
  text-align: center;
  padding: 100px 0 120px;
}
.section-tag {
  color: #003072;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  text-align: center;
  margin-bottom: 25px;
}
.about-statement h2 {
  font-size: 2.3rem;
  line-height: 1.35;
  letter-spacing: -0.045em;
}
.inline-photo {
  display: inline-block;
  width: 86px;
  height: 38px;
  border-radius: 30px;
  background: url("../images/sri-laasya-dental-hero.png") center/cover;
  vertical-align: middle;
}
.inline-photo.two {
  background-position: right;
  background: url("../images/topdentalclinicinVizag.jpg") center/cover;
}
.blue-dot {
  color: #003072;
}
.about-details {
  padding-top: 40px;
}
.experience-badge {
  background: #003072;
}
.services {
  background: #edf3ff;
  margin: 0 14px;
  border-radius: 24px;
  padding: 120px 0;
}
.service-heading {
  margin-bottom: 80px;
}
.service-heading h2 {
  color: #10162b !important;
}
.services .row.g-4 {
  row-gap: 25px !important;
}
.services .col-md-6 {
  flex: 0 0 25%;
  max-width: 25%;
}
.service-card,
.service-card.featured {
  min-height: 420px;
  background: #fff;
  border-radius: 24px 24px 70px 24px;
  padding: 45px;
  box-shadow: none;
}
.service-card > span {
  display: none;
}
.service-icon {
  margin-top: 140px;
  margin-bottom: 20px;
  background: transparent;
  color: #003072;
  font-size: 2.5rem;
}
.service-card h3 {
  font-size: 1.3rem;
  position: absolute;
  left: 45px;
  top: 85px;
  right: 35px;
}
.service-card p {
  display: none;
}
.service-card a {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #003072;
  color: transparent;
  display: grid;
  place-items: center;
}
.service-card a i {
  color: #fff;
  margin: 0;
}
.why {
  background: #fff;
}
.why-visual {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 25px;
}
.why-visual > img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  border-radius: 25px;
  grid-row: 1/3;
}
.why-score {
  border: 1px solid #dce1eb;
  border-radius: 24px;
  padding: 25px;
}
.why-score strong {
  font-size: 4rem;

  color: #10162b;
}
.why-score p {
  clear: both;
  margin: 12px 0 0;
}
.why-gradient {
  background: linear-gradient(180deg, #11182f, #2860d7);
  border-radius: 24px;
  padding: 45px;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.why-gradient strong {
  font-size: 4.5rem;
}
.why-gradient i {
  font-size: 5rem;
  margin-top: auto;
}
.why h2 {
  font-size: 3rem;
  margin-bottom: 25px;
}
.why-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 45px 0;
}
.why-pills span {
  border: 1px solid #dce1eb;
  border-radius: 50px;
  padding: 11px 20px;
  color: #10162b;
  font-weight: 600;
  font-size: 0.8rem;
}
.why-pills i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #003072;
  color: #fff;
  display: inline-grid;
  place-items: center;
  margin-right: 12px;
}
.why hr {
  margin: 40px 0;
}
.services + .why {
  padding-top: 120px;
}
.reviews,
.faq {
  background: #fff;
}
.contact-wrap,
.contact-info,
footer {
  background: #11182f;
}
.contact-copy .btn-coral {
  background: #003072;
}
.floating-book {
  background: #003072;
}
@media (max-width: 1199px) {
  .services .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mosaic-photo,
  .mosaic-info,
  .mosaic-rating {
    height: 400px;
  }
  .hero-bg {
    background-size: 75% auto;
  }
  .why-visual {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .hero {
    margin: 10px;
    min-height: 760px;
  }
  .min-vh-75 {
    min-height: 760px;
  }
  .hero-bg {
    background:
      linear-gradient(180deg, #11182f 0%, rgba(33, 85, 193, 0.85) 100%),
      url("../images/sri-laasya-dental-hero.png") center bottom/cover no-repeat;
  }
  .feature-mosaic {
    padding-left: 8px;
    padding-right: 8px;
  }
  .about-statement {
    padding: 20px 15px 70px;
  }
  .about-statement br {
    display: none;
  }
  .services .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why-visual {
    grid-template-columns: 1fr;
  }
  .why-visual > img {
    grid-row: auto;
    height: 430px;
  }
  .why-pills {
    grid-template-columns: 1fr;
  }
}

/* Full-width testimonials */
.reviews {
  padding: 115px 0 100px;
  background: #fff;
  overflow: hidden;
}
.testimonial-heading {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 55px;
}
.testimonial-heading .section-tag {
  margin-bottom: 20px;
}
.testimonial-heading h2 {
  font-size: 3rem;
  margin: 0 0 12px;
}
.testimonial-heading p {
  margin: 0;
}
.testimonial-slider {
  width: 100%;
  overflow: visible;
}
.testimonial-card {
  height: auto;
  min-height: 350px;
  border-radius: 26px;
  background: #f4f6fa;
  padding: 45px 50px 38px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: none;
}
.quote-mark {
  font: 700 5rem/1 Georgia;
  color: #397ee5;
  height: 72px;
}
.review-stars {
  color: #003072;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
.testimonial-card > p {
  font-size: 1.08rem;
  
  color: #66758f;
  margin: 0;
  text-align: left;
}
.reviewer {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid #dfe4ed;
  text-align: left;
}
.reviewer h3 {
  font-size: 1.05rem;
  margin: 0 0 2px;
  color: #10254b;
}
.reviewer span {
  font-size: 0.85rem;
  color: #8995aa;
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
.testimonial-prev,
.testimonial-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d7deeb;
  background: #fff;
  color: #003072;
  display: grid;
  place-items: center;
  transition: 0.2s;
}
.testimonial-prev:hover,
.testimonial-next:hover {
  background: #003072;
  color: #fff;
}
.testimonial-dots.swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 9px;
}
.testimonial-dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: #c7ccd5;
  opacity: 1;
}
.testimonial-dots .swiper-pagination-bullet-active {
  background: #397ee5;
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .reviews {
    padding: 75px 0;
  }
  .testimonial-heading {
    margin-bottom: 35px;
  }
  .testimonial-card {
    flex-basis: auto;
    min-height: 430px;
    padding: 35px 28px;
  }
  .testimonial-card > p {
    font-size: 1rem;
  }
  .testimonial-prev,
  .testimonial-next {
    display: none;
  }
}

/* Reference-matched homepage hero */
.hero {
  height: 1000px;
  min-height: 1000px;
  margin: 28px 24px 0;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #17213e 0%, #1e3a7c 52%, #2860d7 100%);
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 122px;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
}
.hero-container {
  height: 100%;
  max-width: 1760px !important;
  padding-top: 122px;
}
.hero .min-vh-75 {
  height: 878px;
  min-height: 878px;
}
.hero-grid {
  position: absolute;
  width: 470px;
  height: 390px;
  right: 8%;
  top: 180px;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 25%,
    #000 75%,
    transparent
  );
}
.hero-grid:after {
  content: "";
  position: absolute;
  inset: 64px;
  background: linear-gradient(
    90deg,
    transparent 15%,
    rgba(255, 255, 255, 0.35) 15% 30%,
    transparent 30% 57%,
    rgba(255, 255, 255, 0.3) 57% 72%,
    transparent 72%
  );
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding: 80px 0 55px 55px;
}
.hero-patient-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 19px 10px 12px;
  color: #fff;
  margin-bottom: 28px;
}
.hero-patient-pill b {
  font-size: 0.92rem;
}
.hero-patient-pill .avatars span {
  width: 32px;
  height: 32px;
  font-size: 0.55rem;
  background: #eef3ff;
  color: #003072;
  border-width: 2px;
}
.hero h1 {
  font-size: 4.5rem;
  line-height: 0.94;
  max-width: 1020px;
  margin: 0 0 38px;
  color: #fff;
  letter-spacing: -0.055em;
}
.hero-lead {
  max-width: 790px;
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.6;
  margin-bottom: 38px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 65px;
}
.hero .btn-brand {
  background: #fff !important;
  border: 2px solid #003072 !important;
  color: #10162b !important;
  border-radius: 50px !important;
  padding: 14px 25px !important;
}
.hero-local-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}
.hero-local-proof b {
  font-size: 0.9rem;
  line-height: 1.5;
}
.avatars.large span {
  width: 48px;
  height: 48px;
  background: #fff;
  color: #003072;
}
.hero-doctor-wrap {
  height: 100%;
  position: relative;
  align-self: stretch;
}
.hero-doctor {
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: 0;
  height: 86%;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: bottom;
}
.navbar {
  top: 28px;
  left: 24px;
  right: 24px;
  height: 122px;
  padding: 0 5%;
  border-radius: 24px 24px 0 0;
  background: #11182f;
}
.navbar .container {
  max-width: 1760px;
}
.navbar-brand .logo-mark {
  width: 55px;
  height: 55px;
  font-size: 1.8rem;
  background: transparent;
  border: 2px solid #003072;
}
.navbar-brand b {
  font-size: 1.35rem;
}
.navbar-brand small {
  font-size: 0.64rem;
}
.navbar .navbar-nav {
  gap: 22px !important;
}
.navbar .nav-link {
  font-size: 1rem;
}
.navbar .btn-brand {
  padding: 13px 25px !important;
}
@media (max-width: 1199px) {
  .hero {
    height: 900px;
    min-height: 900px;
  }
  .hero .min-vh-75 {
    height: 778px;
    min-height: 778px;
  }
  .hero-copy {
    padding-left: 20px;
  }
  .hero h1 {
    font-size: 5rem;
  }
  .hero-doctor {
    height: 72%;
    right: -70px;
  }
  .hero-actions {
    gap: 25px;
  }
  .navbar .navbar-nav {
    gap: 5px !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: auto;
    min-height: 95px;
    padding: 18px 25px;
  }
  .navbar-collapse {
    background: #11182f;
    margin: 18px -25px -18px;
    padding: 20px 25px;
    border-top: 1px solid #ffffff18;
  }
  .navbar-toggler {
    border-color: #ffffff55;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .hero {
    height: 850px;
    min-height: 850px;
  }
  .hero-container {
    padding-top: 95px;
  }
  .hero .min-vh-75 {
    height: 755px;
    min-height: 755px;
  }
  .hero-copy {
    padding: 75px 25px 260px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 8vw, 5.5rem);
  }
  .hero-doctor-wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .hero-doctor {
    height: 47%;
    right: 3%;
    opacity: 0.9;
  }
  .hero-grid {
    right: 0;
    top: 350px;
  }
}
@media (max-width: 575px) {
  .hero {
    margin: 10px;
    height: 800px;
    min-height: 800px;
    border-radius: 18px;
  }
  .navbar {
    top: 10px;
    left: 10px;
    right: 10px;
    border-radius: 18px 18px 0 0;
  }
  .hero-container {
    padding-top: 95px;
  }
  .hero .min-vh-75 {
    height: 705px;
    min-height: 705px;
  }
  .hero-copy {
    padding: 58px 16px 270px;
  }
  .hero-patient-pill {
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 3.4rem;
    line-height: 1;
  }
  .hero-lead {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  .hero-actions {
    align-items: flex-start;
    gap: 18px;
  }
  .hero-local-proof {
    display: none;
  }
  .hero-doctor {
    height: 41%;
    right: -20px;
  }
  .hero-grid {
    display: none;
  }
}

/* Patient review avatars */
.avatars img,
.mini-patients img {
  display: block;
  width: 39px;
  height: 39px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -8px;
  background: #eaf0ff;
}

/* Reference-matched services */
.services {
  padding: 115px 0 105px;
}

.services .container-fluid {
  max-width: 1850px;
}

.service-heading {
  margin-bottom: 95px;
}

.service-heading h2 {
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  line-height: 1.12;
}

.services .service-grid > [class*="col-"] {
  flex: 0 0 25%;
  max-width: 25%;
}

.services .service-card {
  min-height: 438px;
  padding: 48px 50px;
  border-radius: 26px 26px 82px 26px;
  overflow: visible;
}

.service-category {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6c7078;
  font-size: 1rem;
}

.service-category span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #003072;
}

.services .service-card h3 {
  position: static;
  margin: 16px 0 0;
  max-width: 290px;
  font-size: 1.42rem;
  line-height: 1.15;
}

.services .service-icon {
  position: absolute;
  left: 48px;
  bottom: 48px;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 2.9rem;
}

.services .service-card a {
  right: 6px;
  bottom: 6px;
  width: 64px;
  height: 64px;
  text-decoration: none;
}

.services .service-card a i {
  transform: rotate(0deg);
  font-size: 1.1rem;
}

.service-footer {
  text-align: center;
  margin-top: 68px;
  color: #6b7078;
}

.service-footer p {
  margin-bottom: 12px;
}

.service-footer a {
  color: #003072;
  text-decoration: underline;
  font-weight: 700;
}

.service-footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #10162b;
  font-size: 1.15rem;
}

.service-footer i {
  color: #003072;
}

@media (max-width: 1199px) {
  .services .service-grid > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .services {
    padding: 75px 0;
  }

  .service-heading {
    margin-bottom: 50px;
  }

  .services .service-grid > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services .service-card {
    min-height: 360px;
    padding: 38px 32px;
  }
}
.avatars img:first-child,
.mini-patients img:first-child {
  margin-left: 0;
}
.hero-patient-pill .avatars img {
  width: 32px;
  height: 32px;
  border-width: 2px;
}
.avatars.large img {
  width: 48px;
  height: 48px;
}
.mini-patients img {
  width: 44px;
  height: 44px;
  margin-right: -8px;
  margin-left: 0;
}

/* Final simple-services overrides */

/* Simple treatment introduction */
.simple-treatment-about {
  padding: 105px 0;
  background: #fff;
}

.simple-treatment-about .row {
  align-items: flex-start !important;
  --bs-gutter-x: 5rem;
}

.simple-treatment-about h2 {
  margin: 0 0 28px;
  color: #10162b;
  font-size: clamp(2.3rem, 3.2vw, 3.5rem);
}

.simple-treatment-about .col-lg-8 > p {
  max-width: 850px;
  margin-bottom: 22px;
  color: #5e6d87;
  font-size: 1rem;
  line-height: 1.75;
}

.simple-treatment-about .treatment-start-card {
  display: block;
  margin: 0;
  padding: 35px;
  border: 1px solid #cbd9ff;
  border-radius: 30px;
  background: #edf3ff;
  color: #5e6d87;
}

.simple-treatment-about .treatment-start-card span {
  color: #003072;
  font-size: 0.78rem;
}

.simple-treatment-about .treatment-start-card p {
  max-width: none;
  margin: 18px 0 25px;
  color: #5e6d87;
  font-size: 0.92rem;
  line-height: 1.65;
}

.simple-treatment-about .treatment-start-card > .btn,
.treatment-call-link {
  width: 100%;
  min-height: 54px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.simple-treatment-about .treatment-start-card > .btn {
  background: #003072;
  color: #fff;
}

.treatment-call-link {
  margin-top: 12px;
  border: 1px solid #abc1ff;
  background: #fff;
  color: #003072;
}

.treatment-call-link i {
  margin-right: 9px;
}

.treatment-start-points {
  margin: 25px 0 0;
  padding: 23px 0 0;
  border-top: 1px solid #cbd9ea;
  list-style: none;
}

.treatment-start-points li {
  margin: 12px 0;
  font-size: 0.82rem;
}

.treatment-start-points i {
  width: 22px;
  color: #003072;
}

@media (max-width: 991px) {
  .simple-treatment-about .treatment-start-card {
    margin-top: 15px;
  }
}

/* Simple treatment timeline */
.treatment-process.simple-process {
  margin: 0;
  padding: 110px 20px;
  border-radius: 0;
  background: #edf3ff;
  text-align: left;
}

.simple-process .container-fluid {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.simple-process h2 {
  margin: 0 0 55px;
  color: #10162b;
  font-size: clamp(2.5rem, 4vw, 4rem);
  text-align: left;
}

.simple-process .treatment-steps {
  position: relative;
  display: block;
  margin: 0;
}

.simple-process .treatment-steps::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 24px;
  width: 1px;
  background: #dce4f3;
}

.simple-process .treatment-steps article {
  position: relative;
  min-height: 0;
  margin: 0;
  padding: 0 0 42px 82px;
  border-radius: 0;
  background: transparent;
}

.simple-process .treatment-steps article:last-child {
  padding-bottom: 0;
}

.simple-process .treatment-steps article > span {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #003072;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.86rem;
  font-weight: 700;
}

.simple-process .treatment-steps article > i {
  display: none;
}

.simple-process .treatment-steps h3 {
  margin: 0 0 8px;
  padding-top: 2px;
  color: #10162b;
  font-size: 1.05rem;
}

.simple-process .treatment-steps p {
  max-width: 850px;
  margin: 0;
  color: #71809b;
  font-size: 0.98rem;
  line-height: 1.65;
}

.simple-process .process-note {
  margin: 45px 0 0 82px;
  color: #8b96a9;
  font-size: 0.8rem;
}

@media (max-width: 575px) {
  .treatment-process.simple-process {
    padding: 75px 20px;
  }

  .simple-process .treatment-steps article {
    padding: 0 0 38px 68px;
  }

  .simple-process .treatment-steps article > span {
    width: 42px;
    height: 42px;
  }

  .simple-process .treatment-steps::before {
    left: 21px;
  }

  .simple-process .process-note {
    margin-left: 68px;
  }
}

/* Reusable treatment hero */
.treatment-breadcrumb-bar {
  padding: 105px 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9edf5;
 
}

.treatment-breadcrumb-bar .container {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #717784;
  font-size: 0.9rem;
}

.treatment-breadcrumb-bar a {
  color: #fff;
}

.treatment-breadcrumb-bar i {
  color: #a7aebb;
  font-size: 0.62rem;
}

.treatment-breadcrumb-bar strong {
  color: #fff;
}

.treatment-hero {
  min-height: 500px;
  padding: 95px 0 85px;
  background: #003072;
  color: #fff;
}

.treatment-hero .container {
  max-width: 1320px;
}

.treatment-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 30px;
  background: #fff;
  color: #16356d;
  font-size: 0.78rem;
  font-weight: 700;
}

.treatment-pill i {
  color: #003072;
}

.treatment-hero h1 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(3.4rem, 5vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.treatment-hero > .container > p {
  max-width: 720px;
  margin: 0;
  color: #e5ecff;
  font-size: 1.12rem;
  line-height: 1.7;
}

.treatment-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.treatment-hero-actions .btn {
  padding: 14px 24px;
  border-radius: 35px;
  font-weight: 700;
  color: #fff
}

.treatment-primary {
  border: 1px solid #fff;
  background: #fff;
  color: #1d56d0;
}

.treatment-secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.treatment-primary:hover {
  background: #11182f;
  color: #fff;
}

.treatment-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #003072;
}

.treatment-hero-actions i {
  margin: 0 6px;
}

@media (max-width: 767px) {
  .treatment-breadcrumb-bar {
    padding: 125px 15px 16px;
  }

  .treatment-breadcrumb-bar .container {
    flex-wrap: wrap;
  }

  .treatment-hero {
    min-height: 480px;
    padding: 75px 20px;
  }

  .treatment-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Reference treatment-page hierarchy */
.implant-hero {
  min-height: 690px;
  padding-top: 175px;
}
.implant-hero .row {
  min-height: 490px;
}
.implant-hero h1 {
  font-size: clamp(3.8rem, 5.4vw, 6rem);
}
.implant-hero-visual {
  height: 500px;
}
.implant-breadcrumb {
  margin-bottom: 42px;
}
.treatment-about .row {
  align-items: flex-start !important;
}
.implant-start-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 38px;
  padding: 28px;
  border-radius: 20px;
  background: #11182f;
  color: #fff;
}
.implant-start-card span {
  color: #8eb0ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.implant-start-card h3 {
  margin: 7px 0;
  color: #fff;
  font-size: 1.05rem;
}
.implant-start-card p {
  max-width: 390px;
  margin: 0;
  color: #b9c4df;
  font-size: 0.8rem;
}
.implant-start-card .btn {
  flex: 0 0 auto;
  border-radius: 30px;
  background: #003072;
  color: #fff;
}
.treatment-benefits .benefit-grid article:nth-child(n + 4) {
  display: none;
}
.treatment-benefits .benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}
.implant-candidate {
  background: #edf3ff;
}
@media (max-width: 767px) {
  .implant-hero {
    min-height: 820px;
  }
  .implant-start-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .treatment-benefits .benefit-grid {
    grid-template-columns: 1fr;
  }
}

/* Dental implant treatment page */
.treatment-page {
  background: #fff;
}
.treatment-page .about-navbar {
  top: 24px;
}
.implant-hero {
  position: relative;
  overflow: hidden;
  margin: 24px;
  min-height: 850px;
  padding: 190px 0 60px;
  border-radius: 24px;
  background: linear-gradient(160deg, #11182f 0%, #1b3269 55%, #2860d7 100%);
  color: #fff;
}
.implant-hero .container {
  position: relative;
  z-index: 2;
}
.implant-breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 65px;
  font-size: 0.8rem;
}
.implant-breadcrumb a,
.implant-breadcrumb span {
  color: #c7d5fa;
}
.implant-breadcrumb i {
  font-size: 0.55rem;
}
.implant-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #8eb0ff;
}
.implant-hero h1 {
  margin: 22px 0 30px;
  color: #fff;
  font-size: clamp(4rem, 6vw, 6.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.implant-hero .col-lg-7 > p {
  max-width: 720px;
  font-size: 1.12rem;
  color: #dce5fb;
}
.implant-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}
.implant-white {
  padding: 14px 25px;
  border-radius: 35px;
  background: #fff;
  color: #10162b;
}
.implant-actions > a {
  color: #fff;
  font-weight: 700;
}
.implant-actions i {
  margin-left: 8px;
}
.implant-hero-visual {
  position: relative;
  height: 620px;
}
.implant-hero-visual > img {
  position: absolute;
  right: -15%;
  bottom: -60px;
  height: 108%;
  max-width: none;
}
.implant-hero-visual > div {
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  border: 1px solid #ffffff30;
  border-radius: 16px;
  background: #ffffff12;
  backdrop-filter: blur(10px);
}
.implant-hero-visual strong {
  font-size: 2rem;
}
.implant-hero-visual span {
  font-size: 0.75rem;
}
.implant-grid {
  position: absolute;
  right: 7%;
  top: 180px;
  width: 450px;
  height: 400px;
  opacity: 0.1;
  background-image:
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 55px 55px;
}
.treatment-about,
.treatment-benefits,
.implant-candidate,
.treatment-faq,
.related-treatments {
  padding: 120px 0;
}
.implant-photo {
  position: relative;
  height: 650px;
}
.implant-photo > img {
  width: 88%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.implant-photo-note {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px #10254b22;
}
.implant-photo-note i {
  font-size: 2rem;
  color: #003072;
}
.implant-photo-note span,
.implant-photo-note b {
  display: block;
}
.treatment-about h2,
.treatment-benefits h2,
.implant-candidate h2,
.treatment-faq h2,
.related-treatments h2 {
  font-size: 3rem;
}
.implant-ticks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin: 30px 0;
}
.implant-ticks i {
  color: #003072;
  margin-right: 7px;
}
.implant-process {
  margin: 0 24px;
  padding: 120px 5%;
  border-radius: 25px;
  background: #edf3ff;
  text-align: center;
}
.implant-process h2 {
  font-size: clamp(3rem, 4.5vw, 5rem);
}
.implant-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 70px;
  text-align: left;
}
.implant-steps article {
  position: relative;
  min-height: 350px;
  padding: 35px 28px;
  border-radius: 22px;
  background: #fff;
}
.implant-steps span {
  position: absolute;
  right: 25px;
  color: #afbacd;
  font-weight: 800;
}
.implant-steps > article > i {
  margin: 85px 0 28px;
  color: #003072;
  font-size: 2.5rem;
}
.implant-steps h3 {
  font-size: 1.1rem;
}
.implant-steps p {
  font-size: 0.85rem;
}
.process-note {
  margin: 40px 0 0;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.benefit-grid article {
  padding: 40px;
  border: 1px solid #e0e5ed;
  border-radius: 22px;
}
.benefit-grid i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf3ff;
  color: #003072;
  font-size: 1.5rem;
}
.benefit-grid h3 {
  margin: 28px 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
}
.implant-candidate {
  background: #f7f9fc;
}
.candidate-card {
  padding: 55px;
  border-radius: 25px;
  background: #fff;
}
.candidate-list {
  display: grid;
  gap: 18px;
}
.candidate-list > div {
  display: flex;
  gap: 18px;
  padding: 25px;
  border-radius: 18px;
  background: #fff;
}
.candidate-list i {
  color: #003072;
  font-size: 1.35rem;
}
.candidate-list b,
.candidate-list span {
  display: block;
}
.candidate-list b {
  color: #10162b;
  margin-bottom: 5px;
}
.treatment-faq .accordion-header,
.treatment-faq h3 {
  margin: 0;
}
.related-treatments {
  text-align: center;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 55px;
  text-align: left;
}
.related-grid article {
  padding: 42px;
  border-radius: 22px;
  background: #edf3ff;
}
.related-grid > article > i {
  font-size: 2.4rem;
  color: #003072;
}
.related-grid h3 {
  margin: 30px 0 10px;
}
.related-grid a {
  color: #003072;
  font-weight: 700;
}
.treatment-cta {
  padding: 0 0 110px;
}
.treatment-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  border-radius: 24px;
  background: #003072;
  color: #fff;
}
.treatment-cta span {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}
.treatment-cta h2 {
  margin: 10px 0;
  color: #fff;
}
.treatment-cta p {
  margin: 0;
}
.treatment-cta .btn {
  padding: 14px 25px;
  border-radius: 35px;
  background: #fff;
  color: #10162b;
}
@media (max-width: 1199px) {
  .implant-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .implant-hero-visual > img {
    opacity: 0.55;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .treatment-page .about-navbar {
    top: 10px;
  }
  .implant-hero {
    margin: 10px;
    min-height: 900px;
    padding: 150px 15px 30px;
  }
  .implant-breadcrumb {
    margin-bottom: 45px;
    flex-wrap: wrap;
  }
  .implant-hero h1 {
    font-size: 3.6rem;
  }
  .implant-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .implant-hero-visual {
    height: 330px;
  }
  .implant-hero-visual > img {
    right: -25%;
    height: 115%;
  }
  .treatment-about,
  .treatment-benefits,
  .implant-candidate,
  .treatment-faq,
  .related-treatments {
    padding: 75px 0;
  }
  .implant-photo {
    height: 500px;
  }
  .implant-ticks {
    grid-template-columns: 1fr;
  }
  .implant-process {
    margin: 0 10px;
    padding: 75px 15px;
  }
  .implant-steps,
  .benefit-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .candidate-card {
    padding: 35px 25px;
  }
  .treatment-cta .container {
    display: block;
    padding: 35px;
  }
  .treatment-cta .btn {
    margin-top: 25px;
  }
}

/* About page */

/* ScrollReveal heading preparation */
body:not(.about-page) main h1,
body:not(.about-page) main h2,
body:not(.about-page) .section-tag,
body:not(.about-page) .eyebrow {
  backface-visibility: hidden;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  body:not(.about-page) main h1,
  body:not(.about-page) main h2,
  body:not(.about-page) .section-tag,
  body:not(.about-page) .eyebrow {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.about-page {
  background: #fff;
  color: #6b7078;
}
.about-navbar {
  position: absolute;
  top: 24px;
  z-index: 20;
}
.about-hero-strip {
  margin: 24px;
  min-height: 470px;
  padding: 190px 0 90px;
  border-radius: 24px;
  background: linear-gradient(135deg, #11182f, #2860d7);
  color: #fff;
  text-align: center;
}
.about-hero-strip span {
  color: #9bb9ff;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}
.about-hero-strip h1 {
  margin: 20px 0;
  color: #fff;
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: 1;
}
.about-hero-strip a,
.about-hero-strip div {
  color: #fff;
}
.about-hero-strip i {
  margin: 0 12px;
  font-size: 0.7rem;
}
.about-intro {
  padding: 130px 0;
}
.about-intro h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.8rem);
}
.about-lead {
  font-size: 1.1rem;
  margin: 28px 0 35px;
}
.about-collage {
  min-height: 700px;
  position: relative;
}
.about-main-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68%;
  height: 72%;
  overflow: hidden;
  border-radius: 25px;
}
.about-main-photo img,
.about-small-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-small-photo {
  position: absolute;
  right: 4%;
  top: 0;
  width: 43%;
  height: 46%;
  overflow: hidden;
  border-radius: 25px;
}
.about-small-photo img {
  object-fit: contain;
  background: #edf3ff;
}
.about-years {
  position: absolute;
  left: 54%;
  top: 41%;
  width: 145px;
  height: 145px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: #003072;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
}
.about-years strong {
  font-size: 2.4rem;
  line-height: 1;
}
.about-years span {
  font-size: 0.72rem;
}
.about-rating {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 31%;
  padding: 35px 28px;
  border: 1px solid #dce2ec;
  border-radius: 22px;
  background: #fff;
}
.about-rating strong {
  color: #10162b;
  font-size: 2rem;
}
.about-rating div {
  color: #003072;
}
.about-rating p {
  margin: 28px 0 0;
  font-size: 0.85rem;
}
.about-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  color: #656a72;
}
.about-checks i {
  color: #003072;
  margin-right: 9px;
}
.about-trust {
  margin: 42px 0;
  padding: 27px 30px;
  border: 1px solid #dce2ec;
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-trust strong,
.about-trust small {
  display: block;
  color: #10162b;
}
.about-trust small {
  margin-top: 5px;
  color: #818792;
}
.about-primary {
  padding: 14px 28px;
  border-radius: 35px;
  background: #003072;
  color: #fff;
}
.about-primary:hover {
  background: #174fcf;
  color: #fff;
}
.approach-section {
  margin: 0 24px;
  padding: 125px 6%;
  border-radius: 25px;
  background: #edf3ff;
}
.approach-section h2,
.about-features h2,
.about-team h2 {
  margin-bottom: 80px;
  text-align: center;
  font-size: clamp(2.8rem, 4.2vw, 4.8rem);
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.approach-grid article {
  position: relative;
  min-height: 510px;
  padding: 48px;
  border-radius: 24px 24px 75px 24px;
  background: #fff;
}
.approach-grid h3 {
  font-size: 1.3rem;
}
.approach-grid p {
  margin-top: 25px;
}
.approach-grid ul {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 48px;
  margin: 0;
  padding: 30px 0 0;
  border-top: 1px solid #e0e4eb;
  list-style: none;
}
.approach-grid li {
  margin: 13px 0;
}
.approach-grid li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background: #003072;
  color: #fff;
  font-size: 0.7rem;
}
.approach-grid article > span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #003072;
  color: #fff;
  font-size: 1.3rem;
}
.about-features {
  padding: 130px 0;
  text-align: center;
}
.about-features > .container > .btn {
  margin-top: -48px;
}
.feature-stagger {
  margin-top: 85px;
  display: grid;
  grid-template-columns: 1.25fr 0.82fr 0.82fr 0.82fr 1.25fr;
  gap: 24px;
  align-items: end;
}
.feature-stagger article {
  position: relative;
  min-height: 330px;
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
}
.feature-blue,
.feature-dark {
  height: 545px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.feature-blue {
  background: #003072;
}
.feature-dark {
  background: #11182f;
}
.feature-blue i,
.feature-dark i {
  font-size: 4rem;
}
.feature-blue h3,
.feature-dark h3,
.feature-image h3 {
  color: #fff;
}
.feature-blue p {
  margin: 0;
}
.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, #10162baa);
}
.feature-image h3,
.feature-image strong,
.feature-image p {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 25px;
  bottom: 25px;
  color: #fff;
}
.feature-image strong {
  bottom: 75px;
  font-size: 2.2rem;
}
.feature-number {
  padding: 35px;
  background: #edf3ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}
.feature-number strong {
  margin-top: 30px;
  color: #10162b;
  font-size: 2.4rem;
}
.feature-number span {
  display: block;
}
.about-team {
  padding: 130px 4%;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.team-grid article > div {
  height: 470px;
  border-radius: 24px 24px 70px 24px;
  overflow: hidden;
  background: #edf3ff;
}
.team-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.team-grid h3 {
  margin: 25px 20px 5px;
  font-size: 1.2rem;
}
.team-grid p {
  margin: 0 20px;
}
.about-cta {
  padding: 30px 0 100px;
}
.about-cta .container {
  padding: 55px;
  border-radius: 24px;
  background: #003072;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-cta span {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}
.about-cta h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 2.2rem;
}
.about-cta .btn {
  background: #fff;
  border-radius: 35px;
  padding: 14px 25px;
}
@media (max-width: 1199px) {
  .approach-grid {
    grid-template-columns: 1fr;
  }
  .feature-stagger {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-blue,
  .feature-dark {
    height: 400px;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about-navbar {
    top: 10px;
  }
  .about-hero-strip {
    margin: 10px;
    min-height: 400px;
    padding-top: 155px;
  }
  .about-intro {
    padding: 80px 0;
  }
  .about-collage {
    min-height: 570px;
  }
  .about-main-photo {
    width: 78%;
  }
  .about-small-photo {
    width: 45%;
    height: 35%;
  }
  .about-years {
    left: 55%;
    top: 31%;
    width: 115px;
    height: 115px;
  }
  .about-rating {
    width: 42%;
    padding: 20px;
  }
  .about-checks {
    grid-template-columns: 1fr;
  }
  .about-trust {
    display: block;
  }
  .about-trust .avatars {
    margin-top: 20px;
  }
  .approach-section {
    margin: 0 10px;
    padding: 80px 15px;
  }
  .approach-grid article {
    padding: 35px;
  }
  .approach-grid ul {
    left: 35px;
    right: 35px;
  }
  .feature-stagger,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .feature-stagger article {
    min-height: 400px;
  }
  .about-cta .container {
    display: block;
    padding: 35px;
  }
  .about-cta .btn {
    margin-top: 25px;
  }
}
.services {
  margin: 0;
  padding: 105px 25px;
  border-radius: 0;
  background: #fff;
}

.service-heading {
  margin-bottom: 65px;
}

.service-heading h2 {
  color: #10254b !important;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 575px) {
  .services {
    padding: 75px 14px;
  }
}

/* Treatments directory page */
.treatments-page-hero {
  background: linear-gradient(135deg, #11182f 0%, #1d3977 55%, #2860d7 100%);
  border-radius: 24px;
  color: #fff;
  margin: 24px;
  min-height: 560px;
  padding: 205px 0 95px;
  text-align: center;
}

.treatments-page-hero .section-tag {
  color: #9bb9ff;
}

.treatments-page-hero h1 {
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  line-height: 1;
  margin: 22px 0;
}

.treatments-page-hero > .container > p {
  font-size: 1.12rem;
  margin: 0 auto;
  max-width: 720px;
  opacity: 0.82;
}

.treatments-breadcrumb {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

.treatments-breadcrumb a,
.treatments-breadcrumb span {
  color: #fff;
  text-decoration: none;
}

.treatments-breadcrumb i {
  font-size: 0.7rem;
  opacity: 0.6;
}

.treatments-directory {
  padding: 110px 0;
}

.treatments-directory-heading {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.25fr 0.75fr;
  margin-bottom: 58px;
}

.treatments-directory-heading h2 {
  color: #11182f;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  margin-top: 12px;
}

.treatments-directory-heading p {
  color: #737b89;
  font-size: 1.05rem;
}

.treatments-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.treatment-directory-card {
  background: #f2f6fd;
  border: 1px solid transparent;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  min-height: 355px;
  padding: 38px;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.treatment-directory-card > span {
  align-items: center;
  background: #093272;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.35rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 48px;
  width: 58px;
}

.treatment-directory-card > span img {
  display: block;
  filter: brightness(0) invert(1);
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.treatment-directory-card small {
  color: #093272 !important;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.treatment-directory-card h3 {
  color: #11182f;
  font-size: 1.45rem;
  margin: 10px 0;
}

.treatment-directory-card p {
  color: #77849a;
  margin-bottom: 28px;
}

.treatment-directory-card b {
  color: #11182f;
  margin-top: auto;
}

.treatment-directory-card b i {
  margin-left: 7px;
  transition: transform 0.2s ease;
}

.treatment-directory-card:hover {
  background: #fff;
  border-color: #bfd2fb;
  box-shadow: 0 24px 55px rgba(22, 57, 116, 0.12);
  transform: translateY(-7px);
}

.treatment-directory-card:hover b i {
  transform: translateX(5px);
}

.treatments-page-cta {
  padding: 0 24px 95px;
}

.treatments-page-cta .container {
  align-items: center;
  background: linear-gradient(135deg, #11182f, #2860d7);
  border-radius: 28px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 60px;
}

.treatments-page-cta span {
  color: #9bb9ff;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.treatments-page-cta h2 {
  color: #fff;
  margin: 12px 0 8px;
}

.treatments-page-cta p {
  margin: 0;
  opacity: 0.75;
}

.treatments-page-cta .btn {
  background: #fff;
  border-radius: 40px;
  color: #11182f;
  flex: 0 0 auto;
  font-weight: 700;
  margin-left: 35px;
  padding: 16px 25px;
}

.homepage-treatment-grid {
  margin: 0 auto;
  max-width: 1320px;
}

.homepage-treatment-more {
  margin-top: 48px;
  text-align: center;
}

.homepage-treatment-more .btn {
  padding: 15px 25px;
}

.footer-bottom-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-bottom {
  position: relative;
}

.footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-legal a,
.developer-credit a {
  color: inherit;
  display: inline;
  text-decoration: none;
}

.footer-legal a:hover,
.developer-credit a:hover {
  color: #8fb1ff;
  text-decoration: underline;
}

.developer-credit a {
  font-weight: 700;
}

.developer-credit {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .footer-bottom-right {
    align-items: center;
    margin-top: 15px;
    width: 100%;
  }

  .developer-credit {
    margin-top: 8px;
    position: static;
    transform: none;
  }
}

.legal-hero {
  background: linear-gradient(135deg, #11182f, #2860d7);
  border-radius: 24px;
  color: #fff;
  margin: 24px;
  padding: 210px 20px 100px;
  text-align: center;
}

.legal-hero span {
  color: #9bb9ff;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.legal-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.5rem);
  margin: 16px 0;
}

.legal-content {
  padding: 90px 0 110px;
}

.legal-content .container {
  max-width: 900px;
}

.legal-content h2 {
  color: #11182f;
  font-size: 1.65rem;
  margin: 38px 0 12px;
}

.legal-content p {
  color: #697386;
  font-size: 1.04rem;
  line-height: 1.8;
}

/* Contact page */
.contact-hero {
  background: linear-gradient(135deg, #11182f 0%, #1d3977 50%, #2860d7 100%);
  color: #fff;
  padding: 220px 20px 105px;
  text-align: center;
}

.contact-hero span {
  color: #a9c2ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-hero h1 {
  color: #fff;
  font-size: clamp(3.5rem, 6vw, 6rem);
  margin: 18px 0;
}

.contact-hero p {
  font-size: 1.15rem;
  margin: 0 auto;
  max-width: 700px;
  opacity: 0.82;
}

.contact-main {
  background: #fbfcff;
  padding: 40px 0 110px;
}

.contact-quick-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}

.contact-quick-grid > a {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 24px;
  color: #11182f;
  display: flex;
  gap: 18px;
  padding: 24px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-quick-grid > a:hover {
  box-shadow: 0 18px 38px rgba(17, 42, 91, 0.1);
  transform: translateY(-4px);
}

.contact-quick-grid > a > span {
  align-items: center;
  background: #edf3ff;
  border-radius: 50%;
  color: #093272;
  display: flex;
  flex: 0 0 54px;
  font-size: 1.25rem;
  height: 54px;
  justify-content: center;
}

.contact-quick-grid > a > span.whatsapp {
  background: #e9fbf0;
  color: #18ad56;
}

.contact-quick-grid small,
.contact-quick-grid strong {
  display: block;
}

.contact-quick-grid small {
  color: #7b8495;
}

.contact-layout {
  align-items: start;
}

.contact-clinic-card,
.contact-form-card,
.contact-map {
  background: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 28px;
  overflow: hidden;
}

.contact-clinic-card {
  padding: 42px;
}

.contact-clinic-card h2 {
  color: #11182f;
  font-size: 2rem;
  margin: 13px 0 28px;
}

.contact-clinic-card ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.contact-clinic-card li {
  align-items: flex-start;
  color: #5f697a;
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

.contact-clinic-card li i {
  color: #093272;
  margin-top: 5px;
  width: 18px;
}

.contact-clinic-card li a {
  color: #11182f;
  font-weight: 700;
  text-decoration: none;
}

.contact-direction {
  border: 1px solid #becbe2;
  border-radius: 30px;
  color: #11182f;
  font-weight: 700;
  padding: 12px 20px;
}

.contact-map {
  height: 360px;
  margin-top: 24px;
}

.contact-map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.contact-form-card {
  box-shadow: 0 24px 55px rgba(20, 49, 105, 0.1);
}

.contact-form-head {
  background: linear-gradient(135deg, #1c4caf, #2860d7);
  color: #fff;
  padding: 32px;
}

.contact-form-head span {
  color: #bfd0ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.contact-form-head h2 {
  color: #fff;
  font-size: 1.75rem;
  margin: 8px 0;
}

.contact-form-head p {
  margin: 0;
  opacity: 0.78;
}

.contact-form-card form {
  padding: 32px;
}

.contact-form-card label {
  color: #30384a;
  display: block;
  font-weight: 700;
  margin: 18px 0 8px;
}

.contact-form-card label:first-child {
  margin-top: 0;
}

.contact-form-card sup {
  color: #093272;
}

.contact-form-card .form-control {
  border: 1px solid #d5deed;
  border-radius: 15px;
  min-height: 54px;
  padding: 13px 16px;
}

.contact-form-card textarea.form-control {
  min-height: 110px;
}

.contact-form-card form .btn {
  background: #093272;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  margin-top: 25px;
  padding: 15px;
  width: 100%;
}

/* Sri Laasya brand system — sampled from the official logo artwork. */
:root {
  --brand-navy: #093272;
  --brand-navy-deep: #062552;
  --brand-aqua: #00cece;
  --brand-aqua-dark: #00a8ad;
  --brand-aqua-soft: #e8fbfb;
  --green: var(--brand-navy);
  --green2: var(--brand-aqua-dark);
  --mint: var(--brand-aqua-soft);
  --cream: #f7fcfc;
  --coral: var(--brand-aqua-dark);
  --ink: var(--brand-navy-deep);
  --body: #536579;
}

/* Use the supplied identity consistently in both the header and footer. */
.navbar-brand {
  display: block;
  flex: 0 0 auto;
  width: clamp(190px, 15vw, 250px);
  height: 67px;
  background: #fff url("../images/Sri Laasya Dental.png") center / calc(100% - 18px) auto no-repeat;
  border-radius: 10px;
}
.navbar-brand > * {
  display: none !important;
}
.footer-brand {
  width: 235px;
  height: 63px;
  background: transparent url("../images/Sri Laasya Dental_Dark.png") left center / contain no-repeat;
  border-radius: 0;
}

/* Navy surfaces and aqua accents mirror the two colors in the logo. */
.navbar,
.navbar-collapse,
footer,
.contact-info,
.feature-dark {
  background-color: var(--brand-navy) !important;
}
.hero,
.why-gradient,
.implant-hero .container,
.root-hero .container,
.about-hero-strip,
.treatments-page-hero,
.treatments-page-cta .container,
.legal-hero,
.contact-hero,
.contact-form-head {
  background: linear-gradient(135deg, var(--brand-navy-deep), var(--brand-navy) 58%, var(--brand-aqua-dark)) !important;
}
.btn-brand,
.btn-coral,
.floating-book,
.mosaic-blue,
.experience-badge,
.feature-blue,
.treatment-primary,
.treatment-directory-card > span,
.contact-form-card form .btn,
.simple-treatment-about .treatment-start-card > .btn {
  background-color: var(--brand-aqua-dark) !important;
  border-color: var(--brand-aqua-dark) !important;
}
.section-tag,
.blue-dot,
.review-stars,
.about-rating div,
.about-checks i,
.contact-clinic-card li i,
.contact-form-card sup,
.treatment-mega-head a,
.treatment-mega-item:hover strong,
.treatment-mega-item:focus strong,
.service-footer a,
.service-footer i,
.implant-ticks i,
.candidate-list i,
.related-grid > article > i,
.related-grid a {
  color: #fff !important;
}
.services,
.implant-candidate,
.related-treatments,
.legal-content,
.treatments-directory {
  background-color: #f7fcfc;
}
.navbar .btn-brand,
.hero .btn-brand {
  border-color: var(--brand-aqua) !important;
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 190px;
    height: 54px;
  }
}

.contact-form-card .form-success {
  padding: 40px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .contact-quick-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .contact-hero {
    padding: 185px 18px 80px;
  }

  .contact-main {
    padding: 24px 12px 75px;
  }

  .contact-clinic-card,
  .contact-form-card form,
  .contact-form-head {
    padding: 26px;
  }
}

@media (max-width: 991.98px) {
  .treatments-page-hero {
    margin: 10px;
    min-height: 500px;
    padding: 180px 20px 75px;
  }

  .treatments-directory-heading {
    grid-template-columns: 1fr;
  }

  .treatments-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatments-page-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .treatments-page-cta .btn {
    margin: 28px 0 0;
  }
}

@media (max-width: 575px) {
  .treatments-page-hero h1 {
    font-size: 3rem;
  }

  .treatments-directory {
    padding: 75px 14px;
  }

  .treatments-card-grid {
    grid-template-columns: 1fr;
  }

  .treatment-directory-card {
    min-height: 330px;
    padding: 30px;
  }

  .treatments-page-cta {
    padding: 0 10px 70px;
  }

  .treatments-page-cta .container {
    padding: 36px 26px;
  }
}

/* White navigation surface keeps the official navy/aqua logo prominent. */
.navbar,
.navbar-collapse {
  background: #fff !important;
}
.navbar {
  box-shadow: 0 12px 35px rgba(9, 50, 114, 0.12);
}
.navbar .nav-link,
.navbar .treatment-menu-toggle {
  color: var(--brand-navy) !important;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active,
.navbar .treatment-menu-toggle:hover,
.navbar .treatment-menu-toggle:focus {
  color: var(--brand-aqua-dark) !important;
}
.navbar .btn-brand,
.navbar .btn-reference {
  background: var(--brand-aqua-dark) !important;
  border-color: var(--brand-aqua-dark) !important;
  color: #fff !important;
}
.navbar-toggler {
  border-color: rgba(9, 50, 114, 0.28) !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 206, 0.22);
}
.navbar-toggler-icon {
  filter: none;
}
