/*
Theme Name:   MediCenter Child
Theme URI: https://1.envato.market/medicenter-responsive-medical-wordpress-theme
Description:  MediCenter Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     medicenter
Version:      1.2
Text Domain:  medicenter
*/

.footer .menu li {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.copyright-area-container {
    background: #1a1817;
    color: #BAC0C5;
}

.copyright-area {
    padding: 30px 0;
    border-color: #2e2a28;
    border-top-width: 1px;
    border-style: solid;
}

.footer-container {
    background-color: #1a1817;
    padding-bottom: 40px;
	padding-top: 2rem;
	margin-top: 40px;
}

.theme-page {
    padding-bottom: 0px;
}

/* ===== TESTIMONIALS SECTION ===== */
.testi-section {
  background-color: #2b2b2b;
  padding: 60px 40px;
  font-family: inherit;
  position: relative;
}

.testi-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.testi-label {
  display: inline-block;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.testi-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  margin: 0;
}

.testi-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.testi-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #555;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.testi-btn:hover {
  background-color: #c0522a;
  border-color: #c0522a;
}

.testi-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.testi-btn:disabled:hover {
  background: transparent;
  border-color: #555;
}

.testi-slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.testi-grid {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testi-card {
  background-color: #363636;
  border-radius: 16px;
  padding: 30px;
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  box-sizing: border-box;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid transparent;
  border-color: rgb(92 88 86);
  border-width: 1px;
}

.testi-card:hover {
  background-color: #424242;
  border: 1px solid #c0522a;
  box-shadow: 0 8px 32px rgba(192, 82, 42, 0.15);
  cursor: default;
}

.testi-card:hover .testi-avatar {
  background-color: #c0522a;
  border-color: #c0522a;
}

.testi-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0px;
}

.testi-stars {
  color: #c0522a;
  font-size: 16px;
  letter-spacing: 2px;
}

.testi-quote {
  font-size: 72px;
  color: #c0522a;
  opacity: 0.5;
  line-height: 0.6;
  font-family: Georgia, serif;
  font-weight: 700;
}

.testi-text {
  color: #d0d0d0;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
  margin-top: -44px;
}

svg.lucide {
    color: rgb(206 90 39);
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #c0522a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testi-author-info strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.testi-author-info span {
  color: #c0522a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1100px) {
  .testi-card { flex: 0 0 calc(50% - 12px); }
}

@media (max-width: 768px) {
  .testi-card { flex: 0 0 100%; }
  .testi-title { font-size: 26px; }
  .testi-header-row { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* ===== OUR EXPERTS SECTION ===== */
.our-experts-section {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

/* Badge */
.our-experts-badge {
  display: inline-block;
  background: #fff5f2;
  color: #c0634a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1px solid #e8cfc8;
  margin-bottom: 16px;
}

/* Heading */
.our-experts-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a2535;
  margin: 0 0 14px 0;
  line-height: 1.2;
}

/* Divider */
.our-experts-divider {
  width: 48px;
  height: 3px;
  background: #c0634a;
  margin: 0 auto 50px auto;
  border-radius: 2px;
}

/* Grid */
.our-experts-grid {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

/* Card */
.expert-card {
  width: 375px;
  position: relative;
  cursor: pointer;
}

/* Image Box */
.expert-card-image {
  width: 100%;
  height: 280px;
  background: #b8c5d6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.expert-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert-card-image .card-placeholder-name {
  font-size: 38px;
  font-weight: 700;
  color: #4a5f7a;
  user-select: none;
}

/* Hover Panel */
.expert-hover-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
}

.expert-hover-panel-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.expert-hover-panel-follow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #888;
  text-transform: uppercase;
}

.expert-hover-panel-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.expert-hover-panel-socials a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.expert-hover-panel-socials a:hover {
  color: #c0634a;
}

.expert-hover-panel-socials svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.expert-hover-btn {
  width: 36px;
  height: 36px;
  background: #c0634a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s;
  flex-shrink: 0;
}

.expert-hover-btn:hover {
  background: #a0522d;
  color: #fff;
}

/* Card Hover State */
.expert-card:hover .expert-card-image {
  transform: translateY(4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.expert-card:hover .expert-hover-panel {
  opacity: 1;
  transform: translateY(0);
  display: none;
}

/* Info below card */
.expert-card-info {
  margin-top: 18px;
  text-align: center;
}

.expert-card-info .expert-name {
  font-size: 17px;
  font-weight: 700;
  color: #1a2535;
  margin: 0 0 0px 0;
  line-height: 0;
}

.expert-card-info .expert-role {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c0634a;
  margin: 0 0 0px 0;
  line-height: 0;
}

.expert-card-info .expert-quals {
  font-size: 12px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

/* CTA Button */
.our-experts-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border: 1.5px solid #c0634a;
  border-radius: 30px;
  color: #c0634a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}

.our-experts-cta:hover {
  background: #c0634a;
  color: #ffffff;
  text-decoration: none;
}

.our-experts-cta svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s;
}

.our-experts-cta:hover svg {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 768px) {
  .our-experts-grid {
    flex-direction: column;
    align-items: center;
  }
  .expert-card {
    width: 100%;
    max-width: 360px;
  }
  .our-experts-title {
    font-size: 26px;
  }
}

/* =============================================
   DENTAL SERVICES SECTION
   ============================================= */

.ds-services-section {
  background-color: #f9f8f8;
  padding: 80px 40px;
  font-family: inherit;
}

/* Header */
.ds-services-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 50px auto;
}

.ds-services-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c0552a;
  margin-bottom: 12px;
}

.ds-services-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.ds-services-divider {
  width: 48px;
  height: 3px;
  background-color: #c0552a;
  margin: 0 auto 20px auto;
  border-radius: 2px;
}

.ds-services-subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Grid */
.ds-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card */
.ds-service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 28px;
  position: relative;
  border-top: 3px solid transparent;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.ds-service-card:hover {
  border-top-color: #c0552a;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}

/* Card top row: icon + number */
.ds-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ds-card-number {
  font-size: 28px;
  font-weight: 700;
  color: #e0dcd8;
  line-height: 1;
  transition: color 0.3s ease;
}

.ds-service-card:hover .ds-card-number {
  color: #c0c0bb;
}

/* Icon box */
.ds-card-icon {
  width: 52px;
  height: 52px;
  background-color: #f5ece8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0552a;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}

.ds-service-card:hover .ds-card-icon {
  background-color: #c0552a;
  color: #fff;
}

/* Card title */
.ds-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  transition: color 0.3s ease;
}

.ds-service-card:hover .ds-card-title {
  color: #c0552a;
}

/* Card text */
.ds-card-text {
  font-size: 15px;
  color: #777;
  line-height: 1.65;
  margin: 0 0 24px 0;
}

/* Read more link */
.ds-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ds-card-link span {
  transition: transform 0.3s ease;
}

.ds-service-card:hover .ds-card-link {
  color: #c0552a;
}

.ds-service-card:hover .ds-card-link span {
  transform: translateX(4px);
}

/* Footer note */
.ds-services-footer {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  color: #666;
}

.ds-footer-link {
  color: #c0552a;
  text-decoration: underline;
  font-weight: 600;
}

.ds-footer-link:hover {
  text-decoration: none;
}

/* Responsive */
@media (max-width: 900px) {
  .ds-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .ds-services-grid {
    grid-template-columns: 1fr;
  }

  .ds-services-title {
    font-size: 26px;
  }
}

/* =============================================
   REVITALISE DENTAL CENTRE - About Us Section
   ============================================= */

.rdc-about-section {
  padding: 80px 20px;
  background: #fff;
  font-family: inherit;
}

.rdc-about-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- Image Stack ---- */
.rdc-about-images {
  position: relative;
  flex: 0 0 480px;
  height: 420px;
}

.rdc-img-card {
  position: absolute;
  border-radius: 24px;
  background: #cdd4e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  color: #5a6580;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rdc-img-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.rdc-img-back {
  width: 340px;
  height: 300px;
  top: 0;
  left: 0;
  z-index: 1;
}

.rdc-img-front {
  width: 300px;
  height: 240px;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #dce2ed;
}

/* ---- Badge ---- */
.rdc-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #c8502a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 16px rgba(200,80,42,0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rdc-badge:hover {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 8px 24px rgba(200,80,42,0.5);
}

.rdc-badge-number {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-top: 2px;
}

.rdc-badge-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ---- Content ---- */
.rdc-about-content {
  flex: 1;
}

.rdc-section-tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1.5px solid #e8c9bd;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c8502a;
  background: #fff7f4;
  margin-bottom: 18px;
}

.rdc-about-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.rdc-about-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 0px 0;
}

.rdc-highlight {
  color: #c8502a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.rdc-highlight:hover {
  color: #a03d1e;
}

.rdc-about-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 28px 0;
}

/* ---- Feature Grid ---- */
.rdc-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}

.rdc-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9f9fb;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.rdc-feature-item:hover {
  background: #fff4f0;
  border-color: #e8c0ae;
  transform: translateY(-2px);
}

.rdc-check {
  color: #c8502a;
  font-size: 15px;
  font-weight: 800;
}

/* ---- Footer CTA ---- */
.rdc-about-footer {
  display: flex;
  align-items: center;
  gap: 24px;
}

.rdc-btn-primary {
  display: inline-block;
  padding: 14px 28px;
  background: #c8502a;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 14px rgba(200,80,42,0.3);
}

.rdc-btn-primary:hover {
  background: #a03d1e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(200,80,42,0.4);
}

.rdc-dentist-info {
  display: flex;
  flex-direction: column;
}

.rdc-dentist-name-label {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
}

.rdc-dentist-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a2e;
  margin-top: 2px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .rdc-about-inner {
    gap: 50px;
  }
  .rdc-about-images {
    flex: 0 0 380px;
    height: 360px;
  }
  .rdc-img-back { width: 280px; height: 260px; }
  .rdc-img-front { width: 240px; height: 200px; }
  .rdc-about-title { font-size: 30px; }
}

@media (max-width: 768px) {
  .rdc-about-inner {
    flex-direction: column;
    gap: 60px;
  }
  .rdc-about-images {
    flex: none;
    width: 100%;
    height: 320px;
	margin-left: 20px;
    margin-right: 20px;
  }
  .rdc-img-back { width: 341px; height: 230px; }
  .rdc-img-front { width: 298px; height: 185px; }
  .rdc-features {
    grid-template-columns: 1fr;
  }
  .rdc-about-title { font-size: 26px; }
}

/* ============================================
   INFO CARDS SECTION
   ============================================ */
.info-cards-section {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding: 40px 0px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.info-card {
  position: relative;
  border-radius: 16px;
  padding: 36px 32px;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Icon watermark (background) */
.info-card__icon {
  position: absolute;
  right: 7px;
  bottom: 54px;
  width: 110px;
  height: 110px;
  opacity: 0.15;
  pointer-events: none;
}

.info-card__icon svg {
  width: 100%;
  height: 100%;
}

.info-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

/* Titles */
.info-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #ffffff;
}

/* Paragraph text */
.info-card__text {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
  color: #ffffff;
}

/* ---- Orange Card ---- */
.info-card--orange {
  background-color: #d9572b;
  color: #ffffff;
}

.info-card--orange .info-card__icon svg {
  stroke: #ffffff;
}

.info-card__btn {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 24px;
  background: #ffffff;
  color: #d9572b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  width: fit-content;
}

.info-card__btn:hover {
  background: #f0f0f0;
  color: #c04a20;
}

/* ---- Dark Card ---- */
.info-card--dark {
  background-color: #2b2b2b;
  color: #ffffff;
}

.info-card--dark .info-card__icon svg {
  stroke: #ffffff;
}

.info-card__hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  font-size: 0.9rem;
  margin-top: 4px;
}

.info-card__hours span:nth-child(even) {
  text-align: right;
  font-weight: 600;
}

/* ---- Light Card ---- */
.info-card--light {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.info-card--light .info-card__icon svg {
  stroke: #cccccc;
}

.info-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d9572b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  margin-top: 6px;
  transition: gap 0.2s;
}

.info-card__link:hover {
  gap: 10px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .info-cards-section {
    flex-direction: column;
  }
}

.info-card.info-card--light h3.info-card__title {
   color: #4b4746;
}

.info-card.info-card--light  p.info-card__text {
	color: #666666;
}

/* ================================================
   HERO SECTION - Dental Clinic
   ================================================ */

.dc-hero {
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.dc-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* --- LEFT CONTENT --- */
.dc-hero__content {
  flex: 1;
  min-width: 0;
}

.dc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 24px;
}

.dc-hero__badge-dot {
  width: 8px;
  height: 8px;
  background: #C1522A;
  border-radius: 50%;
  display: inline-block;
}

.dc-hero__title {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 20px;
}

.dc-hero__title--highlight {
  color: #C1522A;
}

.dc-hero__desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 0 32px;
}

/* --- ACTIONS ROW --- */
.dc-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.dc-hero__btn {
  background: #C1522A;
  color: #fff !important;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.dc-hero__btn:hover {
  background: #a8411d;
  transform: translateY(-1px);
}

.dc-hero__emergency {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dc-hero__emergency-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.dc-hero__emergency-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #999;
}

.dc-hero__emergency-phone {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

/* --- TRUST BADGES --- */
.dc-hero__badges-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.dc-hero__trust {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}

/* --- RIGHT IMAGE --- */
.dc-hero__image-wrap {
  flex: 1;
  position: relative;
  min-width: 0;
}

.dc-hero__image-placeholder {
  background: #c8d0dc;
  border-radius: 24px;
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  color: #6b7a8d;
}

.dc-hero__image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* --- PATIENTS CARD --- */
.dc-hero__patients-card {
  position: absolute;
  bottom: -16px;
  left: 20px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}

.dc-hero__avatars {
  display: flex;
}

.dc-hero__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C1522A;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
  border: 2px solid #fff;
}

.dc-hero__avatar:first-child {
  margin-left: 0;
}

.dc-hero__patients-count {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
}

.dc-hero__patients-sub {
  display: block;
  font-size: 11px;
  color: #999;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .dc-hero__inner {
    flex-direction: column;
    gap: 40px;
  }
  .dc-hero__image-wrap {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .dc-hero {
    padding: 50px 16px;
  }
  .dc-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-left a img {
    max-width: 80%;
}

.header {
    padding: 13px 0;
}

/* ── Revitalise Top Bar ── */
.revitalise-topbar {
  background-color: #2b2b2b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
  font-size: 12px;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #cccccc;
}

.topbar-item svg {
  flex-shrink: 0;
  color: #cccccc;
}

.topbar-item a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.2s;
}

.topbar-item a:hover {
  color: #ffffff;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-right a {
  color: #cccccc;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.topbar-right a:hover {
  color: #ffffff;
}

/* Responsive: hide on small screens */
@media (max-width: 768px) {
  .revitalise-topbar {
    flex-direction: column;
    gap: 8px;
    padding: 10px 16px;
    text-align: center;
  }

  .topbar-left {
    justify-content: center;
  }

  .topbar-right {
    justify-content: center;
  }
}

.header-top-sidebar-container {
    background-color: #2b2b2b;
}

.header-top-sidebar {
	max-width: 1200px;
}

.header {
	max-width: 1200px;
}

.sf-menu li a {
    font-size: 16px;
    line-height: normal;
}

.rdc-img-card.rdc-img-back > img {
	width: 340px;
    height: 300px;
    border-radius: 24px;
}

.rdc-img-card.rdc-img-front  img {
	width: 300px;
    height: 240px;
    border-radius: 24px;
}

h3.box-header.animation-slide.page-margin-top.slide {
    display: none;
}

ul.photostream.clearfix.default {
    display: none;
}

.ds-card-icon > svg {
    fill: currentColor;
}

.rounded-image > figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_rounded.vc_box_border_grey > img {
	border-radius: 16px;
}

.page-header>.vc_inner {
    border-bottom: 1px solid #E5E5E5;
    padding: 35px 0px 0px 0px;
	margin-bottom: 40px;
}

body.home .footer-container {
    margin-top: 0px;
}

.post-content a.post-image img {
    border-radius: 16px;
}

.gallery-box img {
    display: none;
    width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.services-list a>img {
	border-radius: 16px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.services-list.single.rounded-image > .service-box > img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.services-list.single.rounded-image > .service-box > .service-details {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.rounded-image.infobox {
    border-radius: 16px;
    border: 0px;
}

.sidebar-footer-bottom-treatments {
    background-color: #1a1817 !important;
    width: 100% !important;
	padding-bottom: 40px;
    padding-top: 2rem;
    margin-top: 40px;
}

.sidebar-footer-bottom-treatments > .wpb_column.vc_column_container.vc_col-sm-12 {
	width: 1230px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
	margin-top: 50px;
}

.sidebar-footer-bottom-treatments h3.box-header.animation-slide.slide {
	color: #ffffff;
}

.sidebar-footer-bottom-treatments ul {
	list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.sidebar-footer-bottom-treatments ul#menu-quick-links li {
	float: left;
    width: 100%;
    padding: 5px 0;
}

.sidebar-footer-bottom-treatments ul#menu-quick-links li a {
	color:#ffffff;
}

.sidebar-footer-bottom-treatments ul#menu-quick-links li a::before {
content: "\64";
    font-family: 'template';
    font-size: 24px;
    color: #FFF;
    speak: none;
    vertical-align: middle;
    line-height: normal;
    direction: ltr;
    margin-left: -9px;
    margin-right: 2px;
    display: inline-block;
}

.sidebar-footer-bottom-treatments ul#menu-policies li {
	float: left;
    width: 100%;
    padding: 5px 0;
}

.sidebar-footer-bottom-treatments ul#menu-policies li a {
	color:#ffffff;
}

.sidebar-footer-bottom-treatments ul#menu-policies li a::before {
content: "\64";
    font-family: 'template';
    font-size: 24px;
    color: #FFF;
    speak: none;
    vertical-align: middle;
    line-height: normal;
    direction: ltr;
    margin-left: -9px;
    margin-right: 2px;
    display: inline-block;
}

.sidebar-footer-bottom-treatments li.clearfix.template-location {
	background: transparent;
}

.sidebar-footer-bottom-treatments li.clearfix.template-location .value {
	color:#ffffff;
}

.sidebar-footer-bottom-treatments li.clearfix.template-phone .value {
	color:#ffffff;
}

.sidebar-footer-bottom-treatments ul.contact-data li::before {
	width: 16px;
	border-right: none;
}

@media (max-width: 768px) {
	
	.info-cards-section {
		margin-left: 20px;
    	margin-right: 20px;
	}
	
}

@media screen and (max-width: 1009px) {
    .theme-page {
       padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 800px) {
	.header-top-sidebar-container {
		display: none;
	}
}

.mobile-menu-switch .line:nth-child(1) {
    top: 20px;
}

.mobile-menu-switch .line:nth-child(2), .mobile-menu-switch .line:nth-child(3) {
    top: 25px;
}

.mobile-menu-switch .line:nth-child(4) {
    top: 29px;
}

.booking-revitalise {
	background: #ce5927 !important;
}

.booking-revitalise a {
	color: #ffffff !important;
}

.sf-menu li {
    height: auto;
}

.sf-menu li:hover {
    height: auto;
}

ul#menu-main-menu-final a {
	background-color: transparent;
	color: #666;
}

.sf-menu li.current-menu-item a {
	border-bottom: 2px #ce5927 solid;
	color: #000000;
}

.sf-menu>li.menu-item-has-children:hover a {
    background: #FFF;
    border-color: transparent;
    border-bottom-color: transparent;
}

.sf-menu>li.menu-item-has-children.current-menu-item>a::after {
    color: #666;
}

li#menu-item-6831 {
    border-radius: 20px;
    border: 0px transparent;
}

li#menu-item-6831 a {
	border-radius: 20px;
    border: 0px transparent;
}

li#menu-item-6895 {
    border-radius: 20px;
    border: 0px transparent;
}

li#menu-item-6895 a {
	border-radius: 20px;
    border: 0px transparent;
}

nav.mobile-menu.collapsible-mobile-submenus li.booking-revitalise.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-6831 {
	border-radius: 10px;
    border: 0px transparent;
    margin-top: 20px;
}

nav.mobile-menu.collapsible-mobile-submenus li.booking-revitalise.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-6831 a{
	border-radius: 10px;
    border: 0px transparent;
}

nav.mobile-menu.collapsible-mobile-submenus li.booking-revitalise.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-6895 {
	border-radius: 10px;
    border: 0px transparent;
    margin-top: 20px;
}

nav.mobile-menu.collapsible-mobile-submenus li.booking-revitalise.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-6895 a{
	border-radius: 10px;
    border: 0px transparent;
}

.our-clients-list li {
    width: 307px;
}

.our-clients-list li img {
    width: 180px;
    height: auto;
}

/* Ευθυγράμμιση εικονιδίου με κείμενο */
.btn-book-now a,
.btn-call-us a {
    display: flex !important;
    align-items: center;
    gap: 9px;
}

/* Μέγεθος & χρώμα SVG */
.btn-book-now a svg,
.btn-call-us a svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    stroke: currentColor; /* Κληρονομεί το χρώμα του κειμένου */
}

li.booking-revitalise.btn-call-us {
	background-color: #ffffff !important;
    border: 2px solid #ce5927 !important;
    border-radius: 20px;
	height: 41px;
    padding-left: 15px;
    padding-right: 15px;
}

li.booking-revitalise.btn-call-us > a {
	color: #ce5927 !important;
    border-radius: 20px;
}

.paragraph-padding-pages .wpb_wrapper p {
	padding: 0.4em 0;
}

.page-id-6501 .vc_row.wpb_row.vc_row-fluid.flex-box.page-margin-top-section {
	margin-top: 0px;
}

/* Contact Form 7 custom UI */
.cf7-ui-form {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 28px;
}

.cf7-field {
  display: flex;
  flex-direction: column;
}

.cf7-field label {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #9a9a9a;
  margin-bottom: 10px;
}

.cf7-field input,
.cf7-field textarea,
.cf7-field select {
  width: 100%;
  border: none;
  background: #f3f3f3;
  color: #555;
  font-size: 16px;
  padding: 14px 16px;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

.cf7-field input {
  height: 50px;
}

.cf7-field textarea {
  min-height: 150px;
  resize: vertical;
}

.cf7-field-full {
  margin-top: 10px;
}

.cf7-field-full textarea {
  width: 100%;
}

.cf7-ui-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cf7-ui-form input:focus,
.cf7-ui-form textarea:focus,
.cf7-ui-form select:focus {
  background: #eeeeee;
}

.cf7-bottom {
  margin-top: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.cf7-note {
  margin: 0;
  max-width: 260px;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.7;
}

.cf7-ui-form .wpcf7-submit {
  min-width: 150px;
  height: 46px;
  border: none;
  background: #df8667;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 26px;
  transition: background 0.25s ease;
}

.cf7-ui-form .wpcf7-submit:hover {
  background: #cf7658;
}

.cf7-ui-form .wpcf7-spinner {
  display: block;
  margin-top: 10px;
}

.cf7-ui-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}

/* Mobile */
@media (max-width: 767px) {
  .cf7-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cf7-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .cf7-ui-form .wpcf7-submit {
    width: 100%;
  }

  .cf7-note {
    max-width: 100%;
  }
}

.cf7-field-full {
  grid-column: 1 / -1;
}

.cf7-consent {
  margin-top: 24px;
}

.cf7-consent-box {
  display: block;
  margin: 0;
  cursor: pointer;
}

.cf7-consent-box .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.cf7-consent-box .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}

.cf7-consent-box input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  border: 1px solid #b9b9b9;
  background: #f3f3f3;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.cf7-consent-box input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.2s ease;
}

.cf7-consent-box input[type="checkbox"]:checked {
  background: #df8667;
  border-color: #df8667;
}

.cf7-consent-box input[type="checkbox"]:checked::after {
  transform: rotate(-45deg) scale(1);
}

.cf7-consent-box .wpcf7-list-item-label {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* =========================
   Reviews Page - Scoped CSS
   Usage: add to child theme style.css
   Scope: affects ONLY .rdc-reviews-page
   ========================= */

.rdc-reviews-page {
  --rdc-surface: #ffffff;
  --rdc-surface-soft: #fcf8f3;
  --rdc-text: #1f1f1f;
  --rdc-muted: #6d675f;
  --rdc-line: #e7dfd5;
  --rdc-accent: #0f6b66;
  --rdc-accent-soft: rgba(15, 107, 102, 0.08);
  --rdc-shadow-sm: 0 10px 30px rgba(16, 24, 40, 0.05);
  --rdc-shadow-md: 0 18px 44px rgba(16, 24, 40, 0.08);
  --rdc-radius-lg: 22px;
  --rdc-radius-md: 14px;
  --rdc-container: 980px;

  position: relative;
  width: 100%;
  background: var(--rdc-bg);
  color: var(--rdc-text);
}

.rdc-reviews-page *,
.rdc-reviews-page *::before,
.rdc-reviews-page *::after {
  box-sizing: border-box;
}

.rdc-reviews-page__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.rdc-reviews-hero {
  margin: 0 0 32px;
}

.rdc-reviews-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  margin: 0 0 16px;
  border: 1px solid var(--rdc-line);
  border-radius: 999px;
  background: var(--rdc-surface-soft);
  color: var(--rdc-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rdc-reviews-hero__title {
  margin: 0 0 16px;
  color: var(--rdc-text);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.rdc-reviews-hero__text {
  margin: 0;
  color: var(--rdc-muted);
  font-size: 16px;
  line-height: 1.75;
}

.rdc-reviews-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.rdc-review-card {
  position: relative;
  padding: 30px 28px 24px;
  border: 1px solid var(--rdc-line);
  border-radius: var(--rdc-radius-lg);
  background: var(--rdc-surface);
  box-shadow: var(--rdc-shadow-sm);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.rdc-review-card:hover {
  transform: translateY(-3px);
  border-color: #d8cec1;
  box-shadow: var(--rdc-shadow-md);
}

.rdc-review-card__quote {
  margin: 0 0 10px;
  color: var(--rdc-accent);
  font-size: 58px;
  line-height: 0.9;
  font-weight: 700;
}

.rdc-review-card__text {
  margin: 0 0 22px;
  color: var(--rdc-text);
  font-size: 16px;
  line-height: 1.85;
}

.rdc-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding-top: 18px;
  border-top: 1px solid var(--rdc-line);
}

.rdc-review-card__author {
  display: inline-block;
  color: var(--rdc-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.rdc-review-card__source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--rdc-accent-soft);
  color: var(--rdc-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* Optional: if theme adds huge margins to p/strong/article */
.rdc-reviews-page .rdc-review-card p,
.rdc-reviews-page .rdc-review-card strong,
.rdc-reviews-page .rdc-review-card span,
.rdc-reviews-page .rdc-reviews-hero p,
.rdc-reviews-page .rdc-reviews-hero h1 {
  margin-top: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .rdc-reviews-page {
    padding: 56px 18px 72px;
  }

  .rdc-review-card {
    padding: 26px 22px 22px;
  }

  .rdc-review-card__quote {
    font-size: 52px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rdc-reviews-page {
    padding: 44px 16px 56px;
  }

  .rdc-reviews-hero {
    margin-bottom: 24px;
  }

  .rdc-reviews-hero__eyebrow {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .rdc-reviews-hero__title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: 1.1;
  }

  .rdc-reviews-hero__text {
    font-size: 15px;
    line-height: 1.7;
  }

  .rdc-reviews-list {
    gap: 16px;
  }

  .rdc-review-card {
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .rdc-review-card__quote {
    margin-bottom: 8px;
    font-size: 44px;
  }

  .rdc-review-card__text {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .rdc-review-card__meta {
    gap: 8px 10px;
    padding-top: 14px;
  }

  .rdc-review-card__author {
    font-size: 14px;
  }

  .rdc-review-card__source {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

.page-margin-top-section {
	margin-top: 0px;
}

.wpb_wrapper {
	font-size: 16px;
}

.contact-form {
    float: left;
    width: 100%;
    margin-top: 30px;
}

li.comments-number {
	display: none;
}

a.more.template-arrow-horizontal-1-after.reply-button {
	display: none;
}