




.cs_site_header .cs_btn.cs_style_1 {
  padding: 10px 20px;
  border: 1px solid #1d71b8;
  background-color: #1d71b8;
  color: white;
}
.cs_site_header .cs_btn.cs_style_1:hover {
  background-color: transparent;
  color: #1d71b8;
  border-color: #1d71b8;
}
.cs_site_header .cs_btn.cs_style_1:hover .cs_btn_icon,
.cs_site_header .cs_btn.cs_style_1:hover .cs_btn_text,
.cs_site_header .cs_btn.cs_style_1:hover i {
  color: #1d71b8;
}

.cs_preloader .cs_preloader_in::before {
  border: 5px solid var(--accent-color);
  border-top-color: #1d71b8;
  border-bottom-color: #1d71b8;
  border-right-color: var(--accent-color);
}


body {
  padding-top: 116px;
}





.cs_hero.cs_style_2 {
  margin-top: -116px;
  padding: 320px 0 360px;
}

.cs_hero.cs_style_2 .cs_hero_text {
  max-width: 960px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}


a:hover {
  text-decoration: none;
}


.realizzazioni-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
  padding-top: 20px;
}
.btn-realizzazioni {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--accent-color);
  border-radius: 7px;
  border: 1px solid var(--accent-color);
  gap: 10px;
  padding: 12px 30px;
  letter-spacing: .24px;
  position: relative;
}
.btn-realizzazioni:hover {
  background-color: transparent;
  color: var(--accent-color);
}


.cs_cta_overlay {
  position: relative;
  overflow: hidden;
}
.cs_cta_overlay img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.cs_cta_overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .61);
  z-index: 1;
  pointer-events: none;
}


.cs_card.cs_style_1 .cs_card_thumbnail {
  position: relative;
}
.tag-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #0e3d67c7;
  padding: 4px 12px;
  border-radius: 7px;
  color: white;
  font-size: .875rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .tag-type {
    bottom: 10px;
    right: 10px;
    padding: 5px 12px;
    font-size: .85rem;
  }
}


.cs_rating_percentage {
  color: gold;
}


.cs_iconbox.cs_style_3 .cs_iconbox_icon img {
	filter: invert(49%) sepia(96%) saturate(359%) hue-rotate(35deg) brightness(100%) contrast(91%);
}


.cs_iconbox.cs_style_3:hover .cs_iconbox_icon img {
  filter: brightness(0) invert(1);
}

.cs_review_shape_3 img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(2000%) hue-rotate(190deg) brightness(95%) contrast(95%);
}


.cs_faq.cs_style_1 {
  background-color: #F7FAEF;
}


.cs_card.cs_style_1.cs_type_1 .cs_card_thumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 250px;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.cs_card.cs_style_1 .cs_card_btn {
  width: 100%;
  padding: 24px;
  overflow: hidden;
  color: var(--white-color);
  position: relative;
}


.cs_property_info_wrapper {
  display: grid;
  grid-template-columns: none;
  gap: none;
}


.cs_single_property_location .cs_location_label {
  width: 40%;
}


.cs_property_thumbnail_grid .cs_gallery_item img {
  width: 100%;
  border-radius: inherit;
  height: 100%;
}




@media (max-width: 767px) {
  .cs_grid_3 {
	grid-template-columns: 1fr !important;
  }

  .tag-type {
	left: 15px !important;
	top: 230px !important;
	padding: 5px 10px;
	font-size: .85rem;
	z-index: 10;
  }
}


@media (max-width: 768px) {
  .cs_cta_overlay.cs_heading_bg.position-absolute {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 20px;
  }
  .cs_cta_overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
}



.cs_preloader_in img {
  width: 60px;
  height: auto;
}




.cs_property_for--vendita {
	background-color: var(--accent-color);
	color: white;
}


.cs_cta_quote {
	margin: 0 auto 64px;
	max-width: 800px;
}

.cs_cta_blockquote {
	font-style: normal;
	margin: 0;
}

.cs_cta_blockquote p {
	color: white;
	font-weight: 400;
	line-height: 1.4em;
	font-size: 1.25rem;
	margin-bottom: 0;
}

.cs_cta_cite {
	color: white;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 32px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-style: normal;
}


.img-partner {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


.cs_nav_list .menu-item.active > a {
	color: #1d71b8;
	font-weight: 600;
}


@media (max-width: 1199px) {
  .cs_hero.cs_style_2 {
    margin-top: -90px;
    padding: 310px 0 150px; 
  }
}


.cs_card_type_badge {
  bottom: 248px;
  right: 20px;
  background-color: rgba(14, 62, 103, .68);
  color: white;
  padding: 4px 12px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .3px;
  pointer-events: none;
}



.cs_footer_row .cs_footer_col:nth-child(1) {
  flex: .7;   
}
.cs_footer_row .cs_footer_col:nth-child(2) {
  flex: 1.3;   
}
.cs_footer_row .cs_footer_col:nth-child(3) {
  flex: 1;
}
.cs_footer_row .cs_footer_col:nth-child(4) {
  flex: 1.2;   
}

.cs_footer_row .cs_footer_col:nth-child(1) img {
  margin-top: 50px;
}






.cs_contact_badges_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1199px) {
  .cs_contact_badges_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .cs_contact_badges_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cs_contact_badges_grid {
    grid-template-columns: 1fr;
  }
}


.cs_contact_badge {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 20px;
  background-color: var(--white-color);
  box-shadow: 0 4px 20px 0 rgba(21, 32, 70, .07);
  transition: all .3s ease;
  color: inherit;
  height: 100%;
}

a.cs_contact_badge:hover {
  box-shadow: 0 8px 30px 0 rgba(21, 32, 70, .14);
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none;
}

.cs_contact_badge--static {
  cursor: default;
}


.cs_contact_badge_icon {
  width: 50px;
  height: 50px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.cs_contact_badge_body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cs_contact_badge_label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--accent-color);
}

.cs_contact_badge_value {
  display: block;
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1.5em;
}


.cs_contact_form_card {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 80px;
}

.cs_contact_form_card_header {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(99, 99, 99, .15);
}

@media (max-width: 991px) {
  .cs_contact_form_card {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .cs_contact_form_card {
    padding: 30px 20px;
  }
}


.cs_contact_map_wrapper {
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(21, 32, 70, .07);
}

.cs_contact_map_wrapper iframe {
  display: block;
  width: 100%;
}


.cs_form_result {
  font-size: 15px;
}

.cs_form_result.success {
  color: var(--accent-color);
}

.cs_form_result.error {
  color: #dc3545;
}




.cookie-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(21, 32, 70, .55);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	z-index: 9998;
}
.cookie-overlay.active {
	display: block;
}


.cookie-banner {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 20px;
}
.cookie-banner.active {
	display: block;
}

.cookie-banner-inner {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid rgba(21, 32, 70, .12);
	border-radius: 16px;
	padding: 28px 32px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	box-shadow: 0 -8px 40px rgba(21, 32, 70, .18);
}

.cookie-banner-content {
	flex: 1;
}

.cookie-banner-content h6 {
	color: #152046;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.cookie-banner-content p {
	color: #555;
	font-size: .9rem;
	line-height: 1.6;
	margin-bottom: 12px;
}

.cookie-banner-content p strong {
	color: #152046;
	font-weight: 600;
}

.cookie-banner-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.cookie-banner-links a {
	color: #91BC1F;
	font-size: .82rem;
	text-decoration: none;
	font-weight: 600;
	transition: color .2s ease;
}

.cookie-banner-links a:hover {
	color: #6f9118;
	text-decoration: underline;
}

.cookie-banner-links a i {
	margin-right: 6px;
}


.cookie-banner-actions {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(21, 32, 70, .08);
	flex-shrink: 0;
}

.cookie-banner-actions-right {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.cookie-btn {
	padding: 11px 24px;
	border-radius: 8px;
	font-size: .9rem;
	font-weight: 600;
	cursor: pointer;
	border: none;
	transition: all .2s ease;
	white-space: nowrap;
	min-width: 140px;
	text-align: center;
	font-family: inherit;
}


.cookie-btn-accept {
	background: #91BC1F;
	color: #fff;
	border: 1px solid #91BC1F;
}
.cookie-btn-accept:hover {
	background: #7ca817;
	border-color: #7ca817;
	transform: translateY(-1px);
}


.cookie-btn-refuse {
	background: transparent;
	color: #91BC1F;
	border: 1px solid #91BC1F;
}
.cookie-btn-refuse:hover {
	background: #91BC1F;
	color: #fff;
	transform: translateY(-1px);
}


.cookie-btn-settings {
	background: transparent;
	color: #152046;
	border: 1px solid rgba(21, 32, 70, .25);
	min-width: 160px;
}
.cookie-btn-settings:hover {
	background: #152046;
	color: #fff;
	border-color: #152046;
	transform: translateY(-1px);
}


@media (max-width: 768px) {
	.cookie-banner {
		padding: 14px;
	}
	.cookie-banner-inner {
		padding: 22px 18px;
	}
	.cookie-banner-content h6 {
		font-size: 1rem;
	}
	.cookie-banner-content p {
		font-size: .85rem;
	}
	.cookie-banner-actions {
		flex-direction: column;
		gap: 10px;
		align-items: stretch;
		margin-top: 14px;
		padding-top: 16px;
	}
	.cookie-banner-actions-right {
		flex-direction: row;
		width: 100%;
		gap: 10px;
	}
	.cookie-btn {
		padding: 12px 14px;
		font-size: .82rem;
		min-width: 0;
	}
	.cookie-btn-settings {
		width: 100%;
		order: 2; 
	}
	.cookie-banner-actions-right .cookie-btn {
		flex: 1;
	}
}




.consent-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 48px 28px;
	background: #fafafa;
	border: 2px dashed rgba(145, 188, 31, .35);
	border-radius: 12px;
	text-align: center;
	min-height: 280px;
	box-sizing: border-box;
}

.consent-placeholder-icon {
	font-size: 38px;
	color: #91BC1F;
}

.consent-placeholder h5 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #152046;
	margin: 0;
}

.consent-placeholder p {
	font-size: .9rem;
	color: #555;
	max-width: 460px;
	line-height: 1.55;
	margin: 0;
}

.consent-placeholder-btn {
	display: inline-block;
	padding: 11px 26px;
	background: #91BC1F;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: .9rem;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s ease;
	text-decoration: none;
	font-family: inherit;
}

.consent-placeholder-btn:hover {
	background: #7ca817;
	transform: translateY(-1px);
}

.consent-placeholder-link {
	font-size: .82rem;
	color: #152046;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px dashed rgba(21, 32, 70, .25);
	padding-bottom: 2px;
}

.consent-placeholder-link:hover {
	color: #91BC1F;
	border-bottom-color: #91BC1F;
}


.cs_contact_map_wrapper.has-consent-placeholder,
.cs_location_map.has-consent-placeholder {
	overflow: hidden;
}

@media (max-width: 768px) {
	.consent-placeholder {
		padding: 32px 18px;
		min-height: 220px;
	}
	.consent-placeholder-icon {
		font-size: 32px;
	}
}





.modal-title {
	color: #152046 !important;
}


.modal .btn_1.outline,
.modal .btn.btn_1 {
	background: #91BC1F;
	color: #fff;
	border: 1px solid #91BC1F;
	padding: 10px 26px;
	border-radius: 8px;
	font-weight: 600;
	font-size: .9rem;
	cursor: pointer;
	transition: all .2s ease;
}
.modal .btn_1.outline:hover,
.modal .btn.btn_1:hover {
	background: #7ca817;
	border-color: #7ca817;
	transform: translateY(-1px);
	color: #fff;
}


.modal-body ul {
	color: #555;
	margin: 0;
}
.modal-body ul li {
	margin-bottom: 6px;
	line-height: 1.5;
}
.modal-body ul li::marker {
	color: #91BC1F;
}

.cs_page_heading_mobile_img {
  display: none;
}

	
.cs_filter_toggle_mobile {
  display: none;
}


@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
    background-color: var(--white-color) !important;
  }

    .cs_menu_toggle {
		color: #1d71b8 !important;
	}

	.cs_hero.cs_style_2 {
		margin-top: -60px;
		padding: 85px 0 220px;
	}

	.cs_fs_64 {
		font-size: 38px;
	}

	.cs_fs_24 {
		font-size: 15px;
		color: var(--heading-color);
	}

	.tag-type {
		left: 210px !important;
		top: 200px !important;
		padding: 6px 14px;
		font-size: .85rem;
		z-index: 10;
	}

	.cs_nav .cs_nav_list {
		color: var(--heading-color);
		background-color: var(--white-color);
	}


.cs_filter_toggle_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 16px;
}
.cs_filter_toggle_mobile span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cs_filter_toggle_arrow {
  transition: transform .3s ease;
}
.cs_filter_toggle_mobile[aria-expanded=true] .cs_filter_toggle_arrow {
  transform: rotate(180deg);
}


.cs_filter_widgets {
  display: none;
  width: 100%;
  padding: 24px;
}
.cs_filter_widgets.cs_mobile_open {
  display: block;
}


.cs_filter_widgets .cs_filter_widget {
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  padding-top: 0 !important;
}
.cs_filter_widgets .cs_filter_widget:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.cs_filter_widget .cs_filter_widget_title {
  margin-bottom: 14px;
  cursor: default;
}
.cs_filter_widget_title i {
  display: none;
}
.cs_filter_widget .cs_filter_widget_content {
  display: block;
}
  
  
  .cs_page_heading.cs_style_1 .cs_page_heading_content_wrapper {
    background-image: none !important;
    padding: 0;
  }
  .cs_page_heading_mobile_img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .cs_page_heading.cs_style_1 h1,
  .cs_page_heading.cs_style_1 .breadcrumb,
  .cs_page_heading.cs_style_1 .breadcrumb a {
    color: var(--heading-color);
  }

  .cs_products_with_sidebar {
    align-items: stretch;
  }

  .cs_property_info_wrapper .cs_card_features_list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) ;
    padding: 20px;
    gap: 18px 12px;
  }


  
  .cs_page_heading_breadcrumb_top {
    display: none !important;
  }
  .cs_page_heading_breadcrumb_bottom {
    display: flex !important;
  }

  
  .cs_page_heading.cs_style_1 .cs_page_heading_content_wrapper {
    position: relative !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 15px;
    min-height: 180px;
  }

  
  .cs_page_heading_mobile_img {
    display: block !important;
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  
  .cs_page_heading.cs_style_1 .cs_page_heading_content_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(21,32,70,.75) 0, rgba(21,32,70,.1) 60%);
    border-radius: inherit;
  }

  
  .cs_page_heading.cs_style_1 h1,
  .cs_page_heading_breadcrumb_bottom {
    position: absolute !important;
    z-index: 2;
    color: white !important;
    left: 20px;
    right: 20px;
  }
  .cs_page_heading.cs_style_1 h1 {
    bottom: 36px !important;
    font-size: 24px !important;
    margin: 0 !important;
  }
  .cs_page_heading_breadcrumb_bottom {
    bottom: 14px !important;
    font-size: 12px !important;
    opacity: .85;
    margin: 0 !important;
  }
  .cs_page_heading_breadcrumb_bottom a,
  .cs_page_heading_breadcrumb_bottom .breadcrumb-item.active {
    color: white !important;
  }

  
  .cs_filter_topbar {
    margin: 12px 0 8px !important;
  }
  .cs_filter_toggle_mobile {
    padding: 7px 14px !important;
    font-size: 13px !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }

  
  section:has(.cs_products_with_sidebar) .cs_height_60 {
    height: 0 !important;
  }

  
  .cs_page_heading.cs_style_1 .cs_page_heading_content_wrapper {
    border-radius: 0 !important;
    margin-left: -12px;
    margin-right: -12px;
  }

  
  .cs_filter_toggle_mobile {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
    color: var(--heading-color) !important;
    gap: 6px;
    box-shadow: none !important;
  }

  
  .cs_filter_topbar {
    justify-content: flex-end !important;
    margin: 14px 0 6px !important;
    padding: 0 4px;
  }

    .cs_working_process_wrapper.cs_type_1 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    justify-items: center;
    padding: 0;
  }

  
  .cs_iconbox.cs_style_3:last-child {
    grid-column: 1 / -1;
  }

  .cs_iconbox.cs_style_3 {
    padding-right: 0 !important;
    width: 100%;
  }

  .cs_iconbox.cs_style_3 .cs_iconbox_content {
    width: 100% !important;
    padding: 20px 16px !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px;
    text-align: center !important;
    box-shadow: 0 4px 16px 0 rgba(21, 32, 70, .07);
  }

  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    width: 80px !important;
    height: 80px !important;
    flex: none;
    margin-bottom: 0 !important;
    background-color: var(--accent-color) !important;
    box-shadow: none !important;
  }

  .cs_iconbox.cs_style_3 .cs_iconbox_icon img {
    filter: brightness(0) saturate(100%) invert(100%) !important;
  }

  .cs_iconbox.cs_style_3 .cs_iconbox_content h3 {
    margin-bottom: 0;
    font-size: 15px !important;
  }

  .cs_iconbox.cs_style_3 .cs_iconbox_indicator,
  .cs_workink_process_shape_1 {
    display: none !important;
  }
}

.cs_card_thumbnail .cs_property_for_badge {
  padding: 7px 17px;
  right: 20px;
  bottom: 15px;
}



.cs_iconbox.cs_style_1 {
  transition: box-shadow .3s ease, transform .3s ease;
}
.cs_iconbox.cs_style_1:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px 0 rgba(21, 32, 70, .12);
}

@media (max-width: 767px) {
  .cs_iconbox.cs_style_1 {
    padding: 32px 20px;
  }
}





.cs_single_property_text_wrapper .cs_property_description {
  height: auto !important;
  max-height: 340px;
}

.cs_single_property_text_wrapper .cs_property_description.active {
  max-height: none !important;
}