.light-hr {
	width:15%;
	text-align:left;
	margin-left:0;
	border: 2px solid rgba(255, 255, 255, 0.25);  

}
.light-center-hr {
	width:15%;
	text-align:center;
	border: 2px solid rgba(255, 255, 255, 0.25);  

}

body.faucontent .footer {
	margin-top: 0rem;
}

:root {
	--fau-dark-blue: #003366;
	--fau-light-blue: #e6f2ff;
	--fau-accent: #ff6b35;
	--fau-text-light: #ffffff;
	--fau-text-dark: #333333;
	--fau-link: #0065d3;
	--fau-link-hover: #0056a7;
}

/* Hero Banner Styles */
.hero-banner {
	background:    
		linear-gradient(135deg, rgba(135, 0, 59, 0.85) 0%, rgba(0, 51, 102, 0.85) 50%, rgba(33, 26, 46, 0.85) 100%),
		url('/ai/images/home-hero.jpg');
	background-size: cover;
	background-position: right;

	position: relative;
	overflow: hidden;
	color: var(--fau-text-light);
	min-height: 300px;
}

.hero-content {
	display: flex;
	align-items: center;
	min-height: 300px;
	position: relative;
	z-index: 2;
}

.hero-text {
	flex: 1;
	text-align: center;
}

.hero-image {
	flex: 1;
	text-align: right;
}

.hero-image img {
	max-width: 100%;
	height: auto;
}

.event-date-badge {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.15);
	color: var(--fau-text-light);
	padding: 8px 16px;
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-title {
	font-size: 4rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1.5rem;
	line-height: 1.1;
}

.hero-description {
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.9);
	max-width: 90%;
	margin: 0 auto 2rem auto;
}

.event-details {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.event-details div {
	margin-bottom: 0.5rem;
}

.countdown-timer {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
}

.countdown-timer-large {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 3.5rem auto 2.5rem;
	padding: 2.5rem;
	background: rgba(255, 255, 255, 0.1);
	display: block;
	width: 70%;
	max-width: 800px;
	text-align: center;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.countdown-grid {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.countdown-item {
	text-align: center;
}

.countdown-number {
	font-size: 3rem;
	font-weight: bold;
	color: white;
	font-family: 'Courier New', monospace;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.countdown-label {
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.cta-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

/* Section Backgrounds */
.bg-blue-red {
	background: linear-gradient(135deg, #036, #c00);
	color: var(--fau-text-light);
}

.bg-accent {
	background-color: var(--fau-accent);
	color: var(--fau-text-light);
}

/* Speaker and Committee Cards */
.profile-card {
	background: white;
	border-radius: 0;
	padding: 1.5rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.profile-card img {
	width: 100%;
	margin-bottom: 1rem;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.profile-card h2 {
	color: #333;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
	text-align: left;
}

.profile-card .title {
	color: #666;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 0;
	text-align: left;
}

/* Schedule Styles */
.schedule-item {
	background: white;
	border-left: 4px solid var(--fau-accent);
	padding: 1.5rem;
	margin-bottom: 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.schedule-time {
	color: var(--fau-accent);
	font-weight: bold;
	font-size: 1.1rem;
}

.schedule-title {
	color: var(--fau-dark-blue);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0.5rem 0;
}

.schedule-presenter {
	color: var(--fau-accent);
	font-weight: bold;
	margin-bottom: 0.5rem;
}

/* Sponsor Logos */
.sponsor-logo {
	max-width: 350px;
	height: auto;
	filter: grayscale(100%);
	margin: 1rem;
}

@media (max-width: 768px) {
.sponsor-logo {
	max-width: 200px;
}
}


/* Past Events */
.past-event-card {
	background: white;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: inherit;
}


.past-event-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.past-event-card .card-body {
	padding: 1rem;
	text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-title {
		
	font-size: 2.8rem;
	line-height: 1.5;
	}

	.hero-description {
		font-size: 2.2rem;
		max-width: 100%;
	}

	.hero-content {
		flex-direction: column;
		text-align: center;
	}

	.hero-text {
		padding-right: 0;
		margin-bottom: 2rem;
	}


	.cta-buttons {
		justify-content: center;
	}
}

/* Custom styling for fau-button on dark background */
.fau-button {
	color: white !important;
	border-color: white !important;
}

.fau-button:hover,
.fau-button:active {
	border-color: transparent !important;
}

/* Primary button style matching fau-button dimensions */
.fau-button-primary {
	background-color: var(--fau-link) !important;
	color: var(--fau-text-light) !important;
	border: none !important;
}

.fau-button-primary:hover,
.fau-button-primary:active {
	background-color: var(--fau-link-hover) !important;
}

/* Removes Underline from Site Badge */
.site-badge {
	border-bottom: none;
	margin: 0 auto 2rem;
}
/* Removes Underline from Site Badge */

/* Dark Gradient Sections */
.section-dark-gradient {
	background:    
		linear-gradient(135deg, rgba(33, 26, 46, 0.85) 0%, rgba(0, 51, 102, 0.85) 50%, rgba(135, 0, 59, 0.85) 100%),
		url('/twts/images/2025/feather-bg1.jpg');
	background-size: cover;
	background-position: right;

	color: white;
	position: relative;
	overflow: hidden;
	padding: 4rem 0;
}

.section-dark-gradient-flip {
	background:    
		linear-gradient(135deg, rgba(33, 26, 46, 0.85) 0%, rgba(0, 51, 102, 0.85) 50%, rgba(135, 0, 59, 0.85) 100%),
		url('/twts/images/2025/feather-bg2.jpg');
	background-size: cover;
	background-position: right;
	color: white;
	position: relative;
	overflow: hidden;
	padding: 4rem 0;
}

.section-content-layout {
	display: flex;
	align-items: center;
	gap: 4rem;
	min-height: 500px;
}

.text-column {
	flex: 1;
	padding-right: 2rem;
}

.image-column {
	flex: 1;
	text-align: center;
}

.image-column img {
	max-width: 100%;
	height: auto;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.section-dark-gradient .heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.section-dark-gradient .heading-title {
	font-size: 3rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1.5rem;
	line-height: 1.1;
}

.section-dark-gradient .lead {
	font-size: 2.6rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 1.5rem;
}

.section-dark-gradient p {
	font-size: 2.2rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1.5rem;
}

.gradient-cta-button {
	display: inline-block;
	background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
	color: white;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: 600;
	font-size: 2rem;
	border: none;
	box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.gradient-cta-button:hover {
	box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
	text-decoration: none;
	color: white;
}

.section-dark-gradient .event-details {
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
}

/*Darker Gradient */
.section-darker-gradient {
	background: linear-gradient(135deg, #211A2E 0%, #0F0A4F 100%);
	color: white;
	position: relative;
	overflow: hidden;
	padding: 4rem 0;
}
.section-darker-gradient .heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.section-darker-gradient .heading-title {
	font-size: 3rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1.5rem;
	line-height: 1.1;
}

.section-darker-gradient .lead {
	font-size: 2.6rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 1.5rem;
}

.section-darker-gradient p {
	font-size: 2.2rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1.5rem;
}


.section-darker-gradient .event-details {
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
}

/* Make sections within dark gradient transparent to show background */
.section-dark-gradient section {
	background: transparent !important;
}

/* Make inner content divs transparent to reveal gradient background */
.section-dark-gradient section .section {
	background: transparent !important;
}

/* Responsive Design for Dark Gradient Sections */
@media (max-width: 768px) {
	.section-content-layout {
		flex-direction: column;
		gap: 3rem;
		min-height: auto;
	}

	.text-column {
		padding-right: 0;
	}

	.section-dark-gradient .heading-title {
		font-size: 2.5rem;
	}

	.section-dark-gradient .lead {
		font-size: 2.2rem;
	}
}

/* About Header Layout */
.about-header-layout {
	display: flex;
	align-items: flex-start;
	gap: 4rem;
	padding-top: 4rem;
	margin-bottom: 4rem;
}

.about-header-title {
	flex: 0 0 300px;
	font-size: 3.5rem;
	font-weight: 700;
	color: white;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-header-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-button-wrapper {
	margin-top: 1.5rem;
}

.about-description-text {
	text-align: center;
}

.gradient-contact-button {
	display: inline-block;
	background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
	color: white;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.gradient-contact-button:hover {
	box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
	text-decoration: none;
	color: white;
}

/* Event Details Section */
.event-details-main-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 3rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.event-detail-item {
	text-align: center;
	padding: 2rem 1.5rem;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	margin-bottom: 1.5rem;
	height: 100%;
}

.event-detail-icon {
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1.5rem;
	display: block;
}

.event-detail-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.event-detail-description {
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
}

/* Responsive Design for About Header */
@media (max-width: 768px) {
	.event-details-main-title {
		font-size: 2rem;
	}

	.event-detail-description {
		font-size: 2rem;
	}
}

/* Feature Box Styles */
.feature-box {
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	color: white;
	text-align: left;
	position: relative;
}


.feature-box h2 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: white;
}

.feature-box p {
	font-size: 1.8rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
	flex-grow: 1;
	margin-bottom: 0;
}

/* About Section Layout Adjustments */
#about-showcase .text-column {
	text-align: left;
}

/* Responsive adjustments for about section */
@media (max-width: 991.98px) {
	#about-showcase .col-lg-6 {
		text-align: center;
	}
}

/* Consistent spacing for grid items */
/* About Section Image Styling */
.about-section-image {
	border-radius: 0 !important;
	border: 4px solid var(--fau-dark-blue);
	box-shadow: 0 10px 40px rgba(0, 51, 102, 0.6);
}

/* Floor Plan Image Styling */
.floor-plan-image {
	border-radius: 0px !important;
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	max-width: 100%;
	height: auto;
}

/* Call for Proposals custom layout */
.call-for-proposals-layout .image-column {
	flex: 0.7;
}

.call-for-proposals-layout .text-column {
	flex: 1.3;
}

/* New Schedule Section Styles */
.schedule-header {
	text-align: left;
	margin-bottom: 3rem;
}

.schedule-date {
	font-size: 4rem;
	font-weight: 700;
	color: white;
	margin-bottom: 0.5rem;
	line-height: 1;
}

.schedule-day {
	font-size: 2.4rem;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.schedule-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.schedule-table-header {
	display: grid;
	grid-template-columns: 120px 2fr 1.5fr 120px 120px;
	gap: 2rem;
	padding: 1rem 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 1rem;
}

.schedule-table-header div {
	font-size: 1.8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.schedule-row {
	display: grid;
	grid-template-columns: 120px 2fr 1.5fr 120px 120px;
	gap: 2rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	align-items: center;
}

.schedule-row:last-child {
	border-bottom: none;
}

.schedule-time {
	font-size: 2.6rem;
	font-weight: 600;
	color: white;
}

.schedule-session {
	font-size: 2.6rem;
	font-weight: 600;
	color: white;
	line-height: 1.3;
}

.schedule-speaker {
	font-size: 2.6rem;
	color: rgba(255, 255, 255, 0.9);
}

.schedule-stage {
	font-size: 2.6rem;
	color: rgba(255, 255, 255, 0.8);
}

.theme-tag {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	padding: 6px 12px;

	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.break-row {
	opacity: 0.7;
}

.break-row .schedule-session {
	font-style: italic;
}

/* Responsive Design for Schedule */
@media (max-width: 768px) {

	.schedule-header {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.schedule-header > div:first-child {
		margin-bottom: 1.5rem !important; /* Added !important */
	}

	.schedule-header .d-flex.gap-3 {
		flex-direction: column !important;
		align-items: flex-start !important;
		width: 100% !important;
		gap: 1rem !important;
	}

	.schedule-header .fau-button {
		width: 100% !important;
		text-align: center !important;
		white-space: normal !important;
		padding: 12px 16px !important;
	}

	.schedule-date {
		font-size: 2.5rem;
	}

	.schedule-table-header,
	.schedule-row {
		grid-template-columns: 1fr;
		gap: 0.5rem;
		text-align: left;
	}

	.schedule-table-header {
		display: none;
	}

	.schedule-row {
		background: rgba(255, 255, 255, 0.05);
	
		padding: 1rem;
		margin-bottom: 1rem;
		border-bottom: none;
	}

	.schedule-time {
		font-size: 2.2rem;
		color: rgba(255, 255, 255, 0.8);
		margin-bottom: 0.5rem;
	}

	.schedule-session {
		font-size: 2.2rem;
		margin-bottom: 0.5rem;
	}

	.schedule-speaker {
		font-size: 2.2rem;
		margin-bottom: 0.5rem;
	}

	.schedule-stage {
		font-size: 2.2rem;
		margin-bottom: 0.5rem;
	}

	.theme-tag {
		font-size: 1rem;
	}

	/* Full-width buttons on mobile */
	.fau-button,
	.gradient-cta-button,
	.gradient-contact-button {
		width: 100% !important;
		display: block !important;
		text-align: center !important;
		margin-bottom: 1rem; /* Added for spacing between stacked buttons */
	}

	/* Stack button containers vertically */
	.cta-buttons {
		flex-direction: column !important;
		align-items: stretch !important; /* Changed from center to stretch */
		width: 100%;
	}
}
}
