Please use these links from video:
https://wordpress.org/plugins/booking
https://wordpress.org/plugins/popup-m...
CSS for button: /*————————————————————–
MENU BOOKING BUTTON
————————————————————–*/
.menu-button2 a {
background-color: blue;
color: #ffffff !important;
padding: 18px 20px !important;
border-radius: 15px;
text-decoration: none;
max-height: 30px;
margin-block: 40px !important;
}
.menu-button2 a:hover {
background-color: red; /* Change this to your desired hover color */
color: #ffffff; /* Change this to your desired hover text color */
}