@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

html,
body {
	margin: 0 !important;
	overflow-x: hidden;
}

h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	margin: 0;
	margin-bottom: 10px;
}

.content p {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
}

.hero-inner {
	display: grid;
	grid-template-columns: 60% auto;
}

.hero-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-left img {
	max-width: 70%;
	margin-bottom: 30px;
}

.hero-title:after {
	content: "";
	display: block;
	width: 120%;
	height: 1px;
	background: #000;
	transform: translatex(-30%);
	margin: 20px 0;
}

.hero-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 85px;
	line-height: 90px;
	color: #000;
	margin: 0;
}

.tial {
	color: #F59E0B;
}

.hero-text,
.hero-text p {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400;
	font-size: 29px;
	padding-right: 30px;
	line-height: 41px;
	margin: 0;
	color: #000;
}

.individual-cta-card-main {
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none !important;
}

.card-title {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	background: #000;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	color: #FFFFFF;
	transition: .5s all ease-in-out;
}

.card-description-general {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.date .big {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 55px;
	color: #000;
	margin-right: 5px;
}

.date .month {
	position: relative;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #000;
}

.date .month:before {
	content: "2026";
	position: absolute;
	right: 0;
	top: -5px;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}

.time {
	display: flex;
	align-items: flex-start;
}

.time .time-big {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 55px;
	color: #000;
}

.time .timez {
	padding-top: 10px;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}

.go-icon {
	transform: translatey(3px);
}

.individual-cta-card-main:hover .card-title {
	background: #fbbf24;
}


.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-row svg {
	margin-right: 20px;
}

.date-time-main {
	display: flex;
	flex-direction: row;
	gap: 20px;

}

.card-description {
	padding: 15px 20px;
}

.card-description .main-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #000;
}

.main-section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.features-list {
	position: relative;
	border-radius: 10px;
	padding: 0 30px 30px 30px;
}

.icon-list-main {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.featured-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	color: #000;
}

.featured-content p {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #484848;
}

.event-left {
	padding: 120px 30px 120px 0;

}

.background-event {
	position: absolute;
	left: 0;
	z-index: -1;
}

.top-tier {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	color: #F59E0B;
}

.event-title h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 55px;
	line-height: 73px;
}

.event-left label {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
}

.event-left input[type="text"],
.event-left input[type="email"] {
	margin-top: 10px;
	width: 100%;
	height: 60px;
	border-radius: 100px;
	background: #fff;
	border: none;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	border: 1px solid #000;
	padding-left: 15px;
}

.sign-in {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 10px;
}

.sign-in .wpcf7-spinner {
	display: none !important;
	width: 0;
}

/* Container for the whole two-step form */
.two-step-form {
	display: block;
	width: 100%;
}

/* Each step wrapper */
.two-step-form .form-step {
	display: none;
}

.two-step-form .form-step.form-step--active {
	display: block;
}

/* Default: stack labels vertically */
.two-step-form .form-step label {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

/* Sign-in row (icon + button) */
.two-step-form .sign-in {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

/* Next button layout */
.two-step-form .step-next {
	display: inline-block;
	margin-top: 0.5rem;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.field-flex {
		display: flex;
		gap: 20px;
		align-items: flex-start;
	}

	.form-step-1 p {
		width: 50%;
		margin-bottom: 0;
		/* prevent extra space in row */
		padding-right: 10px;
	}
}

.step-next,
.sign-in input[type="submit"] {
	cursor: pointer;
	background: transparent !important;
	border: none;
	padding: 0;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	color: #000;
	transition: .5s all ease-in-out;
}

.sign-in svg path {
	fill: #000 !important;
	transition: .5s all ease-in-out;
}

.sign-in:hover input {
	color: #000;
}

.event-right {
	background: url('https://montanarolaw.com/wp-content/uploads/2026/01/Background.jpg');
	background-size: cover;
	background-position: center right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.event-date-and-time {
	margin-bottom: 70px;
	width: 87%;
	padding: 30px;
	background: #000;
	border-left: 10px solid #F59E0B;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	justify-content: space-between;
}

.event-date-time-center {
	justify-content: center;
}

.event-date-and-time .date-time-main {
	display: flex !important;
	border-right: 1px solid #fff;
	align-items: center;
}

.form-step label,
.form-step>p {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	margin: 0;
}

.event-description .title,
.event-date-and-time .time .timez {
	color: #F59E0B !important;
}

.event-date-and-time .time .time-big,
.event-date-and-time .date .month:before,
.event-date-and-time .date .month,
.event-date-and-time .date .big {
	color: #fff !important;
}

.event-right .date .timez,
.event-right .date .month:before {
	color: #f59e0b !important;
}

.event-date-and-time .time {
	justify-content: center;
	color: #fff;
}

.event-description {
	padding-left: 10px;
}

.event-description .title {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	color: #FFFFFF;
}

.event-description .description {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}

/* Add these new animations */
.two-step-form {
	position: relative;
	overflow: hidden;
}

.form-step {
	padding-right: 30px;
	opacity: 0;
}

.form-step.form-step--active {
	animation: slideInFromRight 0.5s ease-out forwards;
}

.form-step.form-step--exit {
	animation: slideOutToLeft 0.5s ease-out forwards;
}

.validation-message {
	font-family: 'Lora';
	font-size: 16px;
	color: #ff4444;
	margin-top: 10px;
	display: none;
	animation: fadeIn 0.3s ease-in;
}

.validation-message.show {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInFromRight {
	from {
		opacity: 0;
		transform: translateX(100%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideOutToLeft {
	from {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(-100%);
	}
}

.two-content-main {
	padding: 120px 0;
}

.two-content-main .container h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	color: #000000;
}

.two-content-main .container p {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}

.pointers {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.pointer-title {
	display: flex;
	align-items: center;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.pointer-description {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #484848;
}

.two-content-main {
	position: relative;
}
 

.content-col-left {
	position: relative;
	z-index: 5;
}

.content-col-left .img {
	position: relative;
	max-width: 563px;
}

.content-col-left .img:after {
	content: "Mark Montanaro, Esq.";
	position: absolute;
	z-index: 8;
	width: 100%;
	max-width: 450px;
	right: -30px;
	bottom: 15%;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	color: #FFFFFF;
	background: #C0020B;
	text-align: center;
	height: 70px;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

img {
	max-width: 100%;
}

.download-section {
	padding: 120px 0;
	text-align: center;
}

.download-section .main-section-title {
	text-align: center;
}

.main-section-title {
	position: relative;
	display: inline-block;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	color: #181818;
	margin-bottom: 20px;
}

.guide-section-main {
	font-family: 'Playfair Display';
	font-size: 22px;
}

.main-section-title:before {
	content: "Don’t Leave Without It";
	position: absolute;
	top: -15px;
	left: 0;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #F59E0B;
}

.main-section-title:after {
	content: "";
	width: 50%;
	height: 1px;
	background: #F59E0B;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translatex(-50%);
}

.section-sub-heading {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	/* or 150% */
	text-align: center;
	color: #000000;
	max-width: 50%;
	text-align: center;
	margin: 0 auto;
}

.content-col-left p {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}

.content-col-right-in-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.content-main-wrap-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 10px;
}

.content-main {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 20px;
}

.content-main-description-wrap {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #000000;

}

#apexchat_tab_invitation_frame,
#apexchat_tab_invitation_wrapper,
.wpml-ls-statics-footer {
	display: none !important;
}

footer {
	background: linear-gradient(270deg, #484848 0%, #03101B 100%);
	padding: 10px;

}

.mb-2 {
	margin-bottom: 20px;
}

footer p {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF;
	margin: 0 !important;
	text-align: center;
}

.container.content-two-dgr {
	padding-bottom: 120px;
}

.request-download {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background: #484848;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
	transition: .5s all ease-in-out;
	background: #F59E0B;
}

.request-download:hover {
	background: #fbbf24;
}

@media(min-width:1200px) {
	.hero-inner {
		height: 873px;
	}

	.container {
		max-width: 1400px;
		padding-right: 50px;
		padding-left: 50px;
	}

	section.cta {
		position: relative;
		margin-top: -50px;
	}

	section.cta:before {
		content: url('https://montanarolaw.com/wp-content/uploads/2026/01/Group-156.png');
		position: absolute;
		z-index: 0;
		left: 0;
		top: 40%;
	}

	.event-section .container {
		display: grid;
		grid-template-columns: 50% auto;
		padding-right: 0;
		max-width: 100%;
	}

	.two-contents .container {
		display: grid;
		grid-template-columns: 55% auto;
		gap: 5%;
	}

	.cta .container {
		position: relative;
		z-index: 5;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;

	}

	.content-two-dgr {
		display: grid;
		grid-template-columns: 40% auto;
		align-items: center;
		gap: 100px;
	}

	.two-content-main .container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		gap: 20px;
	}
}

@media(min-width:1600px) {
	.container {
		max-width: 1600px;
		padding: 0 120px;
	}

	.cta .container {
		gap: 40px;
	}

	.event-date-and-time {
		width: 80%;
	}
}

@media(max-width:1600px) {
	.features-list:before {
		width: 85%;
	}
}

@media(max-width:768px) {
	.request-download {
		font-size: 30px;
		line-height: 1;
	}
}

@media(max-width:1500px) {
	.two-content-main .container {
		gap: 100px;
	}

	.features-list:before {
		font-size: 20px;
	}

	.event-section .container {
		grid-template-columns: 45% auto;
	}

	.event-title h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.event-date-and-time {
		grid-template-columns: 37% 23% 40%;
	}

	.hero-title {
		font-size: 70px;
	}

	.hero-text,
	.hero-text p {
		font-size: 26px;
	}
}

@media (max-width: 1300px) {
	.hero-title {
		font-size: 63px;
		line-height: 73px;
	}
}

@media(max-width:1200px) {
	section {
		padding: 120px 15px !important;
	}

	.content-col-left .img {
		margin: 0 auto;
	}

	.section-sub-heading {
		max-width: 100%;
	}

	.request-download {
		max-width: -webkit-fill-available;
	}

	.download-section.general-section {
		padding-bottom: 0 !important;
	}

	.event-left {
		padding: 0;
	}

	.event-right {
		height: 300px;
	}

	.col-6.content {
		margin-bottom: 100px;
	}

	.content-col-left .img,
	.request-download {
		margin-bottom: 20px;
	}

	.main-section.two-contents,
	.guide-section-main {
		padding-top: 0 !important;
	}

	.container.content-two-dgr {
		padding-bottom: 50px !important;
	}
}

.apexchat_prechat_invitation_frame,
.apexchat_prechat_invitation {
	display: none !important;
}

.wpcf7-response-output {
	color: #000;
}

@media(min-width:1000px) and (max-width:1200px) {
    .cta{
    padding-top:0!important;
    }
	.main-section.two-contents {
		padding: 0 15px !important;
	}

	.event-left {
		margin-bottom: 20px;
	}
}

@media(max-width:1024px) {
    .hero-text, .hero-text p{
    	padding-right:0;
    }
	.features-list {
		padding: 0 15px !important;
	}

	section {
		padding: 30px 15px !important;
	}

	.hero.general-section {
		padding: 120px 15px !important;
		background-position: right !important;
	}

	.request-download {
		margin-bottom: 20px;

	}

	.content-col-right-in-wrap,
	.pointers,
	.hero-inner {
		grid-template-columns: 1fr;
	}

	.hero-title {
		font-size: 50px !important;
		line-height: 55px !important;
	}

	.hero-text,
	.hero-text p {
		font-size: 20px;
		line-height: 25px;
	}

	.hero-title:after {
		position: relative;
		bottom: -10px;
	}

	section.cta {
		padding: 0 !important;
	}

	.content-col-left .img:after {
		right: 0;
		font-size: 25px;
	}

	.event-right {
		clip-path: none;
		background: transparent;
	}

	.event-left {
		padding: 0 !important;
		padding-bottom: 20px !important;
		margin-bottom: 70px;
	}

	.event-date-and-time {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.event-description,
	.event-date-and-time .date-time-main {
		text-align: center;
		justify-content: center;
		border: none;
	}

	.two-content-main:before {
		content: none;
	}

	.guide-section-main {
		padding-top: 0 !important;
		padding-bottom: 50px !important;
	}

	.features-list {
		padding-top: 130px;
	}

	.event-date-and-time {
		width: 100%;
	}
}

@media(max-width:768px) {
    .cta,
    .col-6.content{
    	margin-bottom:50px;
    }
	.icon-list-main {
		flex-direction: column;
	}

	footer p {
		line-height: 26px;
	} 
	h2,
	.main-section-title {
		font-size: 38px;
		line-height: 48px;
	}

	.content p,
	.two-content-main .container p,
	.content-col-left p {
		font-size: 18px;
		line-height: 28px;
	}

	.section-sub-heading {
		font-size: 16px;
		line-height: 26px;
	}
}

@media(max-width:350px) {
	.date-time-main {
		flex-direction: column;
	}
}