@font-face {
    font-family: 'URW Gothic L';
    src: url('URWGothicL-Demi.woff2') format('woff2'),
        url('URWGothicL-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'URW Gothic L';
  font-weight: 600;
}
.tp-home #sp-header.header-with-modal-menu {
  background: none;
  position: absolute !important;
  margin: 0 auto;
  padding: 0 40px;
  box-shadow: none;
}

.tp-home #sp-main-body {
	padding:0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-family: 'URW Gothic L';
  position: relative;
}
.tp-home #sp-header.header-with-modal-menu .sp-megamenu-parent > li.active > a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 63%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#sp-header.header-with-modal-menu .sp-megamenu-parent > li.active > a::after {
	content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 63%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.tp-home #sp-header.header-with-modal-menu .sp-megamenu-parent > li > a {
	color:#fff;
	position: relative;
}
.tp-home #sp-header.header-with-modal-menu li.active > a, .tp-home #sp-header.header-with-modal-menu li.active:hover > a {
  color: #fff;
}
.tp-home #sp-header.header-with-modal-menu .sp-megamenu-parent > li > a:hover, .tp-home #sp-header.header-with-modal-menu .sp-megamenu-parent > li > a:focus {
  color: #fff;
}
#modal-menu-toggler .burger-icon  {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: -15px;
  position: relative;
  z-index: 999;
}
#modal-menu-toggler .burger-icon .line {
  background-color: #231E1A;
  height: 2px;
  width: 40px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-home #modal-menu-toggler .burger-icon .line {
  background-color: #fff;
 
}
#modal-menu-toggler .burger-icon .line2 {
  width: 30px;
  margin-top: 8px;
}
#modal-menu-toggler .burger-icon:hover .line2 {
  width: 40px;
}
.modal-menu-active #modal-menu.active {
  bottom: 0;
  top: 0;
  background: #728C71;
  z-index: 99;
}
.modal-menu-active #sp-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.modal-menu-active #modal-menu .modal-menu-inner > .container {
  height: auto;
  padding: 40px 0;
}
 #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}
#modal-menu-toggler.active .burger-icon > span:nth-child(2) {
  opacity: 1;
  width: 40px;
  transform: translate(0, -6px) rotate(45deg);
}
#modal-menu-toggler.active .burger-icon > span:nth-child(3) {
  opacity: 0;
  
}
#modal-menu .sp-module ul > li > a {
  color: #fff;
  font-size:60px;
  font-weight:300;
  font-family: 'URW Gothic L';
  line-height:80px;
}
#modal-menu .sp-module ul > li > a:hover {
	 color: #fff;
}
#modal-menu .sp-module ul {
  list-style: none;
  padding:0;
}
#modal-menu .sp-module ul ul.menu-child {
  padding-left: 20px;
}
#sp-header #modal-menu .sp-module {
  margin-left: 0;
}
#sp-header.header-with-modal-menu .sp-contact-info > li {
  opacity: 1;
}
#sp-header.header-with-modal-menu .sp-contact-info > li a {
  color: #C4D4AF;
  font-size:60px;
  font-weight:300;
  font-family: 'URW Gothic L';
  line-height:80px;
}
#sp-header.header-with-modal-menu .sp-contact-info > li span {
	color: #C4D4AF;
    font-size:60px;
	line-height:80px;
}
#sp-header.header-with-modal-menu .sp-contact-info > li:hover a , #sp-header.header-with-modal-menu .sp-contact-info > li:hover span{
	color: #fff;
}
section#sp-intro {
	background:#C4D4AF;
	padding:60px 0 0;
}
#sp-intro .ekit-heading--title  {
	color:#fff;
	font-size:44px;
	letter-spacing:0.2px;
	line-height:70px;
	font-weight: normal;
}
#sp-intro .ekit-heading--title span {
	color:#728C71;
	
}
#sp-intro .box-body {
	color:#728C71;
	position: relative;
	margin-top: 20px;
}
#sp-intro .box-body::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -40px;
  right: 0;
  height: 7px;
  width: 7px;
  background-color: #728C71;
  border-radius: 100%;
}
section#sp-feature {
	background:#fff;
	position: relative;
	padding:40px 0;
}
section#sp-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #C4D4AF;
}
#sp-feature .container-inner {
	position: relative;
	z-index: 2;
}
#sp-feature .sp-module-title {
	color:#728C71;
	font-size: 40px;
    padding-bottom: 50px;
}
#sp-feature .places-list-inner {
  position: relative;
  display: block;
  z-index: 2;
}
#sp-feature .places-list-inner .places-list-bg {
  position: relative;
  overflow: hidden;
  display: block;
}
#sp-feature .places-list-inner .places-list-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #000;
  opacity: 0.2;
}
#sp-feature .places-list-inner:hover .places-list-bg::before {
  opacity: 0.6;
}
#sp-feature .places-list-inner .places-list-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#sp-feature .places-list-inner .places-list-content-inner {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
}
#sp-feature .places-list-inner .places-title {
  font-size: 28px;
  line-height: 1.3571428571;
  color: #fff;
  margin-bottom: 10px;
}
#sp-feature .places-list-inner .places-content {
  color: #fff;
  transform: translateY(60px);
  transition: all ease 0.3s;
  max-height: 0;
  opacity: 0;
}
#sp-feature .places-list-inner:hover .places-content {
  transform: translateY(0);
  transition: all ease 0.3s;
  max-height: 100%;
  opacity: 1;
}
#sp-feature .elementor-button-link {
	text-align:center;
	margin-top:40px;
}
#sp-feature .elementor-button-link a {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  padding: 13px 30px;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  border: none;
  background-color: #728C71;
  transition: all ease 0.3s;
  position: relative;
}
#sp-feature .elementor-button-link a i {
	margin-left:10px;
}
#sp-feature .elementor-button-link a:hover {
	background-color: #C4D4AF;
}

.sppb-popover-content-link-wrap  {
	text-align:right;
}
.sppb-popover-content-link-wrap a {
	position: relative;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	display: inline-block;
    overflow: hidden;
}
.sppb-popover-content-link-wrap a::after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background: linear-gradient(90deg,currentColor 0 33%,transparent 33% 66%,currentColor 66% 100%);
  transform: translateX(-66%);
  transition: transform 1.2s cubic-bezier(.53,.95,.28,1.03);
}
.sppb-popover-content-link-wrap a:hover::after {
  transform: translateX(0);
}
#sp-about {
	padding:20px 0 0;
	color: #B3B3B3;
}
#sp-about h2.elementor-heading-title {
  color: #728C71;
  position: relative;
  border-bottom: 5px solid;
  display: inline-block;
  padding: 0 0 5px 0;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
}
#sp-about h4.elementor-heading-title {
  color: #B3B3B3;
  position: relative;
  font-weight:normal;
  font-size: 28px;
  padding-bottom: 15px;
}
#sp-about p.elementor-heading-title {
  color: #B3B3B3;
  
}
#sp-about .elementor-button-link {
	text-transform: uppercase;
    color: #728C71;
	font-weight: 500;
	border-bottom: 2px solid #B3B3B3;
}
#sp-about .elementor-button-link i {
	margin-left:10px;
}
#sp-about .elementor-widget-container  {
  margin-top: 90px;
}
#sp-tab .sppb-nav.sppb-nav-tabs {
  justify-content: center;
  gap: 3px;
  border: none;
  padding-bottom: 50px;
}
#sp-tab .sppb-nav.sppb-nav-tabs > li a{
  padding: 20px;
  min-width: 210px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background:#728C71;
  color:#000;
}
#sp-tab .sppb-nav.sppb-nav-tabs > li.active a {
	background:#C4D4AF;
	color:#fff;
}
#sp-tab .sppb-nav.sppb-nav-tabs > li.active a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -7px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  z-index: 1;
  border-top: 6px solid #C4D4AF;
}
#sp-tab .sppb-addon-title {
  text-align: center;
  justify-content: center;
  display: flex;
  padding-bottom: 50px;
}
#sp-tab .sppb-nav.sppb-nav-custom .sppb-tab-subtitle {
	float:left;
	font-size: 42px;
  font-weight: 200;
  font-style: italic;
  letter-spacing: -.025em;
  line-height: 25px;
  margin-right: 20px;
  display: inherit;
}
#sp-tab .sppb-nav.sppb-nav-custom a {
	font-size: 27px;
  letter-spacing: -.03em;
  line-height: 34px;
  background-size: 0;
  font-weight: 400;
  text-transform: none;
  position: relative;
  background: none;
}
#sp-tab .sppb-nav.sppb-nav-custom a::after {
  content: "";
  display: inline-block;
  width: 122px;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: opacity .45s,transform .45s cubic-bezier(.25,.46,.45,.94);
  transform: scaleX(0);
  transform-origin: left;
}
#sp-tab .sppb-nav.sppb-nav-custom li a:hover::after, #sp-tab .sppb-nav.sppb-nav-custom li.active a::after {
  opacity: 1;
  transform: scaleX(1);
  transition-duration: .27s,.45s;
}
#sp-tab .qodef-e-ait-row .qodef-e-count , #sp-tab .qodef-e-ait-row .qodef-e-title {
  font-size: 16px;

}
.qodef-e-pai-content-feature-item-title {
  display: flex;
  padding: 0 0 7px 0;
  font-size: 16px;
  letter-spacing: -.023em;
  line-height: 25px;
}
.qodef-e-pai-content-button-holder .qodef-shortcode {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 20px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  border-radius: 0;
  outline: 0;
  transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  padding: 12px 29px 12px 28px;
  color: #fff;
  background-color: #728C71;
  border: 1.1px solid transparent;
  margin: 30px 0 20px;
}
.qodef-e-pai-content-button-holder .qodef-shortcode:hover {
	background-color: #C4D4AF;
}
.qodef-e-pai-content-button-holder .qodef-shortcode.red {
  background-color: #d7292b;
}
.qodef-e-pai-content-button-holder .qodef-shortcode.red:hover {
  background-color: #c23134;
}
#sp-tab-inner .sppb-nav.sppb-nav-tabs {
  justify-content: center;
  gap: 3px;
  border: none;
  padding-bottom: 50px;
}
#sp-tab-inner .sppb-nav.sppb-nav-tabs > li a{
  padding: 20px;
  min-width: 210px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background:#728C71;
  color:#000;
}
#sp-tab-inner .sppb-nav.sppb-nav-tabs > li.active a {
	background:#C4D4AF;
	color:#fff;
}
#sp-tab-inner .sppb-nav.sppb-nav-tabs > li.active a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  z-index: 1;
  border-top: 6px solid #C4D4AF;
}
#sp-tab-inner .sppb-nav.sppb-nav-custom {
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #c0c0c0;
}
#sp-tab-inner .sppb-nav.sppb-nav-custom  > li {
  flex: inherit;
}
#sp-tab-inner .sppb-nav-custom > li.active > a {
  border-bottom: 4px solid #c0c0c0;
}
#sp-tab-inner  .sppb-nav > li > a {
  border-bottom: 4px solid transparent;
}
section#sp-promo-top {
   background: #B3B3B3;
   padding:40px 0;
	 color: #fff;
}
#sp-promo-top .sp-module-title {
	text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
}
section#sp-promo {
	position: relative;
	background:   url("../images/bg-images.png") no-repeat center bottom;
	padding:40px 0;
	color: #fff;
	background-size: contain;
}
section#sp-promo::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  background: #B3B3B3;
  left: 0;
  right: 0;
  z-index: -2;
  height: 100%;
}
#sp-promo .sp-module-title {
	text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
}
 .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 .elementor-icon-list-items li {
	 margin-top:10px;
	 padding-bottom:10px;
	 position: relative;
 }
 .elementor-icon-list-items li::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  border-color: #fff;
  left:0;
  right:0;
  border-top-style: solid;
  border-top-width: 1px;
}

#sp-promo .elementor-button-link {
	text-align:center;
	margin-top:40px;
	margin-bottom: 50px;
}
#sp-promo .elementor-button-link a {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  padding: 13px 30px;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  border: none;
  background-color: #728C71;
  transition: all ease 0.3s;
  position: relative;
}
#sp-promo .elementor-button-link a i {
	margin-left:10px;
}
#sp-promo .elementor-button-link a:hover {
	background-color: #C4D4AF;
}
#sp-gallery {
	padding:20px 0;
}
#sp-gallery .sp-module-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
}
#sp-faq .sp-module-title {
  text-align: center;
  font-size: 50px;
}
#sp-faq .sppb-panel.sppb-panel-custom {
  border-bottom: 1px solid #B3B3B3 !important;
  padding: 0 0 20px;
  margin: 20px 0;
}
#sp-faq .sppb-panel-custom .sppb-panel-heading .sppb-panel-title {
  font-size: 20px;
}
#sp-bottom {
	text-align: center;
}
#sp-bottom .sp-module .sp-module-title {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  color: #728C71;
}
#sp-bottom-contact  .row{
	border-top:1px solid #d7e5c4;
	padding: 40px;
  margin: 0 40px;
  text-align: center;
}
#sp-bottom-contact ul {
	list-style: none;
    padding: 0;
}
#sp-bottom-contact ul a {
	color: #000;
}
#sp-bottom-contact .sp-module-title {
	font-weight: normal;
	
}
#sp-footer .row{
	border-top:1px solid #b6c4a3;
	padding: 40px;
  margin: 0 40px;

}
#sp-design {
	text-align: center;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
 background-color: #728C71;
}
#sp-company {
	padding:20px 0;
}
#sp-company h3.sp-module-title {
  text-align: center;
  padding-bottom: 30px;
}
.view-contact #sp-main-body .container {
	max-width: initial;
}
.view-contact .form-box {
	padding-left: 12.2%;
    padding-right: 8%;
}
.view-contact .form-box a , .contact-telephone , .contact-street{
  color: #000;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
  background-size: 0 100%;
  transition: .4s background-size cubic-bezier(.26,.57,.14,.81);
  background-position-x: 100%;
}
.view-contact .form-box a:hover , .contact-telephone:hover , .contact-street:hover{
  background-size: 100% 100%;
  background-position-x: 0;
}
#contact-form .btn.btn-primary {
	font-size: 16px;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 20px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  border-radius: 0;
  outline: 0;
  transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  padding: 12px 29px 12px 28px;
  color: #fff;
  
  border: 1.1px solid transparent;
  margin-top: 40px;
}
.contact-left {
	padding:0;
}
.contact-left img {
	border-radius: 0% 50% 0% 0%;
}
section#sp-contact-bottom {
	border-top: 1px solid #000;
}
#sp-contact-bottom #column-id-61685483-5392-4f8c-a805-e010a452df71 {
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.projektu #sp-main-body {
  background:#C4D4AF;
}
.projektu  h2.qodef-m-title {
	color: #728C71;
}
.qodef-apartment-item-inner  {
  padding: 79px 0 74px;
  border-bottom: 1px solid #728C71;
  color: #fff;
}
.qodef-property-info a {
	color: #fff;
	font-size: 120px;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -.05em;
  line-height: 148px;
  display: inline-block;
  margin-bottom: -1px;
}
.qodef-e-ait-content {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  row-gap: 0;
  column-gap: 7.8vw;
  align-items: flex-start;
  margin-top: 70px;
}
.qodef-e-ait-table {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
 .qodef-e-ait-row {
  border-bottom: 1px solid #b4b4b4;
}
.qodef-e-ait-item-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 15px 0 6px;
}
.qodef-e-ait-row .qodef-e-count {
  position: relative;
  font-size: 42px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000;
  min-width: 63px;
  text-align: left;
}
.qodef-e-ait-row .qodef-e-title {
  margin: 0;
  line-height: 1;
  color: #000;
  padding-left: 26px;
  padding-right: 8px;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 22px;
  
}
.qodef-e-ait-row .qodef-e-base {
  font-size: 16px;
  letter-spacing: -.023em;
  color:#000;
  line-height: 1;
  margin-left: auto;
}
.qodef-e-ait-row:last-child {
  border-bottom: 0;
}

.qodef-e-ait-row.qodef-e-total .qodef-e-ait-item-content .qodef-e-base.qodef-e-total {
  margin: 0;
  font-weight: 400;
  color: #000;
  font-size: 27px;
  letter-spacing: -.03em;
  line-height: 1;
}
.qodef-e-ait-row.qodef-e-total .qodef-e-ait-item-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.qodef-e-ait-row.qodef-e-total .qodef-e-title {
  padding-left: 0;
  font-family: Inter,serif;
  font-weight: 400;
  color: #000;
  font-size: 27px;
  line-height: 1.2592592593em;
  letter-spacing: -.03em;
  line-height: 1;
  padding: 0;
}
.elementor-button-link {
	text-align:center;
	margin-top:40px;
}
.elementor-button-link a {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  padding: 13px 30px;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  border: none;
  background-color: #728C71;
  transition: all ease 0.3s;
  position: relative;
}
.elementor-button-link a i {
	margin-left:10px;
}
.elementor-button-link a:hover {
	background-color: #C4D4AF;
}
.qodef-e-inner {
	text-align:center;
}
section#sp-solutions {
	padding: 130px 100px;
	background:#C4D4AF;
	color: #fff;
	border-bottom: 1px solid #d7e5c4;
}
.qodef-shortcode {
	display: flex;
  align-items: flex-start;
}
.qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 5px;
}
#sp-solutions .qodef-m-title {
	color: #728C71;
}
.about #sp-main-body {
  background:#f5f4f4;
}
.box-main {
	padding: 50px;
}
.box-main  h2.ekit-heading--title {
	font-size:54px;
	border-bottom:1px solid #5d5d5d;
	padding-bottom: 30px;
    margin-bottom: 30px;
}
.box-about {
	position: relative;
 }
.box-about::after {
  position: absolute;
  top: 15px;
  width: 8px;
  height: 8px;
  background: #000;
  content: "";
  border-radius: 100%;
  left: -20px;
}
.box-about h3.title{
  font-weight: normal;
}
section#sp-gallery-about {
	text-align:center;
	padding:40px 0 70px;
	background:#C4D4AF;
	border-bottom:1px solid #b6c4a3;
}
#sp-gallery-about .sp-module-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  color:#728C71;
  padding-bottom: 50px;
  
}
#sp-mission-vision {
	padding:40px 0;
}
#sp-mission-vision .heading-title {
  background-color: #C4D4AF;
  padding: 1px 10px 1px 10px;
  letter-spacing:0.2px;
  color:#fff;
  font-weight:normal;
  font-size:54px;
  box-decoration-break: clone;
  display: inline;
  line-height:1.5em;
  margin-block-start: .5rem;
  margin-block-end: 1rem;
}
#sp-mission-vision .box-body {
	padding:20px ;
}
#sp-mission-vision .box-body h4.title {
	font-weight:normal;
    font-size:14px;
}
#sp-mission-vision .box-body h4.title{
	position: relative;
 }
#sp-mission-vision .box-body h4.title::after {
  position: absolute;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #000;
  content: "";
  border-radius: 100%;
  left: -20px;
}
/* Main container for the entire project */
.map-container {
    position: relative;
}

/* Image background */
.map-image {
    width: 100%;
    display: block;
}

/* Hover effect for each apartment */
.apartment {
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    /* Transparent black hover */
    transition: opacity 0.3s;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* Initially hidden */
}

.apartment:hover {
    opacity: 1;
    /* Visible on hover */
}

/* Custom shapes using clip-path for Building 1 apartments */
.building-1 .stan-a {
    top: 10%;
    left: 5%;
    width: 20%;
    height: 25%;
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    /* Example coordinates */
}

.building-1 .stan-b {
    top: 10%;
    left: 30%;
    width: 20%;
    height: 25%;
    clip-path: polygon(10% 5%, 90% 5%, 90% 95%, 10% 95%);
    /* Example coordinates */
}

.building-1 .stan-c {
    top: 10%;
    left: 55%;
    width: 20%;
    height: 25%;
    clip-path: polygon(10% 5%, 90% 5%, 85% 95%, 15% 95%);
    /* Example coordinates */
}

.overlayBuilding1A {
    clip-path: polygon(17.06% 29.47%, 24.09% 25.64%, 27.84% 31.25%, 28.79% 39.03%, 25.72% 40.56%, 26.24% 44.13%, 22.51% 46.05%, 19.25% 39.54%);
    position: absolute;
    width: 100%;
    height: 100%;


}

.overlayBuilding1A:hover,
.overlayBuilding1B:hover,
.overlayBuilding1C:hover {
    background: rgba(0, 0, 0, 0.5);
}

.overlayBuilding1A .tooltipA {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 29%;
    left: 22%;
}

.overlayBuilding1A:hover .tooltipA,
.overlayBuilding1B:hover .tooltipB,
.overlayBuilding1C:hover .tooltipC {
    color: white;
    background: none;
}

.overlayBuilding1B {
    clip-path: polygon(24.24% 25.49%, 30.56% 21.81%, 35.26% 27.81%, 35.84% 34.32%, 28.79% 38.52%, 27.62% 31%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayBuilding1B .tooltipB {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 25%;
    left: 29%;
}

.overlayBuilding1C {
    clip-path: polygon(30.2% 21.92%, 35.6% 18.37%, 40.03% 23.98%, 40.44% 30.23%, 35.6% 34.44%, 35.12% 28.45%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayBuilding1C .tooltipC {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 21%;
    left: 35%;
}

.overlayBuilding2A {
    clip-path: polygon(25.89% 41.25%, 32.82% 36.18%, 37.58% 42.54%, 38.67% 52.1%, 35.6% 54.34%, 35.78% 57.14%, 32.54% 59.18%, 26.92% 51.28%);
    position: absolute;
    width: 100%;
    height: 100%;

}

.overlayBuilding2A:hover,
.overlayBuilding2B:hover,
.overlayBuilding2C:hover {
    background: rgba(0, 0, 0, 0.5);
}

.overlayBuilding2A .tooltipA {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 40%;
    left: 30%;
}

.overlayBuilding2A:hover .tooltipA,
.overlayBuilding2B:hover .tooltipB,
.overlayBuilding2C:hover .tooltipC {
    color: white;
    background: none;
}

.overlayBuilding2B {
    clip-path: polygon(32.53% 36.15%, 39.97% 31.08%, 44.8% 37.76%, 45.66% 46.43%, 38.16% 52.55%, 37.14% 42.86%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayBuilding2B .tooltipB {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 35%;
    left: 38%;
}

.overlayBuilding2C {
    clip-path: polygon(44.9% 28%, 49.74% 33.99%, 50.08% 43.37%, 45.49% 46.94%, 44.98% 38.26%, 39.7% 31.38%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayBuilding2C .tooltipC {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 31%;
    left: 44%;
}

.overlayBuilding3A {
    clip-path: polygon(36.05% 54.27%, 42.59% 49.29%, 48.72% 57.91%, 49.75% 69.64%, 43.95% 74.74%, 36.8% 63.01%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayBuilding3A:hover .tooltipA,
.overlayBuilding3B:hover .tooltipB,
.overlayBuilding3C:hover .tooltipC {
    color: white;
    background: none;
}

.overlayBuilding3A:hover,
.overlayBuilding3B:hover,
.overlayBuilding3C:hover {
    background: rgba(0, 0, 0, 0.5);
}

.overlayBuilding3A .tooltipA {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 54%;
    left: 40%;

}

.overlayBuilding3B {
    clip-path: polygon(43.2% 48.66%, 50.25% 42.92%, 56.89% 51.53%, 56.73% 62.75%, 49.75% 69.64%, 48.9% 56.13%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayBuilding3B .tooltipB {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 49%;
    left: 48%;

}

.overlayBuilding3C {
    clip-path: polygon(50.36% 42.8%, 55.19% 38.83%, 61.66% 46.43%, 61.16% 59.95%, 56.9% 64.03%, 56.73% 51.28%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayBuilding3C .tooltipC {
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 44%;
    left: 55%;


}
#iwsby_whatsapp_button_free_135 {
  z-index: 9999;
}
.sp-megamenu-parent > li.sp-menu-item > a > .sp-menu-badge.sp-menu-badge-right {
  margin-left: 0;
  position: absolute;
  top: 19px;
  border-radius: 10px;
  right: 2px;
}
@media (max-width: 991px) {
.overlayBuilding1A .tooltipA {
  left: 18%;
  font-size: 8px;
  padding: 1px;
}
.overlayBuilding1B .tooltipB {
  padding: 1px;
  left: 26%;
  font-size: 8px;
}
.overlayBuilding1C .tooltipC {
  padding: 1px;
  left: 32%;
  font-size: 8px;
}
.overlayBuilding2A .tooltipA {
  padding: 1px;
  left: 27%;
  font-size: 8px;
}
.overlayBuilding2B .tooltipB {
  padding: 1px;
  left: 35%;
  font-size: 8px;
}
.overlayBuilding2C .tooltipC{
  padding: 1px;
  font-size: 8px;
  left: 42%;
}
.overlayBuilding3A .tooltipA{
  padding: 1px;
  font-size: 8px;
  left: 38%;
}
.overlayBuilding3B .tooltipB{
  padding: 1px;
  font-size: 8px;
  left: 46%;
}
.overlayBuilding3C .tooltipC{
  padding: 1px;
  font-size: 8px;
  left: 54%;
}

	#sp-header.header-with-modal-menu , .tp-home #sp-header.header-with-modal-menu{
	  padding:5px 20px;
    height: auto;
	}
  .logo-image {
    height: 60px !important;
  }
  .logo-image-phone {
    height: 60px !important;
    position: relative;
    left: -25px;
  }
	#modal-menu .modal-menu-inner {
	  padding: 0 20px;
	}
	#modal-menu .sp-module ul > li > a , #sp-header.header-with-modal-menu .sp-contact-info > li a{
	  font-size: 15px;
	  line-height: 15px;
	}
	#sp-header.header-with-modal-menu .sp-contact-info > li span {
	  font-size: 20px;
	  line-height: 20px;
	}
	.tp-home .burger-icon > span {
	  background-color: #fff;
	}
	.tp-home.offcanvas-active .close-offcanvas .burger-icon > span {
		background-color: #000;
	}
	 
	  .modal-menu-active #sp-header .logo {
	  margin-bottom: 0px;
	}
	.modal-menu-active #modal-menu .modal-menu-inner > .container {
	  padding: 0;
	}
	#sp-header .logo {
	  display: flex;
	  justify-content: center;
	}
	#modal-menu-toggler .burger-icon {
	
	  margin-top: 0px;
	 
	}
	.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	  font-size: 16px;
	  opacity: 1;
	  text-transform: uppercase;
	  font-weight: 600;
	  font-family: "URW Gothic L", Sans-serif;
	}
	#sp-service .sppb-section-title p.sppb-title-subheading {
	  font-size: 30px;
	  margin-top: 0;
	 
	}
  
	#sp-footer .container-inner {
	  padding: 20px 0;
	}
	#sp-footer #sp-footer2 {
	  text-align: center;
	}
	#sp-footer {
	  font-size: 14px;
	  font-weight: normal;
	  text-align: center;
	}
	#sp-bottom .container-inner {
	  padding: 30px 0;
	  text-align: center;
	}
	#sp-intro {
	  padding: 0px 20px;
	}
	#sp-intro .box-body::before {
	  left: -20px;
	}
	#sp-feature .places-list-inner .places-content {
	  opacity: 1;
	}
	#sp-feature .places-list-inner {
	  margin-bottom: 20px;
	}
	#sp-about {
	  padding: 20px 10px;
	}
	#sp-tab .sppb-nav.sppb-nav-custom a , #sp-tab .sppb-nav.sppb-nav-custom .sppb-tab-subtitle{
	  font-size: 12px;
	  line-height: 1;
	}
  .offset-2 {
    margin-left: 0;
  }
  #sp-contact-bottom #column-id-61685483-5392-4f8c-a805-e010a452df71 {
    padding: 10px;
    border: none;
  }
  #sp-contact-bottom #column-id-66e8d9ca-d202-4e6d-9274-e8a98b030882 {
    padding: 10px;
  }
  .qodef-e-ait-content {
    flex-direction: column;
  }
  .qodef-e-ait-image {
    order: 1;
  }
  .qodef-e-ait-table {
    order: 2;
  }
  .qodef-e-ait-row .qodef-e-count {
    font-size: 14px !important;
  }
  .qodef-e-ait-row .qodef-e-title {
    font-size: 16px;
  }
  .qodef-e-ait-row.qodef-e-total .qodef-e-ait-item-content .qodef-e-base.qodef-e-total , .qodef-e-ait-row.qodef-e-total .qodef-e-title {
    font-size: 17px;
  }
  .qodef-e-ait-row.qodef-e-total .qodef-e-title span {
    font-size: 17px !important;
  }
  .elementor-button-link a {
    padding: 13px 20px;
    font-size: 10px;
  }
  .offset-1 {
  margin-left: 0;
}
#sp-intro .ekit-heading--title {
  font-size: 22px;
  line-height: 44px;
}
#sp-feature .sp-module-title {
  font-size: 30px;
  padding-bottom: 20px;
}
section#sp-intro {
  padding: 20px 0 0;
}
#logo-right {
  display: none !important;
}
#sp-slideshow .sppb-sp-slider-button {
      display: block;
    margin: 10px auto;
    max-width: 210px;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-left {
 
  margin-right: 0;
}
}
