.booking-form-container {
  width: 100%;
  min-height: 800px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: var(--bg);
}


@media screen and (min-width: 768px) and (max-width: 1366px) {

}

/* Mobile Responsive Styles */
@media (max-width: 768px) {

}