.row {
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
}

.container {
	margin: 0 auto; 
}

[class*="col-"] {
	padding: 8px;
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
}

/* --- Small (≥576px) --- */
@media (min-width: 576px) {
	.col-sm-1 {
		flex: 0 0 8.333%;
		max-width: 8.333%;
	}

	.col-sm-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.col-sm-5 {
		flex: 0 0 41.666%;
		max-width: 41.666%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.333%;
		max-width: 58.333%;
	}

	.col-sm-8 {
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.333%;
		max-width: 83.333%;
	}

	.col-sm-11 {
		flex: 0 0 91.666%;
		max-width: 91.666%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* --- Medium (≥768px) --- */
@media (min-width: 768px) {
	.col-md-1 {
		flex: 0 0 8.333%;
		max-width: 8.333%;
	}

	.col-md-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.col-md-5 {
		flex: 0 0 41.666%;
		max-width: 41.666%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.333%;
		max-width: 58.333%;
	}

	.col-md-8 {
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.333%;
		max-width: 83.333%;
	}

	.col-md-11 {
		flex: 0 0 91.666%;
		max-width: 91.666%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* --- Large (≥992px) --- */
@media (min-width: 992px) {
	.col-lg-1 {
		flex: 0 0 8.333%;
		max-width: 8.333%;
	}

	.col-lg-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.col-lg-5 {
		flex: 0 0 41.666%;
		max-width: 41.666%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.333%;
		max-width: 58.333%;
	}

	.col-lg-8 {
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.333%;
		max-width: 83.333%;
	}

	.col-lg-11 {
		flex: 0 0 91.666%;
		max-width: 91.666%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* --- Extra Large (≥1200px) --- */
@media (min-width: 1200px) {
	.col-xl-1 {
		flex: 0 0 8.333%;
		max-width: 8.333%;
	}

	.col-xl-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.col-xl-5 {
		flex: 0 0 41.666%;
		max-width: 41.666%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.333%;
		max-width: 58.333%;
	}

	.col-xl-8 {
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.333%;
		max-width: 83.333%;
	}

	.col-xl-11 {
		flex: 0 0 91.666%;
		max-width: 91.666%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

html,
body {
	margin: 0;
}

.main-section.hero {
	display: flex;
	align-items: center;
	height: 90vh;
	background: url('https://montanarolaw.com/wp-content/uploads/2026/01/Group-232.jpg');
	background-size: cover;
	background-position: center;
}

.main-section.hero .container {
	width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@300;400;500;600;700;900&display=swap');

h1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	line-height: 90px;
	color: #FFFFFF;
}

.orange-background {
	background: #223F72;
}

.herosub {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.m-0 {
	margin: 0;
}

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

.badge-main {
	display: flex;
	align-items: center;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 18px;
	color: #FFFFFF;
	margin-right: 30px;
}

.align-center {
	align-items: center;
}

.form {
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	transform: translatey(170px);
}
.hidden-fields-container{
	border:none!important;
}
.form-title {
	position: relative;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 72px;
	color: #000000;
}
.form input[type="tel"]{
	margin-bottom:50px
}
.form-title:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 25%;
	transform: translatex(-50%);
	width: 50%;
	height: 1px;
	background: #181818;
}

.formsub {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 40px !important;
}

input:not([type="submit"]),
textarea {
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0 !important;
	margin-bottom: 20px;
	width: 100%;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 10px;
}

.wpcf7-spinner {
	display: none;
}

input[type="submit"] {
	cursor: pointer;
	width: 100%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 25px;
	color: #FFFFFF;
	background: #223F72;
	border-radius: 100px;
	border: none !important;
	padding: 10px;
	transition: .5s all ease-in-out;
}

input[type="submit"]:hover {
	background: #EC9632;
}

h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	color: #181818;
}

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

.sectiondiv {
	height: 150px;
	background: linear-gradient(90deg, #0F172A 0%, #1E3A8A 100%);

}

.gap-20 {
	gap: 20px;
}

.point-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	color: rgba(26, 43, 86, 0.9);
	margin: 0;
}

.point-item {
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 20px;

}

.point-item p {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

.pl-50 {
	padding-left: 50px;
}

.prieview .container {
	padding-left: 0;
}

.prieview .col-xl-11 {
	background: linear-gradient(90deg, #0F172A 0%, #1E3A8A 100%);
	padding-left: 120px;
}

.prieview .col-xl-4 {
	transform: translatey(-70px);
}

.preview-content h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	color: #000;
	margin: 0;
}

.preview-content p {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	color: #000;
}


.swiper img {
	width: auto;
	/* keep original aspect ratio */
	height: 445px;
	/* consistent preview height */
	object-fit: contain;
}

/* Position navigation below slider */
.previewSwiper {
	padding-bottom: 70px;
}

.previewSwiper .swiper-button-next,
.previewSwiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	top: auto;
	z-index: 10;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.swimg {
	position: relative;
	max-width: 90%;
}

.previewSwiper .swimg::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.05) 100%);
	height: 60%;
	backdrop-filter: blur(2px);
	pointer-events: none;
	/* let clicks pass through */
	z-index: 2;
}

.preview-content {
	padding-right: 50px;
}

/* Place them left and right below slider */
.previewSwiper .swiper-button-prev {
	left: calc(50% - 70px);
	transform: rotate(180deg) !important;
	/* mirror arrow */
}

.previewSwiper .swiper-button-next {
	right: calc(50% - 70px);
}

/* SVG as background */
.previewSwiper .swiper-button-next,
.previewSwiper .swiper-button-prev {
	background-image: url("data:image/svg+xml;utf8,<svg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M25 4.6875C13.8 4.6875 4.6875 13.8 4.6875 25C4.6875 36.2 13.8 45.3125 25 45.3125C36.2 45.3125 45.3125 36.2 45.3125 25C45.3125 13.8 36.2 4.6875 25 4.6875ZM25 7.8125C34.5109 7.8125 42.1875 15.4891 42.1875 25C42.1875 34.5109 34.5109 42.1875 25 42.1875C15.4891 42.1875 7.8125 34.5109 7.8125 25C7.8125 15.4891 15.4891 7.8125 25 7.8125ZM26.125 14.9906L23.875 17.1875L30.125 23.4375H14.0625V26.5625H30.125L23.875 32.8125L26.125 35.0094L35.0094 26.1234L36.1344 24.9984L35.0094 23.8734L26.1234 14.9891L26.125 14.9906Z' fill='white'/></svg>");
}

/* Hover effect */
.previewSwiper .swiper-button-next:hover,
.previewSwiper .swiper-button-prev:hover {
	background-color: #d88500;
	transform: scale(1.05);
}

/* Remove default Swiper arrow icons */
.previewSwiper .swiper-button-next::after,
.previewSwiper .swiper-button-prev::after {
	display: none;
}

/* Responsive tweak for small screens */
@media (max-width: 768px) {

	.previewSwiper .swiper-button-next,
	.previewSwiper .swiper-button-prev {
		bottom: -40px;
		width: 40px;
		height: 40px;
		background-size: 20px;
	}

	.previewSwiper .swiper-button-prev {
		left: calc(50% - 55px);
	}

	.previewSwiper .swiper-button-next {
		right: calc(50% - 55px);
	}
}

.three-row h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	color: #181818;
	margin: 0;
	margin-bottom: 20px;
}

.taky-desc {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
}

.taky-title {
	display: flex;
	align-items: flex-start;
    gap:10px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}

.space-between {
	justify-content: space-between;
}

.who-is-it-for {
	background: #F3F3F3;
}

.takeways {
	padding: 30px;
}

@media(min-width:1200px) {

	section:not(.hero) {
		padding: 120px 0px;
	}

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

	.dgr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}

@media(max-width:1530px) {
	h1 {
		font-size: 70px;
		line-height: 78px;
	}
}
 

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

}

@media(max-width:1200px) {
	.previewSwiper .swimg::after {
		left: 0;
	}

	.swimg {
		max-width: 350px;
		margin: 0 auto;
	}

	.dgr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.form-title {
		line-height: 1;
		margin-bottom: 20px;
		display: block;
	}

	section.content {
		padding-bottom: 150px;
	}

	section.hero {
		height: auto !important;
	}

	section.hero {
		padding: 100px 15px;
	}

	section:not(.hero) {
		padding: 25px 15px;
	}

	.preview-content {
		padding-top: 20px;
	}
}

@media(max-width:1025px) {
	.preview-content {
		padding: 0; 
	}

	.prieview .col-xl-11 {
		padding-left: 15px;
	}

	.dgr {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.pl-50 {
		padding: 0;
	}

	.herosub {
		font-size: 22px;
		line-height: 28px;
	}

	.main-section.hero .row {
		justify-content: center;
		margin-bottom: 25px;
	}

	h1 {
		font-size: 52px;
		line-height: 60px;
	}

	.main-section.hero {
		height: auto;
	}

	.previewSwiper {
		padding-bottom: 20px;
	}

	.prieview .col-xl-4 {
		transform: translatey(0);

	}

	.form {
		transform: translatey(0);
		padding: 25px;
	}

	.swimg,
	.swimg img {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
}
.faq {
    padding: 80px 20px;
    background-color: #f5f5f5;
}
.faq h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #000;
    font-weight: 700;
}
.faq-item {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}
.faq h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #181818;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    border-radius:10px;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    transition: background-color 0.3s;
    background: white;
    border: 10px solid white;
    margin-bottom: 10px;
}
.faq-question:hover {
    background-color: #f9f9f9;
}
.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.faq-toggle svg {
    width: 20px;
    height: auto;
}
.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}
.faq-answer {
    display: none;
    padding: 0 30px 25px 30px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    animation: slideDown 0.3s ease-out;
    background: transparent;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .preview-section .container {
        flex-direction: column;
    }
    .three-row .container .space-between{
        gap:30px;
    }
    .sectiondiv{
        height:50px;
    }
    .takeways{
        padding: 0 15px;
    }
    .preview-image{
        margin-bottom:30px;
    }
    .faq-question{
        line-height:1.2!important;
    }
    .point-title{
        font-size:25px;
        line-height:35px;
    }
    h2{
        font-size:38px;
        line-height:48px;
    }
    .three-row h3{
        font-size:30px;
        line-height:40px;
    }
    .taky-title{
        font-size:20px;
        line-height:25px;
    }
    .taky-desc,
    .content p,
    .preview-content p{
        font-size: 18px;
        line-height: 28px;
    }
    .faq {
        padding: 60px 15px;
    }
    
    .faq h2 {
        font-size: 2em;
    }
    
    .faq-question {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #000000;
    }
    
    .faq-answer {
        padding: 0 20px 20px 20px;
    }
    
    .faq-toggle svg {
        width: 16px;
    }
}
footer{
	text-align:center;
    background: #181818;
    padding:15px;
}
footer p{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    margin:0;
    line-height: 1;
}
.wpml-ls-statics-footer{
display:none;
}
.preview-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: space-between;
    margin: 0 auto;
    gap:5%;
}

.preview-section .preview-image {
    flex:45%;
}

.preview-section .preview-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.preview-section .preview-content {
    flex: 45%
}
@media(min-width:728px) and (max-width:1200px){
    .preview-section .container{
        flex-wrap:nowrap;
    }
    section:not(.hero){
        padding-top:50px!important;
    }
}

@media(min-width:1200px) and (max-width:1340px){
    h1{
        font-size:59px;
        line-height: 1;
    }
    .three-row h3{
        font-size: 30px;
    }
}
/* Responsive */
@media (max-width: 992px) {

    .preview-section .preview-image,
    .preview-section .preview-content {
        flex: 1 1 100%;
    }
    .preview-section .preview-content h3 {
        font-size: 1.75rem;
    }
}