/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}

/* Phone number in top nav (first menu item) */
#sb_menu li:first-child a,
.sb-menu li:first-child a,
nav li:first-child a{
  font-size: 28px !important;   /* was 22px */
  font-weight: 900 !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
  letter-spacing: 0.3px !important;
}

/* Mobile: keep it big but not overwhelming */
@media (max-width: 768px){
  #sb_menu li:first-child a,
  .sb-menu li:first-child a,
  nav li:first-child a{
    font-size: 20px !important; /* was 18px */
  }
}

a[href="#book"] {
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Blue Shore Pedal Lounge custom homepage/service card layout */

.bspl-wrap {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 18px 12px !important;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.bspl-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

@media (max-width: 980px) {
  .bspl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .bspl-grid {
    grid-template-columns: 1fr !important;
  }
}

.bspl-card {
  background: #0f0f10 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.25) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 520px !important;
}

.bspl-img {
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
  display: block !important;
  background: #111 !important;
}

.bspl-body {
  padding: 14px 14px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex: 1 !important;
}

.bspl-title {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  margin: 0 !important;
}

.bspl-desc {
  color: rgba(255,255,255,.85) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  min-height: 58px !important;
}

.bspl-meta {
  color: rgba(255,255,255,.70) !important;
  font-size: 12px !important;
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.bspl-meta strong {
  color: rgba(255,255,255,.92) !important;
  font-weight: 700 !important;
}

.bspl-spacer {
  flex: 1 !important;
}

.bspl-btn {
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  border: 2px solid rgba(255,255,255,.85) !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  transition: transform .08s ease, background .12s ease, border-color .12s ease !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.bspl-btn:hover {
  transform: translateY(-1px) !important;
  background: rgba(255,255,255,.08) !important;
  border-color: #fff !important;
}

.bspl-more {
  color: #3ea6ff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.bspl-more:hover {
  text-decoration: underline !important;
}

/* ==========================================================================
   BLUE PEDAL LOUNGE — PRIVATE PARTY PAGE STYLES
   Append this entire block to your existing Custom CSS in:
   Custom Features → Custom CSS → "Booking pages CSS" tab
   (Paste at the BOTTOM, after your existing rules. Click Save CSS.)
   
   All selectors are namespaced with .pp-page to avoid conflicts with the
   homepage card grid (.bspl-*) or anything else in your theme. High
   specificity is used throughout to override the default theme styles per
   SimplyBook's note in the CSS editor.
   ========================================================================== */

.pp-page {
  --pp-blue: #16A3E2;
  --pp-blue-dark: #0d6fa3;
  --pp-yellow: #FFD028;
  --pp-bg: #050405;
  --pp-bg-2: #0d1320;
  --pp-bg-3: #141b2c;
  --pp-text: #ffffff;
  --pp-text-muted: rgba(255, 255, 255, 0.72);
  --pp-text-dim: rgba(255, 255, 255, 0.5);
  --pp-border: rgba(22, 163, 226, 0.25);

  background: var(--pp-bg);
  color: var(--pp-text);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.pp-page *,
.pp-page *::before,
.pp-page *::after {
  box-sizing: border-box;
}

/* ---------- Hero ---------- */
.pp-page .pp-hero {
  position: relative;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  overflow: hidden;
}

.pp-page .pp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 4, 5, 0.55) 0%, rgba(5, 4, 5, 0.7) 60%, rgba(5, 4, 5, 0.92) 100%);
  z-index: 1;
}

.pp-page .pp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
  width: 100%;
}

.pp-page .pp-hero-logo {
  width: 150px;
  height: 150px;
  margin: 0 auto 28px;
  display: block;
  /* Clip to a circle matching the visible blue ring of the logo.
     Hides any opaque background that may be baked into the source PNG. */
  -webkit-clip-path: circle(42% at 50% 50%);
  clip-path: circle(42% at 50% 50%);
  filter: drop-shadow(0 4px 24px rgba(22, 163, 226, 0.45));
}

/* Phone link in hero — top-right on desktop, centered top on mobile */
.pp-page .pp-hero-phone {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  background: rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pp-page .pp-hero-phone:hover {
  background: rgba(22, 163, 226, 0.85);
  border-color: var(--pp-blue);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.pp-page .pp-hero-phone svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.pp-page .pp-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pp-blue);
  font-weight: 600;
  margin-bottom: 18px;
}

.pp-page .pp-hero-title {
  font-size: 72px;
  line-height: 0.95;
  font-weight: 800;
  color: var(--pp-text);
  margin: 0 0 18px 0;
  letter-spacing: -1px;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

.pp-page .pp-hero-tagline {
  font-size: 20px;
  color: var(--pp-text-muted);
  margin: 0 auto 36px;
  max-width: 580px;
  line-height: 1.5;
}

.pp-page .pp-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Buttons ---------- */
.pp-page .pp-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: transform 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}

.pp-page .pp-btn-primary {
  background-color: var(--pp-blue);
  color: #ffffff !important;
  border-color: var(--pp-blue);
  box-shadow: 0 6px 24px rgba(22, 163, 226, 0.35);
}

.pp-page .pp-btn-primary:hover {
  background-color: var(--pp-blue-dark);
  border-color: var(--pp-blue-dark);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(22, 163, 226, 0.5);
}

.pp-page .pp-btn-ghost {
  background-color: transparent;
  color: var(--pp-text) !important;
  border-color: rgba(255, 255, 255, 0.3);
}

.pp-page .pp-btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--pp-text) !important;
}

.pp-page .pp-btn-large {
  padding: 18px 40px;
  font-size: 17px;
}

/* ---------- Section shared ---------- */
.pp-page .pp-section {
  padding: 96px 24px;
  background: var(--pp-bg);
}

.pp-page .pp-container {
  max-width: 1120px;
  margin: 0 auto;
}

.pp-page .pp-section-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pp-yellow);
  font-weight: 700;
  margin-bottom: 16px;
}

.pp-page .pp-section-title {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--pp-text);
  margin: 0 0 32px 0;
  letter-spacing: -0.5px;
  max-width: 720px;
}

/* ---------- Intro ---------- */
.pp-page .pp-intro {
  background: var(--pp-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pp-page .pp-intro .pp-lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--pp-text-muted);
  margin: 0 0 24px 0;
  max-width: 780px;
}

/* ---------- Features grid ---------- */
.pp-page .pp-features {
  background: var(--pp-bg-2);
}

.pp-page .pp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 12px;
}

.pp-page .pp-feature {
  background: var(--pp-bg-3);
  border: 1px solid var(--pp-border);
  border-radius: 12px;
  padding: 32px 28px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.pp-page .pp-feature:hover {
  transform: translateY(-4px);
  border-color: var(--pp-blue);
}

.pp-page .pp-feature-icon {
  width: 48px;
  height: 48px;
  color: var(--pp-blue);
  margin-bottom: 18px;
}

.pp-page .pp-feature-icon svg {
  width: 100%;
  height: 100%;
}

.pp-page .pp-feature-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--pp-text);
  margin: 0 0 10px 0;
}

.pp-page .pp-feature-desc {
  font-size: 15px;
  color: var(--pp-text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ---------- Gallery ---------- */
.pp-page .pp-gallery {
  background: var(--pp-bg);
}

.pp-page .pp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}

.pp-page .pp-gallery-item {
  grid-column: span 2;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background: var(--pp-bg-2);
}

.pp-page .pp-gallery-large {
  grid-column: span 4;
  grid-row: span 2;
}

.pp-page .pp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pp-page .pp-gallery-item:hover img {
  transform: scale(1.05);
}

/* ---------- Booking ---------- */
.pp-page .pp-booking {
  background: var(--pp-bg-2);
  padding: 80px 24px 120px;
}

.pp-page .pp-booking-card {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(22, 163, 226, 0.08), rgba(22, 163, 226, 0.02));
  border: 1px solid var(--pp-border);
  border-radius: 16px;
  padding: 56px 48px;
  text-align: center;
}

.pp-page .pp-booking-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pp-yellow);
  font-weight: 700;
  margin-bottom: 14px;
}

.pp-page .pp-booking-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--pp-text);
  margin: 0 0 18px 0;
  line-height: 1.15;
}

.pp-page .pp-booking-text {
  font-size: 16px;
  color: var(--pp-text-muted);
  margin: 0 auto 32px;
  max-width: 540px;
  line-height: 1.65;
}

.pp-page .pp-booking-price {
  margin: 0 0 28px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pp-page .pp-booking-amount {
  font-size: 56px;
  font-weight: 800;
  color: var(--pp-blue);
  line-height: 1;
}

.pp-page .pp-booking-unit {
  font-size: 14px;
  color: var(--pp-text-dim);
  letter-spacing: 0.5px;
}

.pp-page .pp-booking-fine {
  font-size: 13px;
  color: var(--pp-text-dim);
  margin: 20px 0 0 0;
}

/* ---------- Tablet ---------- */
@media (max-width: 960px) {
  .pp-page .pp-hero {
    min-height: 540px;
    padding: 64px 20px;
  }
  .pp-page .pp-hero-logo {
    width: 130px;
    height: 130px;
  }
  .pp-page .pp-hero-phone {
    top: 20px;
    right: 20px;
    padding: 9px 16px;
    font-size: 14px;
  }
  .pp-page .pp-hero-title {
    font-size: 56px;
  }
  .pp-page .pp-hero-tagline {
    font-size: 18px;
  }
  .pp-page .pp-section {
    padding: 72px 20px;
  }
  .pp-page .pp-section-title {
    font-size: 36px;
  }
  .pp-page .pp-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pp-page .pp-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
  }
  .pp-page .pp-gallery-large {
    grid-column: span 4;
    grid-row: span 2;
  }
  .pp-page .pp-gallery-item {
    grid-column: span 2;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 600px) {
  .pp-page .pp-hero {
    min-height: 480px;
    padding: 80px 18px 48px;
  }
  .pp-page .pp-hero-phone {
    top: 18px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    font-size: 13.5px;
  }
  .pp-page .pp-hero-phone:hover {
    transform: translateX(-50%) translateY(-1px);
  }
  .pp-page .pp-hero-logo {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }
  .pp-page .pp-hero-title {
    font-size: 40px;
  }
  .pp-page .pp-hero-tagline {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .pp-page .pp-hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .pp-page .pp-btn {
    width: 100%;
  }
  .pp-page .pp-section {
    padding: 56px 18px;
  }
  .pp-page .pp-section-title {
    font-size: 28px;
  }
  .pp-page .pp-intro .pp-lead {
    font-size: 16px;
  }
  .pp-page .pp-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pp-page .pp-feature {
    padding: 24px 22px;
  }
  .pp-page .pp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
  }
  .pp-page .pp-gallery-large,
  .pp-page .pp-gallery-item {
    grid-column: span 2;
    grid-row: span 1;
  }
  .pp-page .pp-gallery-large {
    grid-row: span 2;
  }
  .pp-page .pp-booking-card {
    padding: 36px 24px;
  }
  .pp-page .pp-booking-title {
    font-size: 26px;
  }
  .pp-page .pp-booking-amount {
    font-size: 44px;
  }
}

/* Make the image link layout-neutral and add a subtle hover dim */
.bspl-img-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.bspl-img-link .bspl-img {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.bspl-img-link:hover .bspl-img {
  opacity: 0.88;
}

/* Title link inherits parent color, no underline by default */
.bspl-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.bspl-title-link:hover {
  color: #16A3E2;
}

/* "Learn more" inline link inside the description */
.bspl-learn-more {
  display: inline-block;
  margin-top: 8px;
  color: #16A3E2;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95em;
  transition: color 0.2s ease;
}
.bspl-learn-more:hover {
  color: #0d6fa3;
  text-decoration: underline;
}
