.booking-wrapper iframe {
  width: 100% !important;
  height: 500px !important;
   
}
.booking-wrapper {
    width: 900px;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
     margin-top: 5%;
    
}/* Sprječava horizontalno pomjeranje cijele stranice */
html, body {
    overflow-x: hidden !important;
}






