:root {
  --green: #006747;
  --green-dark: #004e38;
  --green-soft: #e9f4ef;
  --mint: #b7dcc7;
  --text: #11221d;
  --muted: #5b6b66;
  --line: #c7ddd3;
  --card: rgba(255, 255, 255, 0.88);
  --shadow: 0 18px 45px rgba(20, 58, 45, 0.11);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(183, 220, 199, 0.28), transparent 27rem),
    radial-gradient(circle at 95% 20%, rgba(216, 235, 224, 0.55), transparent 22rem),
    #fbfdfb;
}

.profesmed-bg-none { background: transparent; }

.profesmed-bg-soft-medical {
  background:
    radial-gradient(circle at 8% 20%, rgba(183, 220, 199, .32), transparent 18rem),
    linear-gradient(135deg, #f7fbf9, #fff) !important;
}

.profesmed-bg-page-glow {
  background:
    radial-gradient(circle at 8% 12%, rgba(183, 220, 199, 0.28), transparent 27rem),
    radial-gradient(circle at 95% 20%, rgba(216, 235, 224, 0.55), transparent 22rem),
    linear-gradient(180deg, #ffffff, #f7fbf9 72%, #ffffff) !important;
}

.profesmed-bg-white-soft {
  background: linear-gradient(180deg, #fff, #f7fbf9) !important;
}

.profesmed-bg-green-dark {
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 220, 199, .42), transparent 24rem),
    linear-gradient(135deg, var(--green), #004331) !important;
  color: #fff;
}

.profesmed-bg-medical-section {
  background:
    radial-gradient(circle at 94% 5%, rgba(183, 220, 199, .22), transparent 20rem),
    linear-gradient(180deg, #fff 0%, #fbfdfc 68%, #f5faf7 100%) !important;
  border-top: 1px solid var(--pm-section-border, rgba(0, 103, 71, .08));
}

.profesmed-plus-yes { position: relative; }
.profesmed-plus-yes::after {
  content: "+";
  position: absolute;
  right: var(--pm-plus-right, 48px);
  bottom: var(--pm-plus-bottom, 54px);
  color: var(--pm-plus-color, rgba(0, 103, 71, .14));
  font-size: var(--pm-plus-size, 52px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.elementor-widget[class*="profesmed-mask-"] img:not(.brand-logo):not(.header-button-image) {
  display: block;
  overflow: hidden;
}

.profesmed-mask-none img:not(.brand-logo):not(.header-button-image) {
  clip-path: none;
}

.profesmed-mask-rounded img:not(.brand-logo):not(.header-button-image) {
  border-radius: 28px;
  clip-path: none;
}

.profesmed-mask-circle img:not(.brand-logo):not(.header-button-image) {
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}

.profesmed-mask-arch img:not(.brand-logo):not(.header-button-image) {
  border-radius: 240px 240px 18px 18px;
  clip-path: none;
}

.profesmed-mask-diagonal img:not(.brand-logo):not(.header-button-image) {
  border-radius: 12px 86px 12px 86px;
  clip-path: polygon(0 0, 100% 7%, 94% 100%, 0 93%);
}

.profesmed-mask-blob img:not(.brand-logo):not(.header-button-image) {
  border-radius: 42% 58% 48% 52% / 46% 38% 62% 54%;
  clip-path: ellipse(48% 45% at 52% 50%);
}

.profesmed-inner-transparent-yes :where(
  .profesmed-hero-builder,
  .profesmed-media-text,
  .profesmed-cards-grid,
  .profesmed-feature-row,
  .profesmed-box-two,
  .profesmed-box-three,
  .profesmed-booking-widget,
  .appointment-strip,
  .medical-section,
  .services-section,
  .info-section,
  .booking-section,
  .feature-row
) {
  background: transparent !important;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
picture { display: block; }
.profesmed-image-link {
  display: inline-block;
  max-width: 100%;
}

.profesmed-image-link img {
  display: block;
}

.hero-media .profesmed-image-link,
.map-card .profesmed-image-link,
.about-panel .profesmed-image-link,
.profesmed-hero-slide-item > .profesmed-image-link,
.profesmed-media-text .profesmed-image-link {
  width: 100%;
  height: 100%;
}

i[data-lucide],
i[class^="ri-"],
i[class*=" ri-"],
i.bx {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}

.profesmed-debug-panel {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99999;
  width: min(360px, calc(100vw - 28px));
  max-height: min(520px, calc(100vh - 80px));
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(183, 220, 199, .45);
  border-radius: 8px;
  background: rgba(4, 38, 29, .94);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  font: 12px/1.45 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.profesmed-debug-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--mint);
  font-size: 13px;
}

.profesmed-debug-panel span {
  display: grid;
  grid-template-columns: minmax(95px, .8fr) 1.2fr;
  gap: 8px;
  padding: 5px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

.profesmed-debug-panel b {
  color: rgba(255,255,255,.72);
  font-weight: 700;
}

.profesmed-yoast-breadcrumbs {
  width: min(1510px, calc(100% - 40px));
  margin: 18px auto 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}

.profesmed-yoast-breadcrumbs a {
  color: var(--green-dark);
  font-weight: 700;
}

.profesmed-yoast-breadcrumbs a:hover {
  color: var(--green);
}

.profesmed-blog-main {
  width: min(1510px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 90px) 0 clamp(70px, 9vw, 120px);
}

.profesmed-blog-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(0, 103, 71, .12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 20%, rgba(183, 220, 199, .38), transparent 20rem),
    linear-gradient(135deg, #f7fbf9, #fff);
  box-shadow: var(--shadow);
}

.profesmed-blog-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: .94;
  font-weight: 900;
  letter-spacing: 0;
}

.profesmed-blog-hero p,
.profesmed-archive-description {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.75;
}

.profesmed-archive-description p {
  margin: 0;
}

.profesmed-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 750;
}

.profesmed-post-meta span,
.profesmed-post-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.profesmed-post-meta i,
.profesmed-post-meta svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.profesmed-single-media {
  overflow: hidden;
  margin: clamp(26px, 4vw, 46px) 0 0;
  border-radius: 18px;
  box-shadow: var(--shadow);
  background: var(--green-soft);
}

.profesmed-single-media img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.profesmed-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  margin-top: clamp(28px, 5vw, 58px);
}

.profesmed-single-content {
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(0, 103, 71, .1);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}

.profesmed-single-content > *:first-child {
  margin-top: 0;
}

.profesmed-single-content > *:last-child {
  margin-bottom: 0;
}

.profesmed-single-content :where(p, li) {
  color: #263b35;
  font-size: 1.06rem;
  line-height: 1.85;
}

.profesmed-single-content :where(h2, h3, h4) {
  color: var(--green-dark);
  line-height: 1.12;
  margin: 1.3em 0 .55em;
}

.profesmed-single-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.profesmed-single-content h3 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.profesmed-single-content a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.profesmed-single-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 750;
}

.profesmed-single-content :where(ul, ol) {
  padding-left: 1.35rem;
}

.profesmed-single-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.profesmed-sidebar-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(0, 103, 71, .12);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f7fbf9);
  box-shadow: 0 18px 44px rgba(20, 58, 45, .08);
}

.profesmed-sidebar-card > i,
.profesmed-sidebar-card > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
}

.profesmed-sidebar-card strong {
  color: var(--green-dark);
  font-size: 1.15rem;
}

.profesmed-sidebar-card span {
  color: var(--muted);
  line-height: 1.6;
}

.profesmed-sidebar-card.muted {
  background: #fff;
}

.profesmed-sidebar-phone {
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 900;
}

.profesmed-post-pages {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.profesmed-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 30px);
  margin-top: clamp(26px, 4vw, 46px);
}

.profesmed-post-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(0, 103, 71, .1);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(20, 58, 45, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.profesmed-post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 103, 71, .24);
  box-shadow: 0 24px 58px rgba(20, 58, 45, .12);
}

.profesmed-post-thumb {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 28%, rgba(183, 220, 199, .54), transparent 12rem),
    linear-gradient(135deg, #f7fbf9, #fff);
  color: var(--green);
}

.profesmed-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.profesmed-post-card:hover .profesmed-post-thumb img {
  transform: scale(1.035);
}

.profesmed-post-thumb span {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow);
}

.profesmed-post-card-body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.profesmed-post-card h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.profesmed-post-excerpt,
.profesmed-post-excerpt p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.profesmed-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  color: var(--green);
  font-weight: 900;
}

.profesmed-read-more i,
.profesmed-read-more svg {
  width: 18px;
  height: 18px;
}

.profesmed-pagination {
  margin-top: clamp(28px, 4vw, 48px);
}

.profesmed-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.profesmed-pagination :where(a, span) {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(0, 103, 71, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
  font-weight: 850;
}

.profesmed-pagination .current,
.profesmed-pagination a:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.profesmed-empty-archive {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 48px;
  border: 1px solid rgba(0, 103, 71, .12);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.profesmed-empty-archive i,
.profesmed-empty-archive svg {
  width: 46px;
  height: 46px;
  color: var(--green);
}

.reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
  will-change: auto;
}

.reveal[data-reveal="fade-left"] {
  transform: none;
}

.reveal[data-reveal="fade-right"] {
  transform: none;
}

.reveal[data-reveal="zoom"] {
  transform: none;
}

.reveal[data-reveal="rise"] {
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.reveal.is-leaving {
  opacity: 1;
  transform: none;
  filter: none;
}

.reveal.is-leaving[data-reveal="fade-left"] {
  transform: none;
}

.reveal.is-leaving[data-reveal="fade-right"] {
  transform: none;
}

.reveal.is-leaving[data-reveal="zoom"] {
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  margin: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 76px);
  border: 1px solid rgba(0, 103, 71, 0.08);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 38px rgba(8, 48, 36, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.is-not-sticky {
  position: relative;
  top: auto;
}

.site-header.no-shadow {
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  width: 210px;
  height: auto;
  display: block;
}

.brand-mark {
  width: 50px;
  height: 50px;
  border: 7px solid var(--green);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: white;
}

.brand-mark i { width: 26px; height: 26px; stroke-width: 4; }
.brand strong {
  display: block;
  font-size: 1.75rem;
  line-height: 0.9;
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0;
}
.brand small {
  display: block;
  margin-top: 4px;
  color: var(--green-dark);
  font-size: 0.67rem;
  font-weight: 800;
}

.main-nav,
.main-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #09382b;
}

.main-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li,
.main-nav-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a { white-space: nowrap; }
.main-nav a:hover { color: var(--green); }

.mobile-menu-toggle,
.mobile-menu-overlay,
.mobile-menu-panel {
  display: none;
}

.header-actions, .actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn, .icon-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  border: 1px solid var(--green);
  padding: 0 22px;
  font-weight: 800;
  font-size: 0.95rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-button-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
}

.btn:hover, .icon-btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), #018458);
  box-shadow: 0 10px 22px rgba(0, 103, 71, .22);
}
.btn-outline { color: var(--green); background: rgba(255,255,255,.75); }
.icon-btn { width: 50px; padding: 0; color: var(--green); background: white; }

.hero, .section, .about-section, .services-section, .info-section, .booking-section, .medical-section, .appointment-strip, .footer {
  width: 100%;
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(400px, 1.15fr);
  grid-template-rows: auto 1fr;
  gap: 38px;
  padding: 78px 76px 64px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 34%, rgba(255,255,255,.18) 78%),
    linear-gradient(180deg, #edf7f3 0%, #fff 58%, #f4faf7 100%);
  border-radius: 0 0 30px 30px;
  box-shadow: var(--shadow);
}

.hero::after, .medical-section::after {
  content: "+";
  position: absolute;
  right: 48px;
  bottom: 54px;
  color: rgba(0, 103, 71, .14);
  font-size: 52px;
  font-weight: 900;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(3rem, 5.1vw, 5.7rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #0b2f25;
}

.hero h1 span {
  display: inline;
  color: var(--green);
  font-family: Kalam, cursive;
  font-weight: 400;
  font-size: .86em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 34px 0 34px;
  font-size: 1.16rem;
  line-height: 1.8;
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 500px;
  border-radius: 0 0 0 140px;
  overflow: hidden;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 63% 23%;
  filter: saturate(.98);
  transform: scale(1.08);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,0) 44%);
}

.seal {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 24px;
  width: 148px;
  height: 148px;
  border-radius: 999px;
  background: white;
  display: block;
  color: var(--green);
  box-shadow: 0 18px 42px rgba(17, 34, 29, .18);
  isolation: isolate;
}

.seal::before,
.seal::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.seal::before {
  inset: 10px;
  border: 1px solid rgba(0, 103, 71, .13);
}

.seal::after {
  inset: 0;
  background: radial-gradient(circle at 32% 22%, rgba(255,255,255,.95), transparent 42%), radial-gradient(circle at 72% 74%, rgba(183,220,199,.24), transparent 48%);
  z-index: -1;
}

.seal-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.seal-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  overflow: visible;
  box-shadow: 0 10px 26px rgba(0, 103, 71, .22);
}

.seal-center i,
.seal-center svg,
.seal-center img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  max-width: calc(100% - 18px);
  max-height: calc(100% - 18px);
  overflow: visible;
  flex: 0 0 auto;
}

.seal-center i {
  display: inline-grid;
  place-items: center;
  background: transparent !important;
  color: inherit;
  font-size: 28px;
  line-height: 1;
  stroke-width: 3;
}

.seal-center > svg,
.seal-center i > svg {
  display: block;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.seal-center .seal-center-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seal-center .profesmed-image-link {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.seal-text {
  text-transform: uppercase;
  font-size: .68rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .085em;
  fill: currentColor;
}

.seal-dot {
  fill: currentColor;
}

.seal > span:not(.seal-center) {
  display: none;
}

.trust-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 930px;
}

.trust-row article, .feature-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 14px;
  align-items: start;
  align-content: start;
}

.trust-row i, .feature-row i, .specialty-card i, .condition-grid i {
  width: 56px;
  height: 56px;
  padding: 12px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
  stroke-width: 2.2;
}

.trust-row i,
.feature-row i {
  grid-row: 1 / span 2;
  align-self: start;
}

.profesmed-feature-row i,
.profesmed-box-two i,
.profesmed-box-three i,
.profesmed-accordion-one i,
.profesmed-booking-widget i {
  background: transparent;
}

.trust-row strong, .feature-row strong {
  color: var(--green-dark);
  font-size: 1rem;
  grid-column: 2;
  margin: 0;
  line-height: 1.2;
}
.trust-row span, .feature-row span {
  grid-column: 2;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
  margin: 0;
}

.section {
  padding: 78px 76px 54px;
  background: linear-gradient(180deg, #fff, #f7fbf9);
}

.about-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  align-items: center;
  padding: 76px;
  background:
    radial-gradient(circle at 8% 30%, rgba(183, 220, 199, .25), transparent 20rem),
    linear-gradient(180deg, #f7fbf9, #fff);
}

.section-kicker {
  color: var(--green);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.about-copy h2 {
  margin: 10px 0 20px;
  color: var(--green-dark);
  font-size: clamp(2.2rem, 3.6vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.about-copy p {
  margin: 0;
  max-width: 670px;
  color: #2a3c36;
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.about-stats strong {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(0,103,71,.12);
  border-radius: var(--radius);
  background: white;
  color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(5,47,35,.06);
}

.about-stats b {
  color: var(--green);
  font-size: 2.1rem;
  line-height: 1;
}

.profesmed-stats-widget {
  width: 100%;
}

.profesmed-stats-widget strong {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.profesmed-stats-widget b {
  display: block;
  font-weight: 900;
}

.about-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.about-panel article, .service-cards article, .info-grid article {
  min-height: 180px;
  padding: 26px;
  border: 1px solid rgba(0,103,71,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(5,47,35,.07);
}

.about-panel i, .service-cards i, .info-grid i {
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
}

.about-panel strong, .service-cards strong, .info-grid strong {
  display: block;
  margin: 16px 0 8px;
  color: var(--green-dark);
  font-size: 1.15rem;
}

.about-panel span, .service-cards span, .info-grid span {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.6;
}

.section-head {
  text-align: center;
  margin-bottom: 32px;
}
.section-head span {
  color: var(--green);
  font-weight: 800;
  font-size: .82rem;
}
.section-head h2 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
}
.section-head p { margin: 0; color: var(--muted); }

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.services-section, .info-section {
  padding: 76px;
  background: linear-gradient(180deg, #f7fbf9, #fff);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.info-section {
  margin-top: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 95% 20%, rgba(183, 220, 199, .28), transparent 18rem),
    linear-gradient(180deg, #fff, #f6fbf8);
}

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

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgba(0,103,71,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 22px rgba(5,47,35,.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--green-dark);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.booking-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: start;
  margin-top: 28px;
  padding: 76px;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(183, 220, 199, .32), transparent 18rem),
    linear-gradient(135deg, #f7fbf9, #fff);
}

.booking-copy h2 {
  margin: 10px 0 20px;
  color: var(--green-dark);
  font-size: clamp(2.35rem, 3.9vw, 4.7rem);
  line-height: 1.03;
}

.booking-copy p {
  margin: 0;
  max-width: 660px;
  color: #2b3d37;
  font-size: 1.08rem;
  line-height: 1.75;
}

.booking-benefits {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.booking-benefits span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid rgba(0,103,71,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  color: var(--green-dark);
  font-weight: 800;
}

.booking-benefits i {
  width: 30px;
  height: 30px;
  color: var(--green);
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(0,103,71,.13);
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 45px rgba(5,47,35,.09);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form label > span {
  color: var(--green-dark);
  font-size: .92rem;
  font-weight: 900;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(0,103,71,.22);
  border-radius: var(--radius);
  padding: 0 14px;
  color: var(--text);
  background: #fff;
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.booking-form textarea {
  min-height: 112px;
  padding-block: 12px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0,103,71,.1);
}

.consent-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px !important;
}

.consent-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--green);
}

.consent-row span {
  color: var(--muted) !important;
  font-weight: 700 !important;
  line-height: 1.45;
}

.booking-form .btn {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.specialty-card, .condition-grid article {
  min-height: 194px;
  padding: 24px 22px;
  border: 1px solid rgba(0, 103, 71, .12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 28px rgba(5, 47, 35, .08);
  text-align: center;
}
.specialty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.specialty-card strong, .condition-grid strong {
  color: var(--green-dark);
  font-size: 1.05rem;
}
.specialty-card span, .condition-grid span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}
.specialty-card em {
  margin-top: auto;
  color: var(--green);
  font-style: normal;
  font-weight: 800;
}
.specialty-card em::after { content: " →"; }

.appointment-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  padding: 0 76px 54px;
  background: #f7fbf9;
}
.appointment-strip article {
  min-height: 154px;
  padding: 34px;
  color: white;
  background: linear-gradient(135deg, var(--green), #004331);
}
.appointment-strip article:first-child { border-radius: 0 0 0 24px; }
.appointment-strip article:last-child { border-radius: 0 0 24px 0; }
.appointment-strip i { width: 46px; height: 46px; float: left; margin-right: 20px; }
.appointment-strip strong { display: block; font-size: 1.25rem; margin-bottom: 8px; }
.appointment-strip span { display: block; color: rgba(255,255,255,.82); line-height: 1.5; }
.appointment-strip b { display: block; font-size: 2rem; margin-bottom: 6px; }
.appointment-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: var(--radius);
  background: white;
  color: var(--green);
  font-weight: 800;
}

.medical-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr);
  gap: 34px 52px;
  padding: 72px 66px 44px;
  background:
    radial-gradient(circle at 94% 5%, rgba(183, 220, 199, .22), transparent 20rem),
    linear-gradient(180deg, #fff 0%, #fbfdfc 68%, #f5faf7 100%);
  border-top: 1px solid rgba(0,103,71,.08);
}

.medical-section + .medical-section { margin-top: 28px; border-radius: 24px; }
.medical-section:first-of-type { margin-top: 28px; border-radius: 24px; }

.layout-left .photo-panel { grid-column: 1; grid-row: 1 / span 2; }
.layout-left .medical-copy { grid-column: 2; }
.layout-right .medical-copy { grid-column: 1; }
.layout-right .photo-panel { grid-column: 2; grid-row: 1 / span 2; }

.photo-panel {
  min-height: 430px;
  border-radius: 0 0 120px 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.18)),
    var(--photo);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -10px 0 rgba(110, 171, 135, .42);
}
.layout-right .photo-panel {
  border-radius: 0 0 0 120px;
  background-position: center;
}

.medical-copy {
  align-self: center;
  position: relative;
  z-index: 1;
}
.medical-copy h2 {
  margin: 0 0 12px;
  color: var(--green-dark);
  text-transform: uppercase;
  font-size: clamp(2.75rem, 4.35vw, 5.25rem);
  line-height: .95;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.medical-copy h3 {
  margin: 0 0 22px;
  color: var(--green);
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  line-height: 1.2;
}
.medical-copy h3::after, .cards-title::after {
  content: "";
  display: block;
  width: 330px;
  max-width: 100%;
  height: 2px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--green), var(--mint), transparent);
}
.medical-copy p {
  max-width: 760px;
  margin: 0 0 28px;
  color: #263630;
  font-size: 1.18rem;
  line-height: 1.75;
}
.profesmed-medical-copy-widget .medical-copy { width: 100%; }
.medical-copy.no-line h3::after { display: none; }

/* === Profesmed Image widget === */
.profesmed-image-widget { position: relative; width: 100%; line-height: 0; }
.profesmed-image-widget figure { margin: 0; }
.profesmed-image-widget .profesmed-image-link { display: block; }
.profesmed-image-widget img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.profesmed-image-widget.has-accent img {
  box-shadow: inset 0 -12px 0 rgba(110, 171, 135, .55);
}
/* bordura "fade": gradient care urmeaza forma si se estompeaza */
.profesmed-image-widget.has-fade-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--pm-fade-w, 6px);
  background: linear-gradient(
    var(--pm-fade-angle, 135deg),
    var(--pm-fade-c1, #ffffff) var(--pm-fade-pos1, 0%),
    var(--pm-fade-c2, #006747) var(--pm-fade-pos2, 80%)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.elementor-element.profesmed-imgshape-rounded .profesmed-image-widget,
.elementor-element.profesmed-imgshape-rounded .profesmed-image-widget img { border-radius: 14px; }
.elementor-element.profesmed-imgshape-soft .profesmed-image-widget,
.elementor-element.profesmed-imgshape-soft .profesmed-image-widget img { border-radius: 28px; }
.elementor-element.profesmed-imgshape-pill .profesmed-image-widget,
.elementor-element.profesmed-imgshape-pill .profesmed-image-widget img { border-radius: 999px; }
.elementor-element.profesmed-imgshape-circle .profesmed-image-widget,
.elementor-element.profesmed-imgshape-circle .profesmed-image-widget img { border-radius: 50%; aspect-ratio: 1 / 1; }
.elementor-element.profesmed-imgshape-panel .profesmed-image-widget,
.elementor-element.profesmed-imgshape-panel .profesmed-image-widget img { border-radius: 18px 18px 120px 18px; }
.elementor-element.profesmed-imgshape-panel-left .profesmed-image-widget,
.elementor-element.profesmed-imgshape-panel-left .profesmed-image-widget img { border-radius: 18px 18px 18px 120px; }
.elementor-element.profesmed-imgshape-arch .profesmed-image-widget,
.elementor-element.profesmed-imgshape-arch .profesmed-image-widget img { border-radius: 180px 180px 18px 18px; }
.elementor-element.profesmed-imgshape-blob .profesmed-image-widget,
.elementor-element.profesmed-imgshape-blob .profesmed-image-widget img { border-radius: 42% 58% 63% 37% / 47% 38% 62% 53%; }
.elementor-element.profesmed-imgshape-wave .profesmed-image-widget,
.elementor-element.profesmed-imgshape-wave .profesmed-image-widget img { border-radius: 18px 90px 18px 90px; }
.elementor-element.profesmed-imgshape-leaf .profesmed-image-widget,
.elementor-element.profesmed-imgshape-leaf .profesmed-image-widget img { border-radius: 8px 90px 8px 90px; }

.feature-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 26px 28px;
  border: 1px solid rgba(0,103,71,.13);
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 28px rgba(5, 47, 35, .06);
}
.feature-row article {
  padding: 0 22px;
  border-right: 1px solid var(--line);
}
.feature-row article:last-child { border-right: 0; }
.feature-row.compact {
  grid-template-columns: repeat(4, 1fr);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.profesmed-feature-row {
  width: 100%;
}

.profesmed-feature-row article {
  min-width: 0;
}

.profesmed-feature-row-icon,
.profesmed-feature-row-image {
  width: 34px;
  height: 34px;
}

.profesmed-feature-row-image {
  object-fit: cover;
  border-radius: 10px;
}

.profesmed-feature-row-title,
.profesmed-feature-row-text {
  margin: 0;
  letter-spacing: 0;
}

.profesmed-feature-row-title {
  line-height: 1.2;
}

.profesmed-feature-row-text {
  line-height: 1.45;
}

.profesmed-feature-row.icon-left-text article,
.profesmed-feature-row.icon-right-text article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  row-gap: 0;
  column-gap: 14px;
  align-content: start;
  align-items: start;
  text-align: left;
}

.profesmed-feature-row.icon-right-text article {
  grid-template-columns: minmax(0, 1fr) auto;
}

.profesmed-feature-row.icon-left-text .profesmed-feature-row-icon,
.profesmed-feature-row.icon-left-text .profesmed-feature-row-image {
  grid-row: 1 / span 2;
}

.profesmed-feature-row.icon-right-text .profesmed-feature-row-icon,
.profesmed-feature-row.icon-right-text .profesmed-feature-row-image {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.cta-card {
  align-self: start;
  justify-self: end;
  width: min(420px, 100%);
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 34px;
  border-radius: 28px;
  background: rgba(238, 246, 241, .88);
  text-align: center;
}
.cta-card i { width: 86px; height: 86px; color: var(--green); }
.cta-card strong { color: var(--green); font-size: 1.8rem; }
.cta-card span { font-size: 1.25rem; }
.cta-card .btn { width: 100%; }

.cards-title {
  grid-column: 1 / -1;
  color: var(--green);
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}
.cards-title::after {
  width: 130px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
}

.condition-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}
.condition-grid.seven { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.condition-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
.condition-grid i { width: 72px; height: 72px; padding: 16px; }
.condition-grid strong {
  font-size: 1.2rem;
  line-height: 1.25;
}
.condition-grid article::after {
  content: "";
  width: 54px;
  height: 2px;
  margin-top: auto;
  background: var(--mint);
}

.service-band, .inline-cta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 200px repeat(auto-fit, minmax(135px, 1fr));
  align-items: center;
  gap: 0;
  padding: 24px 28px;
  border-radius: var(--radius);
  background: rgba(239, 247, 243, .86);
}
.service-band strong {
  color: var(--green);
  font-size: 2rem;
  line-height: 1.1;
}
.service-band span {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border-left: 1px solid var(--line);
  color: var(--green-dark);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.service-band i { width: 38px; height: 38px; color: var(--green); flex: 0 0 auto; }

.inline-cta {
  grid-template-columns: 1.2fr auto auto 1fr;
  gap: 22px;
}
.inline-cta strong {
  color: var(--green);
  font-size: 1.6rem;
}
.inline-cta span { color: var(--muted); }
.inline-cta b { color: var(--green); font-size: 1.15rem; }

.profesmed-inline-cta {
  width: 100%;
}

.profesmed-inline-cta strong,
.profesmed-inline-cta b {
  margin: 0;
  letter-spacing: 0;
}

.profesmed-inline-cta b {
  line-height: 1.35;
}

.profesmed-inline-cta .btn {
  white-space: nowrap;
}

.closing-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green);
  text-align: center;
  font-size: 1.35rem;
  font-weight: 900;
}
.closing-note i { vertical-align: middle; color: var(--mint); width: 42px; height: 42px; }
.closing-note span {
  display: block;
  margin-top: 6px;
  color: #303d38;
  font-size: 1rem;
  font-weight: 500;
}
.rose { background: linear-gradient(180deg, #fff, #fffbfb 62%, #f8fcf9); }
.playful { background: linear-gradient(180deg, #fff, #fbfffd 70%, #f6fbf8); }

.footer {
  width: 100%;
  max-width: none;
  padding: 28px 0 0;
}

.footer-top,
.footer-benefits {
  width: min(1510px, calc(100% - 44px));
  margin-inline: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.05fr .9fr .9fr 1fr;
  gap: 22px;
  margin-bottom: 20px;
}
.footer-top article {
  min-height: 210px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(5,47,35,.07);
}
.footer-top h3 {
  margin: 0 0 18px;
  color: var(--green-dark);
}
.footer-top p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 9px 0;
  color: #2e3f39;
  font-size: .93rem;
}
.footer-top p i { color: var(--green); }
.footer-cta {
  color: white;
  background: linear-gradient(135deg, var(--green), #004331) !important;
}
.footer-cta i { width: 58px; height: 58px; }
.footer-cta img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 10px;
}
.footer-cta strong { display: block; margin: 10px 0; font-size: 1.8rem; }
.footer-cta span { display: block; line-height: 1.5; color: rgba(255,255,255,.86); }
.footer-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: var(--radius);
  color: var(--green);
  background: white;
  font-weight: 800;
}
.profesmed-simple-box-2 {
  width: 100%;
}
.profesmed-simple-box-2 strong,
.profesmed-simple-box-2 span {
  letter-spacing: 0;
}
.map-card { padding: 0 !important; overflow: hidden; }
.map-card picture,
.map-card img {
  width: 100%;
  height: 100%;
}

.map-card img {
  object-fit: cover;
  object-position: 83% 16%;
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 20px;
  border-radius: var(--radius);
  overflow: hidden;
}
.footer-benefits span {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 18px 26px;
  background: rgba(255,255,255,.9);
}
.footer-benefits i {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  color: var(--green);
  padding: 8px;
  border-radius: var(--radius);
  background: var(--green-soft);
}
.footer-benefits b { color: var(--green-dark); }

/* Carduri footer modulare (standalone, in afara .footer-top) */
.profesmed-footer-card {
  min-height: 210px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(5,47,35,.07);
}
.profesmed-footer-card h3 { margin: 0 0 18px; color: var(--green-dark); }
.profesmed-footer-card p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 9px 0;
  color: #2e3f39;
  font-size: .93rem;
}
.profesmed-footer-card p i { color: var(--green); }
.profesmed-footer-card.map-card { padding: 0; }

.footer-bottom {
  padding: 44px clamp(18px, 4vw, 76px) 26px;
  color: white;
  background:
    linear-gradient(135deg, rgba(0, 103, 71, .98), rgba(0, 67, 49, 1)),
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.16), transparent 24rem);
  border-radius: 0;
}

.footer-bottom-main {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(300px, 1.25fr) minmax(190px, auto);
  gap: 34px;
  align-items: center;
  width: min(1510px, 100%);
  margin: 0 auto;
}

.footer-brand-block {
  display: grid;
  gap: 14px;
}

.brand.light .brand-logo {
  width: 210px;
}

.footer-brand-block p {
  max-width: 360px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
  font-size: .95rem;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  font-size: .92rem;
}

.footer-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-weight: 700;
}

.footer-nav a:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.footer-contact-mini {
  display: grid;
  justify-items: end;
  gap: 14px;
}

.footer-phone {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--green);
  background: #fff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

.footer-phone i {
  width: 20px;
  height: 20px;
}
.social {
  display: flex;
  gap: 10px;
}
.social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}

.social a:hover {
  background: rgba(255,255,255,.2);
}

.social i {
  width: 19px;
  height: 19px;
}

.footer-legal {
  width: min(1510px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.78);
  font-size: .9rem;
}

.mobile-quick-actions,
.booking-modal {
  display: none;
}

.quick-action {
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--green), #018458);
  box-shadow: 0 16px 34px rgba(0, 78, 56, .28);
  cursor: pointer;
}

.quick-action i {
  width: 30px;
  height: 30px;
  stroke-width: 2.3;
}

.quick-action-phone {
  background: #fff;
  color: var(--green);
  border: 2px solid rgba(0, 103, 71, .16);
}

.booking-modal[aria-hidden="false"] {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  align-items: end;
}

.booking-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 28, 22, .58);
  backdrop-filter: blur(7px);
}

.booking-modal-panel {
  position: relative;
  width: min(100%, 620px);
  max-height: min(88vh, 820px);
  overflow: auto;
  margin: 0 auto;
  padding: 24px 18px 18px;
  border-radius: 22px 22px 0 0;
  background: #f8fcfa;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, .24);
}

.booking-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,103,71,.14);
  border-radius: 999px;
  color: var(--green);
  background: white;
  cursor: pointer;
}

.booking-modal-close i {
  width: 22px;
  height: 22px;
}

.booking-modal-head {
  padding-right: 48px;
  margin-bottom: 16px;
}

.booking-modal-head h2 {
  margin: 6px 0 8px;
  color: var(--green-dark);
  font-size: 1.9rem;
  line-height: 1.1;
}

.booking-modal-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.booking-form-modal {
  padding: 18px;
  gap: 13px;
  opacity: 1;
  visibility: visible;
  transform: none;
  filter: none;
}

.booking-form-modal input,
.booking-form-modal select {
  min-height: 48px;
}

@media (max-width: 1280px) {
  .site-header { flex-wrap: wrap; width: 100%; margin: 0; border-radius: 0; }
  .main-nav { order: 3; width: 100%; gap: 18px; flex-wrap: wrap; }
  .profesmed-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profesmed-single-layout { grid-template-columns: minmax(0, 1fr) minmax(250px, 320px); }
  .specialty-grid { grid-template-columns: repeat(3, 1fr); }
  .service-cards, .info-grid { grid-template-columns: repeat(2, 1fr); }
  .condition-grid, .condition-grid.seven { grid-template-columns: repeat(3, 1fr); }
  .feature-row { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .feature-row article:nth-child(2n) { border-right: 0; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom-main {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .footer-contact-mini { justify-items: center; }
}

@media (max-width: 900px) {
  .hero, .section, .about-section, .services-section, .info-section, .booking-section, .medical-section {
    width: min(100% - 24px, 720px);
  }
  .footer { width: 100%; margin: 0; }
  .footer-top, .footer-benefits { width: min(100% - 24px, 720px); }
  .profesmed-blog-main {
    width: min(100% - 24px, 720px);
    padding: 34px 0 70px;
  }
  .profesmed-blog-hero {
    padding: 30px 22px;
    border-radius: 12px;
  }
  .profesmed-blog-hero h1 {
    font-size: clamp(2.25rem, 13vw, 4.2rem);
    overflow-wrap: anywhere;
  }
  .profesmed-post-grid,
  .profesmed-single-layout {
    grid-template-columns: 1fr;
  }
  .profesmed-single-content,
  .profesmed-sidebar-card,
  .profesmed-post-card-body {
    padding: 22px;
  }
  .profesmed-single-sidebar {
    position: static;
  }
  .profesmed-single-media {
    border-radius: 12px;
  }
  .site-header {
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border-radius: 0;
    flex-wrap: nowrap;
    gap: 14px;
    min-height: 70px;
  }
  .brand strong { font-size: 1.35rem; }
  .brand-logo { width: 176px; }
  .brand-mark { width: 42px; height: 42px; border-width: 5px; }
  .header-actions,
  .main-nav {
    display: none;
  }
  .mobile-menu-lock {
    overflow: hidden;
  }
  .mobile-menu-toggle,
  .mobile-menu-close {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 103, 71, .18);
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    box-shadow: 0 12px 26px rgba(0, 103, 71, .16);
    cursor: pointer;
  }
  .mobile-menu-toggle {
    margin-left: auto;
  }
  .mobile-menu-toggle i,
  .mobile-menu-close i,
  .mobile-menu-toggle svg,
  .mobile-menu-close svg {
    width: 22px;
    height: 22px;
  }
  .mobile-menu-close {
    background: #fff;
    color: var(--green);
    box-shadow: none;
  }
  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    background: rgba(3, 30, 23, .46);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
  }
  .mobile-menu-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 81;
    width: min(88vw, 390px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: max(18px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom));
    overflow-y: auto;
    background:
      radial-gradient(circle at 10% 8%, rgba(183, 220, 199, .48), transparent 15rem),
      linear-gradient(180deg, #fff, #f7fbf9);
    box-shadow: 24px 0 60px rgba(3, 30, 23, .22);
    transform: translateX(-105%);
    visibility: hidden;
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), visibility .32s ease;
  }
  .site-header.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-header.mobile-menu-open .mobile-menu-panel {
    transform: translateX(0);
    visibility: visible;
  }
  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 103, 71, .14);
  }
  .mobile-menu-brand,
  .mobile-menu-logo {
    display: block;
  }
  .mobile-menu-logo {
    width: min(190px, 58vw);
    height: auto;
  }
  .mobile-nav,
  .mobile-nav .main-nav-list {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--green-dark);
    font-size: 1rem;
    font-weight: 850;
  }
  .mobile-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    border-bottom: 1px solid rgba(0, 103, 71, .12);
    color: var(--green-dark);
    white-space: normal;
  }
  .mobile-nav a:hover {
    color: var(--green);
  }
  .mobile-menu-actions {
    display: grid;
    gap: 10px;
    padding-top: 8px;
    margin-top: auto;
  }
  .mobile-menu-actions .btn,
  .mobile-menu-actions .icon-btn {
    width: 100%;
    display: inline-flex;
  }
  .mobile-menu-actions .icon-btn {
    min-height: 48px;
    border-radius: var(--radius);
  }
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 38px 24px;
  }
  .hero-media { min-height: 300px; border-radius: 10px 10px 80px 10px; }
  .trust-row { grid-template-columns: 1fr; }
  .section { padding: 46px 20px; }
  .about-section, .services-section, .info-section, .booking-section {
    grid-template-columns: 1fr;
    padding: 46px 20px;
  }
  .about-stats, .about-panel, .service-cards, .info-grid {
    grid-template-columns: 1fr;
  }
  .form-grid { grid-template-columns: 1fr; }
  .booking-form { padding: 22px; }
  .booking-form .btn { width: 100%; }
  .specialty-grid { grid-template-columns: 1fr; }
  .appointment-strip { grid-template-columns: 1fr; padding: 0 0 32px; }
  .appointment-strip article, .appointment-strip article:first-child, .appointment-strip article:last-child { border-radius: 0; }
  .medical-section {
    grid-template-columns: 1fr;
    padding: 38px 20px;
    gap: 26px;
  }
  .layout-left .photo-panel, .layout-right .photo-panel,
  .layout-left .medical-copy, .layout-right .medical-copy,
  .cta-card {
    grid-column: 1;
    grid-row: auto;
  }
  .photo-panel { min-height: 290px; border-radius: 10px 10px 80px 10px; }
  .medical-copy h2 { font-size: clamp(2.4rem, 14vw, 4.2rem); overflow-wrap: anywhere; }
  .medical-copy p { font-size: 1rem; }
  .feature-row, .feature-row.compact { grid-template-columns: 1fr; padding: 18px; }
  .feature-row article { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .feature-row article:last-child { border-bottom: 0; }
  .condition-grid, .condition-grid.seven { grid-template-columns: 1fr; }
  .service-band { grid-template-columns: 1fr; gap: 8px; }
  .service-band span { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0; }
  .inline-cta { grid-template-columns: 1fr; }
  .profesmed-map-widget { min-height: 560px; border-radius: 12px; }
  .profesmed-map-card { left: 14px; right: 14px; bottom: 14px; width: auto; padding: 18px; }
  .profesmed-map-pin { width: 54px; height: 54px; top: 40%; }
  .footer-top, .footer-benefits { grid-template-columns: 1fr; }
  .footer-bottom {
    padding: 34px 18px calc(104px + env(safe-area-inset-bottom));
  }
  .footer-bottom-main {
    gap: 24px;
    justify-items: stretch;
    text-align: left;
  }
  .brand.light .brand-logo { width: 178px; }
  .footer-nav {
    justify-content: flex-start;
    border-radius: 16px;
    padding: 10px;
  }
  .footer-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    padding: 0 10px;
    background: rgba(255,255,255,.06);
  }
  .footer-contact-mini {
    justify-items: stretch;
  }
  .footer-phone {
    justify-content: center;
    width: 100%;
  }
  .social {
    justify-content: center;
  }
  .footer-legal {
    display: grid;
    gap: 8px;
    text-align: center;
  }
  .mobile-quick-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 80;
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
    pointer-events: none;
  }
  .mobile-quick-actions .quick-action {
    display: inline-flex;
    pointer-events: auto;
  }
  body.modal-open {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .reveal.is-visible,
  .reveal.is-leaving {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.elementor-widget[class*="elementor-widget-profesmed_"].elementor-invisible:not([data-settings]) {
  visibility: visible;
}

.profesmed-widget-heading {
  display: grid;
  gap: 12px;
  max-width: 100%;
  width: 100%;
}

.profesmed-widget-heading .section-kicker {
  margin: 0;
}

.profesmed-widget-title {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: .98;
  letter-spacing: 0;
}

.profesmed-widget-title span,
.profesmed-widget-title div {
  display: inline;
}

.profesmed-widget-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.profesmed-widget-button-wrap,
.profesmed-widget-button-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.profesmed-widget-button-wrap.profesmed-button-full .btn {
  width: 100%;
}

.profesmed-widget-button-wrap .btn,
.profesmed-widget-button-group .btn {
  min-height: 52px;
}

.profesmed-hero-slide {
  position: relative;
  min-height: 760px;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: stretch;
  background: #052f23;
  color: #fff;
  --hero-overlay-1: rgba(0,47,35,.9);
  --hero-overlay-2: rgba(0,67,49,.54);
  --hero-overlay-glow: rgba(183,220,199,.42);
  --hero-content-bg: rgba(5,47,35,.46);
  --hero-content-border: rgba(255,255,255,.2);
}

.profesmed-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 18% 22%, var(--hero-overlay-glow), transparent 24rem),
    linear-gradient(90deg, var(--hero-overlay-1), var(--hero-overlay-2) 48%, rgba(0,0,0,.16));
  pointer-events: none;
}

.profesmed-hero-slide.overlay-none::before {
  opacity: 0;
}

.profesmed-hero-slide.overlay-solid::before {
  background: var(--hero-overlay-1);
}

.profesmed-hero-slide.overlay-linear::before {
  background: linear-gradient(90deg, var(--hero-overlay-1), var(--hero-overlay-2) 58%, transparent);
}

.profesmed-hero-slide.overlay-radial::before {
  background: radial-gradient(circle at 25% 28%, var(--hero-overlay-glow), transparent 32rem), var(--hero-overlay-1);
}

.profesmed-hero-slide.overlay-cinematic::before {
  background:
    radial-gradient(circle at 18% 22%, var(--hero-overlay-glow), transparent 24rem),
    linear-gradient(90deg, var(--hero-overlay-1), var(--hero-overlay-2) 48%, rgba(0,0,0,.16));
}

.profesmed-hero-slide-stage,
.profesmed-hero-slide-item {
  position: absolute;
  inset: 0;
}

.profesmed-hero-slide-item {
  visibility: hidden;
  opacity: 0;
  transform: none;
  clip-path: inset(0 0 0 0);
  transition: opacity .78s ease, transform .9s cubic-bezier(.2,.7,.2,1), clip-path .9s cubic-bezier(.2,.7,.2,1), visibility .78s ease;
}

.profesmed-hero-slide-item.is-active {
  visibility: visible;
  opacity: 1;
  transform: none;
  z-index: 1;
}

.profesmed-hero-slide.transition-none .profesmed-hero-slide-item {
  transition: none;
}

.profesmed-hero-slide.transition-none .profesmed-hero-slide-item:not(.is-active) {
  opacity: 0;
}

.profesmed-hero-slide.transition-slide .profesmed-hero-slide-item {
  transform: translate3d(7%, 0, 0);
}

.profesmed-hero-slide.transition-slide .profesmed-hero-slide-item.is-previous {
  transform: translate3d(-7%, 0, 0);
}

.profesmed-hero-slide.transition-slide .profesmed-hero-slide-item.is-active,
.profesmed-hero-slide.transition-cinematic .profesmed-hero-slide-item.is-active {
  transform: translate3d(0, 0, 0);
}

.profesmed-hero-slide.transition-zoom .profesmed-hero-slide-item {
  transform: scale(1.08);
}

.profesmed-hero-slide.transition-zoom .profesmed-hero-slide-item.is-active {
  transform: scale(1);
}

.profesmed-hero-slide.transition-clip .profesmed-hero-slide-item {
  clip-path: inset(0 100% 0 0);
}

.profesmed-hero-slide.transition-clip .profesmed-hero-slide-item.is-previous {
  clip-path: inset(0 0 0 100%);
}

.profesmed-hero-slide.transition-clip .profesmed-hero-slide-item.is-active {
  clip-path: inset(0 0 0 0);
}

.profesmed-hero-slide.transition-cinematic .profesmed-hero-slide-item {
  transform: scale(1.04) translate3d(2.2%, 0, 0);
}

.profesmed-hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  filter: saturate(1.12) contrast(1.04);
  transition: transform 5.6s ease, filter .9s ease;
}

.profesmed-hero-slide.image-motion-none .profesmed-hero-slide-item.is-active .profesmed-hero-slide-image {
  transform: none;
}

.profesmed-hero-slide.image-motion-slow-zoom .profesmed-hero-slide-item.is-active .profesmed-hero-slide-image {
  transform: scale(1.08);
}

.profesmed-hero-slide.image-motion-pan-left .profesmed-hero-slide-item.is-active .profesmed-hero-slide-image {
  transform: scale(1.08) translate3d(-2.2%, 0, 0);
}

.profesmed-hero-slide.image-motion-pan-right .profesmed-hero-slide-item.is-active .profesmed-hero-slide-image {
  transform: scale(1.08) translate3d(2.2%, 0, 0);
}

.profesmed-hero-slide.image-motion-pulse .profesmed-hero-slide-item.is-active .profesmed-hero-slide-image {
  animation: profesmedHeroImagePulse 5.2s ease-in-out infinite;
}

.profesmed-hero-slide-content {
  position: relative;
  z-index: 3;
  width: min(900px, calc(100% - 48px));
  min-height: inherit;
  display: grid;
  align-content: center;
  gap: 22px;
  margin-left: clamp(20px, 7vw, 116px);
  padding: 86px 0 112px;
}

.profesmed-hero-slide.content-h-left .profesmed-hero-slide-content {
  margin-left: clamp(20px, 7vw, 116px);
  margin-right: auto;
}

.profesmed-hero-slide.content-h-center .profesmed-hero-slide-content {
  margin-left: auto;
  margin-right: auto;
}

.profesmed-hero-slide.content-h-right .profesmed-hero-slide-content {
  margin-left: auto;
  margin-right: clamp(20px, 7vw, 116px);
}

.profesmed-hero-slide.content-v-top .profesmed-hero-slide-content {
  align-content: start;
}

.profesmed-hero-slide.content-v-middle .profesmed-hero-slide-content {
  align-content: center;
}

.profesmed-hero-slide.content-v-bottom .profesmed-hero-slide-content {
  align-content: end;
}

.profesmed-hero-slide.content-glass .profesmed-hero-slide-content,
.profesmed-hero-slide.content-solid .profesmed-hero-slide-content,
.profesmed-hero-slide.content-outline .profesmed-hero-slide-content {
  min-height: auto;
  align-self: center;
  margin-top: 72px;
  margin-bottom: 96px;
  padding: clamp(28px, 4vw, 56px);
}

.profesmed-hero-slide.content-glass .profesmed-hero-slide-content {
  background: var(--hero-content-bg);
  border: 1px solid var(--hero-content-border);
  backdrop-filter: blur(18px);
}

.profesmed-hero-slide.content-solid .profesmed-hero-slide-content {
  background: var(--hero-content-bg);
  border: 1px solid var(--hero-content-border);
}

.profesmed-hero-slide.content-outline .profesmed-hero-slide-content {
  border: 1px solid var(--hero-content-border);
}

.profesmed-hero-slide-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  backdrop-filter: blur(12px);
  transform: none;
  opacity: 1;
}

.profesmed-hero-slide-kicker i {
  width: 20px;
  height: 20px;
}

.profesmed-hero-slide-title {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.8rem, 8vw, 8.8rem);
  line-height: .88;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
  text-wrap: balance;
  transform: none;
  opacity: 1;
}

.profesmed-hero-slide-text {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.65;
  transform: none;
  opacity: 1;
}

.profesmed-hero-slide .hero-actions {
  transform: none;
  opacity: 1;
  transition: opacity .7s ease, transform .7s ease;
}

.profesmed-hero-slide.elements-rise .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-rise .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-rise .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-rise .profesmed-hero-slide-item:not(.is-active) .hero-actions,
.profesmed-hero-slide.elements-stagger .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-stagger .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-stagger .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-stagger .profesmed-hero-slide-item:not(.is-active) .hero-actions {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}

.profesmed-hero-slide.elements-fade .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-fade .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-fade .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-fade .profesmed-hero-slide-item:not(.is-active) .hero-actions {
  opacity: 0;
}

.profesmed-hero-slide.elements-zoom .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-zoom .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-zoom .profesmed-hero-slide-item:not(.is-active) .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-zoom .profesmed-hero-slide-item:not(.is-active) .hero-actions {
  opacity: 0;
  transform: scale(.96);
}

.profesmed-hero-slide.elements-rise .is-active .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-rise .is-active .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-rise .is-active .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-rise .is-active .hero-actions,
.profesmed-hero-slide.elements-fade .is-active .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-fade .is-active .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-fade .is-active .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-fade .is-active .hero-actions,
.profesmed-hero-slide.elements-zoom .is-active .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-zoom .is-active .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-zoom .is-active .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-zoom .is-active .hero-actions,
.profesmed-hero-slide.elements-stagger .is-active .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-stagger .is-active .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-stagger .is-active .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-stagger .is-active .hero-actions {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  transition: opacity .82s ease, transform .82s cubic-bezier(.2,.7,.2,1);
}

.profesmed-hero-slide.elements-stagger .is-active .profesmed-hero-slide-kicker { transition-delay: .08s; }
.profesmed-hero-slide.elements-stagger .is-active .profesmed-hero-slide-title { transition-delay: .18s; }
.profesmed-hero-slide.elements-stagger .is-active .profesmed-hero-slide-text { transition-delay: .3s; }
.profesmed-hero-slide.elements-stagger .is-active .hero-actions { transition-delay: .42s; }

.profesmed-hero-slide.elements-none .profesmed-hero-slide-kicker,
.profesmed-hero-slide.elements-none .profesmed-hero-slide-title,
.profesmed-hero-slide.elements-none .profesmed-hero-slide-text,
.profesmed-hero-slide.elements-none .hero-actions {
  opacity: 1;
  transform: none;
  transition: none;
}

.profesmed-hero-slide-bursts {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

.profesmed-hero-slide-bursts span {
  position: absolute;
  width: 34vmin;
  height: 34vmin;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,220,199,.46), transparent 64%);
  filter: blur(5px);
  opacity: .62;
  animation: profesmedBurst 7s ease-in-out infinite;
}

.profesmed-hero-slide-bursts span:nth-child(1) { left: 6%; top: 16%; }
.profesmed-hero-slide-bursts span:nth-child(2) { right: 12%; top: 10%; animation-delay: -2.2s; }
.profesmed-hero-slide-bursts span:nth-child(3) { right: 24%; bottom: 4%; animation-delay: -4s; }

.profesmed-hero-slide-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.profesmed-hero-slide-arrow.prev { left: 24px; }
.profesmed-hero-slide-arrow.next { right: 24px; }
.profesmed-hero-slide-arrow i { width: 23px; height: 23px; }

.profesmed-hero-slide-dots {
  position: absolute;
  z-index: 4;
  left: clamp(20px, 7vw, 116px);
  bottom: 42px;
  display: flex;
  gap: 10px;
}

.profesmed-hero-slide-dots button {
  width: 42px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  cursor: pointer;
}

.profesmed-hero-slide-dots button.is-active {
  background: #fff;
}

.profesmed-hero-slide.effect-pulse .profesmed-hero-slide-bursts span {
  background: radial-gradient(circle, rgba(0,160,112,.5), transparent 64%);
}

.profesmed-hero-slide.effect-zoom .profesmed-hero-slide-title {
  text-transform: none;
}

@keyframes profesmedBurst {
  0%, 100% { transform: scale(.82) translate3d(0,0,0); opacity: .34; }
  45% { transform: scale(1.45) translate3d(7%, -4%, 0); opacity: .78; }
}

@keyframes profesmedHeroImagePulse {
  0%, 100% { transform: scale(1.03); }
  50% { transform: scale(1.1); }
}

.profesmed-hero-builder {
  width: 100%;
}

.profesmed-hero-builder.media-left .hero-media {
  order: -1;
}

.profesmed-hero-builder.shape-original .hero-media,
.profesmed-hero-builder.shape-original .hero-media picture,
.profesmed-hero-builder.shape-original .hero-media img {
  border-radius: 0 0 0 140px;
}

.profesmed-hero-builder.shape-rounded .hero-media,
.profesmed-hero-builder.shape-rounded .hero-media picture,
.profesmed-hero-builder.shape-rounded .hero-media img {
  border-radius: 28px;
}

.profesmed-hero-builder.shape-circle .hero-media,
.profesmed-hero-builder.shape-circle .hero-media picture,
.profesmed-hero-builder.shape-circle .hero-media img {
  border-radius: 999px;
}

.profesmed-hero-builder.shape-arch .hero-media,
.profesmed-hero-builder.shape-arch .hero-media picture,
.profesmed-hero-builder.shape-arch .hero-media img {
  border-radius: 240px 240px 18px 18px;
}

.profesmed-hero-builder.shape-diagonal .hero-media,
.profesmed-hero-builder.shape-diagonal .hero-media picture,
.profesmed-hero-builder.shape-diagonal .hero-media img {
  border-radius: 12px 86px 12px 86px;
}

.profesmed-hero-builder.preset-green {
  background:
    linear-gradient(135deg, rgba(0,103,71,.98), rgba(0,67,49,1));
}

.profesmed-hero-builder.preset-green h1,
.profesmed-hero-builder.preset-green p,
.profesmed-hero-builder.preset-green .section-kicker {
  color: #fff;
}

.profesmed-hero-builder.preset-soft {
  background: linear-gradient(180deg, #fff, #f6fbf8);
}

.profesmed-hero-builder .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.profesmed-hero-builder .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.profesmed-hero-builder .hero-stats span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(0,103,71,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-weight: 700;
}

.profesmed-hero-builder .hero-stats strong {
  display: block;
  color: var(--green);
  font-size: 1.65rem;
  line-height: 1;
}

.profesmed-hero-builder .hero-media img,
.profesmed-media-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profesmed-media-text.image-right .about-panel {
  order: 2;
}

.profesmed-media-text.image-right .about-copy {
  order: 1;
}

.profesmed-media-text.preset-plain {
  background: transparent;
}

.profesmed-media-text.preset-green {
  background: linear-gradient(135deg, rgba(0,103,71,.08), rgba(183,220,199,.2));
}

.profesmed-media-text-copy {
  color: var(--muted);
  line-height: 1.75;
}

.profesmed-media-text-copy p {
  margin: 0 0 16px;
}

.profesmed-media-text .btn {
  margin-top: 16px;
}

.profesmed-cards-grid-section {
  display: grid;
  gap: 28px;
}

.profesmed-cards-grid-section.preset-compact .profesmed-cards-grid-card {
  min-height: 150px;
  box-shadow: none;
}

.profesmed-cards-grid-section.preset-icon-band .profesmed-cards-grid-card {
  grid-template-columns: auto 1fr;
  align-items: start;
  min-height: 130px;
}

.profesmed-cards-grid-section.preset-icon-band .profesmed-cards-grid-card span {
  grid-column: 2;
}

.profesmed-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.profesmed-cards-grid-section.columns-2 .profesmed-cards-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profesmed-cards-grid-section.columns-4 .profesmed-cards-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profesmed-cards-grid-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 24px 22px;
  border: 1px solid rgba(0,103,71,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 28px rgba(5,47,35,.08);
  color: inherit;
}

.profesmed-cards-grid-card i,
.profesmed-cards-grid-card svg {
  font-size: 2.6rem;
  width: 1em;
  height: 1em;
  color: var(--green);
}

.profesmed-cards-grid-card-btn {
  margin-top: auto;
  justify-self: start;
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius);
}

.profesmed-cards-grid-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 8px;
}

.profesmed-cards-grid-card strong {
  color: var(--green-dark);
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
}

.profesmed-cards-grid-card span {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.profesmed-simple-box {
  width: 100%;
  text-decoration: none;
}

.profesmed-simple-box strong,
.profesmed-simple-box span {
  margin: 0;
  letter-spacing: 0;
}

.profesmed-title-widget {
  display: grid;
  gap: 10px;
}

.profesmed-title-main,
.profesmed-title-subtitle,
.profesmed-title-description {
  margin: 0;
  letter-spacing: 0;
}

.profesmed-title-main {
  color: var(--green-dark);
  font-weight: 800;
  line-height: 1.05;
}

.profesmed-title-subtitle {
  color: var(--muted);
  line-height: 1.7;
}

.profesmed-title-description {
  max-width: 760px;
  color: #263630;
  line-height: 1.75;
}

.profesmed-title-widget.style-medical {
  gap: 0;
}

.profesmed-title-widget.style-medical .profesmed-title-main {
  margin: 0 0 12px;
  color: var(--green-dark);
  text-transform: uppercase;
  font-size: clamp(2.75rem, 4.35vw, 5.25rem);
  line-height: .95;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.profesmed-title-widget.style-medical .profesmed-title-subtitle {
  margin: 0 0 22px;
  color: var(--green);
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  line-height: 1.2;
}

.profesmed-title-widget.style-medical .profesmed-title-description {
  margin: 0 0 28px;
  font-size: 1.18rem;
}

.profesmed-title-widget.style-medical:not(.has-after) .profesmed-title-subtitle::after,
.profesmed-title-widget.style-medical.has-after.after-title .profesmed-title-subtitle::after {
  content: none;
  display: none;
}

.profesmed-title-widget.has-after.after-title .profesmed-title-main::after,
.profesmed-title-widget.has-after.after-subtitle .profesmed-title-subtitle::after {
  content: "";
  display: block;
  width: var(--title-after-width, 330px);
  max-width: 100%;
  height: var(--title-after-height, 2px);
  margin-top: var(--title-after-margin, 24px);
  background: linear-gradient(90deg, var(--title-after-color-1, var(--green)), var(--title-after-color-2, var(--mint)), transparent);
}

.profesmed-title-widget[style*="center"] .profesmed-title-main::after,
.profesmed-title-widget[style*="center"] .profesmed-title-subtitle::after,
.profesmed-title-widget[style*="center"] .profesmed-title-description {
  margin-inline: auto;
}

.profesmed-title-widget[style*="right"] .profesmed-title-main::after,
.profesmed-title-widget[style*="right"] .profesmed-title-subtitle::after,
.profesmed-title-widget[style*="right"] .profesmed-title-description {
  margin-left: auto;
}

.profesmed-title-accent-widget {
  display: grid;
  gap: 14px;
}

.profesmed-title-accent-title,
.profesmed-title-accent-subtitle {
  margin: 0;
  letter-spacing: 0;
}

.profesmed-title-accent-title {
  color: var(--green-dark);
  font-weight: 800;
  line-height: 1.05;
}

.profesmed-title-accent-title > span {
  display: inline;
  color: var(--green);
  font-family: Kalam, cursive;
  font-weight: 400;
  font-size: .86em;
}

.profesmed-title-accent-subtitle {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.7;
}

.profesmed-reveal-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 100%;
}

.profesmed-reveal-card.icon-top {
  display: grid;
}

.profesmed-reveal-card.icon-right-text,
.profesmed-reveal-card.icon-right-title {
  flex-direction: row-reverse;
}

.profesmed-reveal-content {
  display: grid;
  gap: 0;
  align-content: start;
}

.profesmed-reveal-title,
.profesmed-reveal-text {
  margin: 0;
}

.profesmed-reveal-title {
  color: var(--text);
  font-weight: 800;
  line-height: 1.18;
}

.profesmed-reveal-text {
  color: var(--muted);
  line-height: 1.55;
}

.profesmed-reveal-icon,
.profesmed-reveal-image,
.profesmed-box-two-icon,
.profesmed-box-two-image,
.profesmed-box-three-icon,
.profesmed-box-three-image,
.profesmed-accordion-one-icon,
.profesmed-accordion-one-image,
.profesmed-booking-benefit-icon,
.profesmed-booking-benefit-image,
.profesmed-button-icon,
.profesmed-button-image {
  flex: 0 0 auto;
  object-fit: contain;
}

.profesmed-button-image,
.profesmed-reveal-image,
.profesmed-box-two-image,
.profesmed-box-three-image,
.profesmed-accordion-one-image,
.profesmed-booking-benefit-image {
  border-radius: 6px;
}

.profesmed-booking-widget .booking-copy-title,
.profesmed-booking-widget .booking-copy-text {
  margin: 0;
}

.profesmed-booking-widget .booking-copy-title {
  margin-top: 10px;
}

.profesmed-booking-widget .booking-copy-text {
  margin-top: 20px;
}

.profesmed-booking-widget .booking-form .form-status {
  margin: 0;
}

.profesmed-map-widget {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #f7fbf9, #fff);
  border: 1px solid rgba(199, 221, 211, .7);
  box-shadow: 0 24px 70px rgba(5, 47, 35, .12);
  isolation: isolate;
}

.profesmed-map-widget::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(247, 251, 249, .92), rgba(247, 251, 249, 0));
  z-index: 2;
}

.profesmed-leaflet-map,
.profesmed-map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.profesmed-leaflet-map .leaflet-control-attribution {
  font-size: 10px;
}

.profesmed-leaflet-marker {
  border: 0;
  background: transparent;
}

.profesmed-leaflet-marker span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px 999px 999px 10px;
  transform: rotate(-45deg);
  color: #fff;
  background: var(--green);
  box-shadow: 0 16px 35px rgba(0, 103, 71, .28);
}

.profesmed-leaflet-marker i,
.profesmed-leaflet-marker svg {
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
}

.profesmed-map-pin {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -100%);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 103, 71, .24);
  z-index: 3;
  pointer-events: none;
}

.profesmed-map-pin i,
.profesmed-map-pin svg {
  width: 30px;
  height: 30px;
}

.profesmed-map-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 4;
  width: min(390px, calc(100% - 56px));
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(199, 221, 211, .86);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(5, 47, 35, .16);
}

.profesmed-map-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.profesmed-map-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.profesmed-map-card strong {
  display: block;
  margin: 0;
  color: var(--green-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.profesmed-map-card span,
.profesmed-map-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.profesmed-map-phone {
  font-weight: 800;
  color: var(--green-dark) !important;
}

.profesmed-map-card .btn {
  width: fit-content;
}

.profesmed-accordion-one span {
  border: 1px solid transparent;
}

.profesmed-accordion-one.icon-right span {
  flex-direction: row-reverse;
}

/* Accordion One — mod FAQ (details/summary) */
.profesmed-accordion-one.faq-list summary {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}
.profesmed-accordion-one.faq-list summary::-webkit-details-marker { display: none; }
.profesmed-accordion-one.faq-list summary::after {
  content: "";
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .25s ease;
  flex: 0 0 auto;
}
.profesmed-accordion-one.faq-list details[open] summary::after { transform: rotate(225deg); }
.profesmed-accordion-one.faq-list.icon-right summary { flex-direction: row-reverse; }
.profesmed-accordion-one.faq-list.icon-right summary::after { margin-left: 0; margin-right: auto; }
.profesmed-accordion-one.faq-list .profesmed-accordion-one-icon { flex: 0 0 auto; }

.profesmed-box-two article,
.profesmed-box-three article {
  border: 1px solid transparent;
}

/* Box Three - pozitie icon */
.profesmed-box-three.icon-top article {
  display: grid;
  align-content: start;
  justify-items: start;
  text-align: left;
}
.profesmed-box-three.icon-left-text article,
.profesmed-box-three.icon-right-text article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  text-align: left;
}
.profesmed-box-three.icon-right-text article {
  grid-template-columns: minmax(0, 1fr) auto;
}
.profesmed-box-three.icon-left-text .profesmed-box-three-icon,
.profesmed-box-three.icon-left-text .profesmed-box-three-image {
  grid-row: 1 / span 2;
}
.profesmed-box-three.icon-right-text .profesmed-box-three-icon,
.profesmed-box-three.icon-right-text .profesmed-box-three-image {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.profesmed-box-three.icon-left-title article,
.profesmed-box-three.icon-right-title article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 6px;
  align-items: center;
  text-align: left;
}
.profesmed-box-three.icon-right-title article {
  grid-template-columns: minmax(0, 1fr) auto;
}
.profesmed-box-three.icon-right-title .profesmed-box-three-icon,
.profesmed-box-three.icon-right-title .profesmed-box-three-image {
  grid-column: 2;
  grid-row: 1;
}
.profesmed-box-three.icon-left-title .profesmed-box-three-text,
.profesmed-box-three.icon-right-title .profesmed-box-three-text {
  grid-column: 1 / -1;
}

.profesmed-box-three-bg-solid .profesmed-box-three article {
  background: var(--box-three-card-bg, #fff);
}

.profesmed-box-three-bg-linear .profesmed-box-three article {
  background: linear-gradient(135deg, var(--box-three-card-bg, #fff), var(--box-three-card-bg-2, rgba(183, 220, 199, .36)));
}

.profesmed-box-three-bg-radial .profesmed-box-three article {
  background: radial-gradient(circle at 20% 18%, var(--box-three-card-bg-2, rgba(183, 220, 199, .38)), transparent 58%), var(--box-three-card-bg, #fff);
}

.profesmed-box-three-bg-soft-radial .profesmed-box-three article {
  background: radial-gradient(circle at 8% 20%, var(--box-three-card-bg-2, rgba(183, 220, 199, .32)), transparent 11rem), linear-gradient(135deg, var(--box-three-card-bg, #f7fbf9), #fff);
}

.profesmed-box-three-bg-transparent .profesmed-box-three article {
  background: transparent;
}

.profesmed-box-three-icon-bg-none .profesmed-box-three-icon,
.profesmed-box-three-icon-bg-none .profesmed-box-three-image {
  background: transparent !important;
}

.profesmed-box-three-icon-bg-solid .profesmed-box-three-icon,
.profesmed-box-three-icon-bg-solid .profesmed-box-three-image {
  background: var(--box-three-icon-bg, rgba(0, 103, 71, .12));
}

.profesmed-box-three-icon-bg-linear .profesmed-box-three-icon,
.profesmed-box-three-icon-bg-linear .profesmed-box-three-image {
  background: linear-gradient(135deg, var(--box-three-icon-bg, rgba(0, 103, 71, .14)), var(--box-three-icon-bg-2, rgba(183, 220, 199, .55)));
}

.profesmed-box-three-icon-bg-radial .profesmed-box-three-icon,
.profesmed-box-three-icon-bg-radial .profesmed-box-three-image {
  background: radial-gradient(circle at 30% 25%, var(--box-three-icon-bg-2, rgba(183, 220, 199, .65)), transparent 60%), var(--box-three-icon-bg, rgba(0, 103, 71, .12));
}

.profesmed-box-three-icon-bg-soft .profesmed-box-three-icon,
.profesmed-box-three-icon-bg-soft .profesmed-box-three-image {
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .8), transparent 55%), linear-gradient(135deg, var(--box-three-icon-bg, rgba(0, 103, 71, .12)), var(--box-three-icon-bg-2, rgba(183, 220, 199, .46)));
}

.profesmed-box-two-title,
.profesmed-box-two-text,
.profesmed-box-two-extra,
.profesmed-box-three-title,
.profesmed-box-three-text {
  margin: 0;
}

.profesmed-box-two article,
.profesmed-box-three article {
  align-content: start;
}

.profesmed-box-two-title,
.profesmed-box-three-title {
  color: var(--text);
  line-height: 1.15;
}

.profesmed-box-two-text,
.profesmed-box-three-text {
  color: var(--muted);
  line-height: 1.55;
}

.profesmed-box-two.icon-left-text article,
.profesmed-box-two.icon-left-title article {
  align-items: flex-start;
  text-align: left;
}

.profesmed-box-two.icon-right-text article,
.profesmed-box-two.icon-right-title article {
  align-items: flex-end;
  text-align: right;
}

.profesmed-box-three.icon-left-text article,
.profesmed-box-three.icon-left-title article {
  align-items: flex-start;
  text-align: left;
}

.profesmed-box-three.icon-right-text article,
.profesmed-box-three.icon-right-title article {
  align-items: flex-end;
  text-align: right;
}

.btn.icon-right {
  flex-direction: row-reverse;
}

.btn-size-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: .88rem;
}

.btn-size-large {
  min-height: 60px;
  padding: 0 28px;
  font-size: 1.05rem;
}

@media (max-width: 680px) {
  .profesmed-hero-builder .hero-stats,
  .profesmed-cards-grid,
  .profesmed-cards-grid-section.columns-2 .profesmed-cards-grid,
  .profesmed-cards-grid-section.columns-4 .profesmed-cards-grid {
    grid-template-columns: 1fr;
  }

  .profesmed-media-text.image-right .about-panel,
  .profesmed-media-text.image-right .about-copy {
    order: initial;
  }

  .profesmed-widget-heading {
    max-width: none;
  }

  .profesmed-widget-title {
    font-size: clamp(2rem, 12vw, 3.8rem);
  }

  .profesmed-widget-button-wrap .btn,
  .profesmed-widget-button-group .btn {
    width: 100%;
    justify-content: center;
  }
}
