/*
Theme Name: Kadence Child
Theme URI: https://crownofbeautysalon.com
Description: Child theme for Crown of Beauty Salon
Author: Crown of Beauty Salon
Template: kadence
Version: 1.0.1

MOBILE-FIRST: Base styles apply to all. Desktop enhancements use min-width.
UNIVERSAL RULES: Same element type = same style. No block IDs in selectors.
Add "cob-hero" to hero Row block for mobile centering.
*/

.breadcrumbs {
  font-size: 14px;
  margin: 12px 0 0 20px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs .sep {
  margin: 0 6px;
  opacity: 0.6;
}

/* Utility: hide elements on mobile only */
@media (max-width: 768px) {
  .hide-image-in-mobile {
    display: none !important;
  }
}

.kb-row-layout-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

/* Nested content rows – no top/bottom padding */
.kt-inside-inner-col > .kb-row-layout-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.page-content > .kb-row-layout-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Specific spacing for services row layout kb-row-layout-id74_80507d-27 */
.kb-row-layout-wrap.kb-row-layout-id74_80507d-27 {
  margin-top: 20px;
  margin-bottom: 20px !important;
}


/* =========================
   Services page – wrapper + breadcrumbs (scoped)
   Wrapper max-width 1240px; breadcrumbs left-aligned inside.
   ========================= */

.breadcrumb-block {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

/* Narrow height for breadcrumb row */
.kb-row-layout-wrap:has(.breadcrumbs),
.kb-row-layout-wrap:has(.breadcrumb-block) {
  padding-top: 3px !important;
  padding-bottom: 2px !important;
  min-height: 0 !important;
}
.kb-row-layout-wrap:has(.breadcrumbs) .kt-inside-inner-col,
.kb-row-layout-wrap:has(.breadcrumb-block) .kt-inside-inner-col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.services-page__inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.services-page .page-content {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
}

.services-page .page-content > *:first-child {
  margin-top: 0 !important;
}

/* First service content block after breadcrumbs – allow tighter top spacing */
.services-page .page-content > .kb-row-layout-wrap.first-service-block {
  margin-top: -30px !important;
}

/* Exception: allow gap above first cob-content-section row in services page */
.services-page .page-content > .kb-row-layout-wrap.cob-content-section:first-child {
  margin-top: 65px !important;
}

.services-page .breadcrumbs {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 4px 0 4px;
}

.services-page .breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.services-page .breadcrumbs li {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}

.services-page .breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 0.4em;
  color: #b0b0b0;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
}

.services-page .breadcrumbs a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.services-page .breadcrumbs a:hover {
  color: #9b7e4b;
}

.services-page .breadcrumbs [aria-current="page"] {
  color: #222;
  font-weight: 500;
}

/* =========================
   Service card – unified two-column block
   Add class "service-card" to the Kadence Column that wraps the Row.
   Structure: .service-card > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > columns
   Centered wrapper: max-width 1240px, not full-screen.
   ========================= */

.service-card {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.service-card > .kt-inside-inner-col {
  padding: 0;
}

.service-card .kb-row-layout-wrap {
  padding: 0;
  background-color: #f5f3ef;
  border-radius: 16px;
  overflow: hidden;
}

.service-card .kt-row-column-wrap {
  gap: 0;
}

.service-card .kt-row-column-wrap > .wp-block-kadence-column:first-child .kt-inside-inner-col {
  padding: 28px 24px 28px 28px;
}

/* Align content below the gray card (e.g. "Photo & video") with left-column text */
.service-card .kb-row-layout-wrap + * {
  padding-left: 28px;
  padding-right: 28px;
}

.service-card .kt-row-column-wrap > .wp-block-kadence-column:last-child .kt-inside-inner-col {
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* =========================
   Service Booking CTA block – reusable premium block
   Left 70%: content (H2 + description) in box. Right 30%: meta badges + CTA.
   ========================= */

.service-booking-block {
  margin: 16px 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 0;
  background-color: #f5f3ef;
  border-radius: 12px;
  overflow: visible;
  transition: background-color 0.25s ease;
}

.service-booking-block:hover {
  background-color: #efede9;
}

.service-booking-block:hover .service-booking-block__content {
  background-color: #efede9;
}

.service-booking-block:hover .service-booking-block__cta {
  background-color: #fdfcfb;
}

.service-booking-block__content {
  margin: 10px 0;
  padding: 18px 16px 18px 20px;
  background-color: #f5f3ef;
  border-radius: 12px;
  transition: background-color 0.25s ease;
}

.service-booking-block__content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
}

.service-booking-block__content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  max-width: none;
}

.service-booking-block__cta {
  align-self: start;
  padding: 20px 18px;
  background-color: #faf9f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-align: center;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  transition: background-color 0.25s ease;
}

.service-booking-block .service-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.service-booking-block .service-meta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: #333;
  background-color: #f0efef;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  white-space: nowrap;
}

.service-booking-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff !important;
  background-color: #b25f06;
  border: none;
  border-radius: 999px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.service-booking-block__btn:hover {
  color: #fff !important;
  background-color: #8a4a03;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
}

@media (max-width: 768px) {
  .service-booking-block {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .service-booking-block__content {
    margin: 0 0 10px;
    padding: 16px 14px;
  }

  .service-booking-block__content p {
    max-width: none;
  }

  .service-booking-block__cta {
    padding: 18px 14px 22px;
    gap: 14px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
  }

  .service-booking-block__btn {
    max-width: none;
    width: 100%;
    padding: 14px 24px;
  }
}

/* =========================
   Booking CTA box – on-page section (duration, price, micro-copy, button, trust)
   Styles .booking-cta-box in service-card right column.
   ========================= */

.booking-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 32px 24px;
  background-color: #faf9f7;
  border-radius: 16px;
  max-width: 320px;
  width: 100%;
}

.booking-cta-box__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.booking-cta-box__badge {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a453e;
  background-color: #ebe8e4;
  border-radius: 999px;
  white-space: nowrap;
}

.booking-cta-box__copy {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6b6560;
  max-width: 26ch;
}

.booking-cta-box__action {
  margin: 4px 0 0;
}

.booking-cta-box__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff !important;
  background-color: #D97706;
  border: none;
  border-radius: 999px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-cta-box__btn:hover {
  color: #fff !important;
  background-color: #B85F04;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
}

.booking-cta-box__trust {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #9a948d;
}

@media (max-width: 768px) {
  .booking-cta-box {
    padding: 24px 20px;
    gap: 16px;
  }

  .booking-cta-box__btn {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .service-card .kt-row-column-wrap > .wp-block-kadence-column:first-child .kt-inside-inner-col {
    padding: 24px 20px 20px;
  }

  .service-card .kt-row-column-wrap > .wp-block-kadence-column:last-child .kt-inside-inner-col {
    padding: 24px 20px 28px;
  }
}

h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: var(--global-palette3);
}

 /* =========================
   Moveupster – Top Bar
   ========================= */

.mu-topbar {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mu-topbar-left {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* Mobile tighter spacing */
.mu-topbar--mobile .mu-topbar-left {
  gap: 14px;
  justify-content: center;
}

/* Items – larger font; icons stay same size via .mu-icon */
.mu-top-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.35;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}

/* Mobile font */
.mu-topbar--mobile .mu-top-item {
  font-size: 15px;
}

/* Icons – fixed size and position (unchanged when font grows) */
.mu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 1;
  transform: translateY(1px);
  flex-shrink: 0;
}

.mu-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

/* Topbar icons – match footer social color (#4a4a2a) */
.mu-topbar .mu-top-item {
  color: #4a4a2a;
}
.mu-topbar .mu-top-item:hover {
  color: #3d3d22;
}

/* Topbar icons via CSS (no SVG in HTML needed) */
.mu-top-item--address::before,
.mu-top-item--phone::before,
.mu-top-item--hours::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}
.mu-top-item--address::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a4a2a'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.mu-top-item--phone::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a4a2a'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.mu-top-item--hours::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a4a2a'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Remove underline from phone */
.mu-top-item[href^="tel:"] {
  text-decoration: none !important;
}

/* Hide <br> so items stay on one line */
.mu-top-item br {
  display: none !important;
}

/* =========================
   Moveupster – Mobile Top Bar
   Phone + address in mobile header (injected by child theme).
   Desktop top row is not rendered on mobile, so we output a bar via kadence_mobile_top_header.
   ========================= */

/* Mobile-only contact bar: visible only inside mobile header */
#mobile-header .mu-topbar--mobile-only {
  display: flex !important;
  width: 100%;
  justify-content: center;
  padding: 8px 12px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#mobile-header .mu-topbar--mobile-only .mu-topbar-left {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  width: 100%;
  min-width: 0;
}

#mobile-header .mu-topbar--mobile-only .mu-top-item {
  font-size: 11px;
  color: #4a4a2a;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
}

/* Icons closer to text in mobile bar */
#mobile-header .mu-topbar--mobile-only .mu-top-item::before {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}

/* In the mobile-only bar we DO want the address visible */
#mobile-header .mu-topbar--mobile-only .mu-top-item--address {
  display: inline-flex !important;
}

/* Tablet: more space, so use bigger font and icons */
@media (min-width: 481px) and (max-width: 1024px) {
  #mobile-header .mu-topbar--mobile-only {
    padding: 10px 16px;
  }
  #mobile-header .mu-topbar--mobile-only .mu-topbar-left {
    gap: 16px;
    flex-wrap: nowrap;
  }
  #mobile-header .mu-topbar--mobile-only .mu-top-item {
    font-size: 14px;
  }
  #mobile-header .mu-topbar--mobile-only .mu-top-item::before {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
}

/* Small tablet / large phone: base compact styling */
@media (max-width: 1024px) {
  #mobile-header .mu-topbar--mobile-only .mu-topbar-left {
    flex-wrap: nowrap;
  }
}

/* Mobile (smaller screens): even tighter so it fits one line */
@media (max-width: 480px) {
  #mobile-header .mu-topbar--mobile-only {
    padding: 6px 10px;
  }
  #mobile-header .mu-topbar--mobile-only .mu-topbar-left {
    gap: 8px;
  }
  #mobile-header .mu-topbar--mobile-only .mu-top-item {
    font-size: 10px;
  }
  #mobile-header .mu-topbar--mobile-only .mu-top-item::before {
    margin-right: 3px;
    width: 11px;
    height: 11px;
  }
}

/* Show mobile bar whenever mobile header is visible (theme hides #mobile-header on large desktop) */

/* =========================
   Contact bar visible at ALL resolutions
   - Large desktop (1025px+): full info (address, phone, hours) in desktop top row
   - Tablet (768px–1024px): phone + address in desktop top row (hours hidden)
   - Mobile (≤767px): phone + address in mobile header bar
   ========================= */

/* When desktop header is shown: keep top row visible at any resolution */
@media (min-width: 768px) {
  #main-header .site-top-header-wrap {
    display: block !important;
    visibility: visible !important;
  }
  #main-header .site-top-header-wrap .site-header-row-container-inner,
  #main-header .site-top-header-wrap .site-header-row-container-inner .site-container {
    display: block !important;
  }
  #main-header .mu-topbar {
    display: flex !important;
  }
  #main-header .mu-topbar .mu-topbar-left {
    display: flex !important;
  }
}

/* Tablet (768px–1024px): desktop top bar shows only phone + address */
@media (min-width: 768px) and (max-width: 1024px) {
  #main-header .mu-topbar .mu-top-item--hours {
    display: none !important;
  }
  #main-header .mu-topbar .mu-top-item--address,
  #main-header .mu-topbar .mu-top-item--phone {
    display: inline-flex !important;
  }
  #main-header .mu-topbar .mu-top-item {
    font-size: 14px;
  }
  #main-header .mu-topbar .mu-topbar-left {
    gap: 16px;
  }
}

/* Large desktop (1025px+): full info (address, phone, hours) */
@media (min-width: 1025px) {
  #main-header .mu-topbar .mu-top-item--address,
  #main-header .mu-topbar .mu-top-item--phone,
  #main-header .mu-topbar .mu-top-item--hours {
    display: inline-flex !important;
  }
}

/* =========================
   Moveupster – Mobile Top Bar Spacing (desktop topbar when forced visible)
   ========================= */

@media (max-width: 768px) {
  /* Force row containing topbar to show on mobile (overrides block "hide on mobile") */
  .kb-row-layout-wrap:has(.mu-topbar),
  .kt-hide-mobile:has(.mu-topbar),
  .kt-d-none-md:has(.mu-topbar) {
    display: block !important;
  }
  .mu-topbar:not(.mu-topbar--mobile-only) {
    display: flex !important;
  }
  .mu-topbar-left {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mu-top-item--phone,
  .mu-top-item--hours {
    display: inline-flex !important;
  }
  .mu-topbar--mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* =========================
   Hero background – bg_services.jpg
   Add class "hero-bg-services" to the Kadence row (e.g. alongside cob-hero).
   Ensure bg_services.jpg is in /wp-content/uploads/ or adjust url().
   ========================= */

.hero-bg-services.kb-row-layout-wrap,
.kb-row-layout-wrap.hero-bg-services {
  background-image: url("/wp-content/uploads/bg_services.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Lighter text on hero bg – scoped to .hero-bg-services */
.hero-bg-services h1,
.hero-bg-services h3.wp-block-heading,
.hero-bg-services .hello-block h1 {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-bg-services p,
.hero-bg-services .hero-subtitle,
.hero-bg-services .hello-block .hero-subtitle {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.hero-bg-services .hello-block ul li {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .hero-bg-services.kb-row-layout-wrap,
  .kb-row-layout-wrap.hero-bg-services {
    background-attachment: scroll;
  }
}

/* =========================
   Crown of Beauty HERO (scoped + column-safe)
   ========================= */

.kb-row-layout-wrap.cob-hero {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cob-hero .kt-row-column-wrap > .wp-block-kadence-column:first-child .kt-inside-inner-col {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.cob-hero .kt-row-column-wrap > .wp-block-kadence-column:last-child .kt-inside-inner-col {
  max-width: none;
}

.cob-hero .kt-row-column-wrap {
  gap: clamp(24px, 4vw, 72px);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Eyebrow title */
.cob-hero .kt-row-column-wrap > .wp-block-kadence-column:first-child h3.wp-block-heading {
  margin: 0 0 0 12px !important;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,.55);
}

/* H1 */
.cob-hero .kt-row-column-wrap > .wp-block-kadence-column:first-child h1.wp-block-heading {
  margin: 0 0 14px !important;
  font-size: clamp(30px, 3.6vw, 40px);
  line-height: 1.12;
  font-weight: 650;
  color: #111;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

/* Subtitle */
.cob-hero .kt-row-column-wrap > .wp-block-kadence-column:first-child p {
  margin: 0 0 18px !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(0,0,0,.65);
}

.cob-hero .kt-row-column-wrap > .wp-block-kadence-column:first-child .wp-block-buttons {
  justify-content: center;
  margin: 0 !important;
}

.cob-hero figure.wp-block-image {
  display: flex;
  justify-content: center;
}

.cob-hero figure.wp-block-image img {
  max-width: 70%;
  width: 70%;
  height: auto;
  margin: 15px;
}

/* Enlarge hero image in specific hero column (kadence-column80_4bc66c-72) */
.cob-hero .kadence-column80_4bc66c-72 figure.wp-block-image img {
  max-width: 100%;
  width: 100%;
}

/* =========================
   Crown of Beauty - Treatments
   ========================= */

.cob-treatments {
  background: #f6f1e8;
}

.cob-treatments .cob-card .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cob-treatments .cob-card figure.wp-block-image {
  margin: 0 !important;
  border-radius: 12px;
  overflow: hidden;
}

.cob-treatments .cob-card figure.wp-block-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.cob-treatments .cob-card h3.wp-block-heading {
  margin: 6px 0 0 !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 650;
  color: #1a1a1a;
}

.cob-treatments .cob-card h3.wp-block-heading + p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.62);
  max-width: 48ch;
}

.cob-treatments .cob-card p:last-of-type {
  margin: 10px 0 0 !important;
}

.cob-card p:last-of-type {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 15px !important;
  line-height: 1.4;
}

.cob-treatments h2 {
  margin-bottom: 12px !important;
}

.cob-treatments .kb-row-layout-wrap {
  margin-top: 20px !important;
  padding-top: 20px !important;
}

/* Specific padding for acne facial content row kb-row-layout-id910_c34c8c-de */
/* Content rows flagged as cob-content-section – add gentle vertical padding */
/* Content rows flagged as cob-content-section – gentle vertical padding */
.kb-row-layout-wrap.cob-content-section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.cob-treatments .cob-card a,
.cob-card a {
  color: #1a1a1a !important;
}

.cob-card a:hover {
  color: #000 !important;
}

/* Service card: Duration & Price meta row */
.kt-inside-inner-col:has(h3.cob-card) p.cob-card + p,
.kt-inside-inner-col:has(h3.cob-card) p.cob-card + p + p {
  display: inline-block;
  margin: 0 0.75em 0 0 !important;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #333;
  background-color: #f0efef;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  line-height: 1.3;
}

.kt-inside-inner-col:has(h3.cob-card) p.cob-card + p + p {
  margin-right: 0 !important;
}

/* Service card: Learn More as regular link */
.kt-inside-inner-col:has(h3.cob-card) p:last-of-type a,
.cob-card p:last-of-type a {
  display: inline;
  padding: 0;
  font-size: 15px !important;
  font-weight: 600;
  color: #1a1a1a !important;
  background: none !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.kt-inside-inner-col:has(h3.cob-card) p:last-of-type a:hover,
.cob-card p:last-of-type a:hover {
  color: #b8694d !important;
  background: none !important;
  transform: none;
  text-decoration: none !important;
}

/* =========================
   Crown of Beauty - Stats Section
   ========================= */

.cob-stats {
  padding: 70px 0;
}

.cob-stats > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > h2.wp-block-heading {
  margin: 0 0 14px !important;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  font-weight: 650;
  color: #694400;
}

.cob-stats > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
  margin: 0 0 34px !important;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0,0,0,.65);
}

.cob-stats .kb-row-layout-wrap {
  margin-top: 0 !important;
}

.cob-stats .kt-has-3-columns > .wp-block-kadence-column > .kt-inside-inner-col {
  padding: 0 10px;
}

.cob-stats .kt-has-3-columns h2.wp-block-heading {
  margin: 0 0 10px !important;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1;
  font-weight: 750;
  color: #7a5200;
  letter-spacing: -0.02em;
}

.cob-stats .kt-has-3-columns p {
  margin: 0 !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: #111;
}

@media (max-width: 768px) {
  .cob-stats {
    padding: 28px 0;
  }
  .cob-stats .kt-has-3-columns h2.wp-block-heading {
    font-size: 48px;
  }
  .cob-stats .kt-has-3-columns p {
    font-size: 16px;
  }
}

.visit_our_space strong {
  color: #694400;
  font-weight: 700;
}

/* =========================
   Footer Brand Block – Crown of Beauty
   ========================= */

.footer-widget-area-inner.site-info-inner {
  background: #d8cbb2;
  padding: 40px 32px;
}

.footer-widget-area-inner.site-info-inner h2.wp-block-heading {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #605f33;
}

.footer-widget-area-inner.site-info-inner p {
  margin: 0;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.55;
  color: #605f33;
}

@media (max-width: 768px) {
  .footer-widget-area-inner.site-info-inner {
    padding: 32px 20px;
  }
  .footer-widget-area-inner.site-info-inner h2.wp-block-heading {
    font-size: 22px;
  }
  .footer-widget-area-inner.site-info-inner p {
    font-size: 15px;
  }
}

.footer-social-wrap .widget-title {
  color: #4f4a1f;
}

@media (max-width: 768px) {
  .footer-social-wrap {
    margin-left: 20px;
  }
}

.moveupster-link {
  color: #605f33;
  font-size: 14px;
}

.site-top-footer-inner-wrap .site-footer-section:not(:last-child):after {
  border-right: 1px dotted #8a7a52;
}

.site-footer .footer-widget-area-inner h2.wp-block-heading {
  color: #4f4a1f;
  letter-spacing: 0.28em;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* =========================================================
   COB Cards — Rounded images
   ========================================================= */

.kt-inside-inner-col figure.wp-block-image img {
  border-radius: 20px;
}

.cob-cards .kt-inside-inner-col figure.wp-block-image {
  margin-bottom: 12px !important;
}

.kt-inside-inner-col figure.wp-block-image {
  margin-bottom: 12px !important;
}

.kt-inside-inner-col h2,
.kt-inside-inner-col h3 {
  margin-top: 0 !important;
}

h2.wp-block-heading {
  padding-top: 20px;
}

.kt-inside-inner-col h3.wp-block-heading {
  margin-top: 1.25rem !important;
  margin-bottom: 0.75rem !important;
  color:#4f4a1f
}

.skin_analysis_image {
  position: relative;
  bottom: -44px;
}

.book_oppointment .wp-block-button__link {
  background-color: #0F766E !important;
}

.book_oppointment .wp-block-button__link:hover {
  background-color: #115E59 !important;
}

.review-stars {
  position: relative;
}

.review-stars .kt-inside-inner-col {
  padding: 24px;
}

.review-stars::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 18px;
  width: 20px;
  height: 20px;
  background: url("https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png") no-repeat center / contain;
}

.read_google_review .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.read_google_review .wp-block-button__link::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png") no-repeat center / contain;
}

/* =========================
   Google reviews badge – "Google Reviews" label, score, yellow stars, count.
   Centered via .google-reviews-cta.
   ========================= */

.google-reviews-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  margin: 1em auto;
}

.google-reviews-cta .google-rating-badge,
.google-reviews-cta .yelp-rating-badge {
  flex-shrink: 0;
  margin: 0;
}

.kt-inside-inner-col p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.kt-inside-inner-col h2 {
  margin-bottom: 0.6em;
}

.kt-inside-inner-col .wp-block-buttons {
  margin-top: 1em;
}

/* =========================
   Checklist-style lists (.wp-block-list) + hero bg list
   Checkmark in rounded square (teal #00a8c6); content areas + optional .is-checklist
   ========================= */

.kt-inside-inner-col .wp-block-list,
.wp-block-list.is-checklist,
.hero-bg-services .hello-block ul {
  list-style: none;
  margin:20px 0 0 1em;
  padding: 0;
}

.kt-inside-inner-col .wp-block-list > li,
.wp-block-list.is-checklist > li,
.hero-bg-services .hello-block ul li {
  position: relative;
  margin-bottom: 0.65rem;
  padding-left: calc(2.1em - 5px);
  list-style: none;
}

.kt-inside-inner-col .wp-block-list > li:last-child,
.wp-block-list.is-checklist > li:last-child,
.hero-bg-services .hello-block ul li:last-child {
  margin-bottom: 0;
}

.kt-inside-inner-col .wp-block-list > li strong,
.wp-block-list.is-checklist > li strong {
  display: block;
  max-width: none;
  margin-bottom: 0.25em;
}

.kt-inside-inner-col .wp-block-list > li::before,
.wp-block-list.is-checklist > li::before,
.hero-bg-services .hello-block ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.35em;
  transform: translateY(3px);
  width: 1.35em;
  height: 1.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  color: #00a8c6;
  background-color: rgba(0, 168, 198, 0.12);
  border-radius: 4px;
}

.location-title {
  font-weight: 700;
  font-size: 22px;
  color: #694500;
}

@media (max-width: 768px) {
  .kt-inside-inner-col {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 768px) {
  .cob-location {
    padding-left: 26px;
    padding-right: 16px;
  }
}

/* =========================================================
   MOBILE-FIRST: Layout (≤768px)
   Universal rules – same element type = same style on all pages
   Add class "cob-hero" to hero Row block for centering.
   ========================================================= */
@media (max-width: 768px) {
  /* 0. Mobile row – vertical spacing */
  .kt-mobile-layout-row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    
  }
  /* 1. Content width – all kb-theme-content-width rows use full width */
  .kt-row-column-wrap.kb-theme-content-width {
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  /* 2. Nested rows – remove inner padding for full width */
  .kt-inside-inner-col:has(.kb-row-layout-wrap) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* 3. Multi-column rows – all columns stack full width */
  .kt-row-column-wrap[class*="kt-has-2-columns"] > .wp-block-kadence-column,
  .kt-row-column-wrap[class*="kt-has-3-columns"] > .wp-block-kadence-column,
  .kt-row-column-wrap[class*="kt-has-4-columns"] > .wp-block-kadence-column {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* 4. Column inner – margin from edges */
  .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 12px !important;
  }
  /* 5. Exception: form & location columns – more margin */
  .wp-block-kadence-column .kt-inside-inner-col:has(.forminator-ui),
  .wp-block-kadence-column .kt-inside-inner-col:has(.cob-location) {
    margin: 0 10px !important;
  }
  /* 6. Exception: testimonial cards (.review-stars) – padding + margin */
  .wp-block-kadence-column.review-stars .kt-inside-inner-col {
    margin: 0 10px !important;
    padding: 24px !important;
  }
  /* 7. Exception: testimonials section wrapper – margin 10px */
  .kt-row-column-wrap.kt-has-1-columns > .wp-block-kadence-column > .kt-inside-inner-col:has(.kb-row-layout-wrap .review-stars) {
    margin: 0 10px !important;
  }
  /* 8. Exception: hero text column on services page – add top padding */
  .cob-hero .kadence-column688_fb0131-a6 > .kt-inside-inner-col {
    padding-top: 26px !important;
  }
  /* 8. Hero block – center text & image (add class "cob-hero" to Row) */
  .cob-hero .kt-row-column-wrap > .wp-block-kadence-column:first-child,
  .kadence-column80_4d3d7a-5f {
    text-align: center;
  }
  .cob-hero .kt-row-column-wrap > .wp-block-kadence-column:first-child .wp-block-buttons,
  .kadence-column80_4d3d7a-5f .wp-block-buttons {
    justify-content: center;
  }
  .cob-hero .kt-row-column-wrap > .wp-block-kadence-column:last-child,
  .kadence-column80_e2dfce-d7 {
    display: flex;
    justify-content: center;
  }
  .cob-hero .kt-row-column-wrap > .wp-block-kadence-column:last-child img,
  .kadence-column80_e2dfce-d7 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /* 9. Google icon in review cards */
  .review-stars::after {
    right: 23px;
  }
}

.cob-location .location-title {
  font-weight: 700;
  font-size: 22px;
  color: #694500;
}

.cob-location p {
  font-weight: 500;
}

.cob-location p strong {
  font-weight: 600;
}

.contact-form {
  margin: 10px 0 0 0;
}

.forminator-label {
  display: none !important;
}

.forminator-ui.forminator-custom-form {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .forminator-ui.forminator-custom-form {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.forminator-ui input:not([type="checkbox"]):not([type="radio"]),
.forminator-ui textarea,
.forminator-ui select {
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-size: 16px;
}

.forminator-ui button,
.forminator-ui input[type="submit"] {
  background-color: #D97706 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 10px 26px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.2px;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .25s ease, transform .15s ease, box-shadow .15s ease;
}

.forminator-ui button:hover,
.forminator-ui input[type="submit"]:hover {
  background-color: #B85F04 !important;
  transform: translateY(-1px);
}

.forminator-ui button:focus,
.forminator-ui input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.35);
}

/* =========================
   FAQ Section
   ========================= */

.faq {
  max-width: 1240px;
  margin: 20px auto;
  padding: 0 8px;
}

.faq-item {
  border: 1px solid #dfebeb;
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #ffffff;
}

.faq-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.faq-question {
  display: block;
  padding: 18px 54px 18px 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  background: #e0f4f8;
  color: #1a1a1a;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #c8dddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #5a6b6b;
  background: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  color: #333;
  line-height: 1.55;
  background: #ffffff;
  transition: max-height .25s ease, padding .25s ease;
}

.faq-toggle:checked + .faq-question {
  background: #d4e4e4;
}

.faq-toggle:checked + .faq-question::after {
  content: "–";
}

.faq-toggle:checked + .faq-question + .faq-answer {
  max-height: 900px;
  padding: 14px 18px 18px;
}

@media (max-width: 768px) {
  .faq {
    padding-left: 8px;
    padding-right: 8px;
  }
  .faq-question {
    font-size: 16px;
    padding: 16px 48px 16px 16px;
  }
}

@media (max-width: 768px) {
  .services-page .page-content > .kb-row-layout-wrap.first-service-block {
    margin-top: -30px !important;
  }
}

.header-button,
.wp-block-button__link.wp-element-button {
  background-color: #b25f06 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 10px 26px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  transition: all .25s ease;
}

.header-button:hover,
.wp-block-button__link.wp-element-button:hover {
  background-color: #8a4a03 !important;
  transform: translateY(-1px);
}

.form-consent {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0,0,0,.55);
  margin-top: 12px;
}

.form-consent a {
  color: #D97706;
  text-decoration: underline;
}

/* Section divider title (replaces h3) */
.block-title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #694500;
  position: relative;
}

.block-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  background-color: #dfebeb;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .block-title {
    margin: 26px 0 8px;
    font-size: 13px;
    letter-spacing: 0.14em;
  }
}

.has-medium-font-size {
  font-weight: bold;
}

/* Service/treatment content section – add class "cob-content-section" to the Row block */
.cob-content-section .kt-inside-inner-col h2.wp-block-heading,
.cob-content-section .kt-inside-inner-col h1.wp-block-heading {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.2;
  color: #4a4a2a;
  letter-spacing: -0.02em;
}
.cob-content-section .kt-inside-inner-col h3.wp-block-heading {
  margin: 24px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #4a4a2a;
}
.cob-content-section .kt-inside-inner-col p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.cob-content-section .kt-inside-inner-col p:last-child {
  margin-bottom: 0;
}
.cob-content-section .kt-inside-inner-col ul.wp-block-list {
  margin: 0 0 20px;
  padding-left: 1.4em;
  line-height: 1.6;
  color: #333;
}
.cob-content-section .kt-inside-inner-col ul.wp-block-list li {
  margin-bottom: 8px;
}
.cob-content-section .kt-inside-inner-col a {
  color: #b8694d;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cob-content-section .kt-inside-inner-col a:hover {
  color: #9b5a3d;
}
.cob-content-section .kt-inside-inner-col hr,
.page-content hr,
.entry-content hr {
  height: 1px;
  border: none;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 24px 0;
}

.skin-therapy-card {
  padding: 26px 24px;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.skin-therapy-card .kt-inside-inner-col,
.wp-block-kadence-column.skin-therapy-card .kt-inside-inner-col {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.skin-therapy-card h3 {
  margin: 0 0 12px;
  font-weight: 600;
}

.skin-therapy-card p {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

.skin-therapy-card:nth-child(1) {
  background-color: #eef5ff;
}

.skin-therapy-card:nth-child(2) {
  background-color: #fff3cc;
}

.skin-therapy-card:nth-child(3) {
  background-color: #ecf9f3;
}

.skin-therapy-card:nth-child(4) {
  background-color: #fff0f0;
}

.hello-block {
  text-align: left;
}

.hero-subtitle {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 20px 0;
}

/* =========================
   Service page – hero (.hello-block)
   ========================= */

.services-page .hello-block {
  max-width: 720px;
  margin: 0 0 32px;
  padding: 0 0 28px;
   
}

.services-page .hello-block h1 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.services-page .hello-block .hero-subtitle {
  margin: 0 0 20px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4a453e;
  padding: 0;
}

.services-page .hello-block ul {
  margin: 0;
  padding: 0 0 0 1.25em;
  list-style: none;
}

.services-page .hello-block ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 1.4em;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a453e;
}

.services-page .hello-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b8a99a;
}

/* Override bullets in services hero when row has hero-bg-services – use checklist checkmarks */
.services-page .hero-bg-services .hello-block ul {
  list-style: none;
  margin: 20px 0 0 1em;
  padding: 0;
}

.services-page .hero-bg-services .hello-block ul li {
  position: relative;
  margin: 0 0 0.65rem;
  padding-left: calc(2.1em - 5px);
  list-style: none;
}

.services-page .hero-bg-services .hello-block ul li:last-child {
  margin-bottom: 0;
}

.services-page .hero-bg-services .hello-block ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.35em;
  transform: translateY(1px);
  width: 1.35em;
  height: 1.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  color: #00a8c6;
  background-color: rgba(0, 168, 198, 0.12);
  border-radius: 4px;
}

.services-page .hello-block ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .services-page .hello-block {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .services-page .hello-block h1 {
    margin-bottom: 12px;
  }

  .services-page .hello-block .hero-subtitle {
    margin-bottom: 16px;
  }

  .services-page .hello-block ul li {
    margin-bottom: 8px;
  }
}

/* =========================
   Services intro text block – Crown of Beauty Skincare
   Column: kadence-column74_1e3fb2-e4
   ========================= */

.kadence-column74_1e3fb2-e4 > .kt-inside-inner-col {
  max-width: 640px;
  margin: 0 auto;
  padding: 28px 26px;
}

.kadence-column74_1e3fb2-e4 > .kt-inside-inner-col p:first-of-type {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 2.1vw, 1.3rem);
  font-weight: 600;
  line-height: 1.5;
  color: #3b2f23;
}

.kadence-column74_1e3fb2-e4 > .kt-inside-inner-col p:last-of-type {
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4a453e;
}

@media (max-width: 768px) {
  .kadence-column74_1e3fb2-e4 > .kt-inside-inner-col {
    padding: 22px 18px;
    border-radius: 16px;
    margin: 0 4px;
  }
}

.google-rating-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  max-width: 320px;
  min-height: 66px;
  box-sizing: border-box;
}

.google-rating-badge__logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.google-rating-badge__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.google-rating-badge:hover {
  transform: translateY(-1px);
  transition: transform 0.15s ease;
}

.google-rating-badge__label {
  font-size: 16px;
  font-weight: 500;
  color: #5f6368;
  line-height: 1.2;
}

.google-rating-badge__row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.google-rating-badge__score {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #202124;
}

.google-rating-badge__stars {
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
  color: #fbbc04;
}

.google-rating-badge__count {
  font-size: 13px;
  color: #5f6368;
  line-height: 1.3;
  margin-top: 2px;
}

/* =========================
   Yelp reviews badge – logo top, "Review us on" below. Same height as Google.
   ========================= */

.yelp-rating-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  min-width: 200px;
  max-width: 320px;
  min-height: 66px;
  box-sizing: border-box;
}

.yelp-rating-badge:hover {
  transform: translateY(-1px);
  transition: transform 0.15s ease;
}

.yelp-rating-badge__logo {
  width: 90px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  display: block;
}
  
/* =========================
   Video modal – click image to open modal, play video
   ========================= */

/* Base styling - inherits from has-custom-border class */
.video-modal-trigger {
  position: relative;
  cursor: pointer;
}

/* Ensure image matches others exactly */
.video-modal-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

/* Play button only - NO dark overlay, just the button */
.video-modal-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Move up slightly to account for caption */
  margin-top: -1.25em;
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68' fill='%23fff'%3E%3Ccircle cx='34' cy='34' r='34' fill='%23e63946' fill-opacity='0.9'/%3E%3Cpath d='M28 22v24l18-12z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 1;
  opacity: 0.95;
}

.video-modal-trigger:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

/* Ensure caption sits below overlay */
.video-modal-trigger figcaption {
  position: relative;
  z-index: 2;
}

/* Modal styles */
.video-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px;
  box-sizing: border-box;
}

.video-modal-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.video-modal-wrap video {
  display: block;
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 8px;
  background: #000;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.video-modal-close:hover {
  opacity: 1;
}

.kt-mobile-layout-row {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Section subtitle: "Available to clients in..." – match site style */
.kt-row-has-bg.alignfull h2.wp-block-heading.has-text-align-center {
  margin-bottom: 0;
}
.kt-row-has-bg.alignfull h3.wp-block-heading.has-text-align-center {
  color: #4a4a2a;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* =========================
   Custom 3-Column Footer
   ========================= */

.cob-footer-3col {
  padding: 40px 20px 24px;
  background-color: #f6f1e8;
  color: #4a4a2a;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.cob-footer-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.cob-footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(74, 74, 42, 0.15);
}

.cob-footer-col {
  text-align: left;
}

/* Subtle vertical separators between columns */
.cob-footer-hours {
  border-left: 1px solid rgba(74, 74, 42, 0.15);
  padding-left: 48px;
}

.cob-footer-contact {
  border-left: 1px solid rgba(74, 74, 42, 0.15);
  padding-left: 48px;
}

/* Column 1: Brand */
.cob-footer-logo {
  margin-bottom: 12px;
}

.cob-footer-logo a {
  color: #4a4a2a;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cob-footer-logo a:hover {
  color: #3d3d22;
}

.cob-footer-logo img {
  max-height: 48px;
  width: auto;
  height: auto;
}

.cob-footer-about,
.cob-footer-location {
  margin: 0 0 12px;
  color: #4a4a2a;
}

.cob-footer-copyright {
  margin: 24px 0 0;
  font-size: 13px;
  opacity: 0.9;
}

/* Column 2 & 3: Headings */
.cob-footer-heading {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4a4a2a;
}

.cob-footer-hours-row {
  margin: 0 0 4px;
}

.cob-footer-hours-row strong {
  font-weight: 600;
}

/* Column 3: Contact */
.cob-footer-contact-info a {
  color: #4a4a2a;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

/* Phone – looks like plain text, no link styling */
.cob-footer-contact-info a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.cob-footer-contact-info a[href^="tel:"]:hover {
  color: inherit;
  text-decoration: none;
}

/* Email – orange on hover, no underline */
.cob-footer-contact-info a[href^="mailto:"] {
  text-decoration: none;
}
.cob-footer-contact-info a[href^="mailto:"]:hover {
  color: #b8694d;
}

.cob-footer-social-heading {
  margin-top: 20px;
}

.cob-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.cob-footer-social a {
  color: #4a4a2a;
  transition: opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.cob-footer-social a:hover {
  opacity: 0.75;
  background: none !important;
  background-color: transparent !important;
}

/* Kadence theme social icons in footer – no background */
.cob-footer-social .kadence-svg-icon,
.cob-footer-social svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
  background: none !important;
  background-color: transparent !important;
}

/* Bottom credits */
.cob-footer-credits {
  margin: 16px 0 0;
  text-align: center;
  font-size: 12px;
  opacity: 0.7;
}

.cob-footer-credits a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.cob-footer-credits a:hover {
  color: #b8694d;
}

/* Mobile: stack columns */
@media (max-width: 768px) {
  .cob-footer-3col {
    padding: 32px 16px 20px;
  }

  .cob-footer-cols {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 24px;
  }

  .cob-footer-col {
    text-align: left;
  }

  .cob-footer-brand {
    border-bottom: 1px solid rgba(74, 74, 42, 0.12);
    padding-bottom: 24px;
  }

  .cob-footer-hours {
    border-left: none;
    border-bottom: 1px solid rgba(74, 74, 42, 0.12);
    padding-left: 0;
    padding-bottom: 24px;
  }

  .cob-footer-contact {
    border-left: none;
    padding-left: 0;
  }

  .cob-footer-copyright {
    margin-top: 20px;
  }

  .cob-footer-credits {
    margin-top: 12px;
  }
}

/* Hero rating: Google icon – vertically centered with text */
.cob-google-rating-icon {
  vertical-align: -0.2em;
  margin: 0 4px 0 2px;
  display: inline-block;
}

/* Learn more button – add class "cob-learn-more-btn" to the button block */
.cob-learn-more-btn .wp-block-button__link,
a.wp-block-button__link.cob-learn-more-btn {
  background-color: #8b7355 !important;
  color: #fff !important;
  border-color: #8b7355 !important;
}
.cob-learn-more-btn .wp-block-button__link:hover,
a.wp-block-button__link.cob-learn-more-btn:hover {
  background-color: #7a6549 !important;
  color: #fff !important;
  border-color: #7a6549 !important;
}
 

.service-back-link {
	margin:0 auto 30px auto; 
  text-align: center;
	width: 340px !important;
}

/* Service CTA buttons: keep “See All Treatments” and “Book an Appointment” close together */
 /* Service CTA buttons: keep "See All Treatments" and "Book an Appointment" close together */
.service-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;     /* This ensures buttons align vertically */
  gap: 12px;
  margin: 16px auto 0 auto;
  width: fit-content;
}

/* Reset both buttons to identical dimensions and alignment */
.cob-learn-more-btn,
.book_oppointment {
  margin: 0;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

/* Force identical styling on both button links */
.service-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 16px auto 0 auto;
}

.service-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.service-cta-btn--secondary {
  background-color: #8b7355; /* matches secondary button color in theme */
  color: #fff;
}

.service-cta-btn--primary {
  background-color: #b25f06; /* matches primary CTA / header button color */
  color: #fff;
}

/* Hover states aligned with existing theme buttons */
.service-cta-btn--secondary:hover {
  background-color: #7a6549;
  color: #fff;
}

.service-cta-btn--primary:hover {
  background-color: #8a4a03;
  color: #fff;
}


/* Circadia external link – force left alignment inside its column */
.circadia-link-wrap {
  margin: 8px 0 0 0;
  text-align: left !important;  /* override column text-align center */
  display: block;
  width: 100%;
}

.circadia-link-wrap .circadia-external-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;                 /* teal, matches theme accent */
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 2px 4px;               /* space for hover background without shift */
  border-radius: 3px;
  background-color: transparent;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.circadia-link-wrap .circadia-external-link:hover {
  color: #115e59;                 /* darker teal on hover */
  text-decoration: underline;
  background-color: rgba(15, 118, 110, 0.08);  /* subtle highlight, no movement */
}