<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* ================================
   UNIVERSAL BOOKING SECTION (GLOBAL)
   Works for footer, contact page, spinal pages
   ================================ */

.ll-booking-section {
  background: #f7fdfd; /* soft clinical teal tint */
  padding: 60px 20px;
  border-top: 1px solid #e0f2f2;
  margin-top: 40px;
}

.ll-booking-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ll-booking-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #004f4f;
  margin-bottom: 12px;
}

.ll-booking-section p {
  font-size: 18px;
  color: #336666;
  margin-bottom: 28px;
}

/* CTA button (works with any plugin link or shortcode) */
.ll-booking-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 16px 28px;
  background: #008080; /* tealcolor.css primary */
  color: #ffffff;

  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.ll-booking-btn:hover {
  background: #009999; /* hover teal */
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

/* Inline SVG icon */
.ll-booking-btn svg {
  display: block;
}

/* If plugin outputs an iframe */
.ll-booking-iframe-wrapper {
  max-width: 900px;
  margin: 40px auto 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.ll-footer-box:hover {
  background: #008080 !important;
  color: #ffffff !important;
}

.ll-footer-box:hover svg {
  stroke: #ffffff !important;
}
</style>
<!-- end Simple Custom CSS and JS -->
