/* Általános beállítások */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* body: nincs háttérkép, csak az eddigi tipográfia/margók maradnak */
body{
  margin:0;
  min-height:100vh;
  font-family:'Montserrat', sans-serif;
  display:flex; flex-direction:column;
  justify-content:center; align-items:flex-start;
  padding-top:0;
  background:#0b1c2a;
}

/* háttér-rotátor réteg a teljes viewporton */
.bg-rotator{
  position:fixed; inset:0;
  z-index:-1;
  pointer-events:none;
  overflow:hidden;
}
/* két váltó réteg – ezekre tesszük a képeket */
.bg-rotator .bg{
  position:absolute; inset:0;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  filter:brightness(0.95);
  opacity:0; transition:opacity 1.25s ease;
  will-change: opacity, background-image;
}
.bg-rotator .bg.show{ opacity:1; }

@media (prefers-reduced-motion: reduce){
  .bg-rotator .bg{ transition:none; }
}
/* Hero szekció konténere */
.hero-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    padding-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
    text-shadow: 1px 1px 3px #000;
    font-family: 'Montserrat', sans-serif;
}
/* Hero szöveg konténere */
.hero-text {
    max-width: 700px;
    margin-left: 75px;
}
.hero-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    white-space: nowrap;
    color: #ffffff;
	letter-spacing: 0.3px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.hero-text h3 {
    font-size: 22px;
    font-weight: 650;
    height: 40px;
    overflow: hidden;
    color: #e6e6e6;
    text-shadow:
        1px 1px 4px rgba(0, 0, 0, 0.6),
        -1px -1px 3px rgba(0, 0, 0, 0.3);
}
.hero-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
/* A beírt szöveg span eleme */
#typed-text::after {
    content: "|";
    animation: blink 1s infinite;
    color: #ffffff;
}
/* Hero gombok konténere */
.hero-buttons {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    margin-left: 75px;
}
.hero-buttons a {
    padding: 8px 18px;
    font-size: 15px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.hero-buttons a:hover {
    background-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}
/* A gépelő kurzor */
.cursor {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
	color: #eeeeee;
    font-weight: 700;
    animation: blink 0.8s infinite;
    vertical-align: bottom;
}
/* Villogó animáció */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
/* csak erre a címre hat */
.state-title > strong::after{
  content:"";
  display:inline-block;
  width:6px; height:6px; margin-left:6px;
  border-radius:999px; vertical-align:middle;
  background:#22c55e;
  box-shadow:0 0 0 0 rgba(34,197,94,.6);
  animation:smcPulseDot 1.6s ease-out infinite;
}

@keyframes smcPulseDot{
  to { box-shadow:0 0 0 10px rgba(34,197,94,0); }
}
/* alap zöld */
.state-title > strong::after{ background:#22c55e; box-shadow:0 0 0 0 rgba(34,197,94,.6); }

/* figyelmeztetés (narancs) */
.state-title.warn > strong::after{ background:#f59e0b; box-shadow:0 0 0 0 rgba(245,158,11,.6); }

/* hiba / túl hosszú várakozás (piros) */
.state-title.err > strong::after{ background:#ef4444; box-shadow:0 0 0 0 rgba(239,68,68,.6); }

.bpWebchat {
  width: 335px !important;
  height: 550px !important;
  max-height: 90vh !important;
  bottom: 72px !important;
  right: 0px !important;
  background: linear-gradient(180deg, #f0fbff 0%, #e6f5ff 100%) !important;
  border: 2px solid #b9e6f2 !important;
  border-left: 5px solid #1976d2 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px 0 0 10px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  color: #333 !important;
  overflow-y: auto !important;
  background-clip: padding-box !important;
  z-index: 9998 !important;
}
/* Teljes gyökér konténer görgethető legyen */
#webchat-root {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}
/* A belső tartalom, ahol az üzenetek vannak */
.bpw-transcript-container,
.bpw-chat-history-container {
  overflow-y: auto !important;
  max-height: 400px !important;
  padding-right: 8px !important;
}
/* Extra: görgetősáv színezése */
.bpw-transcript-container::-webkit-scrollbar,
.bpw-chat-history-container::-webkit-scrollbar {
  width: 6px;
}
.bpw-transcript-container::-webkit-scrollbar-thumb,
.bpw-chat-history-container::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar, #ccc);
  border-radius: 3px;
}
.bpw-layout {
  max-height: 100%;
  overflow-y: auto;
}
.bpFab {
    z-index: 9998;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    height: 4rem;
    width: 4rem; 
    border-radius: 9999px;	
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#bp-tooltip-wrapper {
  position: fixed;
  bottom: 68px;
  right: 20px;
  z-index: 9999;
  pointer-events: none;
}
#bp-tooltip {
  background: #ffffff;
  color: #0d47a1;
  padding: 6px 10px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #b9e6f2;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.bpw-floating-button, .bpFab {
  width: 36px !important;
  height: 36px !important;
  bottom: 20px !important;
  right: 20px !important;
  border-radius: 20px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}
#freetime-box {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #002244; /* ✅ erősebb, mélyebb sötétkék */
  min-width: 220px;
  text-align: center;
  line-height: 0.8; /* ✅ szorosabb sorok */
  display: block;
  white-space: normal;
}
#freetime-box p {
  display: block;
  margin: 6px 0;
  line-height: 0.8;
}
#folyamatban-info,
#folyamatban-info p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

#folyamatban-info {
  margin-top: 10px;
  font-weight: 500;
}
.status-stack {
  margin-bottom: 8px;
}
.idopont-box {
  position: absolute;
  left: 50%;
  bottom: 62px;
  transform: translateX(-50%);
  width: 380px;
  min-height: 110px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* üveges háttér */
  background: linear-gradient(135deg, rgba(0,0,0,.55), rgba(0,0,0,.35));
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background-clip: padding-box;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  border-radius: 20px;
  box-shadow:
    0 8px 25px rgba(0,0,0,.35),
    inset 0 1px 2px rgba(255,255,255,.20);
  animation: breathe 8s ease-in-out infinite;
  overflow: hidden;
  z-index: 1200;
}
.idopont-box::before{
  content:"";
  position:absolute; inset:-60% -40% auto -40%;
  height:220%;
  background: radial-gradient(ellipse at 30% 40%,
              rgba(255,255,255,.12), transparent 60%);
  transform: rotate(18deg);
  animation: silk 14s linear infinite;
  pointer-events:none;
}
@keyframes breathe {
  0%,100% { box-shadow: 0 8px 25px rgba(0,0,0,.35), inset 0 1px 2px rgba(255,255,255,.20); }
  50%     { box-shadow: 0 10px 32px rgba(0,0,0,.40), inset 0 1px 2px rgba(255,255,255,.23); }
}
@keyframes silk {
  0%   { transform: translateX(-10%) rotate(18deg); opacity:.35; }
  50%  { transform: translateX( 10%) rotate(18deg); opacity:.20; }
  100% { transform: translateX(-10%) rotate(18deg); opacity:.35; }
}
#idopont-box p {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.idopont-sor{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0; 
}
.idopont-gomb {
  background-color: #00c853;
  color: white;
  padding: 0.2rem 0.4rem;
  font-size: 0.85rem;
  border-radius: 3px;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  font-weight: bold;
  max-width: 120px;
  line-height: 1;
  padding: 4px 10px; 
  white-space: nowrap;
  cursor: default;
  margin: 0 5px;
  display: inline-block;
}
.idopont-gomb:hover,
.idopont-gomb:focus-visible {
  background-color: #00b043;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,.25);
  filter: brightness(1.06);
  outline: none;
}
#idopont-lista {
  min-height: 70px;
  display: grid;
  place-items: center;
}
.idopont-gomb::after {
  content: "Időpontfoglalás +36 20 983 0274";
  white-space: pre;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  min-width: 150px; 
  max-width: 180px;
  text-align: center;
  z-index: 10;
  box-sizing: border-box; 
}
.idopont-gomb:hover::after {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.idopont-szlogen {
  display: grid;
  gap: .4rem;
  justify-items: center;
  padding: .25rem .5rem;
}
.idopont-szlogen h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .2px;
}
.idopont-telefon {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.22);
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.idopont-telefon svg { width: 18px; height: 18px; opacity: .9; }
.idopont-alcim {
  font-size: .9rem;
  opacity: .9;
}
/* Logo slider alsó rész */
.logo-slider-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f5f7fa;
    height: 46px;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-mask {
    width: 90%;
    max-width: 880px;
    height: 46px;
    overflow: hidden;
    background: #FBFBFB;
    border-radius: 11px;
    box-shadow: inset 40px 0 30px -20px rgba(0, 0, 0, 0.5),
                inset -40px 0 30px -20px rgba(0, 0, 0, 0.5),
                0 2px 6px rgba(0,0,0,0.1);
    position: relative;
    display: flex;
	padding-inline: 12px;
    align-items: center;
}
.logo-slider {
    display: flex;
    align-items: center;
    gap: 46px;
    animation: scroll-loop 60s linear infinite;
}
.logo-track {
    display: flex;
    gap: 46px;
    animation: scroll-loop 60s linear infinite;
    white-space: nowrap;
    align-items: center;
    padding: 0 10px;
}
.logo-track img {
    max-height: 32px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease-in-out;
}
.logo-track img:hover {
    transform: scale(1.1);
}
.logo-track span {
    white-space: nowrap;
    min-width: max-content;
    font-size: 24px;
    font-weight: bold;
    color: #133A62;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.logo-slider, .logo-track {
  will-change: transform;
  backface-visibility: hidden;
}
.spacer {
    width: 100px;
    height: 40px;
    flex-shrink: 0;
}
.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.fade-left {
    left: 0;
    background: linear-gradient(to left, rgba(220, 240, 255, 0) 0%, rgba(220, 240, 255, 1) 100%);
}
.fade-right {
    right: 0;
    background: linear-gradient(to right, rgba(220, 240, 255, 0) 0%, rgba(220, 240, 255, 1) 100%);
}
@keyframes scroll-loop {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--scroll-distance))); }
}
#calcPanel {
  position: fixed;
  top: 0px;
  right: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  width: 280px;
  z-index: 997;
}
.footer-links {
  position: fixed;
  bottom: 60px;
  right: 75px;
}
.adatvedelem-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #005595;
  text-decoration: none;
  background-color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#valtozoPanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 395px;
    background: linear-gradient(270deg, #f0fbff, #e6f5ff, #f0fbff);
    background-size: 600% 600%;
    border: 2px solid #b9e6f2;
    border-left: 5px solid #1976d2;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
	gap: 8px;
    justify-content: space-between; 
    border-radius: 10px 0 0 10px;
    z-index: 998;
    overflow: hidden;
    animation: panelGlow 8s ease-in-out infinite;
    transition: transform 0.3s ease;
    background-clip: padding-box;
}
#valtozoPanel{display:flex; flex-direction:column;}
#rotator{flex:1 1 auto; overflow:hidden; min-height: 180px;}
#rotator {
  position: relative;
  height: auto;
  min-height: 180px;
  overflow: hidden;
}
#rotator .rot:first-child {
  display: block !important;
}

#rotator .rot { display: none !important; }
#rotator .rot.active { display: block !important; }

.panel-rész {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.panel-visible {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
* {
  box-sizing: border-box;
}
#valtozoPanel:hover {
    transform: translateX(-5px);
}
#valtozoPanel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px 0 0 10px;
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.4),
    inset 0 -2px 6px rgba(0, 0, 0, 0.05);
	pointer-events: none;
}
#valtozoPanel h3 {
  font-size: 16px;
  margin-top: 0;
  color: #66aaff;
}
#valtozoPanel ul {
  display: block;
  gap: 1rem;
  padding: 5px 10px;
  list-style: disc;
}
#valtozoPanel li {
  flex: none;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  padding: 3px 0;
  margin: 0;
  border-radius: 0;
  transition: none;
}
#valtozoPanel li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
#valtozoPanel li.vip {
  background: transparent;
  padding: 10px 5px 6px 5px;
  margin-bottom: 6px;
  border-radius: 4px;
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  box-sizing: border-box;
  width: 100%;
}
#valtozoPanel li.vip::before {
  content: "🎖 VIP";
  position: absolute;
  top: -12px;
  right: -6px;
  background: #66B2FF;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  padding: 1px 1px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#valtozoPanel .vip strong {
  color: #b36b00;
  font-weight: bold;
}
#valtozoPanel li strong {
  display: block;
  margin-bottom: 0.5rem;
}
#valtozoPanel li .vizsgalat {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25rem;
}
#valtozoPanel li .orvos {
  color: #666;
  font-size: 0.9rem;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes panelGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
#valtozoPanel strong {
  font-weight: 600;
  position: relative;
  animation: softPulse 3s ease-in-out infinite;
}
@keyframes softPulse {
    0%, 100% {
        text-shadow: 0 0 2px rgba(25,118,210,0.4);
    }
    50% {
        text-shadow: 0 0 8px rgba(25,118,210,0.8);
    }
}
#valtozoPanel span {
  color: #333;
  font-weight: 500;
}
#valtozoPanel small {
  font-size: 11px;
  color: #666;
  font-style: italic;
}
/* Szolgáltatástípus színezések */
#valtozoPanel .ct       strong { color: #0078D4; }
#valtozoPanel .labor    strong { color: #28a745; }
#valtozoPanel .ekg      strong { color: #B42213; }
#valtozoPanel .aneszt   strong { color: #8e44ad; }
#valtozoPanel .ultra    strong { color: #2980b9; }
#valtozoPanel .noogyogy strong { color: #e91e63; }
#valtozoPanel .bor      strong { color: #31AB6D; }
#valtozoPanel .kardio   strong { color: #c0392b; }
#valtozoPanel .neuro    strong { color: #16a085; }
#valtozoPanel li.visszaszamlalo { color: #888; } 

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
#ctArlista{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:8px;
  box-shadow:0 1px 3px rgba(0,0,0,.06);
  font-size:.95rem;  box-sizing: border-box;
  width: 100%;
}
#ctArlista h3{
  margin:0 0 6px;
  font-size:13px;
  font-weight:700;
  color:#d32f2f;
  text-align:center;
  line-height:1.2;
}
#ctArlista .ct-sub{
  margin:0 0 6px;
  text-align:center;
  font-size:12px;
  color:#6b7280;
}
#ctArlista ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:4px; }
#ctArlista .ct-arlista-tetel{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap:8px;
  padding:4px 0;
  border-bottom:1px solid #eee;
  min-width:0;
}
#ctArlista .ct-arlista-tetel:last-child{ border-bottom:0; }
#ctArlista .ct-arlista-tetel .ar-name{
  font-size:14px;
  font-weight:600;
  min-width: 0; 
  max-width: 100%;
  color:#222;
  line-height:1.25;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}
#ctArlista .ct-arlista-tetel .ar-price{
  font-size:17px;
  font-weight:700;
  color:#0d6efd;
  line-height:1.1;
  text-align:right;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 700;
  color: #0d6efd;
}
#ctArlista .ct-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:6px;
  justify-content:flex-start;
  margin-top:6px;
}
#ctArlista .badge{
  font-size:11px; color:#0d6efd;
  background:#eaf2ff; border:1px solid #cfe2ff;
  padding:3px 8px; border-radius:999px;
}
#ctArlista .ct-note{ font-size:11px; color:#6b7280; }

/* Telefonszám – sima szöveg, CTA nélkül */
#ctArlista .ct-phone{
  margin-top:4px; text-align:right;
  font-size:12px; color:#0b5ed7; font-weight:600;
}
#mostTortenik ul {
  list-style-type: disc;
  padding-left: 18px;
  margin: 0;
}
#mostTortenik ul li {
  padding: 4px 0;
  font-size: 14.5px;
  color: #333;
  line-height: 1.3;
}
#mostCim {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 0.4rem;
  font-weight: 600;
  line-height: 1.3;
}
.visszaszamlalo{
  font-size: 1.1rem;
  font-weight: 500;
  color: #004466;
  background: #f0f8ff;
  border-left: 4px solid #3399cc;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 8px;
  list-style: none;
  animation: fadeIn 0.5s ease-in;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.orvos-info-box {
  margin-top: auto;
  padding: 1.1rem 1.2rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 8px;
  display: none;
}
.orvos-kartya {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.orvos-kartya img {
  width: 115px;
  height: 138px;
  object-fit: cover;
  border-radius: 6px;
}
.orvos-adatok {
  font-size: 0.9rem;
  gap: .35rem;
  line-height: 1.5;
}
.orvos-adatok .nev{ font-weight: 700; }
.orvos-adatok .szakma{ opacity: .9; }
.orvos-adatok .nap{ letter-spacing: .2px;
 color: var(--brand-ink, #0b5ed7);
 font-weight: 700;
}
.orvos-adatok .ido{
  font-variant-numeric: tabular-nums;
  letter-spacing: .2px;
  color: var(--brand-ink, #0b5ed7);
  font-weight: 700;
  margin-top: .11rem;
}
.orvos-kartya.bal   .orvos-adatok { text-align: left; }
.orvos-kartya.kozep .orvos-adatok { text-align: center; }
:root{
  --brand-ink: #0b5ed7;
}
#egeszsegkartya {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  margin-top: 0px;
}
#egeszsegkartya h3 {
  font-size: 14px;
  color: #1976d2;
  margin-top: 0;
  margin-bottom: 8px; 
  text-align: center;
  line-height: 1.2;
}
#egeszsegkartya p {
  font-size: 13px;
  line-height: 1.3;
  color: #555;
  margin-bottom: 10px;
}
#egeszsegkartya h4 {
  font-size: 1em;
  color: #333;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: 600;
  padding-left: 22px; 
  position: relative;
  line-height: 1.2;
}
#egeszsegkartya h4::before {
  content: '🏦';
  font-family: 'Noto Color Emoji', 'Segoe UI Emoji', sans-serif !important;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 4px;
}
#vizsgalatajanlo {
  background-color: #transparent;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 5px 18px;
  margin-bottom: 12px;
  max-height: 265px;
}
#vizsgalatajanlo ul {
  max-height: 275px;
  margin: 0;
  padding-left: 0px;
}
#vizsgalatajanlo h3 {
  font-size: 15px;
  color: #333;
  border-bottom: 2px solid #e91e63;
  padding-bottom: 6px;
  margin-bottom: 10px;
  text-align: center;
}
#vizsgalatajanlo ul li {
  margin-bottom: 6px;
  line-height: 1.4;
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px dotted #ddd;
}
#vizsgalatajanlo ul li small {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
  line-height: 1.2;
}
#vizsgalatajanlo ul li .vizsgalat {
  font-size: 14px;
  line-height: 1.2;
}
#vizsgalatajanlo .emoji {
  font-size: 1.5em;
  margin-right: 8px;
}
#vizsgalatajanlo .neuro   ::first-letter { color: #16a085; }  /* 🧠 */
#vizsgalatajanlo .noogyogy::first-letter { color: #e91e63; }  /* 🩸 */
#vizsgalatajanlo .aneszt   ::first-letter { color: #8e44ad; }  /* 💉 */
#vizsgalatajanlo .bor      ::first-letter { color: #31AB6D; }  /* 🌿 */
#vizsgalatajanlo .kardio   ::first-letter { color: #c0392b; }  /* ❤️ */
#vizsgalatajanlo .ultra    ::first-letter { color: #2980b9; }  /* 🔍 / 📊 */
#vizsgalatajanlo .labor    ::first-letter { color: #28a745; }  /* 🧪 */
#vizsgalatajanlo .ct       ::first-letter { color: #0078D4; }  /* 🖥️ */
#vizsgalatajanlo .ekg      ::first-letter { color: #B42213; }  /* 📈 */

.fade.pulse {
  animation: pulse 3s infinite;
}
/* Animáció */
.fade {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
.fade-left {
    left: 0;
    background: linear-gradient(to left, rgba(220, 240, 255, 0) 0%, rgba(220, 240, 255, 1) 100%);
}
.fade-right {
    right: 0;
    background: linear-gradient(to right, rgba(220, 240, 255, 0) 0%, rgba(220, 240, 255, 1) 100%);
}
:root {
    --scroll-distance: 0px;
}
@keyframes scroll-loop {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--scroll-distance))); }
}
.live-booking-banner {
  position: fixed;
  right: 295px;
  bottom: 48px;
  background: #fffbe6;
  color: #4a3b00;
  border-left: 6px solid #f1c40f;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  pointer-events: none;
  z-index: 2000;
}
.live-booking-banner.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  animation: bounceIn 0.6s cubic-bezier(.17,.67,.83,.67);
}
@keyframes bounceIn {
  0%   { transform: translateY(60px) scale(0.9); opacity: 0; }
  60%  { transform: translateY(-10px) scale(1.02); opacity: 1; }
  80%  { transform: translateY(4px) scale(0.98); }
  100% { transform: translateY(0) scale(1); }
}

.live-booking-banner .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999;
}
.live-booking-banner .dot.ct   { background: #007bff; }  /* kék */
.live-booking-banner .dot.szak { background: #28a745; }  /* zöld */

.live-booking-banner .text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.live-booking-banner .close {
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #333;
}
.logo-track {
    display: flex;
    gap: 46px;
    animation: scroll-loop 20s linear infinite;
    white-space: nowrap;
    align-items: center;
    padding: 0 10px;
    width: var(--scroll-distance); 
}
.logo-track img {
    height: 32px;
    width: auto; 
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}
.logo-track img:hover {
    transform: scale(1.1);
}
.logo-track span {
    white-space: nowrap;
    min-width: max-content; 
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #133A62;
    padding: 0 30px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.spacer {
    width: 100px;
    height: 40px;
    flex-shrink: 0; 
}
/* Felső logó konténer */
.logo-container {
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.85;
}
/* Felső logó */
.logo {
    width: 298px;
    height: 23px;
}
#recommendationBox small {
  font-size: 12px; 
  font-weight: 600;
  color: #333;
}
.info-rotator {
  position: fixed;
  right: 0;
  bottom: 48px;
  width: 280px;
  height: 130px;
  display: grid;
  place-items: center;
  background: linear-gradient(270deg, #f0fbff, #e6f5ff, #f0fbff);
  border: 2px solid #b9e6f2;
  border-left: 5px solid #1976d2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
  font: 13px/1.4 Arial, Helvetica, sans-serif;
  color: #333;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background-clip: padding-box;
  text-align: center;
}
.info-rotator.left {
  right: auto;
  left: 16px;
}
.info-rotator__slide {
  grid-area: 1 / 1;
  width: 100%;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  padding: 6px 0;
  gap: 4px;
  text-align: center;
}
.info-rotator a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.info-rotator__slide.show {
  opacity: 1;
  transform: translateY(0);
}
.info-rotator__title {
  font-weight: 800;
  font-size: 13px;
  color: #054a91;
}
.info-rotator__row {
  font-weight: 600;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.info-rotator__muted {
  opacity: 0.85;
}
.info-rotator a {
  color: #0f3057;
  text-decoration: none;
}
.info-rotator a:hover {
  text-decoration: underline;
}
@media (max-width: 991px){
  .info-rotator{ display: none; }
}
.info-panel {
    position: fixed;
	bottom: 50px;
	width: 280px;
	right: 0px;
	min-height: 130px;
	background: linear-gradient(270deg, #f0fbff, #e6f5ff, #f0fbff);
	border: 2px solid #b9e6f2;
	border-left: 5px solid #1976d2;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
	padding: 14px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #333;
    line-height: 1.5;
	border-radius: 10px 0 0 10px;
	transform: translateY(-2px);
	transition: all 0.3s ease;
	animation: panelGlow 8s ease-in-out infinite;
	margin: 0;
	z-index: 998;
	overflow: hidden;
	background-clip: padding-box;
}
.info-panel h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #007BFF;
}
.info-panel p,
.info-panel li {
  margin: 0.3rem 0;
  font-size: 13px;
  line-height: 1.4;
}
.info-panel ul {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
}
.info-panel a {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 13px;
  color: #0056b3;
  text-decoration: none;
}
.info-panel a:hover {
  text-decoration: underline;
}
.fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.panel-visible {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#info-panel:hover {
    transform: translateX(-5px);
}
#info-panel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px 0 0 10px;
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.4),
    inset 0 -2px 6px rgba(0, 0, 0, 0.05);
	pointer-events: none;
}
.fixed-wrapper {
  position: relative;
}
.panel-btn {
  display: inline-block;
  background-color: #005595;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}
.uzenet-box {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.65);
  padding: 10px 22px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 64, 128, 0.2);
  z-index: 1000;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #003366;
  min-width: 200px;
  text-align: center;
  display: none;
  animation: pulzalas 3s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(6px);
}
.uzenet-box.sunday-special {
  --accent: #0ea5e9;
  border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--accent) 20%, transparent);
}
.uzenet-box.sunday-special::before {
  content: "🌤️ Sunday special";
  position: absolute;
  top: -8px;
  right: 10px;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 9999px;
  color: #fff;
  background: linear-gradient(90deg, var(--accent), #38bdf8);
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
#freetime-box { display: none; }
#freetime-box.show { display: flex !important; }

@media (prefers-reduced-motion: reduce) {
  .uzenet-box { animation: none; }
}
@keyframes pulzalas {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
  50% { transform: translateX(-50%) scale(1.03); opacity: 0.85; }
}
.vip-ajanlo {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 10px;
  display: none;
}
#ctaAjánlo {
  position: fixed;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffffcc;
  border-radius: 10px;
  padding: 10px 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); 
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  z-index: 999;
  max-width: 75%;
  font-size: 14px; 
  animation: pulzalas 6s ease-in-out infinite;
  transition: all 0.3s ease;
}
.cta-doboz{
  position: fixed;
  top: calc(220px + 100px) !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  /* kinézet */
  background: rgba(255,255,255,.40);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
  padding: 14px 20px;
  font: 600 15px/1.3 "Segoe UI", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 350px !important;
  max-height: 34vh !important;
  overflow: hidden;
  /* apró anim */
  animation: pulzalas 6s ease-in-out infinite;
  transition: transform .25s ease, box-shadow .25s ease;
}
/* általános CTA gomb */
.cta-link,
.cta-tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-height: 28vh;
  overflow: auto;
  margin-top: 8px;
  padding-right: 4px;
  padding: 10px 16px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0b5ea9, #0a74d3);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-link:hover,
.cta-tel:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
/* Telefon gomb külön színnel */
.cta-tel {
  background: linear-gradient(135deg, #2e8b57, #3ebc73);
}
.cta-tel:hover {
  background: linear-gradient(135deg, #3ebc73, #2e8b57);
}
.ikon {
  font-size: 1.4em;
  display: block;
  margin-bottom: 4px;
}
.heti-widget { right:auto !important; left:16px !important; }
@keyframes pulzalas {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
  50% { transform: translateX(-50%) scale(1.03); opacity: 0.9; }
}
.closePanel {
  display: block;
  background: none;
  border: none;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.call-btn {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2e8b57, #3cb371);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 12px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 12px rgba(46, 139, 87, 0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: pulse 1.8s infinite;
}
.call-btn:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5), 0 0 16px rgba(46, 139, 87, 0.9);
}
@keyframes pulse {
  0% { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 12px rgba(46, 139, 87, 0.7); }
  50% { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 20px rgba(46, 139, 87, 1); }
  100% { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 12px rgba(46, 139, 87, 0.7); }
}
@media (max-width: 768px) {
iframe[name="contentFrame"] {
  width: 100% !important;
}
html, body {
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  transition: background-image 1s ease-in-out;
}
#hirfolyamBox {
  position: fixed;
  bottom: 85px;
  right: 10px;
  left: 10px;
  width: auto;
  max-width: calc(100% - 20px);
  font-size: 13px;
  padding: 12px 14px;
  border-radius: 8px;
  z-index: 999;
 }
#hirfolyamBox h4 {
  font-size: 15px;
  margin-top: 0;
 }
#hirfolyamBox a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1976d2;
  text-decoration: underline;
 }
#hirfolyamBox p {
  margin: 6px 0;
 }
.call-btn {
  display: block;
 }
.mi-most-container,
 #calcPanel,
 #valtozoPanel,
 #freetime-box,
 .panel-blokk,
 .right-fixed-panels,
 .logo-slider-container,
 .hero-container,
 .hero-text,
 .cta-doboz,
 .cta-link,
 .cta-tel,
 .hivas-gomb,
 .info-rotator,
 .uzenet-box,
 .hero-buttons,
 .idopont-box,
 .bpWebchat,
 .bpFab {
  display: none !important;
 }
}
/* >= LG képernyőn: VIP-szerű EGY SOROS elrendezés (név balra, ár jobbra) */
@media (min-width: 992px){
  #ctArlista .ct-arlista-tetel{
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    align-items:center;
  }
  #ctArlista .ct-arlista-tetel > :first-child,
  #ctArlista .ct-arlista-tetel .ar-name{
    grid-column:1; grid-row:1;
  }
  #ctArlista .ct-arlista-tetel strong,
  #ctArlista .ct-arlista-tetel .ar-price{
    grid-column:2; grid-row:1;
  }
}