.d21-quickbook[d21-widget-uuid="f08ad1c9-51fe-403c-bfe3-0e0eb9e4fa1f"] svg { 
	opacity:1 !important;
} 

.header-body {
	/*top: 10px !important;*/
	opacity: 0.95 !important;
	box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.3);
}
h2 { 
	font-family: Mrs Saint Delafield, sans-serif; 
	text-align: center !important; 
	font-size:4em !important; 
	line-height:1; 
	color:#990000;
	padding-top:20px !important;
} 

h3 {
	text-transform: inherit !important;
	color:#990000;
	line-height:1; 
}

.banner-section {
	background-attachment: fixed !important; 
}

.header_slider-main {
	border-bottom:2px !important;
	border-bottom-color:#990000 !important;
	border-bottom-style:solid !important;
}

.container--custom {
	border-top:hidden !important;
}

.col-lg-6 {
	width:100% !important;
}

.scroll-to-top {
	visibility:hidden !important;
}










.booking-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    border: none;
    border-radius: 6px;
    background: #990000;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .booking-button:hover {
    background: #7a0000;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .booking-button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  /* Massage-iframe */
  .massage-iframe-container {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99998;
    width: min(450px, calc(100vw - 40px));
    height: min(700px, calc(100vh - 120px));
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
  }

  .massage-iframe-container.active {
    display: block;
  }

  .massage-iframe-container iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .massage-iframe-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #990000;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
  }

  .massage-iframe-close:hover {
    background: #7a0000;
  }

  /* Mobile */
  @media (max-width: 600px) {
    .booking-buttons {
      right: 10px;
      bottom: 10px;
      left: 10px;
      gap: 6px;
    }

    .booking-button {
      flex: 1;
      min-width: 0;
      padding: 0 10px;
      font-size: 13px;
    }

    .booking-button svg {
      width: 18px;
      height: 18px;
    }

    .massage-iframe-container {
      right: 10px;
      bottom: 68px;
      width: calc(100vw - 20px);
      height: calc(100vh - 90px);
    }
  }