:root {
  /* option 1 on 28-11-25 */
  --color-4: #000066;
  --color-5: #202c45;
  --color-overlay-6: rgb(0 0 102 / 80%);

  /* option 2 on 28-11-25 */
  --color-4: #999999;
  --color-5: #ffcc99;
  --color-overlay-6: rgb(153 153 153 / 91%);

  /* option 1 on 29-11-25 */
  --color-4: #626262;
  --color-5: #595981;
  --color-overlay-6: rgb(71 71 71 / 94%);

  /* option 2 on 29-11-25 */
  --color-3: hsl(30, 98%, 80%);
  --color-4: #626262;
  --color-5: #2e2e50;
  --color-overlay-6: rgb(71 71 71 / 94%);

  --color-footer: rgb(16, 33, 71);
  --color-footer: #2e2e50;

  --color-heading-graphic-1: hue-rotate(50deg) brightness(0.45);
  --color-heading-graphic-2: brightness(0) invert(1);

  --color-heading-graphic-1: hue-rotate(230deg) saturate(0.7) brightness(1.1);
  /* --color-heading-graphic-2: hue-rotate(230deg) saturate(0.7) brightness(1.1); */

  /* option 1 on 30-11-25 */
  --color-4: #999999;
  --color-5: #8b8bff;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c;

  /* option 2 on 30-11-25 */
  /* --color-4: #999999;
  --color-5: #c3ae92;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c; */

  /* option 3 on 30-11-25 */
  /* --color-4: #999999;
  --color-5: #e1bc93;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c; */

  /* option 1 on 04-12-25 */
  --color-heading-graphic-1: hue-rotate(50deg) brightness(0.45);
  --color-4: #999999;
  --color-5: #bfbfbf;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c;
  --color-blue: #000066;

  --color-para-gray: #555555;
}

/* .home-box.theme-30-l .text-white, */
.home-box.theme-30-l .bg-theme-colored2 .text-white,
.testimonial.theme-30-l .text-white,
.blog.theme-30-l .text-white {
  color: #3f3f3f !important;
}

.testimonial.style1 .comment,
.testimonial.style1 .comment::before {
  color: #717074;
}

.sm-app-container {
  position: absolute;
  top: 8px;
  right: 44px;
}
.sm-app-container a {
  font-size: 26px;
  color: #646464;
}

/* @media (max-width: 1199.98px) { */
@media (max-width: 991px) {
  li.header-app {
    display: none !important;
  }
  .logo-default {
    transform: scale(1.3) translateX(10px);
  }
}

@media (max-width: 767.98px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mob-custom-box-margin {
    margin-top: -28px !important;
  }

  .home-box p {
    font-size: 18px;
  }
}
.lh12 {
  line-height: 1.2;
}

.pull-left {
  position: absolute;
  left: 0;
}
.pull-right {
  position: absolute;
  right: 0;
}

.entry-content {
  padding: 5px 14px;
}

.entry-title {
  font-size: 18px;
  height: 54px;
}

.section-heading .heading {
  margin-bottom: 16px;
  position: relative;
}
.section-heading .heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  height: 1.5px;
  background: var(--color-para-gray);
  transform: translate(-60px, 9px);
}
.section-heading .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95px;
  height: 2px;
  height: 1.5px;
  background: var(--color-para-gray);
  transform: translate(-35px, 9px);
}
.section-heading p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 760px;
  margin: auto;
}

/* .post {
  border: 2px solid var(--color-5);
  border-radius: 16px;
} */

.post-sub span {
  padding: 0 14px;
}

.post-thumb {
  aspect-ratio: 1/0.7;
}
.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-address {
  line-height: 2 !important;
}

.footer-map {
  width: 100%;
  aspect-ratio: 1/1;
  border: 0;
}

.text-justify {
  text-align: justify;
}

.text-italic {
  font-style: italic;
}

.about-heading {
  font-size: 26px;
  font-weight: 600;
  color: #777;
  /* color: var(--color-para-gray); */
  text-transform: uppercase;
}
.about-subheading {
  font-weight: 600;
  font-family: system-ui;
  font-size: 22px;
  line-height: 1.4;
}
.title-icon.left {
  margin: 0 10px;
  display: inline;
  position: relative;
  top: 2px;
}

.team-members {
  max-width: 350px;
  margin: 0 auto;
}

.doc-card .name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}

.doc-card .dr-sub {
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 8px;
}

.text-black {
  color: #282828;
}

li.header-app-padding {
  padding: 14px 0;
}

.testimonial p.content {
  height: 145px;
  overflow: auto;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial p.content::-webkit-scrollbar {
  width: 4px;
}

.testimonial p.content::-webkit-scrollbar-track {
  background: #acacac;
  border-radius: 20px;
}

.testimonial p.content::-webkit-scrollbar-thumb {
  background: #717074;
  border-radius: 20px;
}

.testimonial p.content::-webkit-scrollbar-thumb:hover {
  background: #646464;
}

.testimonial .name {
  text-align: right;
}

.truncate-text {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-copyright {
  background-color: var(--color-1);
  padding: 0px;
}

.footer-copyright p,
.footer-copyright a {
  font-size: 17px;
  color: white !important;
}

.section-custom-bg-1 {
  background-color: #ededed;
  background-repeat: repeat;
  background-size: 30%;
  background-position: center;
}

.sm-ap-btn {
  position: absolute;
  right: 100px !important;
  color: var(--color-3);
  top: 38px !important;
}

.sm-ap-btn:active {
  color: var(--color-3) !important;
}

.toggle-bar .ti-menu {
  color: var(--color-3);
}

/* sticky sidebar */
.aon-scrolling-nav {
  position: fixed;
  top: 50%;
  /* right: 0px; */
  right: 16px;
  list-style: none;
  z-index: 99;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aon-scrolling-nav li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: relative;
  background: var(--color-4);
  margin: 3px 2px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
}

.aon-scrolling-nav li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.aon-scrolling-nav li a i {
  font-size: 18px;
}

.aon-scrolling-nav li span {
  opacity: 0;
  position: absolute;
  top: 4px;
  right: 100%;
  line-height: 1;
  background: var(--color-4);
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.aon-scrolling-nav li span:before {
  rotate: 180deg;
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent var(--color-4) transparent transparent;
}

.aon-scrolling-nav li:hover {
  overflow: visible;
  background: var(--color-4);
}

.aon-scrolling-nav li.active {
  overflow: visible;
  background: #d02f82;
}

.aon-scrolling-nav li:hover span {
  opacity: 1;
  right: 120%;
}

.aon-scrolling-nav li.actives span {
  opacity: 1;
  right: 120%;
}

@media (max-width: 1199px) {
  .aon-scrolling-nav {
    right: 4px;
  }
}

.title-icon img:not(.white) {
  filter: var(--color-heading-graphic-1);
}
.title-icon img.white {
  filter: var(--color-heading-graphic-2);
}

.footer-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo img {
  width: min(100%, 160px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer-logo {
    width: 100%;
  }
}

.contact-map {
  height: 500px;
}

.section-content.contact .content {
  color: var(--color-para-gray);
  font-weight: 600;
  font-size: 16px;
}

/* .about-image {
  margin-bottom: 30px;
} */
/* @media (max-width: 768px) {
  .about-image {
    display: none;
  }
} */

@media (min-width: 768px) and (max-width: 991px) {
  .widget-map {
    margin-top: -115px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-map {
    margin-top: -100px;
  }
}

@media (min-width: 1199px) {
  .footer-about {
    margin-top: -35px;
    margin-bottom: 0 !important;
  }
}

/* ------------------------------------------------- */

.home-treatments p {
  color: var(--color-para-gray);
}

.treatment-image {
  aspect-ratio: 1/0.7;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .treatment-image {
    aspect-ratio: 1/0.5;
  }
}

.treatment-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.treatment-content h1 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 8px;
  font-size: 28px;
}
.treatment-content h2 {
  color: var(--color-para-gray);
  line-height: 1.4;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}
.treatment-content h3 {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 24px;
}
.treatment-content p,
.treatment-content li {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 8px;
}

/* ------------------------------------------------- */

.appointment-box {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 20px 16px;
}
.appointment-box h2 {
  /* color: var(--color-para-gray); */
  text-align: center;
  font-size: 28;
}
.appointment-box h3 {
  color: var(--color-para-gray);
  font-size: 20;
}
form input::placeholder,
textarea::placeholder {
  color: #bdbdbd !important;
  opacity: 0.7 !important;
}
form label {
  padding-left: 12px;
}
form label span {
  color: red;
  font-weight: bolder;
}

/* ------------------------------------------------- */
.accordion-button {
  text-align: left;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

/* ------------------------------------------------- */
.our-dentists .heading {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.our-dentists .dr-subheading {
  font-weight: 600;
  font-family: system-ui;
  font-size: 18px;
  line-height: 1.4;
}

/* ------------------------------------------------- */
.blog-card-image {
  aspect-ratio: 1/0.7;
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-title {
  color: var(--color-para-gray);
  color: #333;
}

.blog-title{
  font-size: 32px;
}

.blog-content ul{
  list-style-position: unset;
  padding: unset;
  padding-left: 20px;
}

.blog-posts h1 {
  margin-bottom: 4px;
}
.blog-posts p,
.blog-posts li {
  font-size: 16px;
  text-align: justify;
  /* margin-bottom: 4px; */
}

.post-social-sharing.right ul {
  float: right;
}

.post-social-sharing.right hr {
  margin: 15px 0 15px;
  background: var(--color-4);
  border-radius: 4px;
  border: none;
  /* padding: 1px; */
  height: 1px;
}

.post-social-sharing {
  margin: 0 0 15px 0;
}

/* .post-social-sharing ul {} */

.post-social-sharing ul li {
  list-style: none;
}

.post-social-sharing ul li {
  background-color: var(--color-para-gray);
  color: white;
  /* display: inline-block; */
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  /* padding: 4px; */
}

.post-social-sharing ul li a:visited {
  color: white;
}

.post-social-sharing ul li i {
  font-size: 20px;
  margin-top: 6px;
}

.nums {
  font-size: 34px;
}

/* -------------------gallery------------------ */
.hidden {
  display: none !important;
}

.album-tab-container .tab {
  /* background: var(--accent-color-three) !important; */
  /* background: #283b6a !important; */
  background: #999999 !important;
  margin: 0 5px;
  padding: 8px 20px;
  color: #000;
  /* color: #fff; */
  font-size: 18px;
  /* transition: all 0.3s ease; */
  height: unset;
  width: 90px;
  min-width: unset;
  transition: all 0.2s ease;
}

.album-tab-container .tab:hover {
  color: #dadada;
  /* transform: translateY(-2px); */
  /* box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 1px 2px 0px rgba(230, 14, 127,0.8); */
}

.album-tab-container .tab.active {
  /* background: #283b6a !important; */
  /* background: #333333; */
  color: #fff;
  font-weight: bolder;
}

/* .album-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
} */

.album-container .album {
  /* width: clamp(250px, 300px, 400px); */
  display: block;
  /* min-width: min(300px, 100vw); */
  width: 100%;
  /* max-width: 100%; */
  margin: 10px auto;
  padding: 10px;
  /* border: 1px solid red; */
}

.album-container .album-item {
  box-shadow: 1px 1px 4px 2px rgba(165, 165, 165, 0.2);
  border-radius: 4px;
  border: 1px solid #ddd6e1;
  transition: transform 0.4s ease;
}

.album-container .album-item:hover {
  transform: translateY(-4px);
}

.album-container .album-item:hover img {
  transform: scale(1.01);
  border-radius: 4px 4px 0 0;
  /* filter: brightness(0.5); */
}

/* .album-container .album-item:hover .image::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
  } */

.album-container .album-item:hover .album-overlay {
  opacity: 1;
}

.album-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  /* background-color: rgba(0, 0, 20, 0.2); */
  display: flex;
  border-radius: 3px 3px 0 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.album-container .album-item .image {
  height: 200px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.album-container .album-item .detail {
  /* height: 300px; */
  padding: 5px 15px;
  border-top: 1px solid #ddd6e1;
}

.album-container .album-item .detail p {
  margin-bottom: 0;
  color: #5e5e5e;
}

.album-container .album-item .detail .name {
  font-size: 16px;
  font-weight: 500;
}

.album-container .album-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
  transition: transform 0.2s ease-in-out;
}

/*  */
/* .page-gallery {
    padding: 12px 0 4px;
} */
.page-gallery-box .photo-gallery {
    margin-bottom: 30px;
}
.page-gallery-box .photo-gallery a {
    display: block;
    height: 100%;
}
.page-gallery-box .photo-gallery figure {
    display: block;
    border-radius: 24px;
    height: 100%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.page-gallery-box .photo-gallery iframe,
.page-gallery-box .photo-gallery img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
    border-radius: 8px;
    height: 100%;
}
.page-video-gallery {
    padding: 100px 0 70px;
}
/* ------------------------------------------------- */
