body{
    background-image: url('../image/yoyo-background-scaled.jpg');
    background-size: cover;
}
.full-row{
    min-height: 100vh;
}
.page{
	min-height: calc(100vh - 86px);
}
.row-mc{
	min-height: calc(100vh - 86px);
}
#booking-types, #rooms, #packages, #addons {
    display: none; /* Hide all sections by default */
}
.icon{
    width: 50px;
}
.btn-block {
  display: block;
  width: 100%;
}
.admin-image-thumb{
    background-size: cover;
    background-position: center;
    height: 400px;
}
.cc-icon{
    width: 200px;
}
.bg-light-transparent{
    background-color: rgba(255, 255, 255, 0.5);
}
@media(max-width: 767px){
    .rounded-start {
      border-bottom-left-radius: 0px!important;
      border-top-left-radius: var(--bs-border-radius) !important;
      border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end {
      border-top-right-radius: 0px!important;
      border-bottom-left-radius: var(--bs-border-radius) !important;
      border-bottom-right-radius: var(--bs-border-radius) !important;
  }
}


.btn-primary {
  color: #fff;
  background-color: #F8BF46;
  border-color: #F8BF46;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ffd477;
  border-color: #ffd477;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #ffd477;
  border-color: #ffd477;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffd477;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #F8BF46;
  border-color: #F8BF46;
}

.btn-outline-primary {
  color: #F8BF46;
  border-color: #F8BF46;
  background-color: transparent;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #F8BF46;
  border-color: #F8BF46;
}

.btn-outline-primary:focus, 
.btn-outline-primary.focus {
  color: #fff;
  background-color: #ffd477;
  border-color: #ffd477;
  box-shadow: 0 0 0 0.25rem rgba(248, 191, 70, 0.5);
}

.btn-outline-primary:active, 
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffd477;
  border-color: #ffd477;
}

.btn-outline-primary:disabled, 
.btn-outline-primary.disabled {
  color: #F8BF46;
  background-color: transparent;
  border-color: #F8BF46;
  opacity: 0.65;
}


.section-title {
    color: #F8BF46;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.card-cake {
    border-color: #F8BF46;
    box-shadow: 0 0.5rem 1rem rgba(248, 191, 70, 0.1);
}
.text-warning-emphasis {
    color: #F8BF46;
}
.divider {
    border-top: 2px solid #f8f9fa;
    margin: 2rem 0;
}

#calendar {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}
#calendar:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.fc .fc-daygrid-day-number {
  text-decoration:none;
  font-weight: 600;
  color: #f8bf46;
}
.fc .fc-col-header-cell-cushion {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    color: #75818c;
    font-size: 12px;
}
.fc .fc-toolbar-title {
 font-weight: 900;
 color: #75818c;
}
@media(max-width: 991px){
    .fc .fc-button{
        font-size: 0.7em;
    }
    .fc-today-button{
        display: none!important;
    }
    .fc-event-title{
        display: none!important;
    }
    .fc-toolbar-title{
        font-size: 1em!important;
    }
}
.legend {
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: 14px;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}
.legend-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
.weekend-color {
    color: #f39c12;
}
.holiday-color {
    color: #3498db;
}
.legend-list {
    list-style-type: none;
    padding-left: 0;
}
.legend-color.closed-color {
    color: #e74c3c;
}
.legend span {
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}
.legend .weekend { background: #eefaff; }
.legend .holiday { background: rgb(255, 214, 214); }
.legend .booked { background: #cccccc; }
.legend .closed { background: #e74c3c; color: #fff; }
.fc-daygrid-day.fc-weekend {
  background-color: #fff4f4; /* light pinkish for weekend */
}
.fc-day-sat,
.fc-day-sun {
  background-color: #eefaff;
}
.fc .fc-bg-event .fc-event-title{
    margin-top: 30px;
    text-align: center;
}


@media(max-width: 1199px){
    .fc .fc-bg-event .fc-event-title {
      font-size: 10px;
  }
}

.table-nowrap th,
.table-nowrap td {
    white-space: nowrap;
}