.btn-theme-colored2:before {
    display: none;
}

.btn-theme-colored2:hover {
    background-color: #9d8c74;
    border-color: #9d8c74;
}

.bg-gray-lte {
	background: #ededed;
}

.bg-beige-lte {
	background: #d0cec9;
}

.line-reset {
    line-height: 1.0;
}

.header-tel {
	font-weight: bold !important;
	font-size: 15px;
}

.header-mid-column3-container .font-icon{
	font-size:28px;
	line-height:1;
}

#top-primary-nav .menuzord-menu ul.dropdown li:hover > a {
    color: #87704E !important;
}
#top-primary-nav .menuzord-menu ul.dropdown li a:after,
#top-primary-nav-clone .menuzord-menu ul.dropdown li a:after {
    display: none !important;
    content: none !important;
}

.media-body .title {
    margin-bottom: 2px;
    line-height: 1.2;
}

.media-body .subtitle {
    margin-top: 0;
    line-height: 1.2;
	font-size: 0.85rem;
}

.nav-credit-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-credit-btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    background: #006400;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.nav-credit-btn i {
    margin-right: 6px;
}

.nav-credit-btn:hover {
    background: #008000;
    color: #fff !important;
}

.nav-schedule-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-schedule-btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    background: #df5b0d;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.nav-creditnav-schedule-btn-btn i {
    margin-right: 6px;
}

.nav-schedule-btn:hover {
    background: #ff6f1a;
    color: #fff !important;
}

@media (max-width: 1199.98px) {
    .header-nav-col-row > .col-sm-auto {
        width: 100%;
        text-align: center;
    }
	
	header#header .header-middle
	 {
	    padding: 5px 0;
	}
	
	header#header .menuzord-brand img
	 {
	    max-height: 90px;
	    width: auto;
		margin-bottom: 15px;
	}

    .nav-credit-container {
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .nav-credit-btn {
        display: inline-block;
        margin: 0 auto;
        padding: 8px 18px;
    }
}

@media (max-width: 767.98px) {
  .nav-credit-container {
    display: none !important;
  }
}

/* Desktop default */
.nav-schedule-btn {
    display: none;
}

/* Mobile only */
@media (max-width: 767.98px) {
    .nav-credit-btn {
        display: none !important;
    }

    .nav-schedule-btn {
        display: inline-block !important;
    }
}

.hero-home.hero-single {
    position: relative;
    z-index: 1;
    overflow: visible;
    min-height: 700px;
	border-bottom: 15px solid #87704E;
}

.hero-single-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
  0deg,
  rgba(8, 20, 30, 0) 0%,
  rgba(8, 20, 30, 0.4) 42%,
  rgba(8, 20, 30, 0.12) 100%
),
linear-gradient(
  90deg,
  rgba(8, 20, 30, 0.32) 0%,
  rgba(8, 20, 30, 0.20) 38%,
  rgba(8, 20, 30, 0.04) 75%
);
}

.hero-content-wrap {
    position: relative;
    z-index: 2;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding-bottom: 170px;
}

.hero-content {
    max-width: 800px;
    color: #fff;
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .75px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.88);
    text-shadow: 2px 2px 2px rgb(0 0 0 / 79%);
}

.hero-content h1 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: none;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.hero-content p {
    max-width: 620px;
    margin-bottom: 28px;
    font-size: 21px;
	font-weight: 600;
    line-height: 1.5;
    color: rgba(255,255,255,0.92);
    text-shadow: 2px 2px 2px rgb(0 0 0 / 79%);
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    min-width: 180px;
    padding: 13px 24px;
    border-radius: 30px;
    font-weight: 600;
}

.hero-buttons .btn-outline-light {
    border: 1px solid rgba(255,255,255,0.8);
    color: #574730;
    background: #fff;
}

.hero-buttons .btn-outline-light:hover {
    background: #fff;
    color: #2e2e2e;
}

.home-hero-cards {
    position: relative;
    margin-top: -110px;
    z-index: 20;
}

@media (max-width: 1199.98px) {
    .hero-home.hero-single,
    .hero-content-wrap {
        min-height: 760px;
    }

    .hero-content h1 {
        font-size: 46px;
    }
}

@media (max-width: 991.98px) {
    .hero-home.hero-single,
    .hero-content-wrap {
        min-height: 690px;
    }

    .hero-content-wrap {
        padding-bottom: 155px;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .hero-home.hero-single,
    .hero-content-wrap {
        min-height: 620px;
    }

    .hero-content-wrap {
        padding-bottom: 145px;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .hero-home.hero-single,
    .hero-content-wrap {
        min-height: 580px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-kicker {
        font-size: 14px;
    }
}

.home-hero-cards {
    position: relative;
    margin-top: -110px;
    z-index: 20;
}

.dental-tool-bg
 {
    background-color: #d4cfc4;
    background-image: url(../images/dental-tool-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.custom-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.widget_cta_contact .cta-card {
    border-radius: 10px;
}

.widget_cta_contact .cta-icon {
    font-size: 34px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.widget_cta_contact .cta-icon i {
    color: #fff !important;
}

.widget_cta_contact .cta-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.widget_cta_contact .cta-btn {
    display: inline-block;
    background: #87704E;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1px;
    transition: all 0.25s ease;
}

.widget_cta_contact .cta-btn:hover {
    background: #9d8c74;
}

.widget_cta_contact .cta-divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 18px 0;
}

.widget_cta_contact .cta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    margin-bottom: 12px;
	font-size: 0.85rem;
}

.widget_cta_contact .cta-item i {
    font-size: 16px;
    margin-top: 3px;
    opacity: 0.85;
    min-width: 18px;
}

.widget_cta_contact .cta-item a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.widget_cta_contact .cta-item a:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
  .service-details-mobile-reorder {
    display: flex;
    flex-direction: column;
  }

  .service-details-mobile-reorder .service-main {
    order: 1;
  }

  .service-details-mobile-reorder .service-sidebar {
    order: 2;
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {

  /* Space between content and sidebar block */
  .service-sidebar {
    margin-top: 40px;
  }

  /* Tighten sidebar wrapper */
  .service-sidebar .sidebar {
    padding: 0;
  }

  /* Improve side nav spacing */
  .service-sidebar .widget_nav_menu {
    margin-bottom: 20px;
  }

  /* Make nav feel like cards instead of sidebar */
  .service-sidebar .tm-sidebar-nav-menu-style2 ul > li > a {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px 14px;
  }

  /* CTA card adjustments for mobile */
  .widget_cta_contact .cta-card {
    padding: 25px 18px;
    border-radius: 10px;
  }

  /* Center everything nicely */
  .widget_cta_contact .cta-item {
    justify-content: center;
    text-align: center;
  }

  .widget_cta_contact .cta-item i {
    display: none; /* cleaner mobile look */
  }

  /* Make button more tappable */
  .widget_cta_contact .cta-btn {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }

  /* Slightly larger text for readability */
  .widget_cta_contact .cta-title {
    font-size: 22px;
  }

  .widget_cta_contact .cta-info {
    font-size: 15px;
  }
}

.footer-clean {
    background: #1f1f1f;
    color: rgba(255,255,255,0.88);
}

.footer-clean .widget ul li
 {
    list-style: none;
    line-height: 1.5rem;
}

.footer-clean .footer-widget-area {
    background: #1f1f1f;
}

.footer-clean .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.footer-clean a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-clean a:hover {
    color: #1196CC;
}

.footer-brand .footer-logo img {
    max-width: 260px;
    height: auto;
    margin-bottom: 20px;
}

.footer-tagline {
    margin-bottom: 22px;
    line-height: 1.7;
    max-width: 360px;
}

.footer-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #87704E;
    color: #fff !important;
    border-radius: 30px;
    font-weight: 600;
}

.footer-btn:hover {
    background: #9d8c74;
    color: #fff !important;
}

.footer-contact-list,
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.footer-icon {
    width: 18px;
    min-width: 18px;
    color: #87704E;
    font-size: 16px;
    margin-top: 3px;
}

.footer-links li {
    margin-bottom: 3px;
}

.footer-secondary-links {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-secondary-links a {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-bottom {
    background: #171717;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-paragraph {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

footer#footer .footer-widget-area .widget .widget-title {
	margin-bottom: 11px;
}

@media (max-width: 991.98px) {
    .footer-brand,
    .footer-contact-widget,
    .footer-links-widget {
        text-align: center;
    }

    .footer-tagline {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact-list li {
        justify-content: center;
        text-align: center;
    }

    .footer-bottom .text-md-end {
        text-align: center !important;
        margin-top: 8px;
    }
}

#footer.footer-clean {
    background: #1f1f1f !important;
}

#footer .footer-widget-area {
    background: #1f1f1f url('../images/footer-tool-bg.webp') no-repeat center bottom !important;
    background-size: cover !important;
}

@media (max-width: 991.98px) {
  #footer .footer-widget-area {
    background-image: none !important;
    background-color: #1f1f1f !important;
  }
}

.font-icon {
	color: #838280 !important;
}

.font-icon:hover {
	color: #9d8c74 !important;
}

.testimonial .testimonial-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.testimonial .testimonial-meta .author {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.testimonial .testimonial-meta .star-rating {
    margin: 0;
}

.blockquote {
    font-size: 1.10rem;
	line-height: 1.5;
}

.blockquote-footer
 {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .90em;
    color: #87704E;
}

.testimonial .comment {
	font-size: 0.9rem !Important;
}

.accordion-body {
    background-color: #F6F6F6;
}

.accordion-button {
    border-bottom: 1px solid #e4e1db;
}

/* active (expanded) */
.accordion-button:not(.collapsed) {
    border-bottom: 2px solid #e4e1db;
    box-shadow: none; /* removes Bootstrap glow */
}

.accordion-button::after {
    background-image: none !important;
    content: "\f107"; /* down arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #87704E;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    content: "\f107"; /* up arrow */
    color: #9d8c74;
}

.title {
  margin-bottom: 0rem;
  margin-top: 0.3rem;
}

.doctor-links-strip {
  margin-top: 40px;
}

.doctor-links-strip h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.doctor-link-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.doctor-link-card {
  flex: 1 1 30%;
  min-width: 220px;
  padding: 5px 10px;
  background: #F6F6F6;
  border-top: 3px solid #87704E;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.doctor-link-card:hover {
  background: #f0f0f0;
  border-top-color: #8c7a4f;
  text-decoration: none;
}

.doctor-name {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #2e2e2e;
}

.doctor-focus {
  display: block;
  font-size: 15px;
  color: #666;
  margin-bottom: 6px;
  line-height: 1.5;
}

.doctor-cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #87704E;
  letter-spacing: 0.3px;
}

.icon-wrapper .fas {
	color: #fff !Important;
}

.cta-horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e4e1db;
  padding: 15px 22px;
  margin: 35px 0;
  border-left: 4px solid #87704E;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  flex-wrap: wrap;
  gap: 15px;
}

/* LEFT */
.cta-left h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2e2e2e;
}

.cta-left span {
  display: block;
  font-size: 14px;
  color: #171717;
  margin-top: 4px;
}

.cta-left i {
  color: #006400;
  margin-right: 6px;
}

/* CENTER BUTTON */
.cta-btn {
  display: inline-block;
  padding: 11px 20px;
  background: #87704E;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}

.cta-btn:hover {
  background: #9d8c74;
  color: #fff;
}

/* RIGHT */
.cta-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
}

.cta-inline i {
  color: #87704E;
}

.cta-inline a {
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-center {
    width: 100%;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
  }
}

.cta-implant {
  background: #e4e1db;
  border: 1px solid #e5e5e5;
  padding: 28px 30px;
  margin: 0 0;
}

.cta-implant-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}

/* LEFT */
.cta-implant-left h2 {
  margin: 0 0 10px 0;
  font-size: 19px;
  color: #2e2e2e;
}

.cta-implant-left p {
  margin: 0;
  color: #555;
  font-size: 15px;
  max-width: 520px;
  line-height: 1.6;
}

/* RIGHT */
.cta-implant-right {
  text-align: right;
}

.cta-implant-btn {
  display: inline-block;
  padding: 12px 22px;
  background: #87704E;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background 0.25s ease;
}

.cta-implant-btn:hover {
  background: #9d8c74;
  color: #fff;
}

.cta-implant-phone {
  font-size: 14px;
  color: #333;
}

.cta-implant-phone i {
  color: #bfa46f;
  margin-right: 6px;
}

.cta-implant-phone a {
  color: #2e2e2e;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-implant-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-implant-right {
    text-align: left;
  }

  .cta-implant-btn {
    width: 100%;
    text-align: center;
  }
}

.medspa-cta {
  margin-top: 20px;
}

.medspa-btn {
  display: inline-block;
  padding: 12px 22px;
  background: #87704E;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}

.medspa-btn i {
  margin-left: 8px;
}

.medspa-btn:hover {
  background: #9d8c74;
  color: #fff;
}

.cpf-contact-form {
  margin-top: 10px;
}

.form-group-modern {
  margin-bottom: 18px;
}

.cpf-contact-form .form-control {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f6f6f6;
  color: #2e2e2e;
  font-size: 15px;
  box-shadow: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.cpf-contact-form textarea.form-control {
  height: auto;
  padding: 16px 18px;
  resize: vertical;
  min-height: 160px;
}

.cpf-contact-form .form-control:focus {
  border-color: #bfa46f;
  background: #fff;
  outline: none;
  box-shadow: none;
}

.cpf-contact-form .form-control::placeholder {
  color: #666;
  opacity: 1;
}

.contact-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.contact-btn-primary,
.contact-btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.25s ease;
}

.contact-btn-primary {
  background: #87704E;
  color: #fff;
}

.contact-btn-primary:hover {
  background: #9d8c74;
  color: #fff;
}

.contact-btn-secondary {
  background: #e9e9e9;
  color: #2e2e2e;
}

.contact-btn-secondary:hover {
  background: #dcdcdc;
  color: #2e2e2e;
}

@media (max-width: 767px) {
  .contact-form-actions {
    flex-direction: column;
  }

  .contact-btn-primary,
  .contact-btn-secondary {
    width: 100%;
    text-align: center;
  }
}

.icon-input {
  position: relative;
}

.icon-input i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #171717;
  font-size: 14px;
  pointer-events: none;
}

.textarea-icon i {
  top: 18px;
  transform: none;
}

/* Adjust input padding for icon */
.icon-input .form-control {
  padding-left: 42px;
}

.cpf-contact-form .form-control {
  width: 100%;
  height: 56px;
  border: 1px solid #ddd;
  background: #f6f6f6;
  color: #2e2e2e;
  font-size: 15px;
  transition: all 0.25s ease;
}

.cpf-contact-form textarea.form-control {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
}

.cpf-contact-form .form-control:focus {
  border-color: #bfa46f;
  background: #fff;
  outline: none;
}

.cpf-contact-form .form-control::placeholder {
  color: #666;
}

.contact-info-block {
  margin-top: 20px;
}

.contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-icon {
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4e1db;
  color: #171717;
  font-size: 21px;
}

.contact-content h5 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
}

.contact-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.contact-text a {
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: none;
}

.contact-text a:hover {
  color: #bfa46f;
}

.cpf-contact-form select.form-control {
  background-image:
    linear-gradient(to left, #ddd 1px, transparent 1px),
    url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 36px center, right 12px center;
  background-size: 1px 60%, 14px;
}

.new-patient-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
}

.new-patient-inline .np-label {
    font-weight: 600;
    margin-right: 6px;
}

.new-patient-inline .np-option {
    margin: 0;
}

.new-patient-inline .np-option input {
    display: none;
}

.new-patient-inline .np-option span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 18px;
    border: 1px solid #ddd;
    cursor: pointer;
    background: #f7f7f7;
    transition: all 0.2s ease;
}

.new-patient-inline .np-option input:checked + span {
    background: #87704E;
    color: #fff;
    border-color: #87704E;
}

#insurance_field_wrap[style*="display: none"],
#doctor_field_wrap[style*="display: none"] {
    display: none !important;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-btn i {
    color: #fff;
    font-size: 24px;
    margin-left: 3px;
}

.video-thumbnail:hover .video-play-btn {
    background: rgba(0,0,0,0.8);
}

.video-wrapper video {
    display: block;
}

.dental-post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    height: 100%;
}

.post-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.post-content {
    padding: 20px;
}

.post-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.post-date i {
    margin-right: 6px;
}

.post-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post-title a {
    color: #2e2e2e;
    text-decoration: none;
}

.post-title a:hover {
    color: #1196CC;
}

.post-hook {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* Button Style */
.post-read-more {
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #87704E;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.post-read-more:hover {
    background: #9d8c74;
    color: #fff;
}

.post-image {
    position: relative;
}

.post-date-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
}

.post-date-overlay i {
    margin-right: 5px;
}

.dental-pagination-wrap {
    margin-top: 35px;
    text-align: center;
}

.dental-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.dental-pagination li {
    margin: 0;
    padding: 0;
}

.dental-pagination a,
.dental-pagination span {
    display: inline-block;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0 14px;
    border: 1px solid #87704E;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
}

.dental-pagination a:hover {
    background: #87704E;
    border-color: #87704E;
    color: #fff;
}

.dental-pagination .active {
    background: #87704E;
    border-color: #87704E;
    color: #fff;
    cursor: default;
}

.dental-pagination .page-nav {
    padding: 0 16px;
    min-width: auto;
}

.article-post h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 21px;
}

.caption {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
	background: #e4e1db;
	padding: 5px;
}

.published {
	font-size: 14px;
}

.sidebar-block {
    background: #e4e1db;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.dental-recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}

.recent-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-content a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2e2e2e;
    text-decoration: none;
    line-height: 1.4;
}

.recent-content a:hover {
    color: #87704E;
}

.recent-date {
    font-size: 12px;
    color: #888;
}

.recent-thumb {
    width: 75px;
    min-width: 75px;
    overflow: hidden;
    border-radius: 4px;
}

.recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dental-articles-carousel .item {
    padding: 8px;
}

.dental-post-card-carousel {
    margin-bottom: 0;
}

.dental-post-card-carousel .post-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.dental-post-card-carousel .post-title {
    min-height: 50px;
}

.dental-post-card-carousel .post-hook {
    min-height: 68px;
    margin-bottom: 18px;
    overflow: hidden;
}

.dental-articles-carousel .owl-nav {
    margin-top: 10px;
}

.dental-articles-carousel .owl-nav [class*="owl-"] {
    background: #1196CC !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 8px 14px !important;
}

.dental-articles-carousel .owl-nav [class*="owl-"]:hover {
    background: #9d8c74 !important;
}