.gi-projects-archive,
.gi-project-single {
	color: #252525;
	font-family: inherit;
}

.gi-archive-header {
	margin: 0 auto 32px;
	max-width: 1100px;
	padding: 24px 20px 0;
	text-align: center;
}

.gi-archive-header h1 {
	color: #4a4a4a;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 12px;
}

.gi-archive-header p {
	color: #626262;
	font-size: 18px;
	margin: 0 auto;
	max-width: 720px;
}

.gi-project-filters {
	align-items: end;
	background: #f5fbfa;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto 28px;
	max-width: 1100px;
	padding: 22px;
}

.gi-project-filters label {
	display: grid;
	gap: 6px;
}

.gi-project-filters span {
	color: #555;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.gi-project-filters select {
	background: #fff;
	border: 1px solid #d8e4e1;
	color: #1d1d1d;
	min-height: 44px;
	padding: 8px 12px;
	width: 100%;
}

.gi-filter-actions {
	display: flex;
	gap: 10px;
}

.gi-filter-actions button,
.gi-filter-actions a,
.gi-project-link,
.gi-project-actions a {
	align-items: center;
	background: var(--gi-primary, #0c2d51);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.gi-filter-actions a {
	background: #fff;
	border: 1px solid #d8e4e1;
	color: #323232;
}

.gi-filter-actions button:hover,
.gi-project-link:hover,
.gi-project-actions a:hover {
	background: var(--gi-accent, #c5a46d);
	color: #111;
	transform: translateY(-1px);
}

.gi-project-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px 56px;
}

.gi-projects-featured {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.gi-projects-featured .gi-project-grid {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	padding-bottom: 0;
	width: 100%;
}

.gi-projects-featured .gi-project-card {
	flex: 0 1 calc((100% - (30px * (var(--gi-featured-columns, 4) - 1))) / var(--gi-featured-columns, 4));
	max-width: calc((100% - (30px * (var(--gi-featured-columns, 4) - 1))) / var(--gi-featured-columns, 4));
	min-width: 0;
}

.gi-featured-actions {
	margin-top: 40px;
	text-align: center;
}

.gi-project-card {
	background: #fff;
	box-shadow: 0 14px 38px rgba(24, 38, 45, .12);
	overflow: hidden;
}

.gi-project-card-media {
	aspect-ratio: 1 / 1.08;
	background: #dfe8e7;
	display: grid;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.gi-project-card-media img {
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
	width: 100%;
}

.gi-project-card:hover .gi-project-card-media img {
	transform: scale(1.04);
}

.gi-project-card-media strong {
	background: rgba(12, 45, 81, .92);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 7px 10px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.gi-project-card-body {
	padding: 22px;
}

.gi-project-logo {
	display: block;
	height: 38px;
	margin: 0 0 16px;
	max-width: 170px;
	object-fit: contain;
	object-position: left center;
}

.gi-project-card h2 {
	font-size: 23px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.gi-project-card h2 a {
	color: #1d1d1d;
	text-decoration: none;
}

.gi-project-meta {
	color: #666;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px 12px;
	margin-bottom: 14px;
}

.gi-project-meta span::before {
	background: var(--gi-accent, #c5a46d);
	content: "";
	display: inline-block;
	height: 7px;
	margin-right: 7px;
	width: 7px;
}

.gi-project-card p {
	color: #666;
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 18px;
}

.gi-empty {
	margin: 48px auto;
	max-width: 760px;
	text-align: center;
}

.gi-pagination {
	margin: 0 auto 56px;
	max-width: 1100px;
	padding: 0 20px;
}

.gi-pagination ul {
	display: flex;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gi-pagination a,
.gi-pagination span {
	border: 1px solid #d8e4e1;
	color: #222;
	display: block;
	min-width: 40px;
	padding: 9px 12px;
	text-align: center;
	text-decoration: none;
}

.gi-pagination .current {
	background: var(--gi-primary, #0c2d51);
	color: #fff;
}

.gi-project-template {
	max-width: none;
	padding: 0;
	width: 100%;
}

.gi-project-hero {
	align-items: end;
	background-color: #dfe8e7;
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: 72vh;
	padding: 120px 20px 52px;
	position: relative;
}

.gi-project-hero::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .58));
	content: "";
	inset: 0;
	position: absolute;
}

.gi-project-hero-panel {
	color: #fff;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	width: 100%;
}

.gi-project-hero-panel img {
	background: rgba(255, 255, 255, .92);
	display: block;
	margin-bottom: 22px;
	max-height: 90px;
	max-width: min(310px, 82vw);
	object-fit: contain;
	padding: 14px 18px;
}

.gi-project-hero-panel h1 {
	color: #fff;
	font-size: clamp(38px, 6vw, 78px);
	line-height: 1;
	margin: 0 0 20px;
	max-width: 900px;
}

.gi-project-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gi-project-hero-meta span {
	background: rgba(255, 255, 255, .92);
	color: #142a3b;
	font-weight: 700;
	padding: 10px 14px;
}

.gi-project-summary {
	background: #f6f6f2;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1100px;
	transform: translateY(-34px);
}

.gi-project-fact {
	background: #fff;
	padding: 24px;
}

.gi-project-fact span {
	color: #777;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.gi-project-fact strong {
	color: #1d1d1d;
	display: block;
	font-size: 18px;
	line-height: 1.35;
}

.gi-project-section {
	margin: 0 auto;
	max-width: 1100px;
	padding: 40px 20px;
}

.gi-project-section h2 {
	color: #1f3441;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.1;
	margin: 0 0 22px;
}

.gi-project-copy {
	font-size: 18px;
	line-height: 1.75;
	max-width: 880px;
}

.gi-amenities {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.gi-amenities li {
	background: #f5fbfa;
	border-left: 4px solid var(--gi-accent, #c5a46d);
	font-weight: 700;
	padding: 14px 16px;
}

.gi-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gi-gallery a {
	aspect-ratio: 4 / 3;
	background: #dfe8e7;
	display: block;
	overflow: hidden;
}

.gi-gallery img {
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.gi-gallery a:hover img {
	transform: scale(1.04);
}

.gi-project-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gi-map-section {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 1fr 1fr;
}

.gi-map-section img {
	box-shadow: 0 14px 38px rgba(24, 38, 45, .12);
	height: auto;
	width: 100%;
}

.gi-project-crocoblock-single {
	background: #fff;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	width: 100%;
}

html:has(body.gi-project-single-page),
body.gi-project-single-page {
	overflow-x: hidden !important;
}

.gi-project-single-page .elementor-location-header .elementor-invisible {
	animation: none !important;
	animation-name: none !important;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.gi-project-elementor-single .elementor-invisible {
	animation: none !important;
	animation-name: none !important;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.gi-project-elementor-single .animated,
.gi-project-elementor-single .slideInLeft,
.gi-project-elementor-single .slideInRight,
.gi-project-elementor-single .slideInUp,
.gi-project-elementor-single .slideInDown,
.gi-project-elementor-single [data-settings*="slideIn"] {
	animation: none !important;
	animation-name: none !important;
	transform: none !important;
	transition-property: opacity, color, background-color, border-color, box-shadow !important;
}

.gi-project-elementor-single .gi-jet-compat-field .jet-listing-dynamic-field__inline-wrap {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.gi-project-elementor-single .gi-jet-compat-field-icon {
	align-items: center;
	color: #4054b2;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 22px;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.gi-project-elementor-single .gi-jet-compat-field-icon img,
.gi-project-elementor-single .gi-jet-compat-field-icon svg {
	display: block;
	height: 22px;
	object-fit: contain;
	width: 22px;
}

.gi-project-elementor-single .elementor-element-51e1862 .jet-listing-dynamic-field__content {
	color: #1a1a1a;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.6;
}

.gi-project-elementor-single .elementor-element-55b05a6 .jet-listing-dynamic-field__content {
	color: #4054b2;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.1;
}

.gi-project-elementor-single .elementor-element-55b05a6 .jet-listing-dynamic-field__content span {
	color: #54595f !important;
	font-family: Lato, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.gi-elementor-compat-video {
	margin: 0 auto;
	max-width: 996px;
	width: min(100%, 996px);
}

.gi-elementor-compat-video iframe,
.gi-elementor-compat-video video,
.gi-elementor-compat-video embed {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto !important;
	margin: 0 auto;
	max-width: 100%;
	width: 100% !important;
}

.gi-project-elementor-single .elementor-element-e157434 iframe,
.gi-project-elementor-single .elementor-element-e157434 video,
.gi-project-elementor-single .elementor-element-e157434 embed {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto !important;
	margin: 0 auto;
	max-width: 996px;
	width: 100% !important;
}

.gi-elementor-compat-gallery {
	gap: 18px;
	width: 100%;
}

.gi-elementor-compat-gallery a {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.gi-elementor-compat-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.gi-elementor-compat-gallery-galeria-2- {
	grid-template-columns: 1fr;
}

.gi-elementor-compat-gallery-galeria-2- a {
	aspect-ratio: 4 / 3;
	min-height: 396px;
}

.gi-elementor-compat-gallery-galeria-2- a:nth-child(n+2) {
	display: none;
}

.gi-elementor-compat-gallery-galeria-1- {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-elementor-compat-gallery-galeria-1- a {
	aspect-ratio: 4 / 3;
	min-height: 220px;
}

.gi-project-elementor-single .elementor-widget-gallery .elementor-gallery__container {
	display: grid !important;
	gap: 10px !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: auto !important;
	min-height: 0 !important;
	position: static !important;
}

.gi-project-elementor-single .elementor-widget-gallery .e-gallery-item {
	aspect-ratio: 4 / 3;
	display: block !important;
	height: auto !important;
	left: auto !important;
	overflow: hidden;
	position: relative !important;
	top: auto !important;
	transform: none !important;
	width: 100% !important;
}

.gi-project-elementor-single .elementor-widget-gallery .e-gallery-image {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: block !important;
	height: 100% !important;
	width: 100% !important;
}

.gi-project-elementor-single .elementor-element-156a022,
.gi-project-elementor-single .elementor-element-c593229 {
	max-width: 100% !important;
	overflow: hidden;
	width: 100% !important;
}

.gi-project-elementor-single .elementor-element-156a022 .elementor-widget-container,
.gi-project-elementor-single .elementor-element-c593229 .elementor-widget-container {
	background: transparent;
	overflow: hidden;
	width: 100%;
}

.gi-project-elementor-single .elementor-element-156a022 .elementor-widget-container {
	aspect-ratio: 996 / 693;
	min-height: 560px;
}

.gi-project-elementor-single .elementor-element-c593229 .elementor-widget-container {
	aspect-ratio: 4 / 5;
	min-height: 610px;
}

.gi-project-elementor-single .elementor-element-156a022 img,
.gi-project-elementor-single .elementor-element-c593229 img {
	display: block;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

.gi-project-elementor-single .elementor-element-37cbd8a {
	min-height: 120px;
	width: 100% !important;
}

.gi-project-elementor-single .elementor-element-37cbd8a img {
	display: block;
	height: auto !important;
	margin: 0 auto;
	max-width: 280px !important;
	min-height: 80px;
	object-fit: contain;
	width: min(70%, 280px) !important;
}

.gi-project-elementor-single .elementor-element-5141a4a,
.gi-project-elementor-single .elementor-element-d9f7fcf {
	min-height: auto !important;
}

.gi-jet-compat-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gi-jet-compat-list li {
	align-items: center;
	display: flex;
	gap: 10px;
}

.gi-jet-compat-list li::before {
	align-items: center;
	background: #24b35a;
	border-radius: 999px;
	color: #fff;
	content: "\2713";
	display: inline-flex;
	flex: 0 0 18px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	line-height: 1;
	width: 18px;
}

.gi-project-crocoblock-single :where(h1, h2, p, ul, ol) {
	letter-spacing: 0;
}

.gi-single-hero-split,
.gi-single-info,
.gi-single-amenities,
.gi-single-units,
.gi-single-map,
.gi-single-contact,
.gi-single-links {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
}

.gi-single-hero-split {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	padding-bottom: 74px;
	padding-top: 82px;
}

.gi-single-hero-media {
	align-self: stretch;
	min-height: 640px;
	overflow: hidden;
}

.gi-single-hero-media img {
	display: block;
	height: 100%;
	min-height: 640px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.gi-single-hero-copy {
	color: #54595f;
	font-family: "Lato", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.gi-single-inline-logo {
	display: block;
	height: auto;
	margin: 0 0 24px;
	max-width: min(360px, 82%);
}

.gi-single-hero-copy h1 {
	color: #4054b2;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 47px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 18px;
}

.gi-single-hero-meta {
	display: grid;
	gap: 10px;
	margin-bottom: 24px;
}

.gi-single-location {
	align-items: center;
	color: #4054b2;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	gap: 8px;
	margin: 0 0 16px;
}

.gi-single-location::before {
	background: currentColor;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 18px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 2 4 5.5 4 9.9 4 15.3 11.7 22 12 22s8-6.7 8-12.1C20 5.5 16.4 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 2 4 5.5 4 9.9 4 15.3 11.7 22 12 22s8-6.7 8-12.1C20 5.5 16.4 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 18px;
}

.gi-single-status {
	background: #4054b2;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 10px 16px;
	width: max-content;
}

.gi-single-price {
	color: #4054b2;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

.gi-single-price span {
	color: #54595f;
	display: block;
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.gi-single-hero-copy p {
	margin: 0 0 18px;
}

.gi-single-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.gi-single-button,
.gi-single-links a {
	align-items: center;
	background: #4054b2;
	border: 1px solid #4054b2;
	color: #fff;
	display: inline-flex;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 13px 24px;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.gi-single-button:hover,
.gi-single-links a:hover {
	background: #26378f;
	border-color: #26378f;
	color: #fff;
}

.gi-single-button-light {
	background: #fff;
	color: #4054b2;
}

.gi-single-button-light:hover {
	background: #4054b2;
	color: #fff;
}

.gi-single-info {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: 1.1fr .9fr;
	padding-bottom: 74px;
	padding-top: 40px;
}

.gi-single-info h2,
.gi-single-amenities h2,
.gi-single-units h2,
.gi-single-map h2 {
	color: #4054b2;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 47px;
	font-weight: 600;
	line-height: 1.12;
	margin: 0 0 30px;
}

.gi-single-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.gi-single-section-heading h2 {
	margin-bottom: 0;
}

.gi-single-facts {
	display: grid;
	gap: 26px;
}

.gi-single-fact {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 48px minmax(0, 1fr);
}

.gi-single-fact span {
	background: #4054b2;
	border-radius: 999px;
	display: block;
	height: 45px;
	position: relative;
	width: 45px;
}

.gi-single-fact span::before,
.gi-single-fact span::after {
	background: #fff;
	content: "";
	left: 14px;
	position: absolute;
	top: 21px;
}

.gi-single-fact span::before {
	height: 3px;
	width: 17px;
}

.gi-single-fact span::after {
	height: 17px;
	top: 14px;
	width: 3px;
}

.gi-single-fact p {
	color: #54595f;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.45;
	margin: 0;
}

.gi-single-fact p strong {
	color: #4054b2;
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .8px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.gi-single-logo-panel {
	text-align: center;
}

.gi-single-logo-panel img {
	display: inline-block;
	height: auto;
	max-width: min(340px, 100%);
}

.gi-single-amenities {
	display: grid;
	gap: 38px;
	grid-template-columns: .82fr 1.18fr;
	padding-bottom: 74px;
	padding-top: 30px;
}

.gi-single-amenities ul {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gi-single-amenities li {
	align-items: center;
	color: #54595f;
	display: flex;
	font-family: "Lato", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.35;
	min-height: 26px;
	padding-left: 38px;
	position: relative;
}

.gi-single-amenities li::before {
	background: #24b35a;
	border-radius: 999px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .35);
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 22px;
}

.gi-single-amenities li::after {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	display: block;
	height: 10px;
	left: 8px;
	position: absolute;
	top: 5px;
	transform: rotate(45deg);
	width: 5px;
}

.gi-single-gallery {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-single-gallery a {
	aspect-ratio: 1 / .74;
	background: #eef0f4;
	display: block;
	overflow: hidden;
}

.gi-single-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.gi-single-gallery a:hover img {
	transform: scale(1.04);
}

.gi-single-units {
	padding-bottom: 76px;
	padding-top: 10px;
}

.gi-single-slider-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.gi-single-slider-button {
	align-items: center;
	appearance: none;
	background: #4054b2;
	border: 1px solid #4054b2;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 28px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
	width: 44px;
}

.gi-single-slider-button:hover {
	background: #26378f;
	border-color: #26378f;
	color: #fff;
}

.gi-single-slider-button:disabled {
	cursor: default;
	opacity: .35;
}

.gi-single-slider-track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.gi-single-slider-track::-webkit-scrollbar {
	height: 8px;
}

.gi-single-slider-track::-webkit-scrollbar-thumb {
	background: rgba(64, 84, 178, .45);
	border-radius: 999px;
}

.gi-single-slide {
	aspect-ratio: 1.28;
	background: #eef0f4;
	display: block;
	flex: 0 0 calc((100% - 36px) / 3);
	min-width: 260px;
	overflow: hidden;
	scroll-snap-align: start;
	text-decoration: none;
}

.gi-single-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.gi-single-slide:hover img {
	transform: scale(1.035);
}

.gi-single-amenities .gi-single-gallery {
	align-self: start;
	grid-auto-rows: clamp(150px, 13vw, 210px);
	grid-template-columns: 1.16fr .84fr;
}

.gi-single-amenities .gi-single-gallery a {
	aspect-ratio: auto;
	border-radius: 8px;
}

.gi-single-amenities .gi-single-gallery a:first-child {
	grid-row: span 2;
}

.gi-single-video,
.gi-single-listings,
.gi-single-plan {
	margin: 0 auto;
	max-width: 1140px;
	padding-left: 10px;
	padding-right: 10px;
}

.gi-single-video {
	padding-bottom: 76px;
}

.gi-single-video iframe,
.gi-single-video video,
.gi-single-video embed {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.gi-single-listings {
	padding-bottom: 76px;
}

.gi-single-listing-block + .gi-single-listing-block {
	margin-top: 40px;
}

.gi-single-plan {
	padding-bottom: 64px;
	padding-top: 4px;
}

.gi-single-plan h2 {
	color: #4054b2;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 47px;
	font-weight: 600;
	line-height: 1.12;
	margin: 0 0 30px;
}

.gi-single-plan a {
	background: #f4f5f7;
	display: block;
	overflow: hidden;
}

.gi-single-plan img {
	display: block;
	height: auto;
	width: 100%;
}

.gi-single-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-bottom: 42px;
}

.gi-single-map {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	padding-bottom: 78px;
	padding-top: 28px;
}

.gi-single-map-media img {
	display: block;
	height: auto;
	width: 100%;
}

.gi-single-map-copy {
	color: #54595f;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.gi-single-map-copy ol {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 22px;
}

.gi-single-contact {
	align-items: start;
	background: #f7f7f7;
	box-sizing: border-box;
	display: grid;
	gap: 46px;
	grid-template-columns: .82fr 1.18fr;
	margin-bottom: 78px;
	max-width: none;
	padding-bottom: 58px;
	padding-left: max(20px, calc((100% - 1180px) / 2));
	padding-right: max(20px, calc((100% - 1180px) / 2));
	padding-top: 58px;
	width: 100%;
}

.gi-single-contact-price p {
	color: #4054b2;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 47px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 22px;
}

.gi-single-contact-price span {
	color: #54595f;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.gi-single-contact-price strong {
	color: #54595f;
	display: block;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.gi-single-contact-form {
	display: grid;
	gap: 10px;
}

.gi-single-contact-form .elementor-form-fields-wrapper {
	display: grid;
	gap: 10px;
}

.gi-single-contact-form .elementor-field-group {
	margin: 0;
}

.gi-single-contact-form input,
.gi-single-contact-form select,
.gi-single-contact-form textarea {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	color: #54595f;
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px;
	min-height: 44px;
	padding: 10px 14px;
	width: 100%;
}

.gi-phone-field {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(148px, .42fr) minmax(0, 1fr);
}

.gi-phone-field select,
.gi-phone-field input {
	min-width: 0;
}

.gi-contact-hp {
	height: 1px !important;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 1px !important;
}

.gi-single-contact-form textarea {
	min-height: 118px;
	resize: vertical;
}

.gi-single-contact-form button {
	background: #4054b2;
	border: 1px solid #4054b2;
	color: #fff;
	cursor: pointer;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	min-height: 46px;
	padding: 12px 18px;
	transition: background .2s ease, border-color .2s ease;
	width: 100%;
}

.gi-single-contact-form button:hover {
	background: #26378f;
	border-color: #26378f;
}

.gi-single-contact-form button:disabled {
	cursor: progress;
	opacity: .72;
}

.gi-contact-status {
	border: 1px solid transparent;
	display: none;
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.45;
	margin: 2px 0 0;
	padding: 10px 12px;
}

.gi-contact-status.is-visible {
	display: block;
}

.gi-contact-status-sent {
	background: #eef8f1;
	border-color: #b9dfc4;
	color: #236c36;
}

.gi-contact-status-error {
	background: #fff3f1;
	border-color: #f2beb8;
	color: #9a341f;
}

.gi-single-contact-form small {
	color: #54595f;
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px;
	text-align: center;
}

.gi-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, .86);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 99999;
}

.gi-lightbox button {
	background: #fff;
	border: 0;
	color: #111;
	cursor: pointer;
	font-size: 22px;
	height: 42px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 42px;
}

.gi-lightbox img {
	max-height: 90vh;
	max-width: 94vw;
	object-fit: contain;
}

body.gi-lightbox-open {
	overflow: hidden;
}

.gi-lightbox button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

@media (max-width: 900px) {
	.gi-project-filters,
	.gi-project-grid,
	.gi-project-summary,
	.gi-amenities,
	.gi-gallery,
	.gi-map-section {
		grid-template-columns: 1fr 1fr;
	}

	.gi-projects-featured .gi-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gi-filter-actions {
		grid-column: 1 / -1;
	}

	.gi-elementor-compat-gallery-galeria-1- {
		grid-template-columns: 1fr;
	}

	.gi-elementor-compat-gallery-galeria-1- a,
	.gi-elementor-compat-gallery-galeria-2- a {
		min-height: 260px;
	}

	.gi-project-elementor-single .elementor-element-156a022 .elementor-widget-container,
	.gi-project-elementor-single .elementor-element-c593229 .elementor-widget-container {
		min-height: 360px;
	}

	.gi-single-hero-split,
	.gi-single-info,
	.gi-single-amenities,
	.gi-single-map,
	.gi-single-contact {
		grid-template-columns: 1fr;
	}

	.gi-single-hero-media,
	.gi-single-hero-media img {
		min-height: 520px;
	}

	.gi-single-slide {
		flex-basis: calc((100% - 18px) / 2);
	}
}

@media (max-width: 640px) {
	.gi-project-filters,
	.gi-project-grid,
	.gi-project-summary,
	.gi-amenities,
	.gi-gallery,
	.gi-map-section {
		grid-template-columns: 1fr;
	}

	.gi-projects-featured .gi-project-grid {
		grid-template-columns: 1fr;
	}

	.gi-project-hero {
		min-height: 64vh;
		padding-top: 84px;
	}

	.gi-project-summary {
		transform: none;
	}

	.gi-filter-actions {
		flex-direction: column;
	}

	.gi-single-hero-split,
	.gi-single-info,
	.gi-single-amenities,
	.gi-single-units,
	.gi-single-video,
	.gi-single-listings,
	.gi-single-plan,
	.gi-single-map,
	.gi-single-contact,
	.gi-single-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	.gi-single-hero-split {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	.gi-single-hero-media,
	.gi-single-hero-media img {
		min-height: 390px;
	}

	.gi-single-hero-copy h1,
	.gi-single-info h2,
	.gi-single-amenities h2,
	.gi-single-units h2,
	.gi-single-plan h2,
	.gi-single-map h2,
	.gi-single-contact-price p {
		font-size: 34px;
	}

	.gi-single-gallery {
		grid-template-columns: 1fr;
	}

	.gi-single-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.gi-single-slide {
		flex-basis: 86%;
		min-width: 0;
	}

	.gi-phone-field {
		grid-template-columns: 1fr;
	}

	.gi-single-amenities .gi-single-gallery {
		grid-auto-rows: auto;
		grid-template-columns: 1fr;
	}

	.gi-single-amenities .gi-single-gallery a,
	.gi-single-amenities .gi-single-gallery a:first-child {
		aspect-ratio: 1 / .74;
		grid-row: auto;
	}

	.gi-single-contact {
		margin-bottom: 44px;
	}

	.gi-project-elementor-single .elementor-element-55b05a6 .jet-listing-dynamic-field__content {
		font-size: 34px;
		text-align: center;
	}
}

/* Typographic refinement for imported project landings */
.gi-project-elementor-single {
	--gi-type-ink: #1f252b;
	--gi-type-muted: #555f68;
	--gi-type-soft: #6f7780;
	--gi-type-accent: #4054b2;
	font-kerning: normal;
	text-rendering: optimizeLegibility;
}

.gi-project-elementor-single :where(.elementor-heading-title, p, li, .jet-listing-dynamic-field__content) {
	letter-spacing: 0;
}

.gi-project-elementor-single .elementor-element.elementor-element-1767a3e .elementor-heading-title {
	color: var(--gi-type-ink);
	font-size: 3.2rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.14 !important;
	max-width: 22ch;
}

.gi-project-elementor-single .elementor-element-bf30d03 {
	color: var(--gi-type-ink);
	font-size: 1.65rem !important;
	line-height: 1.72 !important;
	max-width: 66ch;
}

.gi-project-elementor-single .elementor-element-bf30d03 p {
	margin: 0 0 1.05rem;
}

.gi-project-elementor-single .elementor-element-bf30d03 p:last-child {
	margin-bottom: 0;
}

.gi-project-elementor-single .elementor-element.elementor-element-9da90f6 .elementor-heading-title,
.gi-project-elementor-single .elementor-element.elementor-element-2a6b3f1 .elementor-heading-title {
	color: var(--gi-type-ink);
	font-size: 4.2rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.12 !important;
	margin-bottom: clamp(1.15rem, 2vw, 1.75rem);
}

.gi-project-elementor-single .elementor-icon-box-description {
	color: var(--gi-type-muted);
	font-size: 1.6rem !important;
	line-height: 1.55 !important;
}

.gi-project-elementor-single .gi-jet-compat-list {
	gap: .78rem;
}

.gi-project-elementor-single .gi-jet-compat-list li {
	align-items: flex-start;
	color: var(--gi-type-muted);
	font-size: 1.6rem !important;
	line-height: 1.48 !important;
	margin: 0 !important;
}

.gi-project-elementor-single .gi-jet-compat-list li::before {
	margin-top: .16rem;
}

.gi-project-elementor-single .elementor-element.elementor-element-667b349 .elementor-heading-title {
	color: var(--gi-type-ink);
	font-size: 2.8rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.18 !important;
	margin-bottom: .9rem;
}

.gi-project-elementor-single .elementor-element-9dcd7da {
	color: var(--gi-type-muted);
	font-size: 1.6rem !important;
	line-height: 1.68 !important;
	max-width: 68ch;
}

.gi-project-elementor-single .elementor-element-9dcd7da p {
	margin: 0 0 1.2rem;
}

.gi-project-elementor-single .elementor-element-9dcd7da ul {
	display: grid;
	gap: .68rem;
	margin: 0;
	padding-left: 1.2rem;
}

.gi-project-elementor-single .elementor-element-9dcd7da li {
	color: var(--gi-type-muted);
	font-size: 1.6rem !important;
	line-height: 1.58 !important;
	padding-left: .12rem;
}

.gi-project-elementor-single .elementor-element-9dcd7da li::marker {
	color: var(--gi-type-accent);
	font-size: .78em;
}

.gi-project-elementor-single .elementor-element.elementor-element-1c83e67 .elementor-heading-title {
	color: var(--gi-type-ink);
	font-size: 3.8rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.14 !important;
	max-width: 20ch;
}

.gi-project-elementor-single .elementor-element.elementor-element-784fcbf .elementor-heading-title {
	color: var(--gi-type-muted);
	font-size: 1.9rem !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.5 !important;
	max-width: 52ch;
}

.gi-project-elementor-single .elementor-element-55b05a6 .jet-listing-dynamic-field__content {
	font-size: 4.2rem !important;
	font-weight: 600 !important;
	line-height: 1.08 !important;
}

.gi-project-elementor-single .elementor-element-55b05a6 .jet-listing-dynamic-field__content span {
	display: inline-block;
	letter-spacing: 0;
	margin-bottom: .28rem;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.gi-project-elementor-single .elementor-element-1767a3e .elementor-heading-title,
	.gi-project-elementor-single .elementor-element-1c83e67 .elementor-heading-title {
		max-width: none;
	}

	.gi-project-elementor-single .elementor-element-bf30d03,
	.gi-project-elementor-single .elementor-element-9dcd7da {
		font-size: 1.6rem !important;
		line-height: 1.64;
	}

	.gi-project-elementor-single .elementor-element-9dcd7da ul,
	.gi-project-elementor-single .gi-jet-compat-list {
		gap: .6rem;
	}
}

/* Crocoblock archive parity */
.gi-projects-index-page .rh-page-head,
.gi-projects-index-page .entry-thumbnail-wrapper,
.gi-proyectos-shortcode-page .rh-page-head,
.gi-proyectos-shortcode-page .entry-thumbnail-wrapper {
	display: none;
}

.gi-projects-index-page .rh-page-container.container,
.gi-projects-index-page .main-content,
.gi-projects-index-page .rh-main,
.gi-projects-index-page .entry-content-wrapper,
.gi-projects-index-page .entry-content,
.gi-proyectos-shortcode-page .rh-page-container.container,
.gi-proyectos-shortcode-page .main-content,
.gi-proyectos-shortcode-page .rh-main,
.gi-proyectos-shortcode-page .entry-content-wrapper,
.gi-proyectos-shortcode-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.gi-projects-index-page article.page,
.gi-proyectos-shortcode-page article.page {
	margin: 0;
	padding: 0;
}

.gi-projects-archive {
	background: #fff;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	width: 100%;
}

.gi-projects-archive-hero {
	align-items: center;
	background-color: #78818d;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 567px;
	position: relative;
	text-align: center;
	width: 100%;
}

.gi-projects-archive-hero::before {
	background: rgba(0, 0, 0, .38);
	content: "";
	inset: 0;
	position: absolute;
}

.gi-projects-archive-hero h1 {
	color: #fff;
	font-family: "Roboto", "Poppins", Arial, sans-serif;
	font-size: 64px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

.gi-project-filters-crocoblock {
	align-items: stretch;
	background: #fff;
	display: grid;
	gap: 16px;
	grid-template-columns: 2fr 1fr 1fr;
	margin: 46px auto 30px;
	max-width: 1180px;
	padding: 0 18px;
	position: relative;
}

.gi-filter-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(24, 38, 45, .06);
	min-height: 118px;
	padding: 18px 15px 14px;
}

.gi-filter-card label {
	color: #4054b2;
	display: block;
	font-family: "Roboto", "Poppins", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px;
}

.gi-filter-card select,
.gi-price-input input {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	color: #666;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	height: 46px;
	line-height: 1;
	width: 100%;
}

.gi-filter-card select {
	padding: 0 14px;
}

.gi-range-slider {
	height: 22px;
	margin: 3px 0 13px;
	position: relative;
}

.gi-range-track {
	background: #d9d9d9;
	height: 4px;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 9px;
}

.gi-range-track span {
	background: #4054b2;
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
}

.gi-range-slider input[type="range"] {
	appearance: none;
	background: transparent;
	height: 22px;
	left: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.gi-range-slider .gi-range-min {
	z-index: 3;
}

.gi-range-slider .gi-range-max {
	z-index: 4;
}

.gi-range-slider .gi-range-active {
	z-index: 5;
}

.gi-range-slider input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	height: 4px;
}

.gi-range-slider input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	background: #4054b2;
	border: 0;
	box-shadow: 0 0 0 3px #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 18px;
	pointer-events: auto;
	width: 18px;
}

.gi-range-slider input[type="range"]::-moz-range-track {
	background: transparent;
	border: 0;
	height: 4px;
}

.gi-range-slider input[type="range"]::-moz-range-thumb {
	background: #4054b2;
	border: 0;
	box-shadow: 0 0 0 3px #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 18px;
	pointer-events: auto;
	width: 18px;
}

.gi-price-inputs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-price-input {
	display: flex;
}

.gi-price-input span {
	align-items: center;
	background: #4054b2;
	border-radius: 4px 0 0 4px;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	width: 40px;
}

.gi-price-input input {
	border-left: 0;
	border-radius: 0 4px 4px 0;
	padding: 0 14px;
}

.gi-filter-submit,
.gi-filter-clear {
	height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 100%;
	width: 1px;
}

.gi-projects-archive .gi-project-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 18px 68px;
}

.gi-projects-featured .gi-project-grid {
	gap: 30px;
}

.gi-project-listing-card {
	background: #fff;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
	overflow: hidden;
	position: relative;
}

.gi-project-listing-card .gi-project-card-media {
	align-items: flex-end;
	aspect-ratio: auto;
	background-color: #d8d8d8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
	display: flex;
	height: clamp(370px, 35vw, 470px);
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.gi-project-listing-card .gi-project-card-media::before {
	background: rgba(0, 0, 0, .03);
	content: "";
	inset: 0;
	position: absolute;
}

.gi-project-listing-card .gi-project-logo {
	background: rgba(255, 255, 255, .82);
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	display: block;
	height: 84px;
	left: 50%;
	margin: 0;
	max-width: min(52%, 220px);
	object-fit: contain;
	object-position: center center;
	padding: 12px 18px;
	position: absolute;
	bottom: 24px;
	transform: translateX(-50%);
	width: min(52%, 220px);
	z-index: 1;
}

.gi-project-card-fallback {
	background: rgba(255, 255, 255, .9);
	color: #25366f;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 16px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.gi-project-listing-card .gi-project-card-media strong {
	background: rgba(64, 84, 178, .95);
	border-radius: 18px;
	color: #fff;
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	min-width: 58px;
	padding: 10px 14px;
	position: absolute;
	right: 14px;
	text-align: center;
	top: 14px;
	z-index: 2;
}

.gi-project-card-tags {
	display: none;
}

.gi-project-listing-card .gi-project-card-body {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 24px 18px 24px;
	position: relative;
}

.gi-project-listing-card h2 {
	grid-column: 1 / -1;
	font-family: "Roboto", "Poppins", Arial, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
	min-height: 0;
	overflow: visible;
}

.gi-project-listing-card h2 a {
	color: #111;
	text-decoration: none;
}

.gi-project-listing-card .gi-project-meta {
	display: block;
	margin: 0;
}

.gi-project-listing-card .gi-project-meta span::before {
	display: none;
}

.gi-project-location {
	align-items: center;
	color: #4054b2;
	display: flex;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gi-project-location::before {
	background: #4054b2;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 20px;
	margin-right: 8px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 2 4 5.5 4 9.9 4 15.3 11.7 22 12 22s8-6.7 8-12.1C20 5.5 16.4 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 2 4 5.5 4 9.9 4 15.3 11.7 22 12 22s8-6.7 8-12.1C20 5.5 16.4 2 12 2zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 20px;
}

.gi-project-price {
	color: #4054b2;
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.gi-project-price em {
	color: #54595f;
	display: block;
	font-family: "Lato", Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.gi-project-listing-card .gi-project-link {
	align-self: end;
	background: #4054b2;
	border-radius: 24px;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	min-height: 44px;
	min-width: 132px;
	padding: 11px 18px;
	text-decoration: none;
	text-transform: none;
}

.gi-project-listing-card .gi-project-link:hover {
	background: #314988;
	color: #fff;
	transform: none;
}

.gi-projects-featured {
	max-width: min(100%, 1680px);
	width: 100%;
}

.gi-home-featured-injected {
	margin: 34px 0 54px;
	width: 100%;
}

.gi-home-featured-injected .gi-projects-featured {
	max-width: 100%;
}

.gi-projects-featured .gi-project-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(var(--gi-featured-columns, 4), minmax(0, 1fr));
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: min(100%, 1680px);
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.gi-projects-featured .gi-project-card {
	flex: initial;
	max-width: none;
	width: 100%;
}

.gi-projects-featured .gi-project-listing-card .gi-project-card-media {
	background-position: center center;
	background-size: cover;
	height: clamp(430px, 33vw, 610px);
	min-height: 0;
}

.gi-projects-featured .gi-project-listing-card .gi-project-logo {
	height: 106px;
	max-width: min(50%, 230px);
	width: min(50%, 230px);
}

.gi-projects-featured .gi-project-listing-card .gi-project-card-media strong {
	box-shadow: 0 10px 24px rgba(18, 30, 79, .22);
	right: 18px;
	top: 18px;
	z-index: 4;
}

.gi-projects-featured .gi-project-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	grid-column: 1 / -1;
	margin: 0 0 14px;
}

.gi-projects-featured .gi-project-card-tags span {
	background: rgba(64, 84, 178, .1);
	border: 1px solid rgba(64, 84, 178, .18);
	border-radius: 999px;
	color: #4054b2;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 10px;
}

body.gi-projects-index-page [data-widget_type*="rhea"][data-widget_type*="search"],
body.gi-projects-index-page [class*="elementor-widget-rhea"][class*="search"],
body.gi-projects-index-page .elementor-element:has(.rhea_ultra_search_form_wrapper),
body.gi-projects-index-page .elementor-section:has(.rhea_ultra_search_form_wrapper),
body.gi-projects-index-page .elementor-container:has(.rhea_ultra_search_form_wrapper),
body.gi-projects-index-page .elementor-widget-rhea-ultra-search-form-2-widget,
body.gi-projects-index-page .rhea_ultra_search_form_wrapper,
body.gi-projects-index-page .rhea-search-form-2,
body.gi-projects-index-page .rhea-ultra-search-form-fields,
body.gi-projects-index-page form.rhea_search_form,
body.gi-projects-index-page form.advance-search-form,
body.gi-projects-index-page .rh_prop_search,
body.gi-projects-index-page .rh_prop_search__form,
body.gi-projects-index-page .rh_sticky_wrapper_footer,
body.gi-projects-index-page .rh_apply_sticky_wrapper_footer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

body.gi-proyectos-shortcode-page [data-widget_type*="rhea"][data-widget_type*="search"],
body.gi-proyectos-shortcode-page [class*="elementor-widget-rhea"][class*="search"],
body.gi-proyectos-shortcode-page .elementor-element:has(.rhea_ultra_search_form_wrapper),
body.gi-proyectos-shortcode-page .elementor-section:has(.rhea_ultra_search_form_wrapper),
body.gi-proyectos-shortcode-page .elementor-container:has(.rhea_ultra_search_form_wrapper),
body.gi-proyectos-shortcode-page .elementor-widget-rhea-ultra-search-form-2-widget,
body.gi-proyectos-shortcode-page .rhea_ultra_search_form_wrapper,
body.gi-proyectos-shortcode-page .rhea-search-form-2,
body.gi-proyectos-shortcode-page .rhea-ultra-search-form-fields,
body.gi-proyectos-shortcode-page form.rhea_search_form,
body.gi-proyectos-shortcode-page form.advance-search-form,
body.gi-proyectos-shortcode-page .rh_prop_search,
body.gi-proyectos-shortcode-page .rh_prop_search__form,
body.gi-proyectos-shortcode-page .rh_sticky_wrapper_footer,
body.gi-proyectos-shortcode-page .rh_apply_sticky_wrapper_footer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

body.gi-project-single-page [data-widget_type*="rhea"][data-widget_type*="search"],
body.gi-project-single-page [class*="elementor-widget-rhea"][class*="search"],
body.gi-project-single-page .elementor-element:has(.rhea_ultra_search_form_wrapper),
body.gi-project-single-page .elementor-section:has(.rhea_ultra_search_form_wrapper),
body.gi-project-single-page .elementor-container:has(.rhea_ultra_search_form_wrapper),
body.gi-project-single-page .elementor-widget-rhea-ultra-search-form-2-widget,
body.gi-project-single-page .rhea_ultra_search_form_wrapper,
body.gi-project-single-page .rhea-search-form-2,
body.gi-project-single-page .rhea-ultra-search-form-fields,
body.gi-project-single-page form.rhea_search_form,
body.gi-project-single-page form.advance-search-form,
body.gi-project-single-page .rh_prop_search,
body.gi-project-single-page .rh_prop_search__form {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

@media (max-width: 1024px) {
	.gi-projects-archive .gi-project-grid,
	.gi-projects-featured .gi-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gi-projects-featured .gi-project-card {
		flex-basis: initial;
		max-width: none;
	}

	.gi-projects-featured .gi-project-listing-card .gi-project-card-media {
		height: clamp(390px, 58vw, 560px);
	}

	.gi-project-filters-crocoblock {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.gi-projects-featured {
		margin-left: 50%;
		max-width: calc(100vw - 32px);
		transform: translateX(-50%);
		width: calc(100vw - 32px);
	}

	.gi-projects-featured .gi-project-grid {
		max-width: 100%;
		width: 100%;
	}

	.gi-projects-archive-hero {
		min-height: 360px;
	}

	.gi-projects-archive-hero h1 {
		font-size: 42px;
	}

	.gi-projects-archive .gi-project-grid,
	.gi-projects-featured .gi-project-grid {
		grid-template-columns: 1fr;
	}

	.gi-projects-featured .gi-project-card {
		max-width: 100%;
	}

	.gi-project-listing-card .gi-project-card-media,
	.gi-projects-featured .gi-project-listing-card .gi-project-card-media {
		height: clamp(360px, 124vw, 520px);
	}

	.gi-project-listing-card .gi-project-logo,
	.gi-projects-featured .gi-project-listing-card .gi-project-logo {
		bottom: 22px;
		height: 88px;
		max-width: min(58%, 230px);
		width: min(58%, 230px);
	}

	.gi-project-listing-card .gi-project-card-media strong {
		border-radius: 18px;
		font-size: 14px;
		min-width: 54px;
		padding: 9px 13px;
		right: 12px;
		top: 12px;
	}

	.gi-price-inputs,
	.gi-project-listing-card .gi-project-card-body {
		grid-template-columns: 1fr;
	}

	.gi-project-listing-card .gi-project-link {
		margin-top: 18px;
		width: max-content;
	}
}
