* {
    font-family: "BPG Ingiri Arial", sans-serif;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family:"FiraGO";
}

@media (max-width: 991px) {
	.cover-text {
		text-align: center;
	}
}

.site-section {
	padding: 0;
}

.navbar-logo a {
	font-size: 1.5rem;
}

.site-navbar .navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.navbar-logo {
	min-width: 0;
}

.navbar-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
}

.navbar-links,
.navbar-auth {
	display: flex;
	align-items: center;
	font-family: 'FiraGO', sans-serif;
}

.navbar-auth {
	gap: 8px;
	flex-wrap: nowrap;
}

.custom-navbar-toggler {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(0, 181, 184, 0.35);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.custom-navbar-toggler:hover,
.custom-navbar-toggler:focus {
	border-color: var(--color);
	background-color: rgba(0, 181, 184, 0.05);
	box-shadow: 0 10px 24px rgba(0, 181, 184, 0.18);
	outline: none;
}

.custom-navbar-toggler .toggler-line {
	display: block;
	width: 18px;
	height: 2px;
	margin: 2px 0;
	border-radius: 999px;
	background: #0f3a3f;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.navbar-mobile-menu {
	width: 100%;
	margin-top: 12px;
	padding: 14px;
	border: 1px solid rgba(0, 181, 184, 0.14);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.mobile-nav-link {
	display: block;
	padding: 10px 0;
	font-size: 1rem;
	font-weight: 600;
	color: #0f3a3f;
	transition: color 0.25s ease;
}

.mobile-nav-link + .mobile-nav-link {
	border-top: 1px solid rgba(0, 181, 184, 0.10);
}

.mobile-nav-link:hover,
.mobile-nav-link:focus,
.mobile-nav-link.active {
	color: var(--color);
}

.top-nav-link {
	position: relative;
	display: inline-block;
	font-weight: 600;
	transition: color 0.25s ease;
}

.top-nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background-color: var(--color);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.top-nav-link:hover,
.top-nav-link:focus,
.top-nav-link.active {
	color: var(--color) !important;
}

.top-nav-link:hover::after,
.top-nav-link:focus::after,
.top-nav-link.active::after {
	transform: scaleX(1);
}


.nav-btn {
    padding: 7px 9px !important;
    color: white !important;
}
.nav-btn-outline {
    padding: 7px 9px !important;
    color: var(--color) !important;
}
	.nav-btn-outline:hover {
		color: white !important;
	}

@media (max-width: 991px) {
	.site-navbar .navbar {
		gap: 10px;
	}

	.navbar-actions {
		justify-content: flex-end;
	}

	.navbar-links {
		display: none;
	}

	.custom-navbar-toggler {
		display: inline-flex;
	}

	.nav-btn,
	.nav-btn-outline {
		padding: 7px 10px !important;
		font-size: 0.95rem;
		white-space: nowrap;
	}

	.navbar-logo a {
		font-size: 1.3rem;
	}
}

@media (max-width: 575px) {
	.navbar-logo a {
		font-size: 1.15rem;
	}

	.navbar-actions {
		gap: 6px;
	}

	.nav-btn,
	.nav-btn-outline {
		padding: 6px 8px !important;
		font-size: 0.84rem;
	}

	.custom-navbar-toggler {
		width: 38px;
		height: 38px;
	}
}

.card-img {
	height:12rem;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.card-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

/*Layout Clases*/
.fl-down {
	display:flex;
	flex-direction: column;
}
.fl-just {
	display:flex;
	flex-direction: row;
    justify-content: space-between;
}


.hide {
	display:none;
}

.blog-img {
	width: 350px;
    height: 210px;
}

.py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}
	.sticky-wrapper .shrink {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}


.unit-4 .unit-4-icon .icon-wrap {
	background-color: #ffffff;
	background-image: none;
	border-color: var(--color);
}	
.unit-4 .unit-4-icon .icon-wrap span {
	color: var(--color) !important;
}	

#about-section {
	padding-top: 1rem;
}

.site-footer {
	/* margin-top: 3rem; */
	background: linear-gradient(180deg, #f7fafc 0%, #edf4f7 100%);
	border-top: 1px solid rgba(0, 181, 184, 0.18);
	font-size: 0.8rem;
}

.site-footer-top {
	padding-bottom: 1.75rem;
	border-bottom: 1px solid rgba(15, 58, 63, 0.12);
}

.site-footer-title {
	margin-bottom: 0.9rem;
	font-size: 1.55rem;
	font-weight: 700;
	color: #0f3a3f;
}

.site-footer-title span {
	color: var(--color);
}

.site-footer-text {
	max-width: 440px;
	line-height: 1.72;
	color: #4f6164;
}

.site-footer-heading {
	margin-bottom: 0.85rem;
	font-size: 0.96rem;
	font-weight: 700;
	color: #0f3a3f;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-footer-links,
.site-footer-contact {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer-links li,
.site-footer-contact li {
	margin-bottom: 0.5rem;
	color: #4f6164;
}

.site-footer-links li:last-child,
.site-footer-contact li:last-child {
	margin-bottom: 0;
}

.site-footer-links a,
.site-footer-contact a {
	color: #35575c;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus,
.site-footer-contact a:hover,
.site-footer-contact a:focus {
	color: var(--color);
}

.site-footer-socials {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.site-footer-socials a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid rgba(15, 58, 63, 0.12);
	color: #0f3a3f;
	text-decoration: none;
	transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-footer-socials a:hover,
.site-footer-socials a:focus {
	transform: translateY(-2px);
	color: var(--color);
	border-color: rgba(0, 181, 184, 0.45);
}

.site-footer-bottom {
	padding-top: 1.15rem;
	text-align: center;
	font-size: 0.95rem;
	color: #607174;
}

.site-footer-bottom #top-ge-counter-container {
	margin-bottom: 0.7rem;
}

@media (max-width: 991px) {
	.site-footer {
		margin-top: 2rem;
	}

	.site-footer-top {
		padding-bottom: 1.3rem;
	}
}