.dropdown,
.slide {
  text-align: center;
}

.author,
.count-button {
  font-weight: 700;
}

.ui-autocomplete {
  max-height: 140px;
  overflow-y: auto;
}

.rating {
  color: gold;
  font-size: 40px;
  margin-bottom: 10px;
}

.slider-container {
  width: 80%;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
}

.review {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
}

.slide:hover {
  transform: scale(1.05);
}

.call-button {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s;
}

.datetime-picker,
.dropdown {
  display: inline-block;
}

.call-button i {
  margin-right: 10px;
}

.call-button:hover {
  background-color: #0056b3;
}

.flatpickr-input {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 16px;
}

.dropdown {
  width: 100%;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  z-index: 1;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
}

.count-controls,
.dropdown-item {
  display: flex;
  align-items: center;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-item {
  padding: 5px;
}

.count-controls {
  justify-content: space-between;
}

.count-button {
  background-color: #f0f0f0;
  border: 2px solid rgba(136, 135, 135, 0.2);
  padding: 2px;
  min-width: 30px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.count-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.count-button.minus,
.count-button.plus {
  background-color: #1e90ff;
  color: #fff;
}

.count {
  margin: 0 5px;
  color: #3a3a3a;
}

.total {
  color: #5f5f5f;
}

.icon-with-text {
  display: inline-flex;
  align-items: center;
  min-width: 140px;
  min-height: 50px;
}

.icon1 {
  font-size: 29px;
  color: #1e90ff;
}

.text {
  font-size: 10px;
  color: #424242;
  text-align: end;
}

.container {
  padding: 20px;
}

h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  font-size: 16px;
  margin-bottom: 5px;
}
