﻿@import url("https://www.conferencemonitor.com.au/api/Website/DownloadFile?FileGuid=14ea654d-063b-4bd6-ac15-3853f2344168#EXT=.css");

.members--component--EventList3 .supplier-info img 
	img{
		width: unset!important;	
}


.pagelist-cardimage{
	width: unset!important;
}

.WebpageComponent-Social-Links {
	margin-top: -20px !important;
}

/* contain images size */
.WebpageComponent-EventList-4-0 .card-img-top {
	object-fit: contain !important;
	height: 200px;
}

/* Page list titles, keep it blue but reduce size*/
.WebpageComponent-PageList .members--component--description h3 {
	font-size: 18pt;
}

/* Main event list screen, could not add height600 as the articles that popup are also effected*/
.WebpageComponent-EventList-4-0 .members--eventwrapper {
	min-height: 600px;
}

/* The home page has a carousel for venue icons*/
.Doc-Library-List-Images .documentimage {
	max-width: 300px;
}

.small-hero {
	min-height: 500px;
}

/* Shows max capacity on Event Search 4 and Event Page*/
.field-maxCapacity {
	display:block!important;
}

.WebpageComponent-PageList .remembervisits--link:visited {
	border-color: #FF9933 !important;
	border-width: 2px;
}

/* Hide Timezone from Event Editor*/
.event--timezone {
    display: none;
}


/* === ConferenceMonitor Hero 3.0 (with arrow + width fix) === */
.ConferenceMonitor-Hero3 {
	position: relative;
	overflow: hidden;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	min-height: 90vh;
	display: flex;
	align-items: center;
}

	.ConferenceMonitor-Hero3 .hero--video {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		z-index: 0;
	}

	.ConferenceMonitor-Hero3 .Overlay {
		position: absolute;
		inset: 0;
		background: linear-gradient( to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100% );
		z-index: 1;
	}

	/* Hero caption adjustments */
	.ConferenceMonitor-Hero3 .HeroCaption {
		position: relative;
		z-index: 2;
		color: #ffffff;
		text-align: left;
		max-width: 60%; /* widened for large screens */
		padding: 10% 6%;
	}

	/* Headline */
	.ConferenceMonitor-Hero3 h1 {
		color: #ffffff !important;
		font-weight: 800;
		font-size: 3.5rem;
		line-height: 1.15;
		margin-bottom: 1rem;
	}

	/* Subheading */
	.ConferenceMonitor-Hero3 p {
		color: rgba(255, 255, 255, 0.9) !important;
		font-size: 1.15rem;
		line-height: 1.6;
		margin-bottom: 2.2rem;
		max-width: 650px;
	}

	/* CTA button */
	.ConferenceMonitor-Hero3 .btn.btn-primary {
		background-color: #ff9a33 !important;
		border: none !important;
		color: #ffffff !important;
		font-weight: 700;
		font-size: 1rem;
		padding: 0.95em 2.2em;
		border-radius: 50px;
		transition: all 0.3s ease;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
		display: inline-flex;
		align-items: center;
		gap: 0.6em;
	}

		/* Font Awesome arrow */
		.ConferenceMonitor-Hero3 .btn.btn-primary::after {
			content: "\f061"; /* fa-arrow-right */
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			transition: transform 0.3s ease;
		}

		.ConferenceMonitor-Hero3 .btn.btn-primary:hover {
			background-color: #ffca3a !important;
			transform: translateY(-2px);
			text-decoration: none !important;
		}

			.ConferenceMonitor-Hero3 .btn.btn-primary:hover::after {
				transform: translateX(5px);
			}

/* === Responsive adjustments === */
@media (max-width: 1200px) {
	.ConferenceMonitor-Hero3 .HeroCaption {
		max-width: 50%;
	}

	.ConferenceMonitor-Hero3 h1 {
		font-size: 3rem;
	}
}

@media (max-width: 992px) {
	.ConferenceMonitor-Hero3 {
		min-height: 75vh;
	}

		.ConferenceMonitor-Hero3 .HeroCaption {
			text-align: center;
			max-width: 90%;
			padding: 15% 6%;
			margin: 0 auto;
		}

		.ConferenceMonitor-Hero3 h1 {
			font-size: 2.3rem;
		}

		.ConferenceMonitor-Hero3 p {
			font-size: 1rem;
			margin: 0 auto 1.8rem;
		}
}

@media (max-width: 600px) {
	.ConferenceMonitor-Hero3 {
		min-height: 65vh;
	}

		.ConferenceMonitor-Hero3 .Overlay {
			background: rgba(0, 0, 0, 0.65);
		}

		.ConferenceMonitor-Hero3 h1 {
			font-size: 1.8rem;
		}

		.ConferenceMonitor-Hero3 .btn.btn-primary {
			font-size: 0.95rem;
			padding: 0.8em 1.6em;
		}
}

@media (min-width: 699px) {
	.ConferenceMonitor-Hero3.hero-layout-split-left .HeroCaption,
	.ConferenceMonitor-Hero3.hero-layout-split-right .HeroCaption {
		max-width: 60% !important;
	}
}

/* SCOPED: Only apply inside our component */
.WebpageComponent-Button.CM-Button-Biggest .btn.btn-primary {
	background: #ff9a33 !important;
	border-color: #ff9a33 !important;
	color: #ffffff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 48px !important;
	font-family: "TT Hoves", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 50px !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: all 0.25s ease;
	cursor: pointer;
}

	/* Hover state identical to screenshot behaviour */
	.WebpageComponent-Button.CM-Button-Biggest .btn.btn-primary:hover {
		background: #e6891f !important;
		border-color: #e6891f !important;
		transform: translateY(-2px);
		box-shadow: 0 8px 16px rgba(255, 154, 51, 0.30);
	}

	/* If you add → arrow or icon, this spaces it nicely */
	.WebpageComponent-Button.CM-Button-Biggest .btn.btn-primary i,
	.WebpageComponent-Button.CM-Button-Biggest .btn.btn-primary svg {
		margin-left: 8px;
		font-size: 18px;
	}

/* MASTER WRAPPER FOR 2-CTA PAIRS */
.CM-CTA-Pair {
	margin-top: 0 !important;
	margin-bottom: 40px; /* identical spacing between blocks */
	padding: 0;
}

	/* Pull second CTA upward slightly to match screenshot */
	.CM-CTA-Pair + .CM-CTA-Pair {
		margin-top: -40px !important;
	}

	/* Standardise card look */
	.CM-CTA-Pair .card {
		border-radius: 0 !important;
		border: 4px solid #ffffff;
		overflow: hidden;
	}

	/* FIRST CTA BUTTON SECTION (orange one) */
	.CM-CTA-Pair .cta-2-buttonarea {
		text-align: center;
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}

	/* Remove Bootstrap auto margins */
	.CM-CTA-Pair .my-auto {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	/* IMAGE — Uniform height and cropping */
	.CM-CTA-Pair img.card-img-top {
		width: 100%;
		height: 100%;
		max-height: 350px;
		object-fit: cover;
		object-position: center;
	}

	/* TEXT — improve readability + spacing */
	.CM-CTA-Pair .card-body {
		padding: 40px !important;
	}

	/* HEADLINES inside CTA */
	.CM-CTA-Pair h1,
	.CM-CTA-Pair h4 {
		line-height: 1.4 !important;
		margin-bottom: 20px;
	}

	/* Remove weird auto spacing from last element */
	.CM-CTA-Pair .flex-grow-1 {
		margin-bottom: 0 !important;
	}
