#package335 > div > div > div.tab-pd > div.selected-package-list > div.package-list-item.package-service {
display: none !important;
}


#sb_package_client_instance_list_container > div > div > div > div.excerpt-info > div.tab-pd > div.content > div.selected-package-list.short > div.package-list-item.package-service {
display: none !important;
}


#sb_service_step_container > div:nth-child(1) > div > div.excerpt-info > div.tab-pd > div.btn-bar > div.sb_group_booking_count > div {
display: none !important;
}

#undefined_visible {
  pointer-events: none;   /* Prevents clicking, hovering, and dragging */
  cursor: default;         /* Changes the cursor back to a standard arrow */
  text-decoration: none;   /* Optional: removes underline if it's a link */
  opacity: 0.6;            /* Optional: gives it a "disabled" look */
}

#content-view .description_contacts {
			margin-bottom: 25px;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}




@media (max-width: 768px) {

  /* Remove bottom space from banner */
  #main-buttons {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Remove top space from homepage content */
  #content-view {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

}


#sb_package_list_container > div > div:nth-child(n) > div > div.excerpt-info > div.tab-pd > div.content > div.selected-package-list.short {
display: none !important;
}

#sb_package_list_container > div > div:nth-child(n) > div > div.excerpt-info > div.tab-pd > div.content > div.date-bar > span {
display: none !important;
}


#sb_content > div > div > form > div.title {
    color: #8B684D;      /* brown color */
    font-weight: 600;    /* match other titles */
    font-size: 24px;     /* adjust if needed to match other headings */
    margin-bottom: 24px; /* spacing below title */
    text-align: center;  /* optional: center the title */
  }


#sb_content > div > div > form > div.row > div > div > a {
display: none !important;
}

@media (max-width: 768px) { /* adjust breakpoint if needed */
  #main-buttons > div > div > div > div > a {
    margin-top: 250px !important; /* increase this value to move it further down */

  }
}

@media (max-width: 768px) { /* mobile view */
  #header > div > div > div > button {
    margin-top: -55px !important; /* adjust value to move it higher */
  }
}

#about-us > div {
display: flex;
justify-content: center;
}
#about-us > div > div.txt {
 max-width: 600px;
}
#about-us-customized {
}
/*
	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 */
}

