/*!/wp-content/uploads/tob-css/tob-7a21bebdbf8c.css*//* === bundle: font-display-swap === */
/* Extracted from snippet 10857 */
@font-face{font-family:"remixicon";font-display:swap;}
        @font-face{font-family:"Font Awesome 5 Brands";font-display:swap;}
        @font-face{font-family:"Ionicons";font-display:swap;}

/* === bundle: kontakt-fab === */
/* Extracted from snippet 11492 */
#tob-kontakt-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  transition: opacity .35s ease, transform .35s ease;
}
#tob-kontakt-fab.is-hidden { opacity: 0; pointer-events: none; transform: translateY(20px); }
.tob-kontakt-item { display: block; text-decoration: none; }
.tob-kontakt-item .bubble {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.tob-kontakt-item:hover .bubble { transform: scale(1.08); box-shadow: 0 10px 24px rgba(0,0,0,.24); }
.tob-kontakt-item .bubble.wa { background: #25D366; }
.tob-kontakt-item .bubble.vb { background: #7360F2; }
.tob-kontakt-item .bubble svg { width: 30px; height: 30px; fill: #fff; }
/* Hide any legacy floating widgets from theme/plugins */
.lycka-floating-buttons, .floating-cta, [class*="floating-social"], [class*="sticky-cta"], .tob-zakazi-sticky, [data-tob-original-fab] { display: none !important; }
@media (max-width: 640px) {
  #tob-kontakt-fab { bottom: 16px; right: 16px; gap: 10px; }
  .tob-kontakt-item .bubble { width: 50px; height: 50px; }
  .tob-kontakt-item .bubble svg { width: 26px; height: 26px; }
}

/* === bundle: stats-banner-css === */
/* Extracted from snippet 11281 */
/* Tamara stats banner + live availability + per-therapist badges */
/* Cream/navy/peach palette: #FAF6F0 #2F5468 #B87355 #5A4F47 #7A6A56 */

/* ===== 2026 stats banner (replaces existing .tob-stats-banner) ===== */
.ty-stats-banner { max-width: 1080px; margin: 24px auto; padding: 28px 28px 22px; background: linear-gradient(135deg, #2F5468 0%, #3D6680 100%); color: #fff; border-radius: 18px; box-shadow: 0 12px 40px rgba(47,84,104,0.18); }
.ty-stats-eyebrow { display: inline-block; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: #E8C9A8; font-weight: 600; margin-bottom: 14px; }
.ty-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 720px) { .ty-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 480px) { .ty-stats-grid { grid-template-columns: 1fr; } }
.ty-stat { text-align: center; padding: 0 10px; }
.ty-stat-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.3rem, 5vw, 3.4rem); font-weight: 500; line-height: 1; color: #fff; display: block; }
.ty-stat-suffix { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); color: #E8C9A8; }
.ty-stat-label { display: block; margin-top: 6px; font-size: 0.85rem; color: #E8C9A8; letter-spacing: 0.04em; }

/* ===== Live "Trenutno kod nas" block ===== */
.ty-live { max-width: 1080px; margin: 24px auto; padding: 22px 24px; background: #FAF6F0; border-radius: 16px; border: 1px solid #EFE6D7; box-shadow: 0 4px 18px rgba(47,84,104,0.06); }
.ty-live-header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.ty-live-eyebrow { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: #B87355; font-weight: 600; }
.ty-live-pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #4A8F5C; box-shadow: 0 0 0 0 rgba(74,143,92,0.6); animation: ty-pulse 2s infinite; vertical-align: middle; margin-right: 8px; }
@keyframes ty-pulse { 0% { box-shadow: 0 0 0 0 rgba(74,143,92,0.5); } 70% { box-shadow: 0 0 0 8px rgba(74,143,92,0); } 100% { box-shadow: 0 0 0 0 rgba(74,143,92,0); } }
.ty-live-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: #2F5468; font-weight: 500; margin: 0; }
.ty-live-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 600px) { .ty-live-grid { grid-template-columns: 1fr; gap: 12px; } }
.ty-live-stat { text-align: center; padding: 12px 8px; background: #fff; border-radius: 12px; border: 1px solid #EFE6D7; }
.ty-live-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 4vw, 2.4rem); color: #2F5468; font-weight: 500; line-height: 1.05; display: block; }
.ty-live-label { display: block; margin-top: 4px; font-size: 0.78rem; color: #5A4F47; line-height: 1.3; }
.ty-live-hidden { display: none !important; }

/* ===== Per-therapist session badge ===== */
.ty-sess-badge { display: inline-block; padding: 3px 10px; background: rgba(184,115,85,0.12); color: #B87355; border-radius: 99px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.04em; line-height: 1.4; margin-left: 6px; vertical-align: middle; white-space: nowrap; }
.ty-sess-badge--inline { font-size: 0.65rem; padding: 2px 8px; }

/* Reduced motion: disable count-up animation visual */
@media (prefers-reduced-motion: reduce) {
  .ty-stat-num { transition: none !important; }
  .ty-live-pulse { animation: none; }
}

/* === bundle: therapist-cards-base === */
/* Extracted from snippet 11046 */
.tob-new-card .bt_bb_text.tob-hide, .tob-new-card .tob-hide-el { display: none !important; }

.tob-new-card .bt_bb_separator_v2 {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 17px !important;
}
.tob-new-card .bt_bb_separator_v2.tob-sep-before-button {
  padding-bottom: 30px !important;
}

section.bt_bb_section.tob-compact-section {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}
section.bt_bb_section.tob-compact-section .slick-dots {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  bottom: auto !important;
}

.tob-new-card .bt_bb_image .bt_bb_image_content,
.tob-new-card .bt_bb_image .bt_bb_fe_before,
.tob-new-card .bt_bb_image template { display: none !important; }

.bt_bb_content_slider_item_content.tob-new-card {
  border: 1.5px solid #E8BFAE !important;
  border-radius: 22px !important;
  padding: 22px 16px 20px !important;
  background: #FFFBF5 !important;
  box-shadow: 0 4px 14px rgba(30, 58, 74, 0.05) !important;
  overflow: visible !important;
  position: relative !important;
}

.tob-new-card .bt_bb_image {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 auto 8px !important;
  position: relative !important;
  display: block !important;
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  width: 220px !important;
  height: 220px !important;
  line-height: 0 !important;
}
.tob-new-card .bt_bb_image::before { display: none !important; content: none !important; border: 0 !important; }
.tob-new-card .bt_bb_image::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 240px !important;
  height: 240px !important;
  border: 1.5px solid #E8BFAE !important;
  border-radius: 50% !important;
  background: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
.tob-new-card .bt_bb_image span {
  display: block !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}
.tob-new-card .bt_bb_image img {
  width: 220px !important;
  height: 220px !important;
  max-width: 220px !important;
  max-height: 220px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
}

.tob-new-card header.bt_bb_headline { margin: 0 !important; padding: 0 !important; }
.tob-new-card .bt_bb_headline_tag {
  font-size: 36px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.3px !important;
}
.tob-new-card .bt_bb_headline_subheadline {
  font-size: 15px !important;
  color: #6B7A82 !important;
  letter-spacing: 0.2px !important;
  margin: 2px 0 0 !important;
  line-height: 1.35 !important;
}

/* Experience pill under the title */
.tob-new-card .tob-experience-wrap { position: absolute !important; top: 12px !important; right: 12px !important; margin: 0 !important; text-align: right !important; z-index: 2 !important; }
.tob-new-card .tob-experience {
  display: inline-block;
  background: #F2E7D2;
  color: #7A5C2E;
  font-size: 9.5px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.tob-new-card .tob-price {
  display: inline-block;
  background: #F5D9CA;
  color: #6B2F18;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase;
}
.tob-new-card .tob-price-wrap { text-align: center !important; margin: 0 !important; }

/* Tagline — centered container, left-aligned text with left border. Max-width keeps it from spanning full width on long lines. */
.tob-new-card .tob-tagline {
  font-style: italic;
  font-size: 14.5px;
  color: #5F6D75;
  line-height: 1.4;
  margin: 0 auto 10px;
  padding: 0 0 0 10px;
  border-left: 2px solid #E8BFAE;
  text-align: left;
  display: inline-block;
  max-width: 90%;
}

.tob-new-card .tob-banners { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 8px; justify-content: center; }
.tob-new-card .tob-pill { font-size: 11.5px; letter-spacing: 0.5px; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; font-weight: 500; display: inline-block; line-height: 1.3; }
.tob-new-card .tob-slate { background: #DCE7EE; color: #1E3A4A; }
.tob-new-card .tob-sage { background: #E0E8D6; color: #3B4E1E; }
.tob-new-card .tob-coral { background: #F5D9CA; color: #6B2F18; }
.tob-new-card .tob-amber { background: #F5E6C8; color: #6B4A15; }
.tob-new-card .tob-pink { background: #F5D0DA; color: #7A2E45; }
.tob-new-card .tob-lilac { background: #E4DAF0; color: #4A2E75; }

.tob-new-card .tob-meta { font-size: 13px; color: #8A9299; text-align: center; margin: 0 !important; letter-spacing: 0.3px; }
.tob-new-card .tob-custom-block { font-size: 14px !important; line-height: 1.35 !important; text-align: center !important; padding: 0 !important; margin: 0 !important; }
.tob-new-card .bt_bb_button { margin: 0 !important; }
.tob-new-card .tob-freebadge { text-align: center; margin: 12px 0 0; }
.tob-new-card .tob-freebadge a { text-decoration: none !important; color: inherit !important; display: inline-block; }
.tob-new-card .tob-freebadge span { background: #F5D9CA; color: #6B2F18; font-size: 11.5px; padding: 5px 14px; border-radius: 999px; font-weight: 500; display: inline-block; letter-spacing: 0.3px; }

/* === Custom slider arrows === */
.tob-slider-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}
.tob-slider-nav .slick-dots {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
}
.tob-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFBF5;
  border: 1.5px solid #E8BFAE;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(30, 58, 74, 0.12);
  padding: 0;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}
.tob-arrow:hover {
  background: #F5D9CA;
  transform: scale(1.06);
  box-shadow: 0 6px 14px rgba(107, 47, 24, 0.18);
}
.tob-arrow:active { transform: scale(0.96); }
.tob-arrow svg { width: 16px; height: 16px; display: block; }
.tob-arrow svg path { stroke: #6B2F18; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }