
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Arial', sans-serif;
	background-color: #f5f5f5;
	line-height: 1.6;
}

/* Navigation Styles */
.navbar {
	background-color: #2c3e50;
	padding: 0;
	position: relative;
	z-index: 1000;
	white-space: nowrap;
}

.navbar-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

.navbar-left {
	display: inline-block;
	vertical-align: middle;
}

.navbar-right {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: 15px;
}

.company-logo {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-color: #3498db;
	border-radius: 8px;
	margin-right: 15px;
	text-align: center;
	line-height: 40px;
	color: white;
	font-weight: bold;
}

.company-logo img {
	width: 40px;
	height: 40px;
}

.company-name {
	display: inline-block;
	vertical-align: middle;
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
}

.navbar-brand {
	color: white;
	text-decoration: none;
	padding: 15px 0;
	display: inline-block;
}

.navbar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav-item {
	display: inline-block;
	margin-left: 20px;
}

.nav-link {
	color: white;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	transition: color 0.3s;
}

.nav-link:hover {
	color: #3498db;
}

/* Main Content Container */
.main-content {
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 20px;
	min-height: calc(100vh - 70px);
}

/* Two Column Layout */
.content-row {
	width: 100%;
	font-size: 0;
}

/* Left Column - 60% */
.left-column {
	display: inline-block;
	vertical-align: top;
	width: 59%;
	margin-right: 1%;
	font-size: 16px;
	padding-right: 3%;
}

/* Right Column - 40% */
.right-column {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	font-size: 16px;
	padding-left: 2%;
}

/* Left Column Content */
.webcast-title {
	font-size: 2.5rem;
	color: #2c3e50;
	margin-bottom: 20px;
	line-height: 1.2;
}

.presenters {
	margin-bottom: 30px;
}

.presenters h3 {
	color: #34495e;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.presenter-list {
	color: #666;
	font-size: 1.1rem;
	line-height: 1.8;
}

.banner-placeholder {
	width: 100%;
	height: 300px;
	background-color: #ddd;
	border-radius: 8px;
	display: block;
	text-align: center;
	line-height: 300px;
	color: #666;
	font-size: 1.2rem;
	margin-bottom: 30px;
	border: 2px solid #ccc;
}

.banner-placeholder img {
	height:100%;
	width:auto;
}

.description-section {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.description-title {
	color: #2c3e50;
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.description-content {
	color: #666;
	line-height: 1.8;
	font-size: 1rem;
}

/* Right Column Content */
.countdown-section {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	text-align: center;
	margin-bottom: 30px;
	border: 3px solid #3498db;
}

.countdown-label {
	font-size: 1.3rem;
	color: #2c3e50;
	margin-bottom: 10px;
}

.countdown-timer {
	font-size: 3rem;
	color: #3498db;
	font-weight: bold;
	font-family: 'Courier New', monospace;
}

/* Registration Form Styles */
.registration-form {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.form-title {
	color: #2c3e50;
	margin-bottom: 25px;
	font-size: 1.8rem;
	text-align: center;
}

.form-group {
	margin-bottom: 20px;
}

.form-label {
	display: block;
	margin-bottom: 8px;
	color: #2c3e50;
	font-weight: 500;
	font-size: 0.95rem;
}

.form-input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1rem;
	transition: border-color 0.3s;
	font-family: inherit;
}

.form-input:focus {
	outline: none;
	border-color: #3498db;
}

select.form-input {
	cursor: pointer;
	background-color: white;
}

textarea.form-input {
	resize: vertical;
	min-height: 100px;
}

/* Checkbox Group Styles */
.checkbox-group {
	margin-bottom: 25px;
}

.checkbox-title {
	color: #2c3e50;
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 0.95rem;
}

.checkbox-grid {
	display: block;
}

.checkbox-item {
	margin-bottom: 12px;
	display: block;
}

.checkbox-item input[type="checkbox"] {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-label {
	color: #555;
	cursor: pointer;
	vertical-align: middle;
	font-size: 0.95rem;
}

/* Radio Button Styles */
.radio-item {
	margin-bottom: 12px;
	display: block;
}

.radio-item input[type="radio"] {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	cursor: pointer;
}

.radio-item label {
	color: #555;
	cursor: pointer;
	vertical-align: middle;
	font-size: 0.95rem;
}

.submit-button {
	width: 100%;
	background-color: #3498db;
	color: white;
	padding: 15px 30px;
	border: none;
	border-radius: 4px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-top: 10px;
}

.submit-button:hover {
	background-color: #2980b9;
}

/* Responsive Design */
@media (max-width: 992px) {
	.left-column,
	.right-column {
		width: 100%;
		padding: 0;
		margin: 0;
		display: block;
	}

	.left-column {
		margin-bottom: 40px;
	}

	.webcast-title {
		font-size: 2rem;
	}

	.countdown-timer {
		font-size: 2.5rem;
	}
}

@media (max-width: 768px) {
	.navbar-right {
		display: none;
	}

	.webcast-title {
		font-size: 1.75rem;
	}

	.countdown-timer {
		font-size: 2rem;
	}

	.form-title {
		font-size: 1.5rem;
	}

	.checkbox-grid {
		display: block;
	}
}
