/* ========================================
   Page Header
   ======================================== */
.registration-section form#pardot-form {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.registration-section.success-section-main {
    width: 100%;
    padding: 0;
}
.success-message-container p.text-xl {
    text-align: center !important;
    clear: none;
    margin: 0 auto;
}
.page-header {
	background: #f5f7fa;
	padding: 60px 20px 100px;
	text-align: center;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto;
}
.registration-header-wide .page-header__container {
    max-width: 1162px;
}
.registration-header-wide .page-header__title {
    max-width: 100%;
}

.page-header__container {
	max-width: 800px;
	margin: 0 auto;
}

.page-header__logo {
	margin-bottom: 40px;
}

.registration-wrap {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.page-header__logo img {
	width: 264.622px;
	height: 36px;
}

.page-header__breadcrumb {
	font-family: var(--primaryFont);
	font-size: var(--text-18);
	font-weight: var(--fontWeightLight);
	line-height: 22px;
	letter-spacing: 0;
	color: var(--text-secondary);
	margin-bottom: 18px;
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.breadcrumb-icon {
	color: var(--text-secondary);
}

.page-header__title {
	font-size: var(--fontSizeH1);
	font-weight: var(--fontWeightMedium);
	line-height: var(--lineheightH1);
	letter-spacing: -3px;
	color: var(--text-primary);
	max-width: 720px;
	margin: 0 auto 32px auto;
}

.i2c__dot {
	color: var(--orange);
}

.page-header__description {
	max-width: 558px;
	margin: 0 auto;
}

/* ========================================
   Registration Page 
   ======================================== */

.registration-header {
	position: relative;
	padding: 32px 0 80px;
	text-align: center;
	overflow: visible;
	z-index: 2;
}

.registration-section {
	position: relative;
	padding-bottom: 200px;
	display: flex;
	justify-content: center;
	overflow: visible;
}

.page-header__breadcrumb ul {
	display: flex;
	list-style: none;
	gap: 8px;
	align-items: center;
	margin: 0;
	padding: 0;
}

.page-header__breadcrumb ul li {
	display: flex;
	gap: 8px;
	color: #1B223A;
}

.page-header__breadcrumb ul li a {
	color: #6B7080;
}

.registration-section::before {
	content: "";
	position: absolute;
	top: -263px;
	left: 0;
	bottom: 120px;
	width: 546px;
	height: 546px;
	background-image: url("../images/backgrounds/triangle.webp");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	pointer-events: none;
}

.registration-container {
	width: 1162px;
	min-height: 1511px;
	position: relative;
	z-index: 10;
	padding: 74px 78px;
	border-radius: 24px;
	background-image: url("../images/backgrounds/banner.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	flex-direction: column;
	gap: 48px;
	display: flex;
}


/* Section Heading */
.section-heading {
	display: flex;
	align-items: flex-start;
	padding-bottom: 32px;
	gap: 2px;
	border-bottom: 1px solid rgba(229, 243, 255, 0.2);
}

.section-heading:first-child {
	margin-top: 0;
}


.section-heading h2 {
	color: var(--white);
}

/* Form Grid Layout */
.form-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.form-grid--two-cols {
	grid-template-columns: repeat(3, 1fr);
}

/* Field Group */
.field-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.field-group-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 2px;
}

.field-title {
	color: var(--white);
	margin: 0;
	font-size: var(--fontSizeLarge);
	line-height: var(--lineheightLarge);
	letter-spacing: var(--letterSpacingTextLarge);
}

.required .field-title {
	position: relative;
	padding-right: 7px;
}

.required .field-title:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #F34050;
	top: 2px;
	right: 0;
	border-radius: 50%;
}

/* Field Input */
html body form.form .field-input {
	width: 100%;
	height: 60px;
	max-width: 314px;
	padding: 8px 24px;
	border-radius: 12px;
	background: var(--white);
	font-family: "Inter Display", sans-serif;
	font-size: var(--text-20);
	letter-spacing: 0;
	font-weight: var(--fontWeightNormal);
	line-height: 24px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	border: 1px solid #C7E2FF;
}

html body form.form .field-input::placeholder {
	color: #a1a3ae;
	font-size: var(--text-20);
	font-weight: var(--fontWeightNormal);
}
.btn svg{
	    fill: transparent !important;
}

html body form.form .field-input:focus {
	outline: none;
	border-color: var(--i2c-brand-400);
}

/* Date Input */
html body form.form .field-input.hasDatepicker {
	position: relative;
	background-image: url("../images/icons/calendar.svg");
	background-repeat: no-repeat;
	background-position: right 24px center;
	background-size: 20px 20px;
	padding-right: 56px;
}

/* Field Textarea */
html body form.form .field-textarea {
	width: 100%;
	height: 161px;
	padding: 24px 8px 24px 24px;
	background: var(--white);
	font-family: "Inter Display", sans-serif;
	font-size: var(--text-20);
	border-radius: 12px;
	color: var(--text-primary);
	font-weight: var(--fontWeightNormal);
	line-height: 24px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

html body form.form .field-textarea::placeholder {
	color: #a1a3ae;
	font-size: var(--text-20);
}

html body form.form .field-textarea:focus {
	outline: none;
	border-color: var(--i2c-brand-400);
}

.char-counter {
	position: absolute;
	bottom: 12px;
	right: 16px;
	font-family: var(--primaryFont);
	font-size: 12px;
	font-weight: var(--fontWeightNormal);
	color: rgba(255, 255, 255, 0.6);
	line-height: 16px;
}

.field-group:has(.field-textarea) {
	position: relative;
}

/* Radio Group */
.radio-group {
	display: flex;
	gap: 26px;
}

/* Radio Options */
.radio-option {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	position: relative;
}

.radio-option input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.radio-option input[type="radio"]:focus+.radio-custom,
.radio-option input[type="radio"]:focus-visible+.radio-custom {
	outline: 1px dashed #fff;
}

.radio-custom {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--white);
	border: 2px solid var(--i2c-brand-200);
	position: relative;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.radio-option input[type="radio"]:checked+.radio-custom {
	border-color: var(--i2c-brand-400);
	background: var(--i2c-brand-400);
}

.radio-option input[type="radio"]:checked+.radio-custom::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--white);
}

.radio-label {
	font-family: "Inter Display", sans-serif;
	font-size: var(--text-20);
	font-weight: var(--fontWeightNormal);
	color: var(--white);
	line-height: 24px;
	letter-spacing: 0;
	width: max-content;
}

/* Consent Section */

.checkbox-option {
	display: flex;
	gap: 16px;
	cursor: pointer;
	align-items: flex-start;
	position: relative;
}

.checkbox-option input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;

}

.checkbox-option input[type="checkbox"]:focus+.checkbox-custom,
.checkbox-option input[type="checkbox"]:focus-visible+.checkbox-custom {
	outline: 1px dashed #fff;
}

.checkbox-custom {
	height: 26px;
	min-width: 26px;
	border-radius: 8px;
	border: 2px solid var(--i2c-brand-200);
	background: var(--white);
	position: relative;
	transition: all 0.3s ease;
	margin-top: 2px;
	flex-shrink: 0;
	margin-inline: 2px;
}

.checkbox-option input[type="checkbox"]:checked+.checkbox-custom {
	border-color: var(--i2c-brand-400);
	background: var(--i2c-brand-400);
}

.checkbox-option input[type="checkbox"]:checked+.checkbox-custom::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-image: url("../images/icons/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox-label {
	font-size: var(--fontSizeLarge);
	line-height: var(--lineheightLarge);
	letter-spacing: var(--letterSpacingTextLarge);
	color: var(--white);
}

.checkbox-label.sm {
	font-size: var(--fontSizeSmall);
	line-height: var(--lineheightSmall);
	letter-spacing: var(--letterSpacingTextSmall);
}


.checkbox-label a {
	color: var(--white);
	text-decoration: underline;
}

/* ========================================
   Responsive Styles - Form
   ======================================== */

/* 1366px viewport */
@media (max-width: 1600px) {
	.registration-header-wide .page-header__container {
		max-width: 1016px;
	}
	.registration-header {
		padding: 32px 0 60px;
	}

	.page-header__breadcrumb {
		margin-top: 60px;
	}

	.page-header__title {
		margin-bottom: 14px;
	}

	.page-header__description {
		max-width: 392px;
		font-size: var(--text-20);
		line-height: 24px;
	}

	.registration-section::before {
		top: -90px;
		left: 0;
		width: 428px;
		height: 329px;
	}

	.registration-container {
		width: 1016px;
		min-height: 1425px;
		padding: 48px;
		box-sizing: border-box;
	}

	.registration-wrap {
		gap: 33px;
	}

	.form-grid {
		gap: 36px 24px;
	}


	.section-title {
		font-size: var(--text-20);
		line-height: 24px;
	}

	.field-title {
		font-size: var(--text-18);
	}

	html body form.form .field-input {
		max-width: 290px;
	}

	.field-input::placeholder,
	.field-textarea::placeholder {
		font-size: var(--text-18);
	}

	.radio-label {
		font-size: var(--text-18);
	}
}

/* 1024px viewport */
@media (max-width: 1199px) {
	.registration-header-wide .page-header__container {
		max-width: 586px;
	}
	.registration-header {
		padding: 28px 0 48px;
	}

	.section-heading {
		margin-bottom: 8px;
	}

	.registration-wrap {
		gap: 24px;
	}

	.registration-container {
		gap: 30px;
	}

	.page-header__title {
		max-width: 50%;
		letter-spacing: -2px;
	}

	.page-header__description {
		max-width: 382px;
		font-size: var(--text-16);
		line-height: 20px;
	}

	.page-header__breadcrumb {
		font-size: var(--text-14);
		margin-bottom: 16px;
		margin-top: 48px;
	}

	.registration-section::before {
		display: none;
	}

	.registration-container {
		width: 928px;
		min-height: 1290px;
		padding: 48px;
		box-sizing: border-box;
	}

	.form-grid {
		gap: 24px;
	}

	.section-heading {}

	.section-title {
		font-size: var(--text-16);
		line-height: 20px;
	}

	.field-title {
		font-size: var(--text-16);
	}

	html body form.form .field-input {
		max-width: 261px;
		height: 54px;
		box-sizing: border-box;
	}

	.field-input::placeholder,
	.field-textarea::placeholder {
		font-size: var(--text-16);
	}

	.radio-label {
		font-size: var(--text-16);
	}

	.checkbox-label {
		font-size: var(--text-14);
		line-height: 18px;
	}

	.field-input,
	.field-textarea {
		border-radius: 8px;
	}
}

/* 768px viewport (Tablet) */
@media (max-width: 991px) {
	.registration-header {
		padding: 24px 0 48px;
	}

	.registration-section::before {
		display: none;
	}

	.registration-container {
		width: 100%;
		max-width: 720px;
		min-height: auto;
		padding: 48px;
		border-radius: 16px;
		box-sizing: border-box;
	}

	.consent-section .checkbox-label {
		letter-spacing: -0.46px;
	}

	.section-heading {}

	.section-heading {
		margin-bottom: 6px;
	}

	.form-grid {
		gap: 24px 16px;
	}

	.section-title {
		font-size: var(--text-16);
		line-height: 22px;
	}

	.field-title {
		font-size: var(--text-16);
		line-height: 20px;
	}

	html body form.form .field-input {
		max-width: 197px;
		height: 54px;
		font-size: var(--text-16);
		padding-left: 16px;
		box-sizing: border-box;
	}

	.field-input::placeholder,
	.field-textarea::placeholder {
		font-size: var(--text-14);
	}

	.field-textarea {
		height: 162px;
		font-size: var(--text-16);
	}


	.radio-label {
		font-size: var(--text-16);
	}

	.checkbox-label {
		font-size: var(--text-14);
		line-height: 18px;
	}
}

/* 375px viewport (Mobile) */
@media (max-width: 767px) {
	    .registration-header {
        padding: 18px 24px 46px;
    }

	.registration-section {
		padding: 0;
	}

	.registration-container {
		width: 100%;
		min-height: auto;
		padding: 48px 24px;
		border-radius: 0;
		box-sizing: border-box;
	}

	.page-header__title {
        font-size: 32px;
        line-height: 36px;
        max-width: inherit;
        letter-spacing: -1px;
    }


	.section-title {
		font-size: var(--text-16);
		line-height: 20px;
	}

	.field-title {
		font-size: var(--text-14);
		line-height: 18px;
	}

	html body form.form .field-input {
		max-width: 100%;
		font-size: var(--text-16);
		padding: 8px 16px;
		box-sizing: border-box;
	}

	.field-input.hasDatepicker {
		background-position: right 16px center;
		padding-right: 44px;
	}

	.field-textarea {
		height: 120px;
		font-size: var(--text-16);
		padding: 16px;
	}

	.form-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.form-grid--two-cols {
		grid-template-columns: 1fr;
	}


	.radio-group {
		gap: 16px;
	}

	.radio-label {
		font-size: var(--text-16);
	}

	.checkbox-label {
		font-size: var(--text-12);
		line-height: 16px;
	}
	.char-counter {
		font-size: 11px;
	}
	.page-header__logo {
		margin-bottom: 0;
	}
	.page-header__logo img {
		width: 176px;
		height: auto;
	}
	.page-header__breadcrumb {
        margin-top: 58px;
    }
	.section-heading {
        margin-top: 0;
        margin-bottom: 0;
    }
	.registration-wrap {
        gap: 32px;
    }
}


/* ===========Form Success Css */

.success-message-container {
    background-image: url(../images/backgrounds/banner.webp);
    background-size: cover;
    border-radius: 24px;
    background-color: #000;
    color: #fff;
    text-align: center;
    max-width: 1162px;
    padding: 100px 20px;
    width: 100%;
}
.success-message-container .success-icon {
    width: 203px;
    margin-bottom: 48px;
}
.success-message-container h2 {
    margin-bottom: 32px;
}
.success-message-container p {
    max-width: 558px;
    margin: 0 auto;
}
@media (max-width: 1600px) {
	.success-message-container {
		max-width: 1016px;
		padding: 80px 20px;
		border-radius: 20px;
	}
	.success-message-container .success-icon {
		width: 198px;
	}
	.success-message-container p {
		max-width: 562px;
		margin: 0 auto;
	}
}
@media (max-width: 1199px) {
	.success-message-container {
		border-radius: 16px;
		max-width: 610px;
		padding: 48px 20px;
	}
	.success-message-container .success-icon {
		width: 126px;
		margin-bottom: 32px;
	}
	.success-message-container h2 {
		margin-bottom: 24px;
	}
	.success-message-container p {
		max-width: 514px;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.success-message-container {
        max-width: 472px;
        padding: 40px 10px;
    }
	.success-message-container .success-icon {
        width: 99px;
        margin-bottom: 24px;
    }
	.success-message-container p {
        max-width: 410px;
    }
}
@media (max-width: 767px) {
	.success-message-container {
        padding: 40px 24px;
        border-radius: 0;
        min-height: calc(100vh - 310px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
	.success-message-container .success-icon {
        width: 119px;
    }
}
.registration-container .error {
    margin: 0 !important;
    font-size: 12px !important;
}
.registration-container .consent-section .error {
    margin-top: 12px !important;
}
.field-group .form-field.error {
    display: none;
}
.field-group p.form-field.job_title.pd-text.required.error {
    display: none;
}
.field-group.speaker-field-error:after {
    content: 'This Field is required';
    color: #e08989 !important;
    display: block;
	font-size: 12px;
}
.red-color, form.form div.error, form.form p.error, form.form p.error label, form.form span.error {
    color: #e08989 !important;
}
#pardot-form {
    font: 300 var(--fontSizeBase) / var(--lineheightBase) var(--primaryFont) !important;
}