#sb-main-container > div.footer-links > div {
display: none !important;
}

	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 */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

.sb-social-icons,
.social-icons,
.footer-social,
.sb-footer-social {
    display: none !important;
}.social-list {
    display: none !important;
}
/* Hide the text title above the logo */
.company-name,
.company-title,
.header-company-name,
.sb-company-name,
.logo-text {
    display: none !important;
}

/* Stack the logo and button vertically */
.header,
.sb-header,
.header-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
/* Hide the company name */
.company-name {
    display: none !important;
}

/* Keep the hero container relative */
#main-buttons .inner {
    position: relative !important;
}

/* Book Now button */
#main-buttons .bar {
    position: absolute !important;
    top: 85px !important;     /* Adjust this value */
    right: 80px !important;
    left: auto !important;
    margin: 0 !important;
    width: auto !important;
}

/* Button styling */
.btn.book.custom {
    width: 280px !important;
    height: 70px !important;
    border-radius: 40px !important;
    font-size: 20px !important;
}
#main-buttons .bar {
    position: absolute !important;
    top: -220px !important;
    right: 0px !important;
    left: auto !important;
}
/* Book Now button */
.btn.book.custom {
    width: 220px !important;      /* Smaller */
    height: 56px !important;      /* Shorter */
    padding: 0 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    text-align: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;

    border-radius: 28px !important;
}
@media (max-width: 767px) {
  /* Reset the header so items sit in a row instead of overlapping/stacking */
  header,
  .header,
  [class*="header"] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    padding: 12px 16px !important;
    position: relative !important;
  }

  /* Menu icon (hamburger) - force to the left, remove absolute positioning */
  [class*="menu-icon"],
  [class*="menu-button"],
  [class*="hamburger"] {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    order: 1 !important;
  }

  /* Book Now button - force to the right, remove absolute positioning */
  [class*="book-button"],
  [class*="book-now"],
  a[href*="book"] {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    order: 2 !important;
  }
}
@media (max-width: 767px) {
  #header .nav-trigger.toggle-mnu {
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  #main-buttons .wrapper .inner .bar .btn.book.custom {
    margin-top: 35px !important;
  }
}
@media (max-width: 767px) {
  #main-buttons .wrapper .inner .bar .btn.book.custom {
    margin-top: 35px !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
  }
}