body {
    overflow-x: hidden; /* Prevents horizontal scrolling on the page */
}


a {
	text-decoration: none;
}

.full-width-background {
    width: 100%;
    background-size: cover;
    background-position: center;
}


.spacer {
    height: 0px;
}

.containerspacer {
	height: 8px;
}

.primarytextcontainer.eventcontainer {
    display: flex;
    flex-direction: column;
}

.cky-notice-btn-wrapper .cky-btn {
    border-radius: 22px;
}

.cky-consent-container .cky-consent-bar {
    background: #ffffff;
    border: 0px solid !important;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 12px !important;
}

.box1contenttext ul a {
text-decoration: underline;
}

.bookingsection  {
	border-radius: 22px;
	border: 2px solid #509E2F;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
	width: 80%;
}

.primarytext ul a {
text-decoration: underline;
}

.iframecontainer.full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

.iframecontainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.iframecontainer.normal {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



#menu1-trigger {
	background-color: #fff;
	border: 0px solid #509E2F;
	color: #520879;
}
#menu2-trigger {
	background-color: #fff;
	border: 0px solid #509E2F;
	color: #520879;
}

.content_section {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.content_section.grid_section.followon {
      margin-top: -20px;
}

.searchbutton {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	gap: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.searchgridcontainer{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_section.grid_section  {
    margin-bottom: 10px;
    margin-top: 80px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
}

.contentsectionmore {
    align-content: center;
    align-items: flex-end;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0px 10px 0px;
	
}

.contentsectionmore a {
	text-decoration: none;
}

.contentsectionmoretop {
    align-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    bottom: auto;
    right: auto;
    padding-right: 0;
	margin-bottom: 0px;
}

.fullscreen-menu-buttons {
	border-bottom: 1px solid #257226;
	border-top: 1px solid #257226;
	display: flex;
	gap: 5rem;
	justify-content: center;
	left: 50%;
	margin-top: 0rem;
	padding: 2px;
	position: relative;
	transform: translateX(-50%);
	width: 90%;
	z-index: 9999;
}
.fullscreen-menu-buttons button {
	border-radius: 15px;
	cursor: pointer;
	margin-top: 2px;
	padding: 0.5rem 1rem;
}

.headerbuttons {
	display: flex;
	padding: 10px;
	width: 100%;
}

.scrolltransform {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 1.5s ease, transform 0.5s ease;
}
.scrolltransform.visible {
	opacity: 1;
	transform: translateX(0);
}

.caption-parent {
  position: relative;
    height: 100%;
  width: 100%; /* Parent div takes full width of its container */
  max-width: 100%; /* Ensure it never exceeds the parent's width */
  overflow: hidden;
}

.caption-parent img {
  width: 100%;
  height: auto;
  display: block;
}

.caption-overlay {
    position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.0);
  color: #fff;
  padding-bottom: 2px;
    padding-right: 25px;
  text-align: right;
}

.caption-overlay:before {
  content:"\00a9";
    padding-right: 5px;
}

.gform_required_legend {
	font-size: 0.8em !important;
	bottom: 0;
	position: absolute;
	right: 50px;
}

@media (max-width: 768px) {
	.content_section {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.bookingsection  {
	border-radius: 22px;
	border: 2px solid #509E2F;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
	width: 1000%;
}

.contentsectionmoretop {
    align-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20px;
	margin-bottom: -35px;
}


	.button-center {
		margin: 20px auto;
		position: relative;
		right: auto;
		text-align: center;
		top: 0;
		transform: none;
	}
	.button-center .button {
		display: inline-block;
		z-index: 2;
	}
	.footer-social-and-button {
		align-items: flex-start;
		flex-direction: column;
	}
	.fullscreen-menu-buttons {
		border-bottom: 1px solid #257226;
		border-radius: 0px;
		border-top: 1px solid #257226;
		display: flex;
		gap: .3rem;
		justify-content: center;
		left: 50%;
		margin-bottom: 0.3rem;
		margin-top: 2rem;
		padding-bottom: 0px;
		right: 0;
		width: 100%;
		z-index: 9999;
	}
}
