/*
Theme Name: Connect Event
Theme URI: https://corporaterconnect.com
Author: Theme Corporater Connect
Author URI: https://corporaterconnect.com
Version: 1.2.5
Requires at least: 6.7
Requires PHP: 5.6
Tested up to: 6.8.1
Text Domain: event
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* ==========================================================================
1. Imports & Custom Properties
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
:root {
	--primary: #002E5B;
	--primary-light: #003d7a;
	--primary-dark: #001f3d;
	--accent: #f9a91f;
	--accent-hover: #cc8f1a;
	--foreground: #1a2c42;
	--muted: #5c738a;
	--background: #ffffff;
	--surface: #FAFAFA;
	--border: #e5e8eb;
	--destructive: #ef4343;
	--light-grey: #001f3d26;
	--muted-foreground: #f3f5f7;
}
/* ==========================================================================
2. Browser Reset & Base
========================================================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Inter', sans-serif;
	color: var(--foreground);
	background: var(--background);
	line-height: 1.6;
	overflow-x: hidden;
}
h1,
h2,
h4 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}
h3 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #152337;
}
a {
	text-decoration: none;
	color: inherit;
}
.container {
	max-width: 1400px;
	margin: auto;
	padding: 0 32px;
}
/* ==========================================================================
3. Header
========================================================================== */
.header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--border);
}
.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 64px;
}
.logo img {
	height: 40px;
}
.nav-desktop {
	display: none;
	align-items: center;
	gap: 32px;
}
.nav-link {
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s;
}
.nav-link:hover,
.nav-link.active {
	color: var(--accent);
}
.btn-register {
	background: var(--accent);
	color: var(--primary) !important;
	padding: 12px 20px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.2s;
}
.btn-register:hover {
	color: white !important;
}
.mobile-nav-links ul li {
	list-style: none;
}
.mobile-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: none;
	border: none;
	cursor: pointer;
}
.mobile-nav-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 40;
}
.mobile-nav-overlay.active {
	display: block;
}
.mobile-nav {
	display: none;
	position: fixed;
	inset: 0 0 auto 0;
	background: white;
	z-index: 50;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.mobile-nav.active {
	display: block;
}
.mobile-nav-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 64px;
	padding: 0 20px;
	border-bottom: 1px solid var(--border);
}
.mobile-nav-links {
	padding: 16px 20px;
}
.mobile-nav a {
	display: block;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid var(--border);
}
.mobile-nav .btn-register {
	display: block;
	margin-top: 16px;
	text-align: center;
}
@media (min-width: 768px) {
	.nav-desktop { display: flex; }
	.mobile-toggle { display: none; }
}
/* ==========================================================================
4. Hero
========================================================================== */
.hero { position: relative; display: flex; align-items: center; background: var(--primary); overflow: hidden; padding: 96px 0; }
.hero p {font-size: 16px !important;color:#fffc;}
.gallery-hero { position: relative; padding: 96px 0!important; background: var(--primary); overflow: hidden; }
.home .hero {
	position: relative;
	display: flex;
	align-items: center;
	background: var(--primary);
	overflow: hidden;
}
.hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.6;
}
.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, var(--primary), rgba(0, 46, 91, 0.9), transparent);
}
.hero-content {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1400px;
}
.home .hero-content {
	position: relative;
	z-index: 10;
	max-width: 1400px;
}
.hero-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}
.hero-logo img {
	height: 56px;
	width: 56px;
}
.hero-logo span {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: white;
}
.hero-logo .accent {
	color: var(--accent);
}
.hero h1, .gallery-hero h1 {
	font-size: 48px;
	line-height: 48px;
	color: white;
	margin-bottom: 24px;
}
.home .hero h1 {
	font-size: 60px;
	line-height: 60px;
}
.hero h1 .accent {
	color: var(--accent);
}
.home .hero p {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 32px;
	max-width: 690px;
	line-height: 28px;
}
.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.btn-primary {
	background: var(--accent);
	color: var(--primary);
	padding: 10px 32px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.2s;
}
.btn-primary:hover {
	color: white;
}
.btn-outline {
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: white;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.2s;
	text-align: center;
}
.btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
	.hero h1 { font-size: 36px; }
	.hero-content { padding: 60px 0; }
	.home .hero-content { padding: 80px 32px; }
	.home .hero h1 { font-size: 36px; line-height: 1.5; }
}
@media (min-width: 768px) {
	.home .hero h1 { line-height: 1; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.home .hero h1 { font-size: 48px; }
	.home .hero { min-height: 80vh; }
}
/* ==========================================================================
5. Featured Events
========================================================================== */
.featured-section {
	padding: 64px 0 96px;
	background: var(--surface);
}
.featured-grid {
	display: grid;
	gap: 24px;
}
@media (min-width: 768px) {
	.featured-grid { grid-template-columns: repeat(2, 1fr); }
}
/* ==========================================================================
6. Event Cards
========================================================================== */
.event-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--border);
	transition: all 0.3s;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.event-card-image {
	position: relative;
	aspect-ratio: 16/10;
	background: linear-gradient(135deg, var(--primary), var(--primary-light));
}
.event-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-card-content {
	padding: 20px;
}
.event-card h3 {
	font-size: 30px;
	margin-bottom: 16px;
	color: #fff;
	line-height: 36px;
	font-weight: 700;
}
.event-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 12px;
}
.event-card-meta span {
	display: flex;
	align-items: center;
	gap: 6px;
}
.event-card p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.5;
}
.event-card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--accent);
	font-weight: 500;
	font-size: 14px;
	transition: gap 0.2s;
}
.event-card-link svg {
	width: 16px;
	height: 16px;
	transition: transform 0.2s;
}
.event-card:hover .event-card-link {
	gap: 7px;
}
.event-card:hover .event-card-link svg {
	transform: translateX(4px);
}

/* Content */
.content-section { padding: 48px 0 80px; background: var(--surface); }
.content-container { max-width: 800px; margin: 0 auto; }
.content-container h2 { font-size: 24px; color: var(--primary); margin-bottom: 16px; margin-top: 32px; }
.content-container h2:first-child { margin-top: 0; }
.content-container p { color: var(--muted); margin-bottom: 16px; line-height: 1.7; }
.content-container a { color: var(--primary); text-decoration: underline; }
.content-container a:hover { color: var(--accent); }
.content-container ul.list-disc {list-style-position: inside;list-style-type: disc; color: var(--muted);}
.last-updated { font-size: 14px; color: var(--muted); margin-top: 32px; }
/* ==========================================================================
7. Badges
========================================================================== */
.badge {
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}
.badge-in-person {
	background: var(--accent);
	color: white;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 9999px;
}
.badge-webinar {
	background: #0683D7;
	color: white;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 9999px;
}
.badge-online {
	background: var(--primary);
	color: white;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 9999px;
}
.badge-featured {
	background: var(--accent);
	color: white;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 9999px;
}
/* ==========================================================================
8. Benefits Section
========================================================================== */
.benefits-section {
	padding: 96px 0;
	background: rgba(0, 46, 91, 0.05);
}
.section-header {
	text-align: center;
	margin-bottom: 48px;
}
.section-header h2 {
	font-size: 36px;
	margin-bottom: 16px;
}
.section-header h2 .primary {
	color: var(--primary);
}
.section-header h2 .accent {
	color: var(--accent);
}
.section-header p {
	color: var(--muted);
	max-width: 640px;
	margin: 0 auto;
}
.benefits-grid {
	display: grid;
	gap: 24px;
}
@media (min-width: 768px) {
	.benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.benefits-grid { grid-template-columns: repeat(4, 1fr); }
}
.benefit-card {
	background: white;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid var(--border);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s;
}
.benefit-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.benefit-icon {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: rgba(232, 168, 48, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.benefit-icon i {
	color: var(--accent);
}
.benefit-card h3 {
	font-size: 18px;
	margin-bottom: 8px;
	color: var(--primary);
}
.benefit-card p {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.5;
}
/* ==========================================================================
9. What to Expect
========================================================================== */
.expect-section {
	padding: 96px 0;
	background: var(--surface);
}
.expect-grid {
	display: grid;
	gap: 48px;
	align-items: center;
}
@media (min-width: 1024px) {
	.expect-grid { grid-template-columns: 1fr 1fr; }
}
.expect-content h2 {
	font-size: 36px;
	margin-bottom: 24px;
}
.expect-content h2 .primary {
	color: var(--primary);
}
.expect-content h2 .accent {
	color: var(--accent);
}
.expect-content > p {
	color: var(--muted);
	margin-bottom: 32px;
}
.expect-items {
	display: grid;
	gap: 24px;
}
@media (min-width: 640px) {
	.expect-items { grid-template-columns: repeat(2, 1fr); }
}
.expect-item {
	display: flex;
	gap: 16px;
}
.expect-item-icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: var(--accent);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.expect-item-icon i {
	color: white;
}
.expect-item h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
	color: var(--primary);
}
.expect-item p {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.5;
}
.expect-photos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.expect-photos img {
	border-radius: 12px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.expect-photos .tall {
	grid-row: span 2;
}
/* ==========================================================================
10. Upcoming Events
========================================================================== */
.upcoming-section {
	padding: 96px 0;
	background: var(--primary);
}
.upcoming-header {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 48px;
}
@media (min-width: 768px) {
	.upcoming-header {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.upcoming-header h2 {
	font-size: 36px;
	color: white;
}
.upcoming-header p {
	color: rgba(255, 255, 255, 0.8);
}
.upcoming-grid {
	display: grid;
	gap: 24px;
}
@media (min-width: 768px) {
	.upcoming-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.upcoming-grid { grid-template-columns: repeat(3, 1fr); }
}
/* ==========================================================================
11. Gallery
========================================================================== */
.gallery-section {
	padding: 96px 0;
	background: var(--surface);
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	overflow: hidden;
	border-radius: 8px;
}
@media (min-width: 768px) {
	.gallery-grid { grid-template-columns: repeat(4, 1fr); }
}
.gallery-item {
	aspect-ratio: 1;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.gallery-item:hover img {
	transform: scale(1.05);
}
.gallery-cta {
	text-align: center;
	margin-top: 32px;
}
.btn-outline-dark {
	border: 1px solid var(--border);
	color: var(--foreground);
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.2s;
	background-color: #fff;
}
.btn-outline-dark:hover {
	background-color: var(--accent) !important;
	color: var(--primary);
}
/* ==========================================================================
12. CTA Section
========================================================================== */
.cta-section {
	padding: 96px 0;
	background: var(--primary);
	text-align: center;
}
.cta-section h2 {
	font-size: 36px;
	color: white;
	margin-bottom: 16px;
}
.cta-section h2 .accent {
	color: var(--accent);
}
.cta-section p {
	color: rgba(255, 255, 255, 0.8);
	margin: 0 auto 32px;
}
/* ==========================================================================
13. Footer
========================================================================== */
.footer {
	background: var(--primary-dark);
	color: white;
	padding: 48px 0 24px;
}
.footer-grid {
	display: grid;
	gap: 32px;
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.footer-grid { grid-template-columns: repeat(4, 1fr); }
}
.footer-brand img {
	height: 40px;
	margin-bottom: 16px;
}
.footer-brand p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.footer-section h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-section ul {
	list-style: none;
}
.footer-section li {
	margin-bottom: 8px;
}
.footer-section a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.2s;
}
.footer-section a:hover {
	color: var(--accent);
}
.footer-bottom {
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}
#menu-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
}
.footer-copyright {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}
.footer-copyright a:hover {
	color: var(--accent);
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.footer-links a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}
.footer-links a:hover {
	color: var(--accent);
}
/* ==========================================================================
14. Lightbox
========================================================================== */
.lightbox {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 200;
	align-items: center;
	justify-content: center;
}
.lightbox.active {
	display: flex;
}
.lightbox-close {
	position: absolute;
	top: 16px;
	right: 16px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	padding: 8px;
	border-radius: 50%;
	cursor: pointer;
}
.lightbox-prev,
.lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	padding: 12px;
	border-radius: 50%;
	cursor: pointer;
}
.lightbox-prev {
	left: 16px;
}
.lightbox-next {
	right: 16px;
}
.lightbox img {
	max-width: 90%;
	max-height: 85vh;
	border-radius: 8px;
}
.lightbox-counter {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
/* ==========================================================================
15. Utility & Misc
========================================================================== */
.empty {
	text-align: center;
	padding: 48px 0;
}
.empty p {
	color: var(--cc-text-muted);
	margin-bottom: 12px;
}
.empty button {
	background: none;
	border: none;
	color: var(--cc-primary);
	font-size: 14px;
	cursor: pointer;
}
.empty button:hover {
	text-decoration: underline;
}
.scroll-top {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 44px;
	height: 44px;
	background: var(--accent);
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
	z-index: 50;
}
.scroll-top.visible {
	display: flex;
}
.scroll-top:hover {
	background: var(--primary-light);
	transform: translateY(-2px);
}
/* ==========================================================================
16. Gravity Forms
========================================================================== */
.gform_required_legend {
	display: none;
}
#gform_wrapper_8 {
	background: #002e5c0d;
	border: 2px solid rgba(0, 46, 91, 0.15);
	padding: 24px;
	border-radius: 24px;
}
.gform_wrapper.gravity-theme .gfield_label {
	display: block;
	font-size: 14px !important;
	font-weight: 500 !important;
	margin-bottom: 4px !important;
	color: var(--foreground) !important;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--border) !important;
	border-radius: 6px !important;
	font-size: 14px !important;
	font-family: inherit;
	transition: border-color 0.2s;
	background: white;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
	outline: none;
	border-color: var(--primary);
	box-shadow: 0 0 0 3px rgba(0, 46, 91, 0.1);
}
.gform_wrapper.gravity-theme .gfield textarea {
	resize: none;
}
.gform_wrapper.gravity-theme .gfield input.invalid,
.gform_wrapper.gravity-theme .gfield textarea.invalid {
	border-color: #ef4444;
}
.form-error {
	font-size: 12px;
	color: #ef4444;
	margin-top: 4px;
	display: block;
	min-height: 0;
}
.gform_wrapper.gravity-theme .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gchoice input[type="checkbox"] {
	margin-top: 3px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	accent-color: var(--primary);
}
.gform_wrapper.gravity-theme .gchoice label {
	font-size: 12px !important;
	color: var(--muted);
	line-height: 1.5;
}
.gform_wrapper.gravity-theme .gchoice a {
	color: var(--primary);
	text-decoration: underline;
}
.gform_wrapper.gravity-theme .gchoice a:hover {
	color: var(--primary-light);
}
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
	margin-top: 0;
	display: block;
	width: 100%;
	background: var(--accent);
	color: var(--primary);
	padding: 14px 24px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	transition: all 0.2s;
	border: none;
	cursor: pointer;
}
.gform_wrapper.gravity-theme input[type=submit]:hover {
	color: #fff;
}
.btn-submit {
	margin-top: 0;
	display: block;
	width: 100%;
	background: var(--accent);
	color: var(--primary);
	padding: 14px 24px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	transition: all 0.2s;
	border: none;
	cursor: pointer;
}
.registration-success {
	background: rgba(232, 168, 48, 0.05);
	border: 1px solid rgba(232, 168, 48, 0.3);
	border-radius: 12px;
	padding: 32px;
	text-align: center;
}
.registration-success .success-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--accent);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin: 0 auto 16px;
}
.registration-success h3 {
	font-size: 20px;
	color: var(--foreground);
	margin-bottom: 8px;
}
.registration-success p {
	font-size: 14px;
	color: var(--muted);
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	color: var(--destructive) !important;
	background: none !important;
	border: none !important;
	margin-block-start: 8px;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: 500;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true]+label,
.gform_wrapper.gravity-theme label+[aria-invalid=true] {
	color: var(--destructive) !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}
/* ==========================================================================
17. Newsletter Modal
========================================================================== */
.nl-header {
	display: flex;
	gap: 10px;
	margin-bottom: 0.5em;
}
.nl-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: rgba(0, 31, 61, 0.08);
	color: #001f3d;
	flex-shrink: 0;
}
.nl-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
}
.nl-description {
	font-size: 0.875rem;
	color: #6b7280;
	margin: 0 0 1rem;
	line-height: 1.5;
}
.newsletter-modal .gform_wrapper .top_label .gfield_label {
	font-size: 0.875rem;
	font-weight: 500;
	color: #0f172a;
	line-height: 1;
}
.newsletter-modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	letter-spacing: normal;
	height: 2.5rem;
	width: 100%;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 0 0.75rem;
	font-size: 0.875rem;
	color: #0f172a;
	background: #fff;
	transition: border-color 0.15s, box-shadow 0.15s;
	font-family: inherit;
	box-sizing: border-box;
}
.newsletter-modal .gform_wrapper li.gfield.gfield_error {
	background-color: white;
	margin-bottom: 6px !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 6px;
	padding-top: 8px;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
	border: 1px solid;
	border-color: var(--destructive);
}
.gform_wrapper .gfield_error .gfield_label {
	color: var(--destructive);
}
.gform_wrapper .validation_message {
	color: var(--destructive);
	font-weight: 500;
	letter-spacing: normal;
}
.newsletter-modal .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0 16px 0 0;
	width: 100%;
	height: 2.75rem;
	background: #001f3d;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, opacity 0.2s;
	font-family: inherit;
}
.nl-disclaimer {
	font-size: 0.75rem;
	color: #9ca3af;
	text-align: center;
	margin: 0;
	line-height: 1.5;
}
.nl-success-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 2rem 0;
}
.nl-success-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	background: rgba(232, 122, 46, 0.1);
	color: #e87a2e;
	margin-bottom: 1rem;
	animation: ccNlPop 0.4s ease;
}
.nl-success-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.5rem;
}
.nl-success-text {
	font-size: 0.875rem;
	color: #6b7280;
	margin: 0;
	line-height: 1.5;
	max-width: 20rem;
}
/* ==========================================================================
18. Animations & Keyframes
========================================================================== */
@keyframes ccFadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes ccScaleIn {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
}
@keyframes ccFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes ccFadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
@keyframes ccLightboxImageIn {
	from { opacity: 0; transform: scale(0.9); }
	to { opacity: 1; transform: scale(1); }
}
@keyframes ccSlideInRight {
	from { opacity: 0; transform: translateX(20px); }
	to { opacity: 1; transform: translateX(0); }
}
@keyframes ccSlideInLeft {
	from { opacity: 0; transform: translateX(-20px); }
	to { opacity: 1; transform: translateX(0); }
}
@keyframes ccSlideDown {
	from { opacity: 0; transform: translateY(-12px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes ccFadeUp {
	to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}
/* ==========================================================================
19. Animation Utility Classes
========================================================================== */
.animate-fade-in-up {
	opacity: 0;
	animation: ccFadeInUp 0.6s ease-out forwards;
}
.animate-scale-in {
	opacity: 0;
	animation: ccScaleIn 0.4s ease-out forwards;
}
.animate-scale-in-left {
	opacity: 0;
	animation: ccSlideInLeft 0.4s ease-out forwards;
}
.animate-scale-in-right {
	opacity: 0;
	animation: ccSlideInRight 0.4s ease-out forwards;
}
.animate-in {
	opacity: 0;
	transform: translateY(20px);
	animation: ccFadeUp 0.4s ease forwards;
}
.animate-fade-in {
	animation: fadeIn 0.6s ease-out forwards;
}
/* ==========================================================================
20. Scroll-triggered Fade Sections
========================================================================== */
.fade-section {
	opacity: 0;
	transition: all 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: opacity, transform;
}
.fade-section[data-animate="fade"] {
	transform: translateY(40px);
}
.fade-section.in-view[data-animate="fade"] {
	opacity: 1;
	transform: translateY(0);
}
.fade-section[data-animate="hero"] {
	transform: scale(1.08);
	filter: blur(6px);
}
.fade-section.in-view[data-animate="hero"] {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}
.fade-section[data-animate="left"] {
	transform: translateX(-80px);
}
.fade-section.in-view[data-animate="left"] {
	opacity: 1;
	transform: translateX(0);
}
.fade-section[data-animate="right"] {
	transform: translateX(80px);
}
.fade-section.in-view[data-animate="right"] {
	opacity: 1;
	transform: translateX(0);
}
.fade-section[data-animate="pop"] {
	transform: scale(0.7);
}
.fade-section.in-view[data-animate="pop"] {
	opacity: 1;
	transform: scale(1);
}
.fade-section[data-animate="stagger"] .fade-child {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease;
}
.fade-section.in-view[data-animate="stagger"] .fade-child {
	opacity: 1;
	transform: translateY(0);
}
/* Stagger delay children */
.fade-section.in-view .fade-child:nth-child(1) { transition-delay: 0.05s; }
.fade-section.in-view .fade-child:nth-child(2) { transition-delay: 0.15s; }
.fade-section.in-view .fade-child:nth-child(3) { transition-delay: 0.25s; }
.fade-section.in-view .fade-child:nth-child(4) { transition-delay: 0.35s; }
.fade-section.in-view .fade-child:nth-child(5) { transition-delay: 0.45s; }
.fade-section.in-view .fade-child:nth-child(6) { transition-delay: 0.55s; }
/* ==========================================================================
21. Split Slide Layout
========================================================================== */
.split-slide {
	display: flex;
	align-items: center;
	gap: 70px;
}
.split-slide .col {
	flex: 1;
}
.split-slide .left-col,
.split-slide .right-col {
	opacity: 0;
	transition: all 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform, opacity;
}
.split-slide .left-col {
	transform: translateX(-120px);
}
.split-slide .right-col {
	transform: translateX(120px);
}
.split-slide.in-view .left-col,
.split-slide.in-view .right-col {
	opacity: 1;
	transform: translateX(0);
}
@media (max-width: 992px) {
	.split-slide {
		flex-direction: column;
		gap: 30px;
	}
	.split-slide .left-col,
	.split-slide .right-col {
		transform: translateY(50px);
	}
	.split-slide.in-view .left-col,
	.split-slide.in-view .right-col {
		transform: translateY(0);
	}
}
/* ==========================================================================
22. Gallery Animations
========================================================================== */
.home .gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	opacity: 0;
	transition:
		transform 1.3s cubic-bezier(0.22, 0.61, 0.36, 1),
		opacity 0.9s ease;
	will-change: transform, opacity;
	transform-origin: center center;
}
.home .gallery-section.in-view .gallery-grid img {
	transform: scale(1.35);
	opacity: 1;
}
.gallery-section.in-view .gallery-grid:nth-child(1) img { transition-delay: 0.10s; }
.gallery-section.in-view .gallery-grid:nth-child(2) img { transition-delay: 0.35s; }
.gallery-section.in-view .gallery-grid:nth-child(3) img { transition-delay: 0.60s; }
.gallery-section.in-view .gallery-grid:nth-child(4) img { transition-delay: 0.85s; }
.gallery-section.in-view .gallery-grid:nth-child(5) img { transition-delay: 1.10s; }
.gallery-section.in-view .gallery-grid:nth-child(6) img { transition-delay: 1.35s; }
/* ==========================================================================
23. Upcoming Card Animations
========================================================================== */
.upcoming-card {
	opacity: 0;
	transform: translateY(60px) scale(0.96);
	transition:
		transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
		opacity 0.7s ease;
}
.event-section.in-view .upcoming-card {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.event-section.in-view .upcoming-card:nth-child(1) { transition-delay: 0.08s; }
.event-section.in-view .upcoming-card:nth-child(2) { transition-delay: 0.18s; }
.event-section.in-view .upcoming-card:nth-child(3) { transition-delay: 0.28s; }
.event-section.in-view .upcoming-card:nth-child(4) { transition-delay: 0.38s; }
.event-section.in-view .upcoming-card:nth-child(5) { transition-delay: 0.48s; }
.event-section.in-view .upcoming-card:nth-child(6) { transition-delay: 0.58s; }
.event-section.in-view .upcoming-card:nth-child(7) { transition-delay: 0.68s; }
.event-section.in-view .upcoming-card:nth-child(8) { transition-delay: 0.78s; }
.event-section.in-view .upcoming-card:nth-child(9) { transition-delay: 0.88s; }

/* ==========================================================================
24. Sitemap
========================================================================== */

/* Content */
.sitemap .content-section { padding: 48px 0 80px; background: var(--surface); }
.sitemap .sitemap-container { max-width: 1024px; margin: 0 auto; }
.sitemap .section-heading { font-size: 24px; color: var(--primary); margin-bottom: 24px; }
/* Two-column grid for Main + Legal */
.sitemap .sitemap-grid { display: grid; gap: 48px; }
@media (min-width: 768px) { .sitemap-grid { grid-template-columns: 1fr 1fr; } }
/* Main page cards */
.sitemap .page-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.sitemap .page-card { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border-radius: 8px; border: 1px solid var(--border); background: var(--card); transition: all 0.2s; }
.sitemap .page-card:hover { border-color: rgba(232,168,48,0.5); box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.sitemap .page-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(232,168,48,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sitemap .page-icon i, .page-icon svg { width: 20px; height: 20px; color: var(--accent); }
.sitemap .page-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 600; color: var(--foreground); transition: color 0.2s; }
.sitemap .page-card:hover h3 { color: var(--accent); }
.sitemap .page-card p { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* Legal page cards */
.sitemap .legal-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.sitemap .legal-card { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 8px; border: 1px solid var(--border); background: var(--card); transition: all 0.2s; }
.sitemap .legal-card:hover { border-color: rgba(232,168,48,0.5); box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.sitemap .legal-card i, .legal-card svg { width: 20px; height: 20px; color: var(--muted); transition: color 0.2s; }
.sitemap .legal-card:hover i, .legal-card:hover svg { color: var(--accent); }
.sitemap .legal-card span { font-weight: 500; font-size: 15px; color: var(--foreground); transition: color 0.2s; }
.sitemap .legal-card:hover span { color: var(--accent); }

/* Upcoming events */
.sitemap .sitemap-section { margin-top: 48px; }
.sitemap .event-links { list-style: none; }
.sitemap .event-links li { padding: 4px 0; }
.sitemap .event-links a { font-size: 14px; color: var(--muted); transition: color 0.2s; }
.sitemap .event-links a:hover { color: var(--accent); }

/* Past events table */
.sitemap .past-events-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.sitemap .table-header { display: contents; }
.sitemap .table-header > div { font-weight: 600; font-size: 15px; color: var(--foreground); padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.sitemap .table-row { display: contents; }
.sitemap .table-row a { font-size: 14px; color: var(--muted); padding: 8px 0; transition: color 0.2s; }
.sitemap .table-row a:hover { color: var(--accent); }