/* Custom Styling Overrides */
body {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}



h1 {
  
  font-size: 2.6rem;
  font-weight:bold;
  margin-bottom:20px;
}

@media (max-width: 561px) {
  h1 {
  
    font-size: 1.8rem;
  }
}

h2,
h3,
h4,
h5,
h6 {
  
  font-weight: bold;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/*Navbar*/
.navbar {
  padding: 0;
  background-color: #0000008f;
}

nav .navbar-nav {
  margin: 0 auto;
  align-items: center;
  

}
strong {
   font-weight: bold !important;
}
.nav-link {
  font-size: 1rem; /* Default for larger screens */
}
.navbar .nav-item {
  padding: 0 0.5em;
  min-width: 80px;
  height: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.social-icons i{

  color: var(--white);
  background-image: none;
  font-size: 1.5rem;
}

@media (max-width: 1325px) {
  .nav-link {
    font-size: 0.8rem; /* Adjust for tablets */
  }
  .navbar .nav-item {
    padding: 0 0.4em;
    min-width: 60px;
  }
  .social-icons i{
    font-size: 1rem
  }
}

@media (max-width: 1080px) {
  .nav-link {
    font-size: 0.7rem; /* Adjust for tablets */
  }
  .navbar .nav-item {
    padding: 0 0.3em;
    min-width: 50px;
  }
}

@media (max-width: 993px) {
  .nav-link {
    font-size: 1rem; /* Adjust for tablets */
  }
  .navbar .nav-item {
    padding: 0 0.3em;
    min-width: 50px;
    max-height:50px;
  }
  .social-icons i{
    font-size: 1.5rem
  }
  .nav-logo{
    display:none !important;
  }

  .navbar-nav{
    padding-bottom:10px;
  }
}

.dropdown-franchise{
  white-space: normal;
    display: block; /* Ensures full width */
    word-wrap: break-word;
}

nav .navbar-nav a {
  color: var(--white);
 
  margin: auto;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  
  
}



nav .navbar-nav a:hover {
  color: var(--main-colour);
}



.navbar-toggler-icon {
  padding-top: 0.2em;
  color: var(--main-colour);
}

button.navbar-toggler .navbar-toggler-icon {
  background-image: none;
}

/* Style the Font Awesome icon */
button.navbar-toggler .navbar-toggler-icon i {
  color: var(--white) !important;
  /* Ensure your custom color */
  font-size: 1.5rem;
  /* Adjust size as needed */
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.navbar-brand img {
  max-height: 50px;
}

.nav-item.menu-desktop {
  display: none;
}

.social-icons{
  margin-left:10px;
}

.social-icons i:hover{
  color: var(--main-colour);
}

@media (min-width: 993px) {

  .navbar-brand,
  .nav-item.menu-mobile {
    display: none;
  }

  .nav-item.menu-desktop {
    display: flex;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute !important; /* Override with !important if necessary */
  }
}
@media (max-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: wrap;
  }
  
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    padding-left: 0; /* Remove default padding */
    margin-bottom: 0; /* Remove margin between items */
  }

  /* Make sure nav items take up full width */
  .navbar-nav .nav-item {
    width: 100%;
  }

  /* Ensure the navbar-collapse is shown on mobile */
  .navbar-collapse {
    display: block !important;
  }

  /* Show the mobile toggle button */
  .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static !important; /* Override with !important if necessary */
}
}


.dropdown-item.active,
.dropdown-item:active {
  background-color: #0000008f;
}

.nav-logo img {
  height: 40px;
}

.nav-link.active {
  color: var(--main-colour);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--main-colour);
}

.nav-item>a {
  padding-top: 1.3em;
}

.nav-item.nav-logo .nav-link {
  padding-top: 0.7em;
}

.navbar-nav .nav-link.active {
  color: var(--main-colour);
}

/* #formIframe {
  padding: 50px 0px 50px 0px;
} */

/*Footer*/

#footer {
  background-color:var(--main-colour);
  
}



#footer h5 {
  color: var(--white);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

#footer .footer-content-rows {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 2rem;
}

#footer .col-sm-4 {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 766px) {
  #footer .col-sm-4 {
    width: 100%;
    margin-top: 30px;
  }
}

#footer #mc_embed_signup {
  margin-top: 15px;
}

#footer #mc_embed_signup #mc_embed_signup_scroll {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#footer #mc_embed_signup #mc_embed_signup_scroll input {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 0px 5px 25px;
  outline: none;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  border: 1px solid var(--white);
}

#footer #mc_embed_signup #mc_embed_signup_scroll input::placeholder {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

#footer #mc_embed_signup #mc_embed_signup_scroll input[type="submit"] {
  background-color: #141414;
  border: none;
  box-shadow: none;
  padding: 3px 22px;
  height: 100%;
  color: var(--white);
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #141414;
  font-size: 12px;
  font-weight: 600;
}

#footer ul#footer-nav li.nav-item {
  color: var(--white);
}

#footer ul#footer-nav li.nav-item a.nav-link {
  font-size: 12px;
  padding: 0px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0px;
  display: block;
  padding-bottom: 5px;
}

@media (max-width: 766px) {
  #footer ul#footer-nav li.nav-item a.nav-link {
    padding-bottom: 15px;
  }
}

#footer ul#footer-nav li.nav-item a.nav-link.active,
#footer ul#footer-nav li.nav-item a.nav-link:hover {
  color: var(--main-colour);
}

#footer #copyrightinfo {
  margin-top: 10px;
}

#footer #copyrightinfo p {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0px 30px;
  font-family: 'Source Sans Pro', sans-serif;
}

#footer #copyrightinfo a {
  color: var(--white);
  text-decoration: none;
  padding: 0 5px;
  font-family: 'Source Sans Pro', sans-serif;
}

.footer-menu a{
  color:var(--white);
  text-transform: uppercase;
  text-decoration: none;
  font-size:14px;
  padding:5px;
  
}

.footer-menu a:hover{
  color:var(--main-colour);
  background-color:white;
  
}

/* Home page*/

/* .header-image {
  background-image: url('../img/Home/Video_Screenshot_Header_Image.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.home {
  background-color: var(--main-colour);
  width: 100%;
  padding: 50px 0px;
  margin: 0 auto;
}
.homepage {
  position: relative;
  width: 100%;
  height: 100vh; /* Ensure the header fills the entire viewport */
  overflow: hidden; /* Prevent scrollbars */
  
   
}
.down-arrow {
  position: absolute;
  bottom: 20px;  /* Adjust distance from the bottom */
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 1s infinite;  /* Add a bouncing animation */
  cursor: pointer;
}

@keyframes bounce {
  0% {
      transform: translateX(-50%) translateY(0);
  }
  50% {
      transform: translateX(-50%) translateY(10px);  /* Adjust the bounce height */
  }
  100% {
      transform: translateX(-50%) translateY(0);
  }
}

.homepage video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: -1;
}


.home .ctfm{
  color:var(--white);
  font-size:4.5rem;
  
}

.home h1 {
  color: var(--main-colour);
}




.home p {
  color: var(--white);
  padding-top:20px;
}

.home-promos {
  background-color: var(--white);
  width: 100%;
  padding: 50px 0px;
  margin: 0 auto;
}

.home-promos h1 {
  color: var(--main-colour);
 
  text-align: center;
  margin-bottom:40px;
}

/* .home-promos h1::before,
.home-promos h1::after {
  content: "";
  flex: 1;
  height: 3px;
  
  background-color: var(--main-colour);
  margin: 0 10px;
  
} */

.home-promos p {
  color: var(--white);
}

.home-menus {
  background-color: var(--white);
  width: 100%;
  padding: 30px 0px;
  margin: 0 auto;
 
}

.section-divider {
  width: 100%;
  max-width: 1200px; /* Adjust to match your container width */
  height: 2px; /* Thickness of the line */
  background-color: var(--main-colour); /* Adjust color as needed */
  margin: 20px auto; /* Adds spacing above and below */
}



.home-menus h1 {
  color: var(--main-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}



.home-menus p {
  color: var(--);
}

.home-book {
  background-color: var(--main-colour);
  width: 100%;
  padding: 50px 0px;
  margin: 0 auto;
  border-bottom:2px solid #fff;
}

.home-book h1 {
  color: var(--white);
  /* display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center; */
}

/* 
.home-book h1::before,
.home-book h1::after {
  content: "";
  flex: 1;
  height: 3px; 
  background-color: var(--main-colour); 
  margin: 0 10px; 
} */

.home-book p {
  color: var(--main-colour);
}


/* General Menu Section */
.menu-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

/* Menu Images Container */
.menu-images {
  display: flex;
  justify-content: center;
  /* Center images horizontally */
  align-items: center;
  /* Align images vertically */
  position: relative;
  flex-wrap: wrap;
  /* Allow images to wrap on smaller screens */
  margin-top: 60px;
}

/* Individual Image Styles */
.menu-image,
.menu-image-first {
  width: 300px;
  /* Ensure images don't get too large */
  height: 400px;
  /* Let the height adjust proportionally */
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transform: rotate(5deg);
  /* Initial slant for images */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  margin-left: -80px;
  /* Overlap adjustment */
}

/* First Image: No Overlap */
.menu-image-first {
  margin-left: 0;
}

@media (max-width: 992px) {
.menu-image,
.menu-image-first{
  width: 250px;
  height: 333px;
}
}

@media (max-width: 464px) {
.menu-image,
.menu-image-first{
  transform: rotate(0deg);
  margin:10px 10px;
}
}



/* Hover Effect */
.menu-image:hover {
  transform: rotate(0deg) scale(1.1);
  /* Remove rotation and enlarge image */
  z-index: 10;
  /* Bring hovered image to the front */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.menu-image-first:hover {
  transform: rotate(0deg) scale(1.1);
  /* Remove rotation and enlarge image */
  z-index: 10;
  /* Bring hovered image to the front */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);

}

/* Links Styling */
.menu-card {
  text-decoration: none;
  display: block;
  /* Ensure the image is clickable */
  color: inherit;
}



.page-header{
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:0;
}
.header-text{
  background-color: var(--main-colour);
  width: 100%;
  padding: 30px 0px;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  position: relative;
}

.header-text-white{
  background-color: var(--white);
  width: 100%;
  padding: 30px 0px;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  position: relative;
}

.half-circle{
  position: relative;
  width: 280px; /* Adjust as needed */
  height: 200px; /* Half of the width for a perfect semi-circle */
  background-color: var(--main-colour); /* Same as the container-fluid background color */
  border-radius: 50%; /* Makes it a circle */
  margin: -110px auto -110px; /* Center horizontally and overlap header */
  z-index: 1;
  top: 0px; /* Position it so it overlaps the header */
}

.half-circle i{
  color:var(--white);
  font-size:4.5rem;
  top: 14px;
  position: relative;
}

.half-circle-white{
  position: relative;
  width: 280px; /* Adjust as needed */
  height: 200px; /* Half of the width for a perfect semi-circle */
  background-color: var(--white); /* Same as the container-fluid background color */
  border-radius: 50%; /* Makes it a circle */
  margin: -110px auto -110px; /* Center horizontally and overlap header */
  z-index: 1;
  top: 0px; /* Position it so it overlaps the header */
}

.half-circle-white i{
  color:var(--main-colour);
  font-size:4.5rem;
  top: 14px;
  position: relative;
}



.img-buttons {

  color: var(--main-colour);
  text-decoration: none;
  top: 50%;
  
  border: 2px solid var(--main-colour);
  padding: 10px 50px;
  cursor: pointer;
  transition: ease-out 0.6s;
  transform: translate3d(-50%, -50%, 0px);
  left: 50%;
  min-width: 300px;

}

.img-buttons:hover {
  background-color: var(--main-colour);
  color:var(--white);
}

/* About page*/

.about-header {
  background-image: url('../img/About/About-banner.jpg');
 
}





@media (max-width: 425px) {
  .img-buttons {
    padding: 10px 10px;
    min-width: 150px;
  }
}

.about-book-now {
  padding-top: 40px;
}

.about h1
 {
  color: var(--main-colour);
}

.about p {
  color: var(--main-colour);
}

.about-links {
  color: var(--main-colour);
  overflow: hidden;
}

.col-videos {
  background-image: url('../img/About/Videos-button.jpg');
  height: 20rem;
}

.col-gallery {
  background-image: url('../img/About/Gallery-button.jpg');
  height: 20rem;
}

.col-games {
  background-image: url('../img/About/Games.jpg');
  height: 20rem;
}

.about-links a.col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: var(--white);
  overflow: hidden;
  /* Clip child elements (e.g., overlay) within bounds */
  text-decoration: none;
  transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
  z-index: 0;
  /* Default z-index */
}

.about-links a.col-12:hover {
  transform: scale(1.05);
  /* Slight zoom effect */
  text-decoration: none;
  /* Remove underline on hover */
  z-index: 1;
  /* Bring hovered element above its siblings */
}

.about-links a.col-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent dark overlay */
  z-index: 1;
  /* Place the overlay above the background image */
  transition: background-color 0.3s ease-in-out;
  /* Smooth transition for overlay */
}

.about-links a.col-12:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
  /* Lighten overlay slightly on hover */
}

.about-links a.col-12 h2 {
  position: relative;
  z-index: 2;
}

.about-img {
  width: 100%;
  height: 100vh;
  background-image: url('../img/About/About_Graphic-BG.jpg');
  background-size: cover; /* Ensures the background image covers the entire container */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents tiling */
  position: relative; /* Positions the container for absolute positioning of the inner image */
  padding-top: 20px; /* Adds top padding */
  padding-bottom: 20px; /* Adds bottom padding */
  box-sizing: border-box; /* Ensures padding is part of the height calculation */
  display: flex; /* Allows easy centering of content */
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
  overflow: hidden; /* Prevents content overflow */
}

.about-img img {
  max-width: 100%; /* Prevents the graphic from exceeding the container width */
  max-height: calc(100vh - 40px); /* Ensures the graphic fits within the height minus padding */
  object-fit: contain; /* Maintains aspect ratio while fitting the graphic inside the container */
}

/* Videos page*/

.video-header {
  background-image: url('../img/Videos/Video-banner.jpg');

}

.video h1 {
  color: var(--white);
}


.video p {
  color: var(--white);
}

.video-content .row {
  display: flex;
  flex-wrap: wrap;
 
}

.video-content .col-sm-6 {
  display: flex;
  align-items: stretch; /* Make sure the iframe stretches to fill the column */
  justify-content: center; /* Center the iframe horizontally */
  padding: 0;
}

.responsive-iframe {
  width: 100%;
  height: 100%;
  flex-grow: 1; /* Make the iframe grow to fill the container */
}

.video-content iframe {
  width: 100%;
  height: 100%;
}

.video-content .row {
  height: 535px; /* Minimum height for large screens */
}

@media (max-width: 992px) {
  .video-content .row {
    height: 500px; /* Adjust the height for smaller screens */
  }
}

@media (max-width: 768px) {
  .video-content .row {
    height: 400px; /* Adjust the height for smaller screens */
  }
}

@media (max-width: 576px) {
  .video-content .row {
    height: 500px; /* Further adjust for smaller mobile screens */
  }
}

/* Gallery page*/

.gallery-header {
  background-image: url('../img/Gallery/Gallery-banner.jpg');
  
}



.gallery h1 {
  color: var(--white);
}


.gallery p {
  color: var(--white);
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.gallery-item {
  flex: 1 0 33.333%;
  /* 3 images per row */
  max-width: 33.333%;
  /* Match flex property */
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .gallery-item {
    flex: 1 0 50%;
    /* 2 images per row on smaller screens */
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .gallery-item {
    flex: 1 0 100%;
    /* 1 image per row on extra-small screens */
    max-width: 100%;
  }
}

/* Games page */

.games-header {
  background-image: url('../img/Games/Games_Header_Image.jpg');
 
}



.games h1 {
  color: var(--white);
}

.games p {
  color: var(--white);
}

.games-content .col-12 {
  display: flex;
  flex-direction: column;
  /* Stack children vertically */
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40rem;
  background-size: cover;
  background-position: center;
  position: relative;
  /* Set positioning context for overlay */
  color: var(--white);
  /* Ensure text is readable */
  overflow: hidden;
  /* Clip content to prevent overflow */
  text-decoration: none;

}



.darts-book-now, .shuffle-book-now {
  padding-top: 40px;
}

.dart-content {
  background-color: var(--main-colour);

}

.dart-img {
  background-image: url('../img/Games/Darts.jpg');

}

.shuffle-content {
  background-color: var(--main-colour);

}

.shuffle-img {
  background-image: url('../img/Games/Shufl.jpg');

}

.wheel-content {
  background-color: var(--main-colour);

  ;
}

.wheel-img {
  background-image: url('../img/play/darts.jpg');

}

/* Restaurants page*/

.restaurant-header {
  background-image: url('../img/Restaurants/Restaurants-banner.jpg');
  
}



.restaurant h1 {
  color: var(--main-colour);
 
}

.restaurant h2 {
  color: var(--main-colour);
}

.restaurant p {
  color: var(--main-colour);
}

.restaurant-links {
  color: var(--main-colour);

}

.restaurant-links a.col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background-size: cover;
  background-position: center;
  position: relative;
  /* Set positioning context for overlay */
  color: var(--white);
  /* Ensure text is readable */
  overflow: hidden;
  /* Clip content to prevent overflow */
  text-decoration: none;
}

.restaurant-links a.col-12:hover {
  text-decoration: none;
  /* Remove underline on hover */
}

.restaurant-links a.col-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent dark overlay */
  z-index: 1;
  /* Place the overlay above the background image */
}

.restaurant-links a.col-12 h2 {
  position: relative;
  /* Ensure the text appears above the overlay */
  z-index: 2;
}

.col-blouberg {
  background-image: url('../img/Restaurants/Blouberg.jpg');
  
}



.col-waterfront {
  background-image: url('../img/Restaurants/Waterfront.jpg');
  
}

.col-canalwalk {
  background-image: url('../img/Restaurants/Canal-Walk.jpg');
  
}

.col-grandwest {
  background-image: url('../img/Restaurants/Grand-West.jpg');
  
}

.col-langebaan {
  background-image: url('../img/Restaurants/Langebaan.jpg');
  
}

.col-bloemfontein {
  background-image: url('../img/Restaurants/Bloemfontein.jpg');
  
}

.col-umhlanga {
  background-image: url('../img/Restaurants/Umhlanga.jpg');
  
}

.col-blouberg {
  background-image: url('../img/Restaurants/Blouberg.jpg');
  
}

.col-stores{
  height: 20rem;
}

/* Menu page*/

.menu-header {
  background-image: url('../img/Menu/Menu-banner.jpg');

}



.menu h1 {
  color: var(--main-colour);
}

.menu p {
  color: var(--main-colour);
}

.menu-links {
  color: var(--main-colour);
  overflow: hidden;
}

.menu-links a.col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: var(--white);
  overflow: hidden;
  /* Clip child elements (e.g., overlay) within bounds */
  text-decoration: none;
  transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
  z-index: 0;
  /* Default z-index */
}

.menu-links a.col-12:hover {
  transform: scale(1.05);
  /* Slight zoom effect */
  text-decoration: none;
  /* Remove underline on hover */
  z-index: 1;
  /* Bring hovered element above its siblings */
}

.menu-links a.col-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent dark overlay */
  z-index: 1;
  /* Place the overlay above the background image */
  transition: background-color 0.3s ease-in-out;
  /* Smooth transition for overlay */
}

.menu-links a.col-12:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
  /* Lighten overlay slightly on hover */
}

.menu-links a.col-12 h2 {
  position: relative;
  z-index: 2;
}

.tc-button {
  background-color: var(--main-colour);
  color: var(--white);
  border-radius: 50px;
  border-color: var(--main-colour);
  text-decoration: none;
  border-width: 2px;
  padding: 10px 50px;
  cursor: pointer;
  transition: ease-out 0.6s;
  min-width: 300px;
  font-size: 2rem;
  font-weight: 750;
}

.tc-button:hover {
  background-color: var(--second-main);
  color: var(--main-colour);
  border-radius: 50px;
  border: 2px solid var(--main-colour);
}

@media screen and (max-width: 540px) {
  .tc-button{
  font-size: 1rem;
  }
}
.col-menu-main {
  height: 25rem;
  background-image: url('../img/Menu/Food-button.jpg');
}

.col-menu-drinks {
  height: 25rem;
  background-image: url('../img/Menu/Drinks-button.jpg');
}
.col-menu-kids {
  height: 25rem;
  background-image: url('../img/Menu/Kiddies-button.jpg');
}
.col-menu-promo {
  height: 25rem;
  background-image: url('../img/Menu/Promos-&-Specials-button.jpg');
}



/* Book page*/

.book-header {
  background-image: url('../img/Book/Book-banner.jpg');
  
}

.book{
  border-bottom:2px solid #fff;
}

.book h1 {
  color: var(--white);
}

.book p {
  color: var(--white);
}

.booking-widget {
  max-width: 600px;
  margin: 50px auto;
}


.bookIframe {
  background-color: var(--white)8de;
  color: var(--main-colour);
  /*border: 1px solid;*/

  min-width: 100%;
  min-height: 400px;
  clear: both;
}

.bookingProbs a {
  text-decoration: underline;
  color: var(--white);
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
 
  border: 2px solid var(--white);
  padding: 10px 50px;
  cursor: pointer;
  transition: ease-out 0.6s;
  display: inline-block;
}

.bookingProbs a:hover {
  color: var(--main-colour);
  background-color: var(--white);
}

@media screen and (max-width: 425px) {
  .booking-widget {
    max-width: 400px;
    margin: 30px auto;
  }
  .bookingProbs {
    font-size: 0.8rem; }
}


/* Loyalty page*/

.loyalty-header {
  background-image: url('../img/Loyalty/Loyalty-banner.jpg');
 
}



.loyalty h1, .loyalty h3 {
  color: var(--main-colour);
}

.loyalty p {
  color: var(--main-colour);
}

.loyalty h2 {
 
  color: var(--main-colour);

}

.loyalty a {
  color: var(--main-colour);
}

.loyalty-content strong {
  font-size: 20px;
  color: var(--main-colour);
}


.loyalty-button {
  background-color: var(--main-colour);
  color: var(--white) !important;
  border-radius: 50px;
  border-color: var(--main-colour);
  text-decoration: none;
  border-width: 2px;
  padding: 10px 40px;
  cursor: pointer;
  transition: ease-out 0.6s;
  min-width: 300px;
  font-size: 1.5rem;
  font-weight: 750;
  
}

.loyalty-button:hover {
  background-color: var(--second-main);
  color: var(--main-colour) !important;
  
  border: 2px solid var(--main-colour);
}

@media screen and (max-width: 540px) {
  .loyalty-button{
  font-size: 1rem;
  }
}

.voucher-button{
  margin-top:20px;
  margin-bottom:20px;
}

.voucher-heading{
font-size:1.8rem;
margin: 0 auto;
text-align:center;
}

.voucher-province{
  font-size:2rem;
margin: 0 auto;
text-align:center;
color: var(--main-colour)
}

.voucher-divider{
  width: 50%;
  
  height: 2px; /* Thickness of the line */
  background-color: var(--main-colour); /* Adjust color as needed */
  margin: 30px auto; /* Adds spacing above and below */
}


.voucher-divider-province{
  width: 100%;
  
  height: 2px; /* Thickness of the line */
  background-color: var(--main-colour); /* Adjust color as needed */
  margin: 30px auto; /* Adds spacing above and below */
}

@keyframes spin-vertical {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* Add the spin animation */
.spin {
  animation: spin-vertical 1s ease-in-out;
  animation-fill-mode: forwards;
}

.app-links img{
  margin-top:10px;
}

.loyalty-img{
  margin-bottom:10px;
}



.voucher-tc-button {
  background-color: var(--white);
  color: var(--main-colour);
  border-radius: 50px;
  border-color: var(--white);
  text-decoration: none;
  border-width: 2px;
  padding: 10px 50px;
  cursor: pointer;
  transition: ease-out 0.6s;
  min-width: 300px;
  font-size: 2rem;
  font-weight: 750;
}

.voucher-tc-button:hover {
  background-color: var(--main-colour);
  color: var(--white);
  border-radius: 50px;
  border: 2px solid var(--white);
}

@media screen and (max-width: 540px) {
  .voucher-tc-button{
  font-size: 1rem;
  }
}


/* Contact page*/



.contact-header {
  background-image: url('../img/Contact/Contact-banner.jpg');
}

.contact{
  border-bottom:2px solid #fff;
}

.contact h1, .contact h2 {
  color: var(--white);
}

.contact p {
  color: var(--white);
}

.contact-stores {
  background-color: var(--main-colour);
  width: 100%;
  padding: 30px 0px;
  margin: 0 auto;
}

.contact-stores h1 {
  color: var(--main-colour);
  margin-bottom:0;
}


.contact-links {
  color: var(--white);
  overflow: hidden;
}

.contact-links a.col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: var(--main-colour);
  overflow: hidden;
  /* Clip child elements (e.g., overlay) within bounds */
  text-decoration: none;
  transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
  z-index: 0;
  /* Default z-index */
}

.contact-links a.col-12:hover {
  transform: scale(1.05);
  /* Slight zoom effect */
  text-decoration: none;
  /* Remove underline on hover */
  z-index: 1;
  /* Bring hovered element above its siblings */
}

.contact-links a.col-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent dark overlay */
  z-index: 1;
  /* Place the overlay above the background image */
  transition: background-color 0.3s ease-in-out;
  /* Smooth transition for overlay */
}

.about-links a.col-12:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
  /* Lighten overlay slightly on hover */
}

.contact-links a.col-12 h2 {
  position: relative;
  /* Ensure the text appears above the overlay */
  z-index: 2;
}


.contact .hours {
  color: var(--white);
}

.contact p i{
  margin-right:10px;
}

.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap; /* Ensure items are in one row by default */
}

.contact-info a{
  color:var(--white);
  text-decoration:none;
}

.contact-item {
  margin: 0 15px; /* Horizontal spacing between items */
  text-align: center;
  white-space: nowrap; /* Prevent items from breaking lines */
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
  .contact-info {
    flex-direction: column; /* Stack items vertically on mobile */
    align-items: center; /* Center items horizontally */
  }

  .contact-item {
    margin: 10px 0; /* Add vertical spacing between stacked items */
    text-align: center; /* Center text alignment */
  }

  .contact p{
    font-size:16px;
  }
}

/* General iframe wrapper styling */
/* General iframe wrapper styling */
.iframeWrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* Prevents the iframe from being too wide */
  margin: 0 auto 40px; /* Adds space below */
  background-color: var(--white)8de; /* Matches the iframe background */
  border-radius: 50px; /* Rounded corners */
  overflow: hidden; /* Ensures iframe respects the border-radius */
  height: 970px; /* Set an explicit height to ensure full visibility */
}

/* Full iframe fill */
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit; /* Ensures corners stay rounded */
}

/* Adjust height for smaller screens */
@media (max-width: 768px) {
  .iframeWrapper {
   
    border-radius: 25px; /* Smaller radius for mobile */
  }

  .iframeWrapper iframe {
    border-radius: 25px;
  }
}
/* Stores */





.stores h1 {
  color: var(--main-colour);
  
}

.stores h3 {
  color: var(--main-colour);
  font-size: 18px;
  text-align: left;
}

.stores p {
  color: var(--main-colour);
  text-align: left;
  font-size: 16px;
}

.map{
  width: 100%;
  margin: 0;
  --bs-gutter-x: 0px !important;
  margin-bottom:-8px;
}

.stores .px-6{
  padding-left:20px !important;
  padding-right:20px !important;
}


.stores img {
  width: 100%;
  /* Makes the image take the full width of its container */
  height: auto;
  /* Maintains the aspect ratio */
  object-fit: cover;
  /* Ensures images are cropped proportionally if needed */
  border-radius: 5px;
  /* Optional: Adds rounded corners for better design */
}



.stores .col-12{
  margin-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

.stores a{
  color: var(--main-colour);
  text-decoration:none;
}

.amenities {
  background-color: var(--second-main);
  color: var(--main-colour);
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom:10px;
  display:inline-block;
  border: 2px solid var(--main-colour);
}



.store-links {
  margin-top: 20px;
  margin-bottom: 20px;
}

.store-links a {

  background-color: var(--main-colour);
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 10px;
  text-decoration: none;
  text-decoration: none;
  color: var(--white);
  white-space: nowrap;
  margin-bottom:10px;
  display:inline-block;
}


.store-links a:hover {

  background-color: var(--second-main);
  color: var(--main-colour);
  border: 2px solid var(--main-colour);
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 10px;
  text-decoration: none;
  text-decoration: none;
}

.stores i{
  margin-right:10px;
}

.amenities-label{
  color: var(--main-colour) !important;
}



/* Cookie*/
#cookieNotice {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 95vw;
  background-color: var(--main-colour);
  color: white;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 6px 6px 15px -3px black;
  z-index: 9999;

  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#cookieNotice.show {
  visibility: visible;
  opacity: 1;
}

#cookieNotice .content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 992px) {
  #cookieNotice .content-wrap {
    flex-wrap: nowrap;
  }
}

#cookieNotice .msg-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  #cookieNotice .msg-wrap {
    max-width: 60%;
    text-align: left;
  }
}

#cookieNotice .msg-wrap h4 {
  flex-basis: 100%;
  font-size: 16px;
  text-transform: uppercase;
}

#cookieNotice .msg-wrap p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}

#cookieNotice .msg-wrap a {
  color: white;
  text-decoration: underline;
}

.btn-wrap {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .btn-wrap {
    margin-left: auto;
    margin-top: 0;
  }
}

.btn-wrap button {
  background-color: var(--white);
  border: none;
  color: var(--main-colour);
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 10px;
  padding: 6px 20px;
  font-weight: 600;
  cursor: pointer;
}
.navbar-nav .nav-link.show{
  color: var(--main-colour);
}

.navbar-nav #countryDropdown:not(.show) {
  color: var(--white); /* Reset color when hidden */
}

.navbar-nav #countryDropdown:hover{
  color: var(--main-colour);
}

/* Make dropdown full width */
.full-width-dropdown {
  left: 0;
  right: 0;
  width: 100vw; /* Ensures full viewport width */
  background-color: var(--main-colour); /* Match Ocean Basket style */
 
}

.full-width-dropdown h3{
  font-size: 1.75rem;
  color: var(--white);
}

/* Align dropdown items nicely */
.full-width-dropdown .dropdown-item {
  padding: 10px 15px;
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
}

/* Change hover color */
.full-width-dropdown .dropdown-item:hover {
  background-color: var(--white);
  color: var(--main-colour);
}

/* Remove padding/margin to align with navbar */
.navbar .dropdown-menu {
  margin-top: 0;
  padding: 20px 0;
}

/* Fix dropdown positioning */
.position-static {
  position: static !important;
}


.flipbookBody{
  background-color: var(--main-colour);
}

#downloadBtn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: var(--main-colour);
  color: var(--white);
  border: 2px solid var(--white);
  
  border-radius: 5px;
  margin: 20px auto;
  display: block;
}



#bookflip{
  height:100vh !important;
}


