* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
}
@media print {
	.noPrint {
		display: none !important;
	}
}
copy, [copy] {
	cursor: pointer;
}
.locked {
	opacity: 0.75;
	background-color: #c0c0c0;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
lock {
	display: none;
}
width {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.stickyTop {
	position: sticky !important;
	top: 0;
	/* z-index: 10000; */
}
button {
	cursor: pointer;
}
[u] {
	text-decoration: underline;
}
[b] {
	font-weight: bold;
}
[c] {
	text-align: center;
}
[r] {
	text-align: right;
}
[i] {
	font-style: italic;
}
[s] {
	text-decoration: line-through;
}
[o] {
	text-decoration: overline;
}
[s][o] {
	text-decoration: line-through overline;
}
[u][o] {
	text-decoration: underline overline;
}
[u][s] {
	text-decoration: underline line-through;
}
[u][o][s] {
	text-decoration: line-through underline overline;
}
[w] {
	white-space: pre-wrap;
}
[nw] {
	white-space: pre;
}
formplaceholder {
	z-index: 5000;
}.contextMenu2 {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.contextMenu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contextMenu2 ul li {
	padding: 8px 12px;
	cursor: pointer;
}
.contextMenu2 ul li:hover {
	background-color: #eee;
}.formed .html-duration-picker {
	/* display: none !important; */
	padding-right: 25px !important;
	
	
}
.formed .html-duration-picker + .controls .caret-down {
	border-color: transparent transparent transparent transparent;
	border-top-color: var(--a-button-text);
	background: var(--a-button-bg);
	margin: 0px;
	border-radius: 0px;

}
.formed .html-duration-picker + .controls .caret-up {
	border-color: transparent transparent transparent transparent;
	border-bottom-color: var(--a-button-text);
	background: var(--a-button-bg);
	margin: 0px;
	border-radius: 0px;

}
.formed .html-duration-picker-input-controls-wrapper + .controls {
	background: var(--a-button-bg) !important;
	margin: 0px;
	border-radius: 0px;
	/* display: none !important; */
	/* border-color: #fff transparent transparent transparent; */
}
.formed .html-duration-picker-input-controls-wrapper button {
	margin: 0px;
	background: var(--a-button-bg);
	border-radius: 0px;
}
.html-duration-picker-input-controls-wrapper .html-duration-picker {
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	cursor: text;
  }

.html-duration-picker-input-controls-wrapper .scroll-btn {
	text-align: center;
	width: 16px;
	padding: 0 4px;
	border: none;
	cursor: default;
	position: absolute;
}

.html-duration-picker-input-controls-wrapper .caret {
	width: 0;
	height: 0;
	border-style: solid;
}

.html-duration-picker-input-controls-wrapper .caret.caret-up {
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #000 transparent;
}

.html-duration-picker-input-controls-wrapper .caret.caret-down {
	border-width: 5px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
}

.html-duration-picker-input-controls-wrapper .controls {
	display: inline-block;
	position: absolute;
	top: 1px;
	padding: 2px 0;
}

.html-duration-picker-input-controls-wrapper {
	display: inline-block;
	position: relative;
	background: transparent;
	padding: 0;
	box-sizing: border-box;
}.formStyle1 input,.formStyle1 select{margin-bottom:5px}.formStyle1 textarea,.formStyle1 input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]),.formStyle1 select{border:1px solid #c0c0c0;background:#f5f5f5;border-radius:5px;padding:5px}.formStyle1 button{padding:5px;border:#c0c0c0 1px solid;border-radius:5px;width:100%}

/* FILE: /var/www/marches.au/theme/marches/css.php */



:root {

}
@media (prefers-color-scheme: dark) {
	:root {

	}
}
:root { 
            --primary: #e76f51; 
            --secondary: #f4a261; 
            --accent: #264653; 
            --indigo: #4f46e5; /* From provided for card accents */
            --light: #f8f9fa; 
            --glass: rgba(255,255,255,0.05);
            --shadow: 0 8px 32px rgba(0,0,0,0.08);
            --glow: 0 0 20px rgba(231, 111, 81, 0.2);
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Inter', sans-serif; background: linear-gradient(135deg, #f4f7fa 0%, #e8f0fe 100%); color: var(--accent); line-height: 1.7; overflow-x: hidden; }
        html { scroll-behavior: smooth; }
        nav { position: fixed; top: 0; width: 100%; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); padding: 1rem 0; z-index: 1000; box-shadow: var(--shadow); transition: all 0.3s; opacity: 1; }
        nav.scrolled { background: rgba(255,255,255,0.95); box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
        nav ul { list-style: none; display: flex; justify-content: center; gap: 2rem; }
        nav a { color: var(--accent); text-decoration: none; font-weight: 500; position: relative; transition: all 0.3s; }
        nav a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--primary); transition: width 0.3s; }
        nav a:hover::after, nav a.active::after { width: 100%; }
        nav a:hover { color: var(--primary); }
        header { background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url('https://images.unsplash.com/photo-1579546929518-9e396f3cc809?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover fixed; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; color: white; position: relative; }
        .hero-content { max-width: 800px; padding: 0 2rem; animation: fadeIn 1.2s ease-out; }
        .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 1rem; letter-spacing: -1px; }
        .hero p { font-size: 1.25rem; margin-bottom: 2.5rem; opacity: 0.95; }
        .cta { padding: 1.2rem 2.8rem; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; border: none; border-radius: 50px; font-size: 1.1rem; font-weight: 500; cursor: pointer; transition: all 0.4s; text-decoration: none; display: inline-block; position: relative; overflow: hidden; box-shadow: var(--shadow); }
        .cta::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(255,255,255,0.2); transition: left 0.6s; }
        .cta:hover::before { left: 100%; }
        .cta:hover { transform: translateY(-3px); box-shadow: var(--glow); }
        section { padding: 120px 2rem; max-width: 1400px; margin: 0 auto; }
        h2 { text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); color: var(--accent); margin-bottom: 4rem; position: relative; }
        h2::after { content: ''; display: block; width: 80px; height: 3px; background: linear-gradient(90deg, var(--primary), var(--secondary)); margin: 1rem auto 0; border-radius: 2px; }
        .spotlight { display: flex; overflow-x: auto; gap: 1.5rem; padding: 1rem 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
        .spotlight::-webkit-scrollbar { display: none; }
        .spotlight-card { flex: 0 0 350px; background: rgba(255,255,255,0.7); backdrop-filter: blur(15px); border-radius: 24px; padding: 2rem; box-shadow: var(--shadow); transition: all 0.4s; scroll-snap-align: start; opacity: 0.8; transform: scale(0.95); }
        .spotlight-card.animate { opacity: 1; transform: scale(1); }
        .spotlight-card:hover { transform: scale(1.05); box-shadow: var(--glow); }
        .spotlight-icon { width: 3.5rem; height: 3.5rem; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.3rem; margin-bottom: 1rem; }
        .spotlight h3 { color: var(--accent); margin-bottom: 0.8rem; font-size: 1.3rem; }
        .spotlight p { color: #6c757d; font-weight: 300; font-size: 0.95rem; }
        .events-container { background: rgba(255,255,255,0.6); backdrop-filter: blur(20px); border-radius: 32px; padding: 3rem; box-shadow: var(--shadow); margin-bottom: 2rem; }
        .filter-tabs { display: flex; justify-content: center; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
        .filter-tab { background: #f3f4f6; border: none; padding: 0.8rem 1.5rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; color: var(--accent); }
        .filter-tab.active { background: var(--indigo); color: white; }
        .filter-tab:hover { background: #e5e7eb; }
        .filter-tab.active:hover { background: #4338ca; }
        .search { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
        #locationInput { padding: 1.1rem 1.6rem; border: 2px solid #e9ecef; border-radius: 50px; font-size: 1rem; min-width: 280px; outline: none; transition: all 0.3s; background: white; }
        #locationInput:focus { border-color: var(--primary); box-shadow: var(--glow); }
        .search button { padding: 1.1rem 2.2rem; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; border: none; border-radius: 50px; cursor: pointer; font-weight: 500; transition: all 0.3s; display: flex; align-items: center; gap: 0.6rem; box-shadow: var(--shadow); }
        .search button:hover { transform: translateY(-2px); box-shadow: var(--glow); }
        .events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; }
        .event-card { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-radius: 15px; padding: 2rem; border-left: 5px solid var(--indigo); transition: all 0.3s ease; cursor: pointer; }
        .event-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); }
        .event-date { background: var(--indigo); color: white; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9rem; font-weight: 600; display: inline-block; margin-bottom: 1rem; }
        .event-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--accent); }
        .event-location { color: #6b7280; font-weight: 500; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
        .event-description { color: #4b5563; line-height: 1.6; }
        .x-embed { text-align: center; margin: 4rem 0; background: rgba(255,255,255,0.5); padding: 1.5rem; border-radius: 20px; }
        footer { background: var(--accent); color: white; text-align: center; padding: 2.5rem; }
        footer a { color: var(--secondary); text-decoration: none; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
        @media (max-width: 768px) { nav ul { gap: 1rem; } .search, .filter-tabs { flex-direction: column; align-items: center; } .spotlight { gap: 1rem; } .spotlight-card { flex: 0 0 280px; } .events-grid { grid-template-columns: 1fr; } }
