/* Árak page – force ALL hero text white */
.page-hero,
.page-hero * {
  color: #ffffff !important;
  opacity: 1 !important;
}
/* Remove broken dropdown icon (blue question mark) */
nav a::after,
nav li::after,
.menu-item-has-children > a::after,
.has-children > a::after {
  content: none !important;
  display: none !important;
}
/* Remove Bootstrap dropdown caret (blue question mark) */
.nav-link[data-bs-toggle="dropdown"]::after {
  display: none !important;
  content: none !important;
}

/* ================================
   Arak page - premium styling
   ================================ */
.arak-page {
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.arak-categories {
  position: sticky;
  top: 88px;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 14px 18px;
  margin: -48px auto 18px;
  width: 100%;
  max-width: 1100px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(190, 155, 82, 0.22);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

/* Sticky header logo swap */
#mainLogo {
  display: block;
  margin: 0 auto;
}

.header .navbar-brand {
  display: inline-block;
  text-align: center;
}

.header .nav-subtitle {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b79c9c;
}

.header .nav-subitem a,
.header .nav-subitem--text {
  display: inline-block;
  color: #4f4a44;
  font-size: 12px !important;
  padding: 4px 0;
  white-space: normal;
}

/* Megamenu text wrapping for long labels */
.header .dropdown-menu.megamenu,
.header .dropdown-menu.megamenu li,
.header .dropdown-menu.megamenu a {
  white-space: normal;
}

/* Premium mega menu surface */
.header .dropdown-menu.megamenu {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(190, 155, 82, 0.18);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.header .nav-subgroup__summary,
.header .nav-subitem a,
.header .nav-subitem--text {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.header .nav-subitem a:link,
.header .nav-subitem a:visited {
  color: #4f4a44;
}

/* Ensure submenu links match the rest (e.g., Szálbehúzás) */
.header .dropdown-menu .list-unstyled li a {
  color: #4f4a44;
  font-size: 14px;
  line-height: 1.4;
  transition: color 0.16s ease, opacity 0.16s ease;
}

.header .dropdown-menu .list-unstyled li a:hover,
.header .dropdown-menu .list-unstyled li a:focus {
  color: #BE9B52;
  opacity: 1;
}

.header .nav-subgroup {
  list-style: none;
  margin: 6px 0 4px;
}

.header .nav-subgroup__details {
  border: none;
}

.header .nav-subgroup__summary {
  list-style: none;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 400;
  color: #2f2f2f;
  letter-spacing: 0;
  text-transform: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 2px 0 6px;
  white-space: normal;
  transition: color 0.16s ease, opacity 0.16s ease;
}

.header .nav-subgroup__text {
  display: block;
  flex: 1;
  min-width: 0;
}

.header .nav-subgroup__summary::-webkit-details-marker {
  display: none;
}

.header .nav-subgroup__summary:hover,
.header .nav-subgroup__summary:focus {
  color: #BE9B52;
}

.header .nav-subgroup__summary:hover .nav-subgroup__arrow,
.header .nav-subgroup__summary:focus .nav-subgroup__arrow {
  color: #BE9B52;
}

.header .nav-subgroup__arrow {
  font-size: 9px;
  line-height: 1;
  color: #7a746d;
  opacity: 0.5;
  display: inline-block;
  margin-top: 4px;
}

.header .nav-subgroup__list {
  margin: 0 0 6px 12px;
  padding: 4px 0 6px 10px;
  list-style: none;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.header .nav-subgroup__list .nav-subitem {
  margin: 0;
  display: block;
  width: 100%;
}

.header .nav-subgroup__list .nav-subitem a {
  font-size: 13px;
  line-height: 1.35;
}

/* Premium headings */
.header .dropdown-menu .nav-title {
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.15;
}

/* Subtle column separators */
.header .dropdown-menu.megamenu .col-md-4 {
  position: relative;
}

.header .dropdown-menu.megamenu .col-md-4:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 12px;
  width: 1px;
  height: calc(100% - 12px);
  background: rgba(0, 0, 0, 0.04);
}

.header-cta .header-booking-btn {
  background: #BE9B52 !important;
  color: #ffffff !important;
  border: 1px solid #BE9B52 !important;
  border-radius: 999px;
  box-shadow: none !important;
  transition: all 0.2s ease;
}

.header-cta .header-booking-btn:hover,
.header-cta .header-booking-btn:focus {
  background: #BE9B52 !important;
  border-color: #BE9B52 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.arak-dd,
.arak-dd--link {
  border-radius: 999px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.arak-dd {
  position: relative;
  overflow: visible;
}

.arak-dd > summary,
.arak-dd--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: #ffffff;
  background: #c5a96a;
  border: 1px solid #c5a96a;
  box-shadow: 0 8px 18px rgba(197, 169, 106, 0.28);
  font-family: 'Gotham Medium', sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  text-decoration: none;
  border-radius: 999px;
}

/* Decorative divider between category intro and service cards */
.services-gold-divider-wrap {
  padding: 8px 0 28px;
}

.services-gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.services-gold-divider__line {
  width: 140px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, rgba(190, 155, 82, 0.1) 0%, rgba(190, 155, 82, 0.95) 50%, rgba(190, 155, 82, 0.1) 100%);
}

.services-gold-divider__crest {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #BE9B52;
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px rgba(190, 155, 82, 0.14);
}

.services-gold-divider__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  background: #BE9B52;
  transform: rotate(-45deg);
}

/* Emphasized intro text on orvosesztetikai category page */
.services-intro-emphasis .title {
  letter-spacing: 0.02em;
}

.services-intro-emphasis .section-description {
  max-width: 860px;
  margin: 18px auto 0;
  padding: 0;
  text-align: center;
  line-height: 1.62;
  font-weight: 500;
  color: #8f7440;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.services-intro-emphasis .section-description p {
  margin: 0;
  text-align: center;
  color: inherit;
}

@media (max-width: 991px) {
  .services-intro-emphasis .section-description {
    max-width: 100%;
  }
}

.arak-dd > summary {
  list-style: none;
  cursor: pointer;
  gap: 10px;
}

.arak-dd > summary::-webkit-details-marker {
  display: none;
}

.arak-dd > summary::after {
  content: "▾";
  font-size: 12px;
  opacity: 0.65;
}

.arak-dd__panel {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 260px;
  max-width: 340px;
  max-height: 320px;
  overflow-y: auto;
  padding: 12px;
  display: grid;
  gap: 10px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(190, 155, 82, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
}

.arak-dd__panel a {
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #4f4a44;
  background: #faf8f6;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.arak-dd__panel a:hover,
.arak-dd__panel a:focus {
  background: #f3eee9;
  border-color: rgba(190, 155, 82, 0.35);
}

.arak-dd--link:hover,
.arak-dd--link:focus,
.arak-dd > summary:hover,
.arak-dd > summary:focus {
  color: #ffffff;
  background: #b99755;
  border-color: #b99755;
  box-shadow: 0 8px 18px rgba(185, 151, 85, 0.3);
}

.arak-dd[open] > summary {
  color: #ffffff;
  background: #c5a96a;
  border-color: #c5a96a;
  border-radius: 999px;
}

.arak-page .price-wrap,
.arak-page .price-block,
.arak-page .price-section {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.arak-page .price-section > h2,
.arak-page .price-section > .price-intro,
.arak-page .price-block .price-block__header {
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
}

.arak-page .price-section > .price-intro,
.arak-page .price-block__header .muted {
  margin-left: auto;
  margin-right: auto;
}


.arak-page .price-block .price-block__header {
  max-width: 1100px;
  margin: 0 auto 18px;
}

.arak-cta {
  display: flex;
  justify-content: center;
  margin: -70px auto 0;
  padding: 10px 0 22px;
}

.arak-page .price-block {
  padding-left: 22px;
  padding-right: 22px;
}

.arak-page .price-card {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.hero--arak .hero__content {
  text-align: center;
  padding-top: 195px;
}

/* Home hero headline (Luxus...) smaller */
.slider-01 .slider-1 h1 {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.15;
}

.arak-page h2 {
  font-size: 36px;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.arak-page .price-intro,
.arak-page .muted {
  font-size: 16px;
  color: #6e6a63;
  margin-bottom: 18px;
}

.price-wrap {
  display: grid;
  gap: 22px;
}

.price-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.price-card h3 {
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5e5447;
  margin-bottom: 10px;
}

.price-card h3 .price-card-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.price-card h3 .price-card-link:hover,
.price-card h3 .price-card-link:focus {
  color: #BE9B52;
}

.price-note {
  background: #f8f6f2;
  border-radius: 12px;
  padding: 10px 12px;
  color: #7a7064;
  margin-bottom: 10px;
}

.price-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.price-row:first-of-type {
  border-top: 0;
}

.price-title {
  font-size: 15px;
  color: #4f4a44;
}

.price-desc {
  font-size: 12px;
  color: #8a847a;
  margin-top: 3px;
}

.price-subhead {
  font-family: 'Gotham Medium', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f7a55;
  margin: 18px 0 6px;
  text-align: center;
}

.price-value {
  font-family: 'Gotham Medium', sans-serif;
  font-size: 15px;
  color: #8f7a55;
  white-space: nowrap;
}

.price-section,
.price-block {
  scroll-margin-top: 170px;
}

.price-card[id] {
  scroll-margin-top: 200px;
}

/* Arak: compact spacing for Juliette Armand rows */
#arcapolas-juliette .price-row {
  padding-top: 6px;
  padding-bottom: 6px;
}

#arcapolas-juliette .price-subhead {
  margin-top: 8px;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .hero--arak .hero__content {
    padding-top: 145px;
  }

  .arak-categories {
    top: 64px;
    padding: 12px 12px;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }

  .arak-categories.is-collapsed {
    display: none !important;
  }

  .arak-categories > .arak-dd,
  .arak-categories > .arak-dd--link {
    width: 100%;
    margin: 0 !important;
  }

  .arak-categories > .arak-dd:nth-child(3) {
    grid-column: 1 / -1;
  }

  .arak-categories > .arak-dd--link {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 62%;
  }

  .arak-dd > summary,
  .arak-dd--link {
    font-size: 12px;
    padding: 8px 12px;
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
  .arak-page h2 {
    font-size: 30px;
  }
  .price-card {
    padding: 16px;
  }
  .arak-dd {
    position: relative;
  }
  .arak-dd[open] {
    z-index: 80;
  }
  .arak-dd__panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: auto;
    min-width: 100%;
    width: 100%;
    max-width: calc(100vw - 24px);
    max-height: 52vh;
    overflow-y: auto;
    z-index: 90;
  }

  /* Top row dropdowns: same wide panel width for Arcápolás + Testkezelések */
  .arak-categories > .arak-dd:nth-child(1) .arak-dd__panel,
  .arak-categories > .arak-dd:nth-child(2) .arak-dd__panel {
    width: calc(200% + 12px);
    min-width: calc(200% + 12px);
  }

  .arak-categories > .arak-dd:nth-child(1) .arak-dd__panel {
    left: 0;
    transform: none;
  }

  .arak-categories > .arak-dd:nth-child(2) .arak-dd__panel {
    left: calc(-100% - 12px);
    right: auto;
    transform: none;
  }
}

@media (max-width: 430px) {
  .arak-page .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .arak-categories {
    margin-top: -36px;
    gap: 8px;
    padding: 10px;
  }

  .arak-dd > summary,
  .arak-dd--link {
    font-size: 11px !important;
    padding: 8px 10px !important;
    letter-spacing: 0.03em;
    white-space: normal !important;
    line-height: 1.2;
  }

  .arak-categories > .arak-dd--link {
    max-width: 100%;
  }

  .arak-dd__panel {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }

  .arak-categories > .arak-dd:nth-child(1) .arak-dd__panel,
  .arak-categories > .arak-dd:nth-child(2) .arak-dd__panel {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }

  .arak-page .price-section > h2,
  .arak-page .price-section > .price-intro,
  .arak-page .price-block .price-block__header,
  .arak-page .price-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-card {
    padding: 14px 12px !important;
  }

  .price-row {
    flex-wrap: wrap;
    gap: 6px;
  }

  .price-title,
  .price-desc,
  .arak-page .price-intro,
  .arak-page .muted {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .price-title {
    min-width: 0;
    max-width: 100%;
  }

  .price-value {
    margin-left: auto;
    text-align: right;
  }
}

@media (max-width: 360px) {
  .arak-categories {
    grid-template-columns: 1fr;
  }

  .arak-categories > .arak-dd:nth-child(3),
  .arak-categories > .arak-dd--link {
    grid-column: 1;
  }
}

/* Arcapolas cards: align icons in one line + premium separators */
.arcapolas-service-col {
  position: relative;
}

.arcapolas-service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.arcapolas-service-icon {
  margin-top: auto;
}

.orvo-service-card {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .arcapolas-services-row .arcapolas-service-col:not(:first-child)::before {
    content: none;
  }

  .manualis-kozmetikai-services-row {
    margin-left: -32px;
    margin-right: -32px;
  }

  .manualis-kozmetikai-services-row .manualis-kozmetikai-service-col:first-child {
    padding-right: 56px;
  }

  .manualis-kozmetikai-services-row .manualis-kozmetikai-service-col:last-child {
    padding-left: 56px;
  }
}

@media (min-width: 1200px) {
  .manualis-kozmetikai-services-row {
    margin-left: -56px;
    margin-right: -56px;
  }

  .manualis-kozmetikai-services-row .manualis-kozmetikai-service-col:first-child {
    padding-right: 84px;
  }

  .manualis-kozmetikai-services-row .manualis-kozmetikai-service-col:last-child {
    padding-left: 84px;
  }
}

/* Home Instagram embed: reduce visual size on desktop */
.instagram-feed-col {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-feed-col .embedsocial-hashtag,
.instagram-feed-col .embedsocial-hashtag > div,
.instagram-feed-col .embedsocial-hashtag [class*="es-"],
.instagram-feed-col .embedsocial-hashtag [class*="embed"],
.instagram-feed-col .embedsocial-hashtag iframe {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1200px) {
  .instagram-feed-col .embedsocial-hashtag {
    width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Force visible size reduction for EmbedSocial widget */
@media (min-width: 1200px) {
  .instagram-feed-col .embedsocial-hashtag {
    zoom: 0.82;
  }
}

/* Fallback for browsers that ignore zoom */
@supports not (zoom: 1) {
  @media (min-width: 1200px) {
    .instagram-feed-col .embedsocial-hashtag {
      transform: scale(0.82);
      transform-origin: top center;
      width: 122% !important;
    }
  }
}

@media (max-width: 1400px) {
  .instagram-feed-col {
    max-width: 1180px;
  }
}

@media (max-width: 991px) {
  .instagram-feed-col {
    max-width: 100%;
  }
}

/* Service intro: normalize rich-text blocks to paragraph sizing */
.about-02 .description > * + * {
  margin-top: 18px;
}

.about-02 .description h1,
.about-02 .description h2,
.about-02 .description h3,
.about-02 .description h4,
.about-02 .description h5,
.about-02 .description h6 {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
  margin: 0 !important;
}

.about-02 .description h1 strong,
.about-02 .description h2 strong,
.about-02 .description h3 strong,
.about-02 .description h4 strong,
.about-02 .description h5 strong,
.about-02 .description h6 strong {
  font-weight: inherit !important;
}

/* Contact map: original Google colors */
.map-container--brand {
  position: relative;
  overflow: hidden;
}

.map-container--brand iframe {
  filter: none;
}

.map-container--brand::after {
  content: none;
}

/* Megoldasok intro block: premium gold gradient style */
.megoldas-intro {
  background: linear-gradient(180deg, rgba(190, 155, 82, 0.22) 0%, rgba(190, 155, 82, 0.1) 42%, rgba(190, 155, 82, 0) 100%);
}

.megoldas-intro .megoldas-intro-title {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.megoldas-intro .megoldas-intro-title .title {
  margin-bottom: 14px;
}


.megoldas-intro .megoldas-intro-divider {
  width: 190px;
  height: 1px;
  margin: 0 auto 24px;
  background: #BE9B52;
  opacity: 0.85;
}

.megoldas-intro .megoldas-intro-title .section-description {
  max-width: 1120px;
  margin: 0 auto;
  color: #8F7440;
  font-size: clamp(21px, 1.35vw, 38px);
  line-height: 1.62;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.megoldas-intro .megoldas-intro-title .section-description p {
  color: inherit;
}

/* Pigmentfoltok page: slightly smaller intro copy */
.megoldas-intro .megoldas-intro-title .section-description.section-description--pigmentfoltok {
  font-size: clamp(15px, 0.92vw, 24px);
  line-height: 1.45;
}

.services-table .recommended-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.services-table .recommended-title-link:hover,
.services-table .recommended-title-link:focus {
  color: #BE9B52;
}

/* Blog listing: premium cards with sourced cover images */
.blog-listing .blog-card {
  background: #ffffff;
  border: 1px solid rgba(19, 19, 16, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.blog-listing .blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(190, 155, 82, 0.36);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.1);
}

.blog-listing .blog-card__image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f2ed;
}

.blog-listing .blog-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 14, 12, 0) 55%, rgba(15, 14, 12, 0.18) 100%);
}

.blog-listing .blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.blog-listing .blog-card:hover .blog-card__image {
  transform: scale(1.04);
}

.blog-listing .blog-card__content {
  padding: 22px 24px 20px;
}

.blog-listing .blog-card__title {
  margin: 0 0 14px;
  font-family: 'Gotham Book', sans-serif;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.22;
  font-weight: 700;
}

.blog-listing .blog-card__title a {
  color: #3f4044;
  transition: color 0.18s ease;
}

.blog-listing .blog-card__title a:hover,
.blog-listing .blog-card__title a:focus {
  color: #BE9B52;
}

.blog-listing .blog-card__excerpt {
  margin: 0 0 16px;
  color: #666666;
  font-size: 15px;
  line-height: 1.52;
}

.blog-listing .blog-card__meta {
  border-top: 1px solid rgba(19, 19, 16, 0.08);
  padding-top: 14px;
}

.blog-listing .blog-card__date {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #686a6f;
  font-size: 18px;
}

@media (max-width: 991px) {
  .blog-listing .blog-card__title {
    font-size: 21px;
  }

  .blog-listing .blog-card__excerpt {
    font-size: 15px;
  }

  .blog-listing .blog-card__date {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .blog-listing .blog-card {
    border-radius: 20px;
  }

  .blog-listing .blog-card__content {
    padding: 18px 18px 16px;
  }

  .blog-listing .blog-card__title {
    font-size: 19px;
  }

  .blog-listing .blog-card__excerpt {
    font-size: 14px;
  }
}

/* Kapcsolat page: keep contact links dark on hover */
.kapcsolat-page .message-info .feature-box .feature-content a:hover,
.kapcsolat-page .message-info .feature-box .feature-content a:focus,
.kapcsolat-page .message-info .feature-box .feature-content a:active,
.kapcsolat-page .message-info .feature-box .feature-content a:visited:hover {
  color: #131310 !important;
}

/* Footer: inline small logo before contact column */
.footer .footer-logo-link {
  display: inline-flex;
  align-items: flex-start;
  margin-left: -72px;
}

.footer .footer-logo-inline {
  width: clamp(180px, 13vw, 250px);
  height: auto;
  opacity: 0.94;
}

.footer .min-footer h5 {
  display: inline-block;
  text-decoration: underline !important;
  text-decoration-color: #BE9B52 !important;
  text-decoration-thickness: 0.5px !important;
  text-underline-offset: 7px !important;
  border-bottom: 0.5px solid #BE9B52;
  padding-bottom: 2px;
}

.footer .min-footer {
  padding-top: 36px !important;
}

.footer .social-icon {
  width: 100%;
  text-align: center;
}

.footer .social-icon ul {
  justify-content: center;
}

.footer .footer-social-row {
  margin-top: 10px;
}

/* Bootstrap mobile nav + footer stabilization */
.header .header-top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Desktop-only: keep full top nav visible (including first 2 items) */
@media (min-width: 1200px) {
  .header .navbar .navbar-nav {
    position: static !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 24px;
    width: auto !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .header .navbar .navbar-nav > li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header .navbar .navbar-nav > li > .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .header .header-top-row {
    display: block !important;
    text-align: center;
  }

  .header .header-logo-wrap {
    text-align: center !important;
  }

  .header .header-top-actions {
    position: static;
    display: block;
    margin-left: 0;
  }

  .header .header-cta {
    display: flex !important;
  }
}

.header .bemed-navbar-toggler {
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  padding: 7px 9px;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.header .bemed-navbar-toggler:focus {
  box-shadow: none;
}

.header .bemed-navbar-toggler__bar {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: #ffffff;
  transition: background-color 0.2s ease;
}

.footer .footer-contact-info li {
  display: flex;
  gap: 8px;
}

@media (max-width: 991.98px) {
  .slider-01 #main-slider.vh-100 {
    height: 68vh !important;
    min-height: 520px;
    max-height: 740px;
  }

  .slider-01 .slider-1 .animated {
    transform: translateY(-36px);
  }

  .slider-01 .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
  }

  .header .header-top-row {
    display: grid !important;
    grid-template-columns: 28px 1fr 44px;
    align-items: center;
    justify-content: stretch;
    position: relative;
    min-height: 56px;
  }

  .header .header-top-actions {
    position: static;
    grid-column: 3;
    justify-self: start;
    align-self: center;
    margin: 0;
    gap: 0;
    display: flex;
    align-items: center;
    transform: none;
  }

  .header.header-sticky {
    top: 34px !important;
  }

  .header.is-sticky {
    top: 34px !important;
  }

  .header .container.main-header {
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: visible;
  }

  .header .header-logo-wrap {
    padding: 0 !important;
    text-align: center !important;
    position: static;
    grid-column: 2;
    justify-self: center;
    margin: 0;
    width: max-content;
  }

  .header .header-logo-wrap #mainLogo {
    height: 38px !important;
    width: auto !important;
    max-width: calc(100vw - 92px);
  }

  .header .header-cta {
    display: none !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    margin: 0;
  }

  .header .header-cta .header-booking-btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .header .bemed-navbar-toggler {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: transparent;
    border-color: transparent;
    border-width: 0;
    border-style: solid;
    z-index: 3;
    position: relative;
    top: -4px;
  }

  .header.is-sticky .bemed-navbar-toggler {
    background: transparent;
    border-color: transparent;
  }

  .header.is-sticky .bemed-navbar-toggler__bar {
    background: #131310;
  }

  .header .bemed-navbar-toggler__bar {
    width: 19px;
    margin: 0;
  }

  .header .navbar {
    padding-top: 0;
  }

  .header .navbar-collapse {
    margin-top: 10px;
    border-radius: 14px;
    border: 1px solid rgba(190, 155, 82, 0.26);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    max-height: 72vh;
    overflow: auto;
  }

  .header .navbar-nav {
    left: auto !important;
    transform: none !important;
    width: 100%;
    padding: 8px 0;
  }

  .header .navbar-nav.mx-auto {
    justify-content: flex-start;
  }

  .header .navbar-nav > li {
    width: 100%;
    text-align: left;
    padding: 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .header .navbar .navbar-nav > li > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 6px;
  }

  .header .navbar .navbar-nav > li > .nav-link.nav-link-mobile-arrow::after {
    content: none !important;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    color: #9a8a6e;
    margin-left: 8px;
    flex-shrink: 0;
  }

  .header .navbar .navbar-nav > li > .nav-link.nav-link-mobile-arrow > span:first-child {
    display: inline-block !important;
    color: #131310 !important;
    opacity: 1 !important;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .header .navbar .navbar-nav > li > .nav-link .mobile-dropdown-arrow {
    display: inline-block !important;
    margin-left: auto;
    font-size: 12px;
    line-height: 1;
    color: #9a8a6e;
    flex-shrink: 0;
    padding-left: 10px;
  }

  .header .dropdown-menu.megamenu,
  .header .dropdown-menu.megamenu--services,
  .header .dropdown-menu.megamenu--solutions {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 8px 6px !important;
    margin: 0 0 8px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .header .dropdown-menu.megamenu .row,
  .header .dropdown-menu.megamenu--solutions .row {
    display: block !important;
    margin: 0 !important;
  }

  .header .dropdown-menu.megamenu .mega-col,
  .header .dropdown-menu.megamenu .row > [class*="col-"],
  .header .dropdown-menu.megamenu--solutions .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    padding: 0 !important;
  }

  /* mobile nav: force readable vertical stacking */
  .header .dropdown-menu .list-unstyled,
  .header .dropdown-menu .list-unstyled li {
    display: block !important;
    width: 100% !important;
  }

  .header .dropdown-menu .list-unstyled li a,
  .header .nav-subgroup__summary,
  .header .nav-subitem a {
    display: block;
    width: 100%;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: left;
  }

  .header .dropdown-menu.megamenu--solutions .nav-title a {
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  .header .dropdown-menu.megamenu--solutions .list-unstyled li a {
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding: 5px 0 !important;
  }

  .header .nav-subgroup__summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
  }

  .header .nav-subgroup__list {
    margin: 0 0 8px 0;
    padding: 4px 0 6px 10px;
  }

  .header .nav-subgroup__list .nav-subitem a {
    padding: 6px 0;
  }

  .footer .min-footer {
    padding-top: 22px !important;
  }

  .footer .min-footer .row.align-items-start {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
  }

  .footer .min-footer .row.align-items-start > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
  }

  .footer .min-footer .row.align-items-start > [class*="col-"]:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-bottom: 4px;
  }

  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(2) {
    grid-column: 2;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(5) {
    grid-column: 3;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(3),
  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(4) {
    display: none !important;
  }

  .footer .footer-logo-link {
    margin-left: 0;
    justify-content: flex-start;
    margin-right: 0;
    margin-inline: 0;
    display: inline-flex;
  }

  .footer .footer-logo-inline {
    width: clamp(80px, 18vw, 105px);
  }

  .footer .min-footer h5 {
    font-size: 13px;
    text-underline-offset: 5px !important;
    margin-bottom: 8px;
    text-decoration: none !important;
  }

  .footer .footer-link ul li,
  .footer .footer-link ul li a,
  .footer .footer-contact-info li,
  .footer .footer-contact-info li a,
  .footer .footer-contact-info li span {
    font-size: 10.5px;
    line-height: 1.28;
  }

  .footer .footer-contact-info {
    padding-right: 0 !important;
  }

  .footer .footer-contact-info li {
    justify-content: flex-start;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 9px 1fr;
    column-gap: 2px;
  }

  .footer .footer-contact-info li i {
    font-size: 7px;
    margin-top: 0;
    min-width: 0;
    width: 9px;
  }

  .footer .footer-contact-info li:first-child i {
    margin-top: -3px;
  }

  .footer .footer-contact-info li br {
    display: none;
  }

  .footer .footer-contact-info li span,
  .footer .footer-contact-info li span a {
    white-space: nowrap;
  }

  /* mobile: allow address row to wrap for better Nyitvatartas space */
  .footer .footer-contact-info li:first-child span,
  .footer .footer-contact-info li:first-child span a {
    white-space: normal;
    display: inline-block;
    max-width: 170px;
    line-height: 1.25;
    margin-top: 4px;
  }

  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(2) h5,
  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(5) h5 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(2),
  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(2) *,
  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(5),
  .footer .min-footer .row.align-items-start > [class*="col-"]:nth-child(5) * {
    font-size: 10.5px;
    line-height: 1.28;
  }

  .footer .social-icon ul li {
    margin: 0 3px;
  }

  .footer .social-icon ul li a {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    min-width: 32px !important;
    margin-right: 0 !important;
  }

  .footer .social-icon ul li a i {
    font-size: 14px !important;
  }

  .back-to-top a {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 16px !important;
  }

  .footer .footer-bottom {
    padding: 10px 0 !important;
  }

  .footer .footer-bottom .copyright p {
    font-size: 12px !important;
    line-height: 1.3;
  }
}

@media (max-width: 1199.98px) {
  .header .header-cta,
  .header .header-cta .header-booking-btn,
  .header a.header-booking-btn {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Global newsletter section gradient */
.newsletter {
  background: linear-gradient(180deg, #f1e8eb 0%, #ffffff 100%) !important;
}

.newsletter.nobg {
  background: transparent !important;
}

@media (max-width: 991px) {
  .footer .footer-logo-link {
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  /* Blog listing mobile: 2 small cards + 1 centered below */
  .blog-listing .row > .col-md-6.col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px !important;
  }

  .blog-listing .row > .col-md-6.col-lg-4:nth-child(3n) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-listing .row > .col-md-6.col-lg-4:nth-child(3n) .blog-card {
    width: 52%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-listing .blog-card__image {
    width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .blog-listing .blog-card__content {
    padding: 12px !important;
  }

  .blog-listing .blog-card__title {
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  .blog-listing .blog-card__excerpt {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-listing .blog-card__meta .btn-link,
  .blog-listing .blog-card__date {
    font-size: 12px !important;
  }
}

/* Szolgaltatasok: premium pink details table (global) */
.service-details-section,
section.bemed01bg.py-5 {
  position: relative;
  overflow: hidden;
  padding-top: 36px !important;
  background-color: #f1e8eb !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 14%, #f8f3f6 28%, #f1e8eb 46%, #efe7eb 100%) !important;
}

.service-details-section::before,
section.bemed01bg.py-5::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.86) 14%, rgba(255, 255, 255, 0.38) 30%, rgba(255, 255, 255, 0) 52%, rgba(200, 176, 176, 0.08) 100%);
}

.service-details-section > *,
section.bemed01bg.py-5 > * {
  position: relative;
  z-index: 1;
}

.service-details-section .services-table {
  margin: 0;
  border-collapse: collapse;
}

section.bemed01bg.py-5 .services-table {
  margin: 0;
  border-collapse: collapse;
}

.service-details-section .services-table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

section.bemed01bg.py-5 .services-table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.service-details-section .services-table tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

section.bemed01bg.py-5 .services-table tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.service-details-section .services-table td {
  padding: 22px 0 !important;
  font-size: clamp(26px, 1.45vw, 34px);
  line-height: 1.24;
  color: #616166;
  font-family: 'Gotham Medium', sans-serif;
  vertical-align: top;
}

section.bemed01bg.py-5 .services-table td {
  padding: 22px 0 !important;
  font-size: clamp(26px, 1.45vw, 34px);
  line-height: 1.24;
  color: #616166;
  font-family: 'Gotham Medium', sans-serif;
  vertical-align: top;
}

.service-details-section .services-table td:first-child {
  width: 40%;
  color: #5c5d62;
}

section.bemed01bg.py-5 .services-table td:first-child {
  width: 40%;
  color: #5c5d62;
}

.service-details-section .services-table td:nth-child(2) {
  width: 5%;
}

section.bemed01bg.py-5 .services-table td:nth-child(2) {
  width: 5%;
}

.service-details-section .services-table td:last-child {
  width: 55%;
}

section.bemed01bg.py-5 .services-table td:last-child {
  width: 55%;
}

@media (max-width: 991px) {
  .service-details-section .services-table td {
    font-size: clamp(19px, 2.6vw, 26px);
    padding: 16px 0 !important;
  }

  section.bemed01bg.py-5 .services-table td {
    font-size: clamp(19px, 2.6vw, 26px);
    padding: 16px 0 !important;
  }
}

.service-intro-cta {
  width: 100%;
  margin-top: 58px;
  gap: 16px 64px;
  justify-content: center !important;
  text-align: center;
}

.service-intro-cta .btn {
  min-width: 200px;
}

.service-intro-highlight-gold {
  color: #8f7440;
  line-height: 1.75;
  font-weight: 500;
}

.service-intro-section {
  padding-bottom: 36px !important;
}

/* Crop specific service intro images instead of stretching */
.service-intro-section .about-img .img-01 img.service-intro-image-crop {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Morpheus8 page: reduce intro image height so the next block starts closer to the pink table */
.service-intro-section .about-img .img-01 img.service-intro-image-morpheus8 {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
  object-position: center center !important;
}

.service-intro-section-morpheus8 {
  padding-bottom: 8px !important;
}

@media (max-width: 991px) {
  .service-intro-section {
    padding-bottom: 24px !important;
  }

  .service-intro-section .about-img .img-01 img.service-intro-image-crop {
    aspect-ratio: 3 / 4;
  }

  .service-intro-cta {
    margin-top: 34px;
    gap: 12px 20px !important;
  }

  .service-intro-cta .btn {
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .service-intro-section .about-img .img-01 img.service-intro-image-crop {
    aspect-ratio: 1 / 1;
    padding-left: 0 !important;
  }
}

/* Szolgaltatasok table typography aligned with Megoldasok reference */
.service-details-section .services-table td {
  font-size: clamp(16px, 1.08vw, 22px) !important;
  line-height: 1.48 !important;
  color: #686a6f !important;
  font-family: 'Gotham Medium', sans-serif;
  font-weight: 500;
}

.service-details-section .services-table td:first-child {
  color: #BE9B52 !important;
  font-family: 'Gotham Medium', sans-serif;
  font-weight: 600;
}

.service-details-section .service-details-heading {
  text-align: left;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 16px !important;
}

.service-details-section .service-details-heading .title {
  font-size: clamp(26px, 2vw, 40px);
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.service-infos-heading .title {
  font-size: clamp(26px, 2vw, 40px);
  line-height: 1.2;
}

@media (max-width: 991px) {
  .service-details-section,
  section.bemed01bg.py-5 {
    padding-top: 24px !important;
  }

  .service-details-section .services-table td {
    font-size: clamp(15px, 4.5vw, 20px) !important;
    line-height: 1.42 !important;
    padding: 14px 0 !important;
  }

  .service-details-section .service-details-heading {
    margin-bottom: 12px !important;
  }

  .service-details-section .service-details-heading .title {
    font-size: clamp(22px, 6vw, 30px);
  }

  .service-infos-heading .title {
    font-size: clamp(22px, 6vw, 30px);
  }
}

@media (max-width: 767px) {
  .service-details-section,
  section.bemed01bg.py-5 {
    padding-top: 14px !important;
  }

  .service-details-section .service-details-heading {
    margin-bottom: 8px !important;
  }

  .service-details-section .service-details-heading .title {
    font-size: clamp(20px, 5.8vw, 24px) !important;
  }

  .service-details-section .services-table td {
    font-size: clamp(12px, 3.9vw, 16px) !important;
    line-height: 1.32 !important;
    padding: 8px 0 !important;
  }

  .service-details-section .services-table td:first-child {
    width: 38%;
    text-align: center !important;
  }

  .service-details-section .services-table td:nth-child(2) {
    width: 4%;
  }

  .service-details-section .services-table td:last-child {
    width: 58%;
  }

  section.bemed01bg.py-5 .services-table td:first-child {
    text-align: center !important;
  }
}

@media (max-width: 991.98px) {
  .home-blog-section {
    display: none !important;
  }

  .home-social-instagram-section {
    display: none !important;
  }

  .newsletter {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .newsletter .section-title .sub-title {
    font-size: 13px !important;
    margin-bottom: 6px !important;
  }

  .newsletter .section-title .title {
    font-size: clamp(22px, 6.4vw, 30px) !important;
    line-height: 1.16 !important;
    margin-bottom: 10px !important;
  }

  .newsletter .section-title .section-description {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .newsletter .newsletter-subscribe .form-group .form-control {
    height: 46px !important;
    font-size: 13px !important;
    padding-left: 16px !important;
    padding-right: 120px !important;
    border-radius: 999px !important;
  }

  .newsletter .newsletter-subscribe .form-group .btn {
    height: 46px !important;
    min-width: 120px !important;
    font-size: 13px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
  }

  .products-banner .features-section .section-title {
    text-align: center !important;
  }

  .products-banner .features-section .section-title .title,
  .products-banner .features-section .section-title p,
  .products-banner .features-section .section-title .description {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .products-banner .features-section .section-title .btn {
    display: inline-flex;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-banner .features-section.amazing-features .section-title,
  .products-banner .features-section.amazing-features .section-title .sub-title,
  .products-banner .features-section.amazing-features .section-title .title {
    text-align: center !important;
  }

  .products-banner .features-section.amazing-features .feature-box .feature-content,
  .products-banner .features-section.amazing-features .feature-box .feature-content h4,
  .products-banner .features-section.amazing-features .feature-box .feature-content p {
    text-align: center !important;
  }

  .kapcsolat-page .message-info .feature-box.feature-box-style-04 {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 16px !important;
  }

  .kapcsolat-page .message-info .feature-box.feature-box-style-04 .feature-icon {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    margin-right: 12px !important;
  }

  .kapcsolat-page .message-info .feature-box.feature-box-style-04 .feature-icon i {
    font-size: 16px !important;
  }

  .kapcsolat-page .message-info .feature-box.feature-box-style-04 .feature-content h4 {
    margin-bottom: 4px !important;
    font-size: 14px !important;
  }

  .kapcsolat-page .message-info .feature-box.feature-box-style-04 .feature-content span,
  .kapcsolat-page .message-info .feature-box.feature-box-style-04 .feature-content a {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .kapcsolat-page .message-info .section-title p {
    font-size: 13px !important;
    line-height: 1.42 !important;
    text-align: center !important;
  }

  .kapcsolat-page + section .map-container,
  .kapcsolat-page + section .map-container iframe,
  .map-container--brand,
  .map-container--brand iframe {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }

  /* Mobile: shrink large top hero blocks (e.g. "Rólunk") */
  .inner-header.space-ptb {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
    min-height: 240px !important;
    background-position: center center !important;
  }

  /* Rólunk / Csapatunk: restore one-by-one cards on mobile */
  #csapatunk .col-lg-3.col-sm-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 18px !important;
  }

  #csapatunk .team-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #csapatunk .team-description {
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    letter-spacing: 0.03em;
  }

  #csapatunk .team-name,
  #csapatunk .team-name a {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin-bottom: 0 !important;
  }

  /* Mobile: "BEMED világ" section smaller everywhere it appears */
  .video-section.space-ptb {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    min-height: 0 !important;
  }

  .video-section .col-lg-10.mt-5 {
    margin-top: 0 !important;
  }

  .video-section .section-title img {
    width: min(160px, 48vw) !important;
    height: auto !important;
    margin-bottom: 18px !important;
  }

  .video-section .section-title .title {
    font-size: clamp(26px, 6vw, 34px) !important;
    line-height: 1.18 !important;
    margin-bottom: 0 !important;
  }

  /* Team doctor page: center qualification block on mobile */
  .doctor-qualifications {
    text-align: left !important;
  }

  .doctor-qualifications .title {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .doctor-qualifications .list {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    text-align: left !important;
  }

  .doctor-qualifications .list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px 0;
    text-align: left;
  }

  .doctor-qualifications .list li:last-child {
    margin-bottom: 0;
  }
}
/* Remove decorative lines under footer section titles */
.footer h5::before,
.footer h5::after {
  display: none !important;
  content: none !important;
}

.footer h5 {
  border: none !important;
  padding-bottom: 0 !important;
}
.package-offer {
  background: transparent;
  border-left: none;
}

.package-offer .price-title,
.package-offer .price-value {
  color: #c7a04a; /* match Időpontfoglalás button */
  font-weight: 600;
}

.package-badge {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #c7a04a; /* same gold */
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.package-offer .price-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000; /* black text */
  font-weight: 500;
}

.package-offer .price-value {
  color: #c7a04a; /* gold like Időpontfoglalás */
  font-weight: 600;
}

.package-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  background: #c7a04a;
  color: white;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}