/*@font-face{
	font-family: EflexLight;
	src: url("../fonts/EuclidFlexLight.ttf");
}
@font-face{
	font-family: EflexBold;
	src: url("../fonts/EuclidFlexMedium.ttf");
}*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: Montserrat, serif;
	/*width:500px;
	max-width:500px;
	margin:0 auto;*/
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
	overflow-x: hidden;
}

/*
UPDATED STYLES, PAGE HEADER 
*/
:root {
	--luxury-accent-gold: #b08d57;
	--luxury-text-dark: #1a1a1a;
	--luxury-text-muted: #666666;
	--luxury-border-light: #e0e0e0;
	--luxury-bg-white: #ffffff;
}

.luxury-registration-page {
	font-family: 'Montserrat', sans-serif;
	background-color: var(--luxury-bg-white);
	color: var(--luxury-text-dark);
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

/* Top Banner Styling */
.luxury-top-banner {
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.luxury-top-banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* White Header Section */
.luxury-hero-header {
	background-color: var(--luxury-bg-white);
	color: var(--luxury-text-dark);
	padding: 20px 20px;
	text-align: center;
	border-bottom: 1px solid var(--luxury-border-light);
}

.luxury-invitation-label {
	color: var(--luxury-accent-gold);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.luxury-main-title {
	font-weight: 800;
	font-size: clamp(1.8rem, 5vw, 3.2rem);
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1px;
	color: var(--luxury-text-dark);
}

.luxury-date-box {
	border-top: 1px solid var(--luxury-accent-gold);
	border-bottom: 1px solid var(--luxury-accent-gold);
	display: inline-block;
	padding: 15px 40px;
	margin-bottom: 30px;
	min-width: 300px;
}

.luxury-event-dates {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	color: var(--luxury-text-dark);
}

.luxury-event-dates sup {
	font-size: 0.6em;
	top: -0.6em;
}

.luxury-location-info .ballroom-name {
	font-weight: 700;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	color: var(--luxury-text-dark);
}

.luxury-location-info .hotel-name {
	font-weight: 400;
	font-size: 1.1rem;
	color: var(--luxury-text-muted);
}

/* Form Container */
.luxury-form-container {
	max-width: 600px;
	margin: 50px auto;
	padding: 0 20px 80px 20px;
}

.luxury-instruction-text {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--luxury-text-dark);
	margin-bottom: 0.5rem;
}


/* Responsive Adjustments */
@media (max-width: 576px) {
	.luxury-hero-header {
		padding: 20px 15px;
	}

	.luxury-main-title {
		font-size: 1.2rem;
	}

	.luxury-event-dates {
		font-size: 1.3rem;
	}

	.luxury-location-info .ballroom-name {
		font-size: 1.1rem;
	}

	.luxury-btn-submit {
		font-size: 1.4rem;
		padding: 15px;
	}
}

.title {
	font-weight: 800;
}

.sub-title {
	font-weight: bold;
	font-size: 1em;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.vs-container {
	max-width: 380px;
	margin: 0 auto;
	/*border:1px solid black;*/
	/*border:1px solid #C8C8C8;*/
	padding-bottom: 40px;

}

a {
	color: #28282A;
	font-family: Montserrat;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

.error {
	color: red !important;
	font-weight: normal !important;
}

form {
	padding-top: 0px;
	padding-bottom: 40px;
}

.form-group {
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	margin-bottom: 0.1rem;
}

.form-vs input {
	font-family: Montserrat, sans-serif;
	border-radius: 0;
	border: 1px solid #C0C0C0;

}

.form-vs textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	-web-kit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-vs label {
	font-family: Montserrat, serif;
	color: #000;
	font-size: 0.8em;
	padding: 10px 0px;
	margin: 0
}

.form-vs select {
	border: 1px solid #C0C0C0;
	border-radius: 0;
	-web-kit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 10px 5px;
}

.form-vs .btn-submit {

	background: rgb(236, 119, 255) !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 42, 1) 74%) !important;
	color: white !important;
	font-family: Montserrat, arial;
	font-size: 1.8em !important;
	font-weight: 700;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	border-radius: 0px;
}

.container {
	padding: 0;
}

.form-control {
	height: 40px;
}

.btn-check-availability {
	background: #EC77FF;
	border-radius: 0;
	color: white;
	font-size: 12px;
}



/* NEW */


* {
	box-sizing: border-box;
}

.btn-ffs {
	background: rgb(236, 119, 255) !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 42, 1) 74%) !important;
	color: white !important;
	font-family: "EflexLight", arial;
	font-size: 1.8em !important;
	font-weight: 700;
	font-style: normal;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer
}

.btn-ffs:hover {
	opacity: 0.8;
	transform: scale(1.01);
}

.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
	width: 700px;
}

.date-selector {
	background: rgb(241, 189, 64);
	background: linear-gradient(180deg, rgb(0, 59, 47) 0%, rgb(0, 59, 47) 83%);
	border-radius: 0px;
	padding: 1em;
	font-family: "Montserrat", arial !important;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.date-selector:hover {
	opacity: 0.8;
	transform: scale(1.05);
}

.date-selector .day {
	font-family: "EflexBold", "Montserrat", arial !important;
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
}

.date-selector .date {
	font-family: "Montserrat", "Copperplate", arial !important;
	font-size: 3em;
	font-weight: 700;
	color: #fff;
}

.date-selector .month {
	font-family: "Montserrat", arial !important;
	;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
}

/* Prevent the light green 'wash out' on mobile */
@media (hover: none) {
	.time-selector:hover {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Ensure text remains white unless explicitly selected */
.time-selector h2 {
	color: #FFFFFF !important;
}

/* Apply gold text ONLY when the script adds the class */
.time-selector.time-selector-current h2 {
	color: #F9D877 !important;
}


.time-selector {
	background: rgb(2, 0, 36);
	font-family: "Montserrat", arial !important;
	background: linear-gradient(180deg, rgb(0, 59, 47) 0%, rgb(0, 59, 47) 83%);
	border-radius: 0px;
	padding: 1em;
	font-family: din-condensed, arial;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.time-selector:hover {
	opacity: 0.8;
	transform: scale(1.02);
}

.time-selector-current h2 {
	color: #F9D877 !important;
	font-family: "Montserrat", "Copperplate", arial !important;
	/*text-shadow: 2px 2px 0px rgba(150, 150, 150, 1);*/
}

.time-selector h2 {
	font-family: "Montserrat", "Copperplate", arial !important;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
}

.time-selector h2:hover {
	font-style: italic;
}

.disclaimer {
	background: rgba(0, 0, 0, 0.7);
	color: white !important;
	font-family: "Montserrat", Gotham, arial;
	font-size: 0.8em !important;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: fixed;
	bottom: 0;
	line-height: 40px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	/* Set the fixed height of the footer here */
	line-height: 60px;
	/* Vertically center the text there */
	background-color: #f5f5f5;
}

.iti {
	display: block !important;
}