.elementor-1208 .elementor-element.elementor-element-e51db25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-1208{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-1208 .dialog-message{width:340px;height:auto;}#elementor-popup-modal-1208 .dialog-close-button{display:flex;}#elementor-popup-modal-1208 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-555f462 */.popup-booking {
  font-family: 'Roboto', sans-serif;
  max-width: 420px;
  width: 92%;
  margin: auto;
  padding: 24px 20px;
  background: linear-gradient(to bottom, #015f52, #007c64);
  border-radius: 14px;
  position: relative;
  color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.popup-booking h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.popup-subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.text-yellow {
  color: #ffc107;
  font-weight: 700;
}

.popup-booking input[type="text"],
.popup-booking input[type="tel"],
.popup-booking select {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 8px;
  border: none;
  margin-bottom: 14px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.form-label {
  font-size: 15px;
  margin: 10px 0 8px;
  font-weight: 500;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 15px;
}

.checkbox-group label {
  background-color: #e8f0fe;
  color: #000;
  padding: 10px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.checkbox-group label:hover {
  background-color: #d6e6ff;
}

.checkbox-group input[type="checkbox"] {
  transform: scale(1.2);
  accent-color: #ffc107;
}

.popup-booking select {
  background: #fff;
  color: #333;
}

.btn-submit {
  width: 100%;
  background: #ffc107;
  color: #000;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-submit:hover {
  background: #e0a800;
}

.note {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.85;
  line-height: 1.4;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}/* End custom CSS */