.booking-header-select-employee {
  background: linear-gradient(135deg, var(--calendar-primary, #c7a467) 0%, var(--calendar-primary-dark, #48392f) 100%);
  padding: 18px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(var(--calendar-shadow-rgb, 102, 126, 234), 0.25);
  margin-bottom: 20px;
  border: none;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

#cartdiv .tdcart2 {
  padding: 0px;
  background-color: transparent;
  font-size: 13px;
  border: 0px !important;
}

.headingline {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  margin-top: 10px !important;
}
.headingline::before {
  display: none;
}

.div_category_details, .div_service_details {
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 0 0 32px;
    margin-top: 0px;
  padding: 24px;
    padding-right: 24px;
    padding-left: 24px;
  position: relative;
  width: 100%;
  transition: box-shadow 0.3s ease;
}

.div_category_name, .div_service_name {
  font-weight: 600;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 16px;
  color: #FFF;
  line-height: 1.4;
}

.div_service_information_box {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: none;
  padding: 12px 16px;
  position: static;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

span#servicePrice {
  display: none;
  }

.category-item {
  background-color: #C7A467;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 0px;
}
div.category-content > h2 a {
  color: #FFF;
  }
.category-description {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}
div.services-list > h4 {
  display: none;  
}
div.div_service_information_box.hidden-phone {
  display: none;  
}

.bookingformdiv {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.divtimeslots {
  border: none !important;
  padding: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  color: #fff;
}

td.tdcart2 > div.cart_extra_info {
  display: none;  
}

div#employee-container-parent-1 {
  display: none !important;
}

div.view-toggle {
  display: none; 
  }

.list-view .service-item {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #48392F;
  min-width: 250px;
  margin: 0 20px 0 0;
}

.service-item h5 {
  font-size: 16px;
  color: #333;
  margin: 0 0 5px 0;
  font-weight: 800;
}
.service-item a:hover {
  color: #333;
}

.service-price {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.service-header {
  padding: 16px 20px;
  border-bottom: none;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}