body {
  background-image: url('/img/1TavlaFrufallan.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Arial', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bokning-sektion {
    width: 90%;
  }

  .custom-columns {
    flex-direction: column;
  }

  .custom-left-column,
  .custom-right-column {
    flex: 1;
    padding: 7px;
  }
}

@media screen and (min-width: 768px) {
  .custom-left-column,
  .custom-right-column {
    flex: 1;
  }
}

.paragraphs-booking {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.custom-container {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  margin-top: 80px;
}

.bokning-sektion {
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 20px;
}

.custom-header {
  text-align: center;
  margin-bottom: 20px;
}

.custom-columns {
  display: flex;
}

.custom-left-column {
  padding: 20px;
}

.custom-right-column {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-right-column img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.custom-booking-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-form-row {
  display: flex;
  gap: 15px;
}

.custom-form-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-form-column label {
  margin-bottom: 5px;
  font-weight: bold;
}

.custom-form-column input,
.custom-form-column select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.custom-form-column input:focus,
.custom-form-column select:focus {
  border-color: #007bff;
  outline: none;
}

.custom-form-column button {
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-form-column button:hover {
  background-color: #0056b3;
}

.custom-rumImg {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}