@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap'); /* ========================================================= HOUSE OF SPORTS — HERO SYSTEM (Classic / booking pages) Desktop: cover background + buttons on right (side-by-side) Phone: show LEFT HALF ONLY (logo + tagline) + buttons STACKED FIX: Hero buttons must NOT appear on top of the Login/Sign-up panel (PHONE) ========================================================= */ /* ---------- 1) HEADER: always readable ---------- */ #sb_main #header{ background: #000 !important; } /* ---------- 2) HIDE company name title (keep buttons) ---------- */ #sb_main #main #main-buttons .company-name, #sb_main #main #main-buttons .company-name.animated{ display: none !important; visibility: hidden !important; opacity: 0 !important; height: 0 !important; margin: 0 !important; padding: 0 !important; } /* ---------- 3) DESKTOP HERO HEIGHT ---------- */ @media (min-width: 1200px){ #sb_main #main #main-buttons .wrapper{ min-height: 90vh !important; height: auto !important; } } /* ---------- 4) DESKTOP/TABLET HERO BACKGROUND ---------- */ @media (min-width: 768px){ #sb_main #main #main-buttons[style]{ background-size: cover !important; background-position: left center !important; background-repeat: no-repeat !important; } } /* ========================================================= DESKTOP BUTTONS — grey glass + IBM Plex Mono (exact style) ========================================================= */ @media (min-width: 992px){ /* Button row position (right side) */ #sb_main #main #main-buttons .wrapper .inner .bar{ position: absolute !important; left: 75% !important; top: 55% !important; transform: translate(-50%, -50%) !important; display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; justify-content: center !important; gap: 32px !important; width: auto !important; max-width: none !important; white-space: nowrap !important; z-index: 999 !important; } /* Style BOTH the div.btn and the inner <a> */ #sb_main #main #main-buttons .wrapper .inner .bar .btn, #sb_main #main #main-buttons .wrapper .inner .bar .btn a{ background: rgba(90,90,90,0.35) !important; border: 1px solid rgba(255,255,255,0.2) !important; box-shadow: none !important; border-radius: 2px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 260px !important; height: 54px !important; margin: 0 !important; padding: 0 !important; color: #fff !important; text-decoration: none !important; font-family: "IBM Plex Mono", monospace !important; font-weight: 500 !important; font-size: 14px !important; text-transform: uppercase !important; letter-spacing: 0.7px !important; } /* Remove overlays */ #sb_main #main #main-buttons .wrapper .inner .bar .btn:before, #sb_main #main #main-buttons .wrapper .inner .bar .btn:after{ content: none !important; background: none !important; } #sb_main #main #main-buttons .wrapper .inner .bar .btn:hover, #sb_main #main #main-buttons .wrapper .inner .bar .btn a:hover{ background: rgba(80,80,80,0.5) !important; } } /* ========================================================= PHONE (ONLY) — background left-half + buttons stacked ========================================================= */ @media (max-width: 767px){ /* HERO HEIGHT */ #sb_main #main #main-buttons, #sb_main #main #main-buttons .wrapper, #sb_main #main #main-buttons .inner{ height: 100vh !important; min-height: 100vh !important; } /* HERO BACKGROUND: show only left half */ #sb_main #main #main-buttons[style], #sb_main #main #main-buttons{ background-size: 204% 100% !important; background-position: 0% 12% !important; background-repeat: no-repeat !important; background-color: #000 !important; } /* Button bar: centered + STACKED */ #sb_main #main #main-buttons .wrapper .inner .bar{ position: absolute !important; left: 50% !important; top: 45% !important; transform: translate(-50%, -50%) !important; display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important; justify-content: center !important; gap: 12px !important; width: auto !important; max-width: 92vw !important; /* IMPORTANT: keep hero buttons under overlays/panels */ z-index: 50 !important; } /* Buttons match desktop */ #sb_main #main #main-buttons .wrapper .inner .bar .btn, #sb_main #main #main-buttons .wrapper .inner .bar .btn a{ background: rgba(90,90,90,0.35) !important; border: 1px solid rgba(255,255,255,0.2) !important; box-shadow: none !important; border-radius: 2px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; height: 54px !important; width: 260px !important; max-width: 86vw !important; margin: 0 !important; padding: 0 !important; color: #fff !important; text-decoration: none !important; font-family: "IBM Plex Mono", monospace !important; font-weight: 500 !important; font-size: 14px !important; text-transform: uppercase !important; letter-spacing: 0.7px !important; } /* Remove overlays */ #sb_main #main #main-buttons .wrapper .inner .bar .btn:before, #sb_main #main #main-buttons .wrapper .inner .bar .btn:after{ content: none !important; background: none !important; } #sb_main #main #main-buttons .wrapper .inner .bar .btn:hover, #sb_main #main #main-buttons .wrapper .inner .bar .btn a:hover{ background: rgba(80,80,80,0.5) !important; } /* ========================================================= ✅ MOBILE LOGIN PANEL FIX (NO :has REQUIRED) Make the login/signup panel ALWAYS above the hero buttons ========================================================= */ /* These are the common containers SimplyBook uses for the client/login panel */ #sb_main #sb_client_info, #sb_main #sb_client_info .full-info-client-info, #sb_main #sb_client_info .full-info.full-info-client-info{ position: relative !important; z-index: 5000 !important; /* above hero buttons */ background: #fff !important; /* ensure it's opaque */ } /* If there is an overlay/backdrop, keep it above hero too */ #sb_main #sb_client_info .modal, #sb_main #sb_client_info .popup, #sb_main #sb_client_info .dropdown-menu{ z-index: 5001 !important; } /* Progressive enhancement: if :has works, also hard-hide buttons while open */ body:has(#sb_client_info .full-info-client-info.active) #sb_main #main #main-buttons .wrapper .inner .bar, body:has(#sb_client_info .full-info.full-info-client-info.active) #sb_main #main #main-buttons .wrapper .inner .bar{ display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; } } /* ========================================================= FORCE IBM PLEX MONO + ALL CAPS For: Header main menu (Home / Facility / My Bookings) ========================================================= */ #sb_main #header .nav-wrapper, #sb_main #header .nav-wrapper *, #sb_main #header .items-wrapper, #sb_main #header .items-wrapper *{ font-family: "IBM Plex Mono", monospace !important; text-transform: uppercase !important; letter-spacing: 0.8px !important; } #sb_main #header .items-wrapper a{ font-weight: 500 !important; } /* ========================================================= STEP STRIP — FUTURE = WHITE | CURRENT+PAST = GREY (Category → Client) Works on booking + add-ons pages ========================================================= */ /* Font for strip only */ #sb_main.page--booking #sb-timeline #steps-nav, #sb_main.page--booking #sb-timeline #steps-nav * , #sb_main.page--paid_attributes #sb-timeline #steps-nav, #sb_main.page--paid_attributes #sb-timeline #steps-nav *{ font-family: "IBM Plex Mono", monospace !important; } /* Remove the sliding active-bg layer that can cause dark bars */ #sb_main.page--booking #sb-timeline #steps-nav #menu-active-bg, #sb_main.page--paid_attributes #sb-timeline #steps-nav #menu-active-bg{ background: transparent !important; } /* DEFAULT = FUTURE STEPS (white) */ #sb_main.page--booking #sb-timeline #steps-nav li, #sb_main.page--booking #sb-timeline #steps-nav li > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li, #sb_main.page--paid_attributes #sb-timeline #steps-nav li > a{ background: #ffffff !important; color: #111 !important; text-decoration: none !important; } /* CURRENT + PAST = GREY (covers common SimplyBook class names) */ #sb_main.page--booking #sb-timeline #steps-nav li.active, #sb_main.page--booking #sb-timeline #steps-nav li.active > a, #sb_main.page--booking #sb-timeline #steps-nav li.current, #sb_main.page--booking #sb-timeline #steps-nav li.current > a, #sb_main.page--booking #sb-timeline #steps-nav li.selected, #sb_main.page--booking #sb-timeline #steps-nav li.selected > a, #sb_main.page--booking #sb-timeline #steps-nav li.done, #sb_main.page--booking #sb-timeline #steps-nav li.done > a, #sb_main.page--booking #sb-timeline #steps-nav li.passed, #sb_main.page--booking #sb-timeline #steps-nav li.passed > a, #sb_main.page--booking #sb-timeline #steps-nav li.complete, #sb_main.page--booking #sb-timeline #steps-nav li.complete > a, #sb_main.page--booking #sb-timeline #steps-nav li.completed, #sb_main.page--booking #sb-timeline #steps-nav li.completed > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.active, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.active > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.current, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.current > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.selected, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.selected > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.done, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.done > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.passed, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.passed > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.complete, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.complete > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.completed, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.completed > a{ background: #aba9a9 !important; color: #111 !important; } /* Optional: make CURRENT step label slightly stronger */ #sb_main.page--booking #sb-timeline #steps-nav li.active > a, #sb_main.page--booking #sb-timeline #steps-nav li.current > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.active > a, #sb_main.page--paid_attributes #sb-timeline #steps-nav li.current > a{ font-weight: 700 !important; } /* Remove arrow/chevron wedges (often pseudo-elements) */ #sb_main.page--booking #sb-timeline #steps-nav li:before, #sb_main.page--booking #sb-timeline #steps-nav li:after, #sb_main.page--booking #sb-timeline #steps-nav li > a:before, #sb_main.page--booking #sb-timeline #steps-nav li > a:after, #sb_main.page--paid_attributes #sb-timeline #steps-nav li:before, #sb_main.page--paid_attributes #sb-timeline #steps-nav li:after, #sb_main.page--paid_attributes #sb-timeline #steps-nav li > a:before, #sb_main.page--paid_attributes #sb-timeline #steps-nav li > a:after{ display: none !important; content: none !important; } /* Optional: subtle separators between steps (looks clean on both white & grey) */ #sb_main.page--booking #sb-timeline #steps-nav li, #sb_main.page--paid_attributes #sb-timeline #steps-nav li{ border-right: 1px solid rgba(0,0,0,0.12) !important; } #sb_main.page--booking #sb-timeline #steps-nav li:last-child, #sb_main.page--paid_attributes #sb-timeline #steps-nav li:last-child{ border-right: none !important; } /* ========================================= BACK BUTTON → CLEAN RECTANGLE ========================================= */ #sb-timeline #steps #sb_back_button a{ font-family: "IBM Plex Mono", monospace !important; background: #ffffff !important; color: #111 !important; border: 2px solid #111 !important; border-left: 2px solid #111 !important; border-radius: 0 !important; padding: 8px 20px !important; margin-left: 20px !important; letter-spacing: 2px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: auto !important; } #sb-timeline #steps #sb_back_button a:before, #sb-timeline #steps #sb_back_button a:after{ display: none !important; content: none !important; } #sb-timeline #steps #sb_back_button{ border: none !important; } /* ========================================================= OPENING HOURS + CONTACT US — EXACT TARGET ========================================================= */ /* Headings */ #sb_main #content-view #schedule .title-main, #sb_main #content-view #contacts .title-main { font-family: "IBM Plex Mono", monospace !important; color: #242323 !important; font-weight: 600 !important; text-transform: none !important; } /* Sub text inside both sections */ #sb_main #content-view #schedule, #sb_main #content-view #contacts { font-family: "IBM Plex Mono", monospace !important; } #sb_main #content-view #schedule p, #sb_main #content-view #schedule li, #sb_main #content-view #schedule span, #sb_main #content-view #contacts p, #sb_main #content-view #contacts li, #sb_main #content-view #contacts span, #sb_main #content-view #contacts a { color: #3b3a3a !important; font-family: "IBM Plex Mono", monospace !important; font-weight: 400 !important; } /* Optional cleaner link hover */ #sb_main #content-view #contacts a:hover { color: #242323 !important; } /* ========================================================= FIX: Opening Hours table text (it's in TDs, not p/li/span) ========================================================= */ /* Opening Hours — heading */ #sb_main #content-view #schedule .title-main{ font-family: "IBM Plex Mono", monospace !important; color: #242323 !important; font-weight: 600 !important; } /* Opening Hours — table text (days + time) */ #sb_main #content-view #schedule table.overview td, #sb_main #content-view #schedule table.overview th, #sb_main #content-view #schedule table.overview td.day{ font-family: "IBM Plex Mono", monospace !important; color: #3b3a3a !important; font-weight: 400 !important; } /* (Optional) If you want the DAY label slightly stronger */ #sb_main #content-view #schedule table.overview td.day{ font-weight: 500 !important; color: #242323 !important; } /* ========================================================= CONTACT SECTION — SOCIAL ICON BRAND COLORS + SIZE ========================================================= */ /* Increase size */ #sb_main #content-view #contacts .social a, #sb_main #content-view #contacts .social i, #sb_main #content-view #contacts .fa-facebook, #sb_main #content-view #contacts .fa-instagram { font-size: 40px !important; /* adjust size here */ width: 40px !important; height: 40px !important; line-height: 40px !important; margin: 0 10px !important; /* spacing between icons */ } /* Facebook official blue */ #sb_main #content-view #contacts .fa-facebook { color: #1877F2 !important; } /* Instagram gradient */ #sb_main #content-view #contacts .fa-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; } /* Optional: slightly darker on hover */ #sb_main #content-view #contacts .fa-facebook:hover { color: #145dbf !important; } #sb_main #content-view #contacts .fa-instagram:hover { opacity: 0.85 !important; } /* ========================================================= CATEGORY STEP (Weekday / Weekend cards) Title: .cap.short Subtext: .txt.short ========================================================= */ /* Title (Weekday / Weekend) */ #sb_main.page--booking #sb_category_step_container .tab.tab-col .cap.short{ color: #242323 !important; font-family: "IBM Plex Mono", monospace !important; font-weight: 600 !important; } /* Sub-text under title */ #sb_main.page--booking #sb_category_step_container .tab.tab-col .txt.short{ color: #3b3a3a !important; font-family: "IBM Plex Mono", monospace !important; font-weight: 400 !important; } /* ========================================================= SERVICE STEP — HIDE ALL SERVICE IMAGES / ICONS (Clipboard, Dumbbell, SVG icons) ========================================================= */ /* Hide image wrapper */ #sb_main.page--booking #sb_service_step_container .preloader, #sb_main.page--booking #sb_service_step_container .default.img, #sb_main.page--booking #sb_service_step_container .default img, #sb_main.page--booking #sb_service_step_container svg { display: none !important; } /* Remove extra space left by image */ #sb_main.page--booking #sb_service_step_container .excerpt-info { padding-top: 0 !important; } /* ========================================================= SERVICE STEP — Title + Time Styling ========================================================= */ /* Service Titles (Pickleball, Basketball, etc.) */ #sb_main.page--booking #sb_service_step_container .cap.short { font-family: "IBM Plex Mono", monospace !important; color: #1f1f1f !important; font-weight: 600 !important; } /* Service Time (1 HR.) */ #sb_main.page--booking #sb_service_step_container .bar-service .time, #sb_main.page--booking #sb_service_step_container .bar-service .time span { font-family: "IBM Plex Mono", monospace !important; color: #4a4a4a !important; font-weight: 400 !important; text-transform: uppercase !important; /* keeps 1 HR style */ } /* ========================================================= HIDE ALL ICONS / IMAGES IN SERVICE ADD-ONS PAGE ONLY ========================================================= */ #sb_main #sb_attribute_list_container .product-item .preloader, #sb_main #sb_attribute_list_container .product-item img, #sb_main #sb_attribute_list_container .product-item svg { display: none !important; } /* ========================================================= SERVICE STEP — HIDE ALL IMAGES / SVG ICONS ========================================================= */ #sb_main.page--booking #sb_service_step_container .preloader, #sb_main.page--booking #sb_service_step_container .default.img, #sb_main.page--booking #sb_service_step_container .default img, #sb_main.page--booking #sb_service_step_container svg { display: none !important; } /* Remove empty space left by image */ #sb_main.page--booking #sb_service_step_container .excerpt-info { padding-top: 0 !important; } /* ========================================================= SERVICE ADD-ONS — FORCE EQUAL BOX HEIGHT ========================================================= */ /* Make every add-on card the same height */ #sb_main #sb_attribute_list_container .product-item { min-height: 185px !important; /* adjust if you want slightly taller */ display: flex !important; align-items: stretch !important; } /* Make inner wrapper fill full height */ #sb_main #sb_attribute_list_container .product-item .paid-attr__item-clickable-cover, #sb_main #sb_attribute_list_container .product-item .paid-attr__item { height: 100% !important; } /* Keep content vertically spaced nicely */ #sb_main #sb_attribute_list_container .product-item .paid-attr__item { display: flex !important; flex-direction: column !important; justify-content: space-between !important; } /* ========================================================= PAID ATTRIBUTES (Service Add-ons page) — FINAL FIX - "Customize Your Booking" color: #1f1f1f - Add-on title color: #1f1f1f (no fading) - Add-on title centered INSIDE box - Price + checkbox stay intact (no absolute/grid hacks) ========================================================= */ /* Title "Customize Your Booking" */ #sb_main.page--paid_attributes .title-main{ color: #1f1f1f !important; } /* Add-on names (Paddle, 2 paddles, etc.) */ #sb_main.page--paid_attributes #sb_attribute_list_container .item-name{ color: #1f1f1f !important; opacity: 1 !important; } /* --- RESET any previous centering attempts that may still exist --- */ #sb_main.page--paid_attributes #sb_attribute_list_container .product-item .one-line{ position: static !important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; pointer-events: auto !important; } /* Make each add-on card a stable vertical layout */ #sb_main.page--paid_attributes #sb_attribute_list_container .product-item{ display: flex !important; align-items: stretch !important; } /* The real inner container in your DOM */ #sb_main.page--paid_attributes #sb_attribute_list_container .product-item .tab.tab-col.flex-row{ height: 100% !important; display: flex !important; flex-direction: column !important; align-items: stretch !important; } /* Ensure the paid-attr wrapper fills the height (your existing rule keeps this too) */ #sb_main.page--paid_attributes #sb_attribute_list_container .product-item .paid-attr__item{ height: 100% !important; display: flex !important; flex-direction: column !important; } /* Center ONLY the title area by letting it take the free space */ #sb_main.page--paid_attributes #sb_attribute_list_container .product-item .paid-attr__item .one-line{ flex: 1 1 auto !important; display: flex !important; align-items: center !important; /* vertical center */ justify-content: center !important; /* horizontal center */ text-align: center !important; padding: 0 16px !important; /* keeps long names away from edges */ } /* Keep everything that is NOT the title naturally pushed to the bottom */ #sb_main.page--paid_attributes #sb_attribute_list_container .product-item .paid-attr__item > :not(.one-line){ margin-top: auto !important; } /* ========================================= PERFECTLY CENTER ADD-ON TITLE ========================================= */ /* Make each box a flex column */ #sb_attribute_list_container .product-item { display: flex; flex-direction: column; justify-content: center; /* vertical center */ align-items: center; /* horizontal center */ } /* Center the title text */ #sb_attribute_list_container .product-item .item-name { text-align: center; width: 100%; } /* Keep price + checkbox at bottom */ #sb_attribute_list_container .product-item .one-line { margin-top: auto; width: 100%; } /* Fine tune horizontal centering */ #sb_attribute_list_container .product-item .item-name { transform: translateX(68px); }

/* =========================================================
   PATCH FIX (paste at VERY BOTTOM of your CSS)
   Fix #1: Category (Weekday/Weekend) font + color reverted
   Fix #2: Service step icons (clipboard/dumbbell) reappeared
   ========================================================= */


/* =========================
   FIX #1 — CATEGORY CARDS
   (Weekday / Weekend)
   Force IBM Plex Mono + dark colors + remove any fading/opacity
   ========================= */

#sb_main #sb_category_step_container .tab.tab-col .cap,
#sb_main #sb_category_step_container .tab.tab-col .cap.short,
#sb_main #sb_category_step_container .tab.tab-col .cap *{
  font-family: "IBM Plex Mono", monospace !important;
  color: #242323 !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

#sb_main #sb_category_step_container .tab.tab-col .txt,
#sb_main #sb_category_step_container .tab.tab-col .txt.short,
#sb_main #sb_category_step_container .tab.tab-col .txt *{
  font-family: "IBM Plex Mono", monospace !important;
  color: #3b3a3a !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* In some SimplyBook updates, the whole excerpt block gets faded */
#sb_main #sb_category_step_container .tab.tab-col .excerpt-info,
#sb_main #sb_category_step_container .tab.tab-col .excerpt-info *{
  opacity: 1 !important;
}

/* =========================
   FIX #2 — SERVICE STEP ICONS
   Hide ANY service “image/icon” wrappers (new + old classes)
   Only scoped to Service Step container so nothing else is affected.
   ========================= */

#sb_main #sb_service_step_container .preloader,
#sb_main #sb_service_step_container .default.img,
#sb_main #sb_service_step_container .default.img *,
#sb_main #sb_service_step_container .tab-img,
#sb_main #sb_service_step_container .tab-img *,
#sb_main #sb_service_step_container .img,
#sb_main #sb_service_step_container .img *,
#sb_main #sb_service_step_container .image,
#sb_main #sb_service_step_container .image *,
#sb_main #sb_service_step_container .icon,
#sb_main #sb_service_step_container .icon *,
#sb_main #sb_service_step_container .service-image,
#sb_main #sb_service_step_container .service-image *,
#sb_main #sb_service_step_container img,
#sb_main #sb_service_step_container svg{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Remove the blank space the icon area leaves behind */
#sb_main #sb_service_step_container .excerpt-info{
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* =========================================================
   SERVICE STEP — FORCE DARK TITLE + TIME
   (Pickleball, Basketball, 1 HR.)
   ========================================================= */

/* Service Title */
#sb_main.page--booking #sb_service_step_container .cap,
#sb_main.page--booking #sb_service_step_container .cap.short,
#sb_main.page--booking #sb_service_step_container .cap *{
  font-family: "IBM Plex Mono", monospace !important;
  color: #1f1f1f !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Service Time (1 HR.) */
#sb_main.page--booking #sb_service_step_container .bar-service .time,
#sb_main.page--booking #sb_service_step_container .bar-service .time span{
  font-family: "IBM Plex Mono", monospace !important;
  color: #4a4a4a !important; /* slightly lighter than title */
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* =========================================================
   SERVICE STEP — HARD OVERRIDE AFTER BACK NAVIGATION
   Fixes fading / color change when returning from Add-ons
   ========================================================= */

/* Remove any fading applied to service cards */
#sb_main #sb_service_step_container .tab.tab-col,
#sb_main #sb_service_step_container .tab.tab-col *{
  opacity: 1 !important;
}

/* Force service title */
#sb_main #sb_service_step_container .cap,
#sb_main #sb_service_step_container .cap.short,
#sb_main #sb_service_step_container .cap *{
  font-family: "IBM Plex Mono", monospace !important;
  color: #1f1f1f !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}

/* Force 1 HR text */
#sb_main #sb_service_step_container .duration,
#sb_main #sb_service_step_container .duration span,
#sb_main #sb_service_step_container small,
#sb_main #sb_service_step_container .bar-service .time{
  font-family: "IBM Plex Mono", monospace !important;
  color: #4a4a4a !important;
  opacity: 1 !important;
}

/* =========================================================
   PAID ATTRIBUTES (Add-ons page)
   "Customize Your Booking" in IBM Plex Mono + conditional disclaimers
   ========================================================= */

/* 1) Title font */
#sb_main.page--paid_attributes .title-main{
  font-family: "IBM Plex Mono", monospace !important;
  color: #1f1f1f !important;
  font-weight: 600 !important;
}

/* 2) Base disclaimer styling (we’ll inject text via ::after) */
#sb_main.page--paid_attributes .title-main{
  position: relative !important;
  padding-bottom: 10px !important; /* breathing room before the disclaimer */
}

/* Common disclaimer style */
#sb_main.page--paid_attributes .title-main::after{
  display: block !important;
  margin-top: 10px !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: #4a4a4a !important;
  white-space: pre-line !important; /* respects \A line breaks */
}

/* =========================================================
   3) CONDITIONAL CONTENT
   IMPORTANT:
   SimplyBook usually exposes a service identifier as a class or data-attr.
   Try these common patterns below.

   ✅ Option A (most common): #sb_main has class like .service-123 or .service_123
   ✅ Option B: body has class like .sb-service-123
   ✅ Option C: #sb_main has [data-service-id="123"]

   Replace the 999 / 888 / 777 placeholders with your real service IDs.
   ========================================================= */

/* ---------- PICKLEBALL ONLY ---------- */
/* Replace 999 with your Pickleball service ID */
#sb_main.page--paid_attributes.service-999 .title-main::after,
#sb_main.page--paid_attributes.service_999 .title-main::after,
body.sb-service-999 #sb_main.page--paid_attributes .title-main::after,
#sb_main.page--paid_attributes[data-service-id="999"] .title-main::after{
  content:
"• Extra hours are added on top of the base 1-hour booking.\A\
• We only have 4 paddles available.";
}

/* ---------- BASKETBALL + VOLLEYBALL ONLY ---------- */
/* Replace 888 with Basketball ID, and 777 with Volleyball ID */
#sb_main.page--paid_attributes.service-888 .title-main::after,
#sb_main.page--paid_attributes.service_888 .title-main::after,
body.sb-service-888 #sb_main.page--paid_attributes .title-main::after,
#sb_main.page--paid_attributes[data-service-id="888"] .title-main::after,
#sb_main.page--paid_attributes.service-777 .title-main::after,
#sb_main.page--paid_attributes.service_777 .title-main::after,
body.sb-service-777 #sb_main.page--paid_attributes .title-main::after,
#sb_main.page--paid_attributes[data-service-id="777"] .title-main::after{
  content:
"• Extra hours are added on top of the base 1-hour booking.\A\
• Lights are recommended for bookings starting 5:00 PM onwards.\A\
• Lights will only be turned on if selected and paid for.";
}

/* ---------- FALLBACK (if no service id class/data exists) ----------
   Comment this OUT once your service-id selectors above work.
   This fallback shows ALL bullets on all services. */
/*
#sb_main.page--paid_attributes .title-main::after{
  content:
"• Extra hours are added on top of the base 1-hour booking.\A\
• We only have 4 paddles available.\A\
• Lights are recommended for bookings starting 5:00 PM onwards.\A\
• Lights will only be turned on if selected and paid for.";
}
*/

/* =========================================================
   PICKLEBALL ONLY (service_id = 2)
   Add disclaimer under "Customize Your Booking"
   ========================================================= */

/* Ensure title uses IBM Plex Mono */
#sb_main.page--paid_attributes .title-main{
  font-family: "IBM Plex Mono", monospace !important;
  color: #1f1f1f !important;
  position: relative !important;
}

/* Inject disclaimer ONLY when service_id = 2 */
#sb_main.page--paid_attributes #steps[data-service_id="2"] 
  .title-main::after{

  content:
"• Extra hours are added on top of the base 1-hour booking.\A\
• We only have 4 paddles available.";

  display: block !important;
  margin-top: 12px !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #4a4a4a !important;
  white-space: pre-line !important;
}

/* =========================================================
   BASKETBALL + VOLLEYBALL DISCLAIMERS ONLY
   ========================================================= */

#sb_main.page--paid_attributes #steps[data-service_id="5"] .title-main::after,
#sb_main.page--paid_attributes #steps[data-service_id="17"] .title-main::after,
#sb_main.page--paid_attributes #steps[data-service_id="16"] .title-main::after,
#sb_main.page--paid_attributes #steps[data-service_id="12"] .title-main::after{
  content:
"• Extra hours are added on top of the base 1-hour booking.\A\
• Lights are recommended for bookings starting 5:00 PM onwards.\A\
• Lights will only be turned on if selected and paid for.";

  display: block !important;
  margin-top: 12px !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #4a4a4a !important;
  white-space: pre-line !important;
}

/* =========================================================
   CALENDAR SELECTED DATE — Dark Grey Instead of Black
   ========================================================= */

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step
#sb_dateview_container .top-date-select .calendar .weeks-date .date.selected,

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active{
  background-color: #bab6b6 !important;  /* Dark grey */
  color: #ffffff !important;             /* Keep numbers readable */
}

/* =========================================================
   CALENDAR MONTH NAV — small, one-line, no arrow icons
   ========================================================= */

/* Button shell */
#sb_prev_month,
#sb_next_month{
  background: #752222 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 8px 14px !important;          /* smaller */
  min-height: 34px !important;           /* smaller */
  height: 34px !important;               /* lock height */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

/* Kill any arrow shapes/pseudo */
#sb_prev_month:before,
#sb_prev_month:after,
#sb_next_month:before,
#sb_next_month:after,
#sb_prev_month .txt:before,
#sb_prev_month .txt:after,
#sb_next_month .txt:before,
#sb_next_month .txt:after{
  display: none !important;
  content: none !important;
  border: none !important;
}

/* Kill ANY arrow/icon elements inside (covers most SB variants) */
#sb_prev_month i,
#sb_next_month i,
#sb_prev_month svg,
#sb_next_month svg,
#sb_prev_month [class*="arrow"],
#sb_next_month [class*="arrow"],
#sb_prev_month [class*="angle"],
#sb_next_month [class*="angle"],
#sb_prev_month [class*="chevron"],
#sb_next_month [class*="chevron"],
#sb_prev_month [class*="fa-"],
#sb_next_month [class*="fa-"]{
  display: none !important;
}

/* Text: force ONE LINE + IBM Plex Mono */
#sb_prev_month .txt,
#sb_next_month .txt{
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.6px !important;
  color: #fff !important;
  white-space: nowrap !important;        /* one line */
  width: auto !important;                /* stop wrapping */
  max-width: none !important;
}

/* Optional: slightly tighter on very small screens */
@media (max-width: 480px){
  #sb_prev_month, #sb_next_month{
    padding: 7px 12px !important;
    height: 32px !important;
    min-height: 32px !important;
  }
  #sb_prev_month .txt, #sb_next_month .txt{
    font-size: 12px !important;
  }
}

/* =========================================================
   CALENDAR MONTH TITLE (February 2026)
   ========================================================= */

#sb_dateview_container .top-date-select .txt-center > div{
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  letter-spacing: 1px !important;
  color: #1f1f1f !important;   /* change this to any color you want */
}

/* =========================================================
   WEEK RANGE TEXT (22 — 28 February)
   ========================================================= */

#sb_timeview_container .header .txt-center{
  font-family: "IBM Plex Mono", monospace !important;
  color: #1f1f1f !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}

/* Login title — IBM Plex Mono + dark text */
#client-login .title-main {
  font-family: "IBM Plex Mono", monospace !important;
  color: #1f1f1f !important;
  font-weight: 500 !important; /* optional — looks cleaner in mono */
}

/* ============================================
   BOOKING STRIP FONT — IBM PLEX MONO
   (Category / Service / Add-ons / Provider / Time / Client)
   ============================================ */

/* Load IBM Plex Mono */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* Target the booking timeline strip */
#sb-timeline #steps-nav,
#sb-timeline #steps-nav *,
#sb-timeline #steps-nav a,
#sb-timeline #steps-nav span,
#sb-timeline #steps-nav li {
  font-family: 'IBM Plex Mono', monospace !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}

/* ============================================
   NEXT BUTTON TEXT — FORCE WHITE
   ============================================ */

#sb_booking_content .btn.next,
#sb_booking_content .paid-attribute-footer .btn.next,
#sb-timeline .btn.next {
  color: #ffffff !important;
}

/* ============================================
   SELECT BUTTON — WHITE TEXT ON HOVER & ACTIVE
   ============================================ */

/* Hover */
#sb_booking_content .btn.select:hover a,
#sb_booking_content .btn.select:hover {
  color: #ffffff !important;
}

/* When selected / active */
#sb_booking_content .btn.select.active a,
#sb_booking_content .btn.select.btn-active a,
#sb_booking_content .btn.select.selected a {
  color: #ffffff !important;
}

/* ============================================
   HEADER MENU — FORCE WHITE (sb_menu + sb_menu_v2)
   ============================================ */

/* Desktop links */
#header .nav-wrapper #sb_menu .nav li a,
#header .nav-wrapper #sb_menu_v2 .nav li a,
#header .nav-wrapper #sb_menu .nav li a:visited,
#header .nav-wrapper #sb_menu_v2 .nav li a:visited,
#header .nav-wrapper #sb_menu .nav li a:hover,
#header .nav-wrapper #sb_menu_v2 .nav li a:hover,
#header .nav-wrapper #sb_menu .nav li a:focus,
#header .nav-wrapper #sb_menu_v2 .nav li a:focus,
#header .nav-wrapper #sb_menu .nav li.active a,
#header .nav-wrapper #sb_menu_v2 .nav li.active a {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* If the menu icon / trigger has text */
#header .nav-wrapper .nav-trigger,
#header .nav-wrapper .toggle-menu {
  color: #ffffff !important;
}

/* ============================================
   HOMEPAGE ONLY — REMOVE "About us" HEADING
   (works for page--index and page-index)
   ============================================ */

#sb_main.sb-layout.page--index #about-us .title-main,
#sb_main.sb-layout.page-index  #about-us .title-main,
#sb_main.sb-layout.page--index #about-us .title-main *,
#sb_main.sb-layout.page-index  #about-us .title-main *{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* remove leftover spacing above the cards */
#sb_main.sb-layout.page--index #about-us .section-pd,
#sb_main.sb-layout.page-index  #about-us .section-pd{
  padding-top: 0 !important;
}

/* kill underline if it's pseudo-element */
#sb_main.sb-layout.page--index #about-us .title-main::before,
#sb_main.sb-layout.page--index #about-us .title-main::after,
#sb_main.sb-layout.page-index  #about-us .title-main::before,
#sb_main.sb-layout.page-index  #about-us .title-main::after{
  content: none !important;
  display: none !important;
}

/* ============================================
   HOMEPAGE ONLY — REMOVE "Facility" TITLE
   ============================================ */

#sb_main.sb-layout.page--index #gallery-view .title-section,
#sb_main.sb-layout.page--index #gallery-view .title-section *{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove spacing above gallery */
#sb_main.sb-layout.page--index #gallery-view{
  padding-top: 0 !important;
}

/* ============================================
   HOMEPAGE — CUSTOM LOCATION TITLE
   Text on top, underline below
   ============================================ */

/* Hide original text */
#sb_main.sb-layout.page--index 
.wrap-location-index .title-section{
  font-size: 0 !important;
  border: none !important;
}

/* Add new title */
#sb_main.sb-layout.page--index 
.wrap-location-index .title-section::before{
  content: "Location";
  display: block;
  font-size: 50px;
  font-family: 'IBM Plex Mono', monospace !important;
  color: #ffffff !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2px;
}

/* Make the title container the positioning anchor */
#sb_main.sb-layout.page--index 
.wrap-location-index .title-section{
  position: relative !important;
  padding-bottom: 0 !important;   /* stop pushing the underline */
}

/* Underline: lock it directly under the text */
#sb_main.sb-layout.page--index 
.wrap-location-index .title-section::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% + 42px);   /* ✅ adjust this number */
  width: 160px;
  height: 2px;
  background: #ffffff;
}

/* ============================================
   MOBILE ONLY (<= 768px) — FIX DROPDOWN TEXT + BUTTONS
   ============================================ */
@media (max-width: 768px){

  /* Mobile dropdown panel background */
  #sb_main #header .nav-wrapper{
    background: #ffffff !important;
  }

  /* Mobile menu links: black + readable */
  #sb_main #header .nav-wrapper #sb_menu .nav li a,
  #sb_main #header .nav-wrapper #sb_menu_v2 .nav li a{
    color: #000000 !important;
    opacity: 1 !important;
    font-family: 'IBM Plex Mono', monospace !important;
  }

  /* Mobile menu buttons (Show on map / Book now): grey button + black text */
  #sb_main #header .nav-wrapper .btn,
  #sb_main #header .nav-wrapper a.btn{
    background: #e0e0e0 !important;
    color: #000000 !important;
    border: 1px solid #cfcfcf !important;
  }

  /* Hover/active */
  #sb_main #header .nav-wrapper .btn:hover,
  #sb_main #header .nav-wrapper a.btn:hover{
    background: #d6d6d6 !important;
  }
}

@media (max-width: 768px){
  /* Card container */
  #sb_attribute_list_container .product-item,
  #sb_attribute_list_container .product-item .tab.tab-col.flex-row{
    position: relative !important;
  }

  /* Center ONLY the title (common title selectors) */
  #sb_attribute_list_container .product-item .tab.tab-col.flex-row
  :is(.title, .title-main, .name, .service-name, h1, h2, h3){
    position: absolute !important;
    top: 45% !important;
    left: 78% !important;
    transform: translate(-45%, -50%) !important;
    margin: 0 !important;
    width: 80% !important;
    text-align: center !important;
    pointer-events: none !important; /* avoids blocking checkbox taps */
  }
}

/* =========================================================
   CONFIRM DETAILS / PAYMENT PAGE ONLY
   Your disclaimer is injected via .title-main::after
   So we disable that pseudo-element ONLY inside #details
   ========================================================= */

#sb_main.page--paid_attributes #details .title-main::after{
  content: none !important;
  display: none !important;
}

/* =========================================================
   CONFIRM BOOKING button — force WHITE text
   ========================================================= */

#sb_main #sb_booking_content #details #sb_book_btn,
#sb_main #sb_booking_content #details #sb_book_btn *,
#sb_main #sb_booking_content #details #sb_book_btn .btn,
#sb_main #sb_booking_content #details #sb_book_btn .btn *{
  color: #ffffff !important;
  text-shadow: none !important;
}

/* =========================================================
   DESKTOP ONLY — HERO MUST NEVER CROP (Macbook 13" vs 16" fix)
   Force hero background to "contain" so it always fits the viewport.
   MOBILE VIEW NOT TOUCHED.
   ========================================================= */

@media (min-width: 768px){

  /* Apply to the landing/hero area where your big image sits */
  #sb_main #main #main-buttons[style],
  #sb_main #main #main-buttons{
    background-size: contain !important;         /* ✅ no cropping */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;          /* letterbox fill */
  }

  /* Optional: kill any horizontal cut/scroll caused by transforms/positioning */
  #sb_main{
    overflow-x: hidden !important;
  }
}