/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* Book Now styling */
.book-now-fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
  
	writing-mode: vertical-rl;
  
	background: #48AED6;
	color: #fff;
  
	padding: 16px 12px;
	font-size: 16px;
	font-weight: 600;
	font-family: "Jost";
  
	text-decoration: none;
	letter-spacing: 3px;
  
  
  
	box-shadow: -2px 4px 12px rgba(0,0,0,0.2);
  
	z-index: 9999;
	transition: all 0.3s ease;
}

/* Hover effect */
.book-now-fixed:hover {
	background: #244d5b;
	padding-right: 16px; /* slight slide effect */
	text-decoration: none;
	color: #fff;
}