/* ***** Global ***** */
:root {
	--lqd-container-width-md: 970px;
	--lqd-container-width-sm: 750px;
	
	/* Golden Color Palette */
	--lqd-color-primary: #eaba19;
	--lqd-color-primary-dark: #c29e15;
	--lqd-color-primary-darker: #9d8111;
	--lqd-color-primary-light: #f2c74a;
	--lqd-color-primary-lighter: #f5d373;
	--lqd-color-primary-pale: #faf6e8;
	
	--lqd-color-gradient-start: #eaba19;
	--lqd-color-gradient-stop: #c29e15;
	--lqd-color-link: #eaba19;
	--lqd-color-link-hover: #c29e15;
	--lqd-color-dark: #1a1a1a;
	--lqd-color-gray-700: #374151;
	--lqd-color-blue-900: #232a3b;
	--lqd-color-accent: #eaba19;
	--lqd-color-accent-dark: #c29e15;
	--lqd-color-accent-darker: #9d8111;
	--lqd-color-accent-50: #faf6e8;
	--lqd-color-gray-100: #f8f8f8;
	--lqd-color-slate-500: #64748b;
	--lqd-color-slate-700: #334155;
	--lqd-color-accent-100: rgba(234, 186, 25, 0.11);
	--lqd-color-accent-200: rgba(234, 186, 25, 0.13);
	--lqd-body-text-color: #4a4a4a;

	--lqd-mobile-sec-height: 0;
	--lqd-sticky-header-height: 75px;

	--lqd-row-gutter-x: 30px;
	--lqd-row-gutter-y: 0;

	--lqd-body-font-family: 'Lato', sans-serif;
	--lqd-body-font-size: 17px;
	--lqd-body-font-weight: 400;
	--lqd-body-line-height: 1.47em;

	--lqd-heading-font-family: var(--lqd-body-font-family);
	--lqd-h1-font-family: 'Tenor Sans', sans-serif;
	--lqd-h2-font-family: var(--lqd-h1-font-family);

	--lqd-heading-line-height: 1.2em;
	--lqd-h1-line-height: 1.05em;
	--lqd-h3-line-height: 1.05em;

	--lqd-heading-color: #1a1a1a;
	--lqd-heading-font-weight: 500;
	--lqd-h1-font-weight: 600;
	--lqd-h2-font-size: 40px;
	--lqd-h2-font-weight: 600;
	--lqd-h3-font-size: 23px;
	--lqd-h4-font-size: 25px;
	--lqd-h6-font-size: 18px;
}

hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}

.font-body {
	font-family: var(--lqd-body-font-family);
}

.font-title {
	font-family: var(--lqd-h1-font-family);
}

/* ***** Button ***** */
.btn-primary:hover {
	background-color: var(--lqd-color-primary-dark);
	color: #ffffff;
}

.btn-primary:hover .btn-icon {
	background-color: #ffffff;
	color: var(--lqd-color-primary-dark);
}

/* ***** BG Loader ***** */
.bg-loader {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-inline-start: -30px;
	opacity: .5;
	transition-property: opacity, visibility;
	transition-duration: .15s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

/* ***** Main Header - Dark Mode with Glass Effect ***** */

.main-header .lqd-head-sec {
	-webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid rgb(65 65 65);
	border: 1px solid rgba(58, 58, 58, 0.5);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(26, 26, 26, 0.85);
	border-radius: 0 0 10px 10px;
}

.main-header .main-nav {
	--lqd-menu-items-top-padding: 0;
	--lqd-menu-items-right-padding: 12px;
	--lqd-menu-items-bottom-padding: 0;
	--lqd-menu-items-left-padding: 12px;
}

.main-header .main-nav a {
	color: #ffffff !important;
	transition: all 0.3s ease;
}

.main-header .main-nav a:hover {
	color: var(--lqd-color-primary) !important;
}

.main-header .current-menu-item>a,
.main-header .is-active>a {
	color: var(--lqd-color-primary) !important;
}

.main-header .solid-row .btn-solid {
	background-color: var(--lqd-color-primary);
	border-color: var(--lqd-color-primary);
	color: #1a1a1a;
}

.main-header .solid-row .btn-solid:hover {
	background-color: #f1cb4c;
	border-color: #f1cb4c;
	color: #1a1a1a;
}

.main-header .solid-row .btn-solid:hover .btn-icon {
	background-color: rgba(26, 26, 26, 0.1);
	color: #1a1a1a;
}

.main-header .btn-sm {
	--btn-pt: 0.65em;
	--btn-pe: 1.5em;
	--btn-pb: 0.65em;
	--btn-ps: 1.5em;
	font-weight: 600;
}

/* Sticky Header Glass Effect */
.is-stuck .main-header {
	background: rgba(26, 26, 26, 0.95);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	border-bottom: 1px solid rgba(234, 186, 25, 0.3);
}

.is-stuck .main-header .lqd-head-sec {
	background: rgba(42, 42, 42, 0.95) !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

/* ***** Stickybar Right - Dark Glass Effect ***** */
.main-header .lqd-stickybar-right {
	padding-bottom: 80px;
}

.lqd-mobile-sec .navbar-header {
    background-color: #0a0a0a !important;
}

.nav-trigger .bar {
    background-color: #fff;
    transition: all .3s;
}

.main-header .lqd-stickybar-right .btn {
	background: rgba(42, 42, 42, 0.9);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(58, 58, 58, 0.5);
	color: #ffffff;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.main-header .lqd-stickybar-right .btn.no-rotate {
	transform: rotate(180deg) translateX(-40%);
	text-align: start;
}

.main-header .lqd-stickybar-wrap .lqd-head-col>.module-button .btn.no-rotate {
	transform: rotate(180deg) translateX(-12%);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.main-header .lqd-stickybar-right .btn:hover {
	color: #1a1a1a;
	background-color: var(--lqd-color-primary);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-color: var(--lqd-color-primary);
}

.main-header .lqd-stickybar-right .btn:hover .btn-icon {
	background-color: rgba(26, 26, 26, 0.1);
	color: #1a1a1a;
}

.lqd-head-sec-wrap {
	margin-top: 0;
	height: 0;
	background: transparent;
}

@media (min-width: 1200px) {
	.is-stuck .lqd-head-sec-wrap {
		background: transparent;
		height: 0;
	}
}

/* ***** Lity Modal ***** */
.lity-modal .ld-fancy-heading span {
	font-family: 'DM Serif Text', serif;
	font-style: italic;
}

.lity-modal .lqd-contact-form {
	--input-margin-bottom: 13px;
	--inputs-margin: 0 0 var(--input-margin-bottom) 0;
}

.lity-modal input:focus,
.lity-modal select:focus,
.lity-modal textarea:focus,
.lity-modal .ui-button.ui-selectmenu-button:hover {
	border-color: rgb(0, 0, 0);
}

.lity-modal .lqd-contact-form input:focus {
	color: #000000;
}

@media (max-width: 991px) {
	.lity-modal .ld-fancy-heading h2 {
		font-size: 48px;
		line-height: 0.75em;
	}
}

/* ***** Carousels ***** */
.carousel-items> :not([class*=col-]):not(.has-width) {
	flex: 1 0 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.lqd-fb .ld-slideelement-hidden {
	opacity: 0;
	transition: opacity 1s cubic-bezier(.23, 1, .32, 1);
}

.lqd-fb:hover .ld-slideelement-hidden {
	opacity: 1;
}

.flickity-button {
	padding: 0;
	background-color: transparent;
}

/* ***** Banner/Hero ***** */
.banner {
	background-position: 60% 50%;
}

/* RF Hero Section */
.rf-hero {
	display: flex;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.rf-hero__container {
	display: flex;
	width: 100%;
	/* max-width: 1760px; */
	margin: 0 auto;
	position: relative;
}

/* Left Column */
.rf-hero__left {
    width: calc(60% + 80px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-position: center left;
    position: relative;
    background-color: #111111;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23111111"/><circle cx="20" cy="20" r="2" fill="%23282828"/><circle cx="60" cy="20" r="2" fill="%23282828"/><circle cx="20" cy="60" r="2" fill="%23282828"/><circle cx="60" cy="60" r="2" fill="%23282828"/></svg>');
    background-size: 100px 100px;
}

/* Content Card */
.rf-hero__card {
	background: #151515c2;
	padding: 3.625rem 6.75rem 3.625rem 4.75rem;
	margin-right: -5.875rem;
	position: relative;
	z-index: 2;
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 9%);
	width: 100%;
	max-width: 715px;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	background-color: #2a2a2a52;
	border: 1px solid #24242400;
	transition: all 0.3s ease;
	border-radius: 10px;
}

.rf-hero__subtitle {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	font-family: var(--lqd-body-font-family);
}

.rf-hero__title {
	color: var(--lqd-color-primary);
	font-size: 48px;
	font-weight: var(--lqd-h1-font-weight);
	line-height: var(--lqd-h1-line-height);
	letter-spacing: 0;
	margin-bottom: 1.5rem;
	font-family: var(--lqd-h1-font-family);
}

.rf-hero__description {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 2rem;
	font-family: var(--lqd-body-font-family);
}

.rf-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--lqd-color-primary);
	color: #1a1a1a;
	padding: 1.125rem 2.5rem;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-height: 3.75rem;
	font-family: var(--lqd-body-font-family);
	font-weight: 600;
}

.rf-hero__button:hover {
	background-color: #f1cb4c !important;
	color: #1a1a1a;
	background-color: var(--lqd-color-green-500);
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Right Column */
.rf-hero__right {
	width: 60%;
	background-image: url('../../images/rocha-formiga-escritorio.webp');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* Responsive Design */
@media (max-width: 1336px) {
	.rf-hero__container {
		max-width: 100%;
	}

	.rf-hero__left {
		width: 50%;
	}

	.rf-hero__card {
		padding: 4rem;
		margin-right: -3rem;
	}

	.rf-hero__title {
	}
}

@media (max-width: 991px) {
	.banner .ld-fancy-heading h1 {
		font-size: 80px;
	}
	
	.rf-hero {
		flex-direction: column;
		min-height: auto;
	}

	.rf-hero__container {
		flex-direction: column;
		max-width: 100%;
	}

	.rf-hero__left,
	.rf-hero__right {
		width: 100%;
	}

	.rf-hero__left {
		padding: 3rem 1rem;
		justify-content: center;
	}

	.rf-hero__card {
		padding: 2rem;
		margin-right: 0;
		max-width: 100%;
	}

	.rf-hero__title {
	}

	.rf-hero__right {
		height: 400px;
		order: -1;
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.banner .ld-fancy-heading h1 {
		font-size: 47px;
	}
	
	.rf-hero__title {
		font-size: 38px;
	}

	.rf-hero__description {
		font-size: 1rem;
	}

	.rf-hero__button {
		padding: 1rem 2rem;
		font-size: 0.875rem;
	}
}

/* ***** Under Banner ***** */
@media (max-width: 991px) {
	.under-banner .ld-fancy-heading {
		margin-bottom: 15px;
	}
}

/* ***** About - Dark Mode */
.about {
	background-color: #1a1a1a;
	color: #ffffff;
}

.about .ld-fancy-heading h2 {
	color: #ffffff;
}

.about .ld-fancy-heading h6 {
	color: #e5e5e5;
}

.about .iconbox-icon-container>svg {
	max-height: unset;
}

.about .iconbox-icon-container>svg path {
	fill: var(--lqd-color-primary) !important;
}

.carousel-nav.carousel-nav-sm .flickity-button {
	width: 16px;
	height: 16px;
	color: var(--lqd-color-primary);
}

.about .module-carousel {
	background-color: #2a2a2a;
	border: 1px solid #3a3a3a;
	transition: all 0.3s ease;
}

.about .module-carousel:hover {
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%);
	background-color: #333333;
	border-color: #464646;
}

.about .module-carousel h3 {
	color: #ffffff;
}

.about .module-carousel p {
	color: #cccccc;
}

.about .module-carousel .ld-fh-element.bg-white {
	background-color: var(--lqd-color-primary) !important;
	color: #1a1a1a !important;
}

.about .module-carousel hr {
	border-color: #444444;
}

.about .btn-naked {
	color: var(--lqd-color-primary);
}

.about .btn-naked:hover {
	color: var(--lqd-color-primary-light);
}

/* Diferenciais Cards */
.diferencial-card {
	background: rgba(42, 42, 42, 0.6);
	border: 1px solid rgba(58, 58, 58, 0.3);
	border-radius: 8px;
	padding: 2.5rem 2rem;
	height: 100%;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.diferencial-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: var(--lqd-color-primary);
	transition: width 0.3s ease;
}

.diferencial-card:hover {
	background: rgba(42, 42, 42, 0.8);
	border-color: rgba(58, 58, 58, 0.6);
	transform: translateY(-5px);
}

.diferencial-card:hover::before {
	width: 60px;
}

.diferencial-icon {
	margin-bottom: 1.5rem;
}

.diferencial-icon svg {
	width: 4rem;
	height: 4rem;
	color: var(--lqd-color-primary);
	transition: all 0.3s ease;
}

.diferencial-card:hover .diferencial-icon svg {
	transform: scale(1.1);
	color: var(--lqd-color-primary-light);
}

.diferencial-content h3 {
	color: #ffffff;
	font-family: var(--lqd-h1-font-family);
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0 0 1rem 0;
	letter-spacing: -0.5px;
}

.diferencial-content p {
	color: #cccccc;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 991px) {
	.about {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.about .module-bottom {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.about .carousel-items {
		margin-inline-start: -15px;
		margin-inline-end: -15px;
	}

	.about .carousel-item {
		padding-inline-start: 15px;
		padding-inline-end: 15px;
	}
}



/* ***** Services - Dark Mode with Gradient ***** */
.services {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
	color: #ffffff;
	position: relative;
}

.services .ld-fancy-heading h2 {
	color: var(--lqd-color-primary);
}

.services .ld-fancy-heading h6 {
	color: #e5e5e5;
}

/* Service Cards - Clean Design */
.service-card {
	position: relative;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.service-image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
	transform: scale(1.05);
}

.service-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%, rgb(0 0 0 / 85%) 100%);
	display: flex;
	align-items: flex-end;
	padding: 2rem;
	padding-bottom: 1.5rem;
	transition: all 0.3s ease;
}

.service-card:hover .service-overlay {
	background: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0.3) 0%,
  rgba(0, 0, 0, 0.8) 50%,
  rgba(0, 0, 0, 0.95) 100%
 );
	padding-bottom: 2rem;
}

.service-content {
	width: 100%;
	color: #ffffff;
	transform: translateY(0);
	transition: transform 0.3s ease;
}

.service-card:hover .service-content {
	transform: translateY(-15px);
}

.service-category {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--lqd-color-primary);
	margin-bottom: 0.5rem;
	font-family: var(--lqd-body-font-family);
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.service-card:hover .service-category {
	opacity: 1;
}

.service-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 0.75rem 0;
	line-height: 1.2;
	font-family: var(--lqd-h1-font-family);
}

.service-description {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #e5e5e5;
	margin: 0;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	font-family: var(--lqd-body-font-family);
}

.service-card:hover .service-description {
	opacity: 1;
	max-height: 150px;
	margin-bottom: 1.5rem;
}

.service-link {
	display: inline-flex;
	align-items: center;
	color: var(--lqd-color-primary);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	position: relative;
	font-family: var(--lqd-body-font-family);
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.service-card:hover .service-link {
	opacity: 1;
	transform: translateY(0);
}

.service-link::after {
	content: '→';
	margin-left: 0.5rem;
	transition: transform 0.3s ease;
}

.service-link:hover {
	color: var(--lqd-color-primary-light);
}

.service-link:hover::after {
	transform: translateX(5px);
}

/* Responsive Design for Service Cards */
@media (max-width: 991px) {
	.services {
		padding-top: 70px;
		padding-bottom: 30px;
	}

	.services .module-bottom {
		padding-top: 35px;
	}
	
	.service-card {
		height: 350px;
	}
	
	.service-overlay {
		padding: 1.5rem;
	}
	
	.service-title {
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.service-card {
		height: 300px;
	}
	
	.service-overlay {
		padding: 1.25rem;
	}
	
	.service-title {
		font-size: 1.125rem;
	}
	
	.service-description {
		font-size: 0.85rem;
	}
}

/* ***** Text Image Naked ***** */
@media (max-width: 991px) {
	.text-image-naked {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.text-image-naked .ld-fancy-heading h2 {
		font-size: 40px;
	}

	.text-image-naked .lqd-column-top-ontablet {
		margin-bottom: 30px;
	}
}

/* ***** Tab Items ***** */
.tab-items .lqd-tabs-nav li a.active {
	color: var(--lqd-color-primary-darker);
}

@media (max-width: 991px) {
	.tab-items {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.tab-items .ld-fancy-heading h2 {
		font-size: 40px;
	}
}

/* ***** Testimonials ***** */
.testimonials .module-testimonials {
	padding-right: 12%;
	padding-left: 12%;
}

.testimonials .carousel-nav.carousel-nav-sm .flickity-button {
	font-size: 20px;
	width: 35px;
	height: 35px;
}

@media (max-width: 1199px) {
	.testimonials .module-testimonials {
		padding-right: 7%;
		padding-left: 7%;
	}
}

@media (max-width: 991px) {
	.testimonials {
		padding-right: 15px;
		padding-left: 15px;
	}

	.testimonials .module-title h2 {
		font-size: 40px;
	}

	.testimonials .module-testimonials {
		padding: 35px 20px;
	}
}

@media (max-width: 767px) {
	.testimonials .module-testimonials .ld-fancy-heading h2 {
		font-size: 40px;
	}
}

/* ***** Unidades - Clean Design ***** */
.unidades {
	background-color: #1a1a1a;
	color: #ffffff;
	position: relative;
}

.unidades .ld-fancy-heading h2 {
	color: #ffffff;
	font-weight: 300;
	letter-spacing: -1px;
}

.unidades .ld-fancy-heading p {
	color: #888888;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

/* Grid de Unidades */
.unidades-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	overflow: hidden;
}

.unidade-item {
	background: rgba(26, 26, 26, 0.8);
	padding: 2rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}

.unidade-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: var(--lqd-color-primary);
	transition: width 0.3s ease;
}

.unidade-item:hover {
	background: rgba(42, 42, 42, 0.8);
	transform: translateX(8px);
}

.unidade-item:hover::before {
	width: 4px;
}

.unidade-numero {
	font-family: var(--lqd-h1-font-family);
	font-size: 2rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.3);
	line-height: 1;
	min-width: 3rem;
	text-align: center;
}

.unidade-item:hover .unidade-numero {
	color: var(--lqd-color-primary);
}

.unidade-info h3 {
	color: #ffffff;
	font-family: var(--lqd-h1-font-family);
	font-size: 1.25rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
	letter-spacing: -0.5px;
}

.unidade-info p {
	color: #aaaaaa;
	margin: 0;
	line-height: 1.5;
	font-size: 0.9rem;
}


/* Responsividade */
@media (max-width: 991px) {
	.unidades {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.unidades .ld-fancy-heading h2 {
		font-size: 2.5rem;
	}
	
	.unidades-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.unidade-item {
		padding: 1.5rem;
		gap: 1rem;
	}
	
	.unidade-numero {
		font-size: 1.5rem;
		min-width: 2.5rem;
	}
}

/* ***** Contact - Dark Mode ***** */
.contact {
	background-color: #1a1a1a;
}

.contact .module-first {
	background-color: #2a2a2a !important;
	background-image: none !important;
	border: 1px solid #3a3a3a;
}

.contact .ld-fancy-heading h2 {
	color: var(--lqd-color-primary);
}

.contact .ld-fancy-heading p {
	color: #cccccc;
}

.contact .btn-primary {
	background-color: var(--lqd-color-primary);
	color: #1a1a1a;
	border: none;
	font-weight: 600;
}

.contact .btn-primary:hover {
	background-color: #f1cb4c;
	color: #1a1a1a;
}

.contact .btn-primary .btn-icon {
	background-color: rgba(26, 26, 26, 0.1);
	color: #1a1a1a;
}

.contact .btn-primary:hover .btn-icon {
	background-color: rgba(26, 26, 26, 0.2);
}

@media (max-width: 991px) {
	.contact .module-first {
		padding: 45px 20px;
	}

	.contact .ld-fancy-heading h2 {
		font-size: 40px;
	}
}

/* ***** Main Footer - Minimalist Dark Mode ***** */
.main-footer {
	background-color: #111111;
	color: #ffffff;
	position: relative;
}

.main-footer .module-bottom {
	padding-bottom: 100px;
}

.main-footer .ld-fancy-heading h3 {
	color: #ffffff;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.main-footer .ld-fancy-heading p {
	color: #aaaaaa;
	font-size: 0.95rem;
	line-height: 1.6;
}

/* Social Media Links - Minimalist Dark Mode */
.main-footer .social-icon {
	display: flex;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-footer .social-icon li {
	margin: 0;
}

.main-footer .social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.main-footer .social-link:hover {
	border-color: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.05);
}

.main-footer .social-link svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	transition: all 0.3s ease;
}

/* Menu Links */
.main-footer .lqd-fancy-menu a {
	color: #cccccc !important;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.main-footer .lqd-fancy-menu a:hover {
	color: var(--lqd-color-primary) !important;
}

.main-footer .lqd-fancy-menu a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: var(--lqd-color-primary);
	transition: width 0.3s ease;
}

.main-footer .lqd-fancy-menu a:hover::after {
	width: 100%;
}

/* Border and text styling */
.main-footer .border-top {
	border-color: rgba(58, 58, 58, 0.6) !important;
}

.main-footer .border-lightgray {
	border-color: rgba(58, 58, 58, 0.6) !important;
}

.main-footer .text-text {
	color: #999999 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.main-footer .social-icon {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 575px) {
	.main-footer .ld-sf--button-inside:not(.ld-sf--button-naked) [type=submit] {
		position: relative;
		top: auto;
		left: auto;
	}
}

.navbar-brand img {
    transition: opacity .3s, visibiliy .3s;
	max-width: 160px;
}

@media screen and (min-width: 992px) {
    .carousel-nav.carousel-nav-dot-between .flickity-button.previous {
        margin-inline-end:40px
    }

    .carousel-nav.carousel-nav-dot-between .flickity-button.previous:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: calc(50% - 3px);
        right: -27px;
        background-color: #ffc000;
        opacity: .3;
        border-radius: 50em
    }

    .carousel-nav.carousel-nav-dot-between .flickity-button:hover:after {
        background: #000
    }
}

/* ***** Footer Credit Styles ***** */
.footer-credit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 1rem;
}

.footer-credit-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 700;
}

.footer-credit-link:hover {
    color: #7B00F6;
    text-decoration: none;
}

.footer-credit-link:hover .footer-credit-logo path {
    fill: #ffffff;
}

.footer-credit-text {
    white-space: nowrap;
    position: relative;
}

.footer-credit-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #7B00F6;
    transition: width 0.3s ease;
}

.footer-credit-link:hover .footer-credit-text::after {
    width: 100%;
}

.footer-credit-logo {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.footer-credit-link:hover .footer-credit-logo {
    transform: scale(1.025);
}

/* Responsive adjustments for footer */
@media (max-width: 767px) {
    .main-footer .module-bottom {
        padding-bottom: 100px !important;
    }
    
    .footer-credit {
        justify-content: center;
        margin-top: 20px;
    }
    
    .footer-credit-text {
        font-size: 18px;
    }
}

/* Ensure proper spacing for mobile */
@media (max-width: 480px) {
    .main-footer .module-bottom {
        padding-bottom: 80px !important;
    }
}