/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Fix excessive spacing before footer - keep minimal spacing */
.section {
	margin: 20px 0 !important;
	padding: 20px 0 !important;
}

.content-wrap {
	margin: 0 !important;
	padding: 0 !important;
}

.page-section {
	margin: 0 !important;
	padding: 0 !important;
}

/* Reduce bottom margin from last section before footer */
.section:last-of-type {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}

/* Fix footer spacing - keep minimal top margin */
#footer {
	margin-top: 10px !important;
	padding-top: 0 !important;
}

/* Minimal spacing between content and footer */
#content + #footer {
	margin-top: 10px !important;
}

/* Minimal gap between sections and footer */
.section + #footer {
	margin-top: 10px !important;
}

.owl-stage-outer  { overflow: visible !important; }

.owl-item .oc-item {
	opacity: 0.35;
}

.owl-item.active.center .oc-item {
	opacity: 1;
}

.testimonial-full { overflow: visible; }

.testimonial-full .testi-content { -webkit-backface-visibility: hidden; }

.testimonial-full .testi-content p {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #777;
	font-style: normal;
	margin: 15px 0 30px 0;
	line-height: 1.6;
}

.testimonial-full .flex-prev,
.testimonial-full .flex-next {
	left: 100px;
	background-color: transparent;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	border-radius: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-full .flex-next {
	left: auto;
	right: 100px;
}

.testimonial-full .flex-prev i,
.testimonial-full .flex-next i {
	line-height: 64px;
	width: 64px;
	height: 64px;
	font-size: 64px;
	color: #FFFFFF;
	text-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-full .flex-prev:hover,
.testimonial-full .flex-next:hover { background-color: transparent !important; }

.testimonial-full .flex-prev:hover i,
.testimonial-full .flex-next:hover i { color: #FFFFFF; }

@media (max-width: 991px) {
	.testimonial-full .flex-prev { left: -30px; }
	.testimonial-full .flex-next { right: -30px; }
}

@media (max-width: 767px) {
	.testimonial-full .flex-prev,
	.testimonial-full .flex-next { display: none; }
}

/* Style page titles */
.heading-block h1 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2e8eb7;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.heading-block p {
	color: #666;
	font-size: 1.1rem;
	margin-bottom: 0;
}

/* Style section headings */
.page-section h2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	margin-top: 2rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #2e8eb7;
	padding-bottom: 0.5rem;
}

.page-section h3 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #444;
	margin-top: 1.5rem;
	margin-bottom: 0.8rem;
}

/* Style paragraphs in legal pages */
.page-section p {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
	margin-bottom: 1rem;
}

/* Style lists in legal pages */
.page-section ul, .page-section ol {
	margin-bottom: 1rem;
	padding-left: 2rem;
}

.page-section li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

