@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@200;400;700;900&display=swap');

@font-face {
    font-family: Rouben;
    font-weight: 700;
    src: url("../fonts/RoubenBold.woff2") format("opentype");
}





/*  --------------------------  Whitespaces  -------------------------- */
.whitespace-1 {
  height: 1px;
}
.whitespace-2 {
  height: 1px;
}
.whitespace-3 {
  height: 1px;
}
.whitespace-4 {
  height: 1px;
}
.whitespace-5 {
  height: 5px;
}
.whitespace-10 {
  height: 10px;
}
.whitespace-15 {
  height: 15px;
}
.whitespace-20 {
  height: 20px;
}
.whitespace-25 {
  height: 25px;
}
.whitespace-30 {
  height: 30px;
}
.whitespace-35 {
  height: 35px;
}
.whitespace-40 {
  height: 40px;
}
.whitespace-50 {
  height: 50px;
}
.whitespace-60 {
  height: 60px;
}
.whitespace-70 {
  height: 70px;
}
.whitespace-80 {
  height: 80px;
}
.whitespace-90 {
  height: 90px;
}
.whitespace-100 {
  height: 100px;
}
.whitespace-110 {
  height: 110px;
}
.whitespace-120 {
  height: 120px;
}
.whitespace-130 {
  height: 130px;
}
.whitespace-140 {
  height: 140px;
}
.whitespace-150 {
  height: 150px;
}






/* ----------------------------------------------------------------------------------------------------------------------------- */
/* GLOBAL */
/* ----------------------------------------------------------------------------------------------------------------------------- */

html {
	height: 100%;
}
body {
	font-family: "Archivo", sans-serif;
	font-weight: 400;
	webkit-tap-highlight-color: #f00;
	line-height: 1.66666666;
	font-size: 20px;
	color: #032F52;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	height: 100%;
}
::-moz-selection {
  text-shadow: none;
  background: #a89254;
	color: #fff;
}
::selection {
  text-shadow: none;
  background: #a89254;
	color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
img { 
	width: 100%; 
	height: auto;  
	border: 0; 
	-ms-interpolation-mode: bicubic; 
	transition:all 0.3s ease-in-out 0s; 
	-webkit-transition:all 0.3s ease-in-out 0s; 
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	outline: none;
}
a:hover, a:focus, a:active
{
	color: inherit;
}
a:focus, a:hover {
	text-decoration: none;
}
/*a:hover img {*/
/*	filter: contrast(105%) brightness(145%) grayscale(0.4);*/
/*}*/
.no-transition {
  -webkit-transition: height 0.01s !important;
  -moz-transition: height 0.01s !important;
  -ms-transition: height 0.01s !important;
  -o-transition: height 0.01s !important;
  transition: height 0.01s !important;
}





/* ----------------------------------------------------------------------------------------------------------------------------- */
/* TYPO */
/* ----------------------------------------------------------------------------------------------------------------------------- */







h1, h2, h3, h4, h5 {
	display: block;
	font-weight: 700;
	font-family: Rouben;
}

h1 {
	font-size: 68px;
	line-height: 1.11;
	letter-spacing: -.05em;
}
h2 {
	font-size: 44px;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin-bottom: 3rem;
}
h3 {
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin-bottom: 3rem;
}
h4 {
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin-bottom: 1.5rem;
}
h5 {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin-bottom: 1.5rem;
}


@media (max-width:960px) {
	h1 {
		font-size: 40px
	}
	h2 {
		font-size: 40px
	}
	h3 {
		font-size: 35px
	}
	h4 {
		font-size: 27px
	}
}
@media (max-width:480px) {
	h1 {
		font-size: 30px
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 30px
	}
	h4 {
		font-size: 24px
	}
}
@media (max-width:420px) {
	h1 {
		font-size: 28px
	}
	.whitespace-120 {
		height: 60px;
	}
	.whitespace-150 {
		height: 75px;
	}
	h3 {
		font-size: 28px
	}
	h4 {
		font-size: 22px
	}
}



 



.case-normal {
	text-transform: none;
}
.case-upper {
	text-transform: uppercase;
}


p {
	margin-bottom: 15px;
}
.txt-lg {
	font-size: 24px;
	font-weight: 600;
}

strong, .strong,
.strong ul li
{
	font-weight: 700;
}






.pill {
	background: #5ebb91;
	padding: 1px 17px 5px 17px;
	margin-top: -5px;
	border-radius: 40px;
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;
	white-space: nowrap;
}
.pill:hover {
	background: #f2c94c;
}
.color-green {
	color: #4596CC;
}
.opacity-50 {
	opacity: 0.5
}


.box {
	padding: 30px;
	border-radius: 15px;
	background: #e3f4de;
}


ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bullet {
  list-style:none;
  padding-left: 56px;
}

ul.bullet li {
	list-style: none;
	margin-bottom: 5px;
	color: inherit;
}
ul.bullet li:before {
	content: '';
	display: inline-block;
	height: 1em;
	width: 26px;
	margin-left: -26px;
	background: url(../images/list-bullet.svg) left 8px no-repeat;
}






/* ----------------------------------------------------------------------------------------------------------------------------- */
/* COMMON ELEMENTS */
/* ----------------------------------------------------------------------------------------------------------------------------- */


button {
	border: none;
}



.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	user-select: none;
	background: #032f52;
	padding: 16px 40px 16px 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.33;
	box-shadow: none;
	color: #fff;
	border-radius: 0px;
	transition: .3s all ease-in;
}
.button:hover, .button.light:hover {
	background: #fce4a8;
	color: #032F52;
}
.button.light {
	background: #fff;
	color: #032F52;
}
.button.nobutton {
	background: none;
}



@media (max-width:767px) {
	.button {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 10px 10px 10px 10px;
	}
	.button.menu-btn {
		margin: 0;
		text-align: left;
		background: none;
		color: #4596CC;
	}
}





/* --------- LIST-ROWS --------- */
.list .row {
	border-bottom: 1px solid rgba(255,255,255,0.05);
	padding: 20px 0;
	cursor: pointer;
	border-radius: 100px;
	transition: all .3s ease-in;
}
.list .row:hover {
	background: rgba(0,0,0,0.1);
}
.list .row:first-child {
	border-top: 1px solid rgba(255,255,255,0.05);
}
.list .col-date, 
.list .col-cta 
{
	margin-top: -2px;
}
.list .pill {
	font-size: 14px;
	font-weight: 700;
	background: #1e6b75;
	color: #4596CC;
	padding: 2px 17px 4px 17px;
}
.list .col-cta .pill{
	background: none;
	font-weight: 900;
	font-size: 20px;
	color: #f2c94c;
}
.list .col-links a {
	display: inline-block;
	text-decoration: underline;
	padding: 1px 17px 5px 17px;
	border-radius: 40px;
}
.list .col-links a:hover {
	background: #f2c94c;
}
.list .col-buttons {
	text-align: right;
}
.list .col-buttons .button {
	margin-left: 15px;
}
.list .col-title .title {
	font-weight: 900;
	display: block;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -.01em;
}
.list .col-title .pill {
}
.list .col-title .desc {
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.5;
	display: block;
	opacity: 0.75;
}

.list-type02 .row {
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);	
}
.list-type02 .row:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.05);	
}
.list-type02 .row:hover {
	background: none;
}


.list-type03 .row {
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);	
	padding: 50px 30px;
}
.list-type03 .row:nth-child(odd) {
	background: #f8f8f8;
}
.list-type03 .row:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.05);	
}
.list-type03 .row:hover {
	background: none;
}


/* --------- MODAL --------- */
.modal {
	text-align: center;
	z-index: 20002;
}
.modal-backdrop {
	z-index: 20001
}
.modal-dialog {
	text-align: center;
	display: inline-block;
	width: auto;
	max-width: 60vw;
	margin-top: 10vh;
}
.modal.modal-processStepsExist .modal-dialog {
}
.modal-backdrop.in {
	opacity: 0.9;
	background: #0B1020;
}
.modal-content {
	box-shadow: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
.modal-body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.modal-header {
	padding: 0;
	border: none;
	min-height: 0;
}
.close-modal {
  position: fixed !important;
  width: 52px;
  height: 52px;
  background-color: transparent;
  top: 15px;
  right: 15px;
  cursor: pointer;
	z-index: 10000000;
	background: #a89254;
	border-radius: 80px;
}
.close-modal .lr {
  height: 35px;
  width: 3px;
  margin-left: 25px;
	margin-top: 8px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1051;	
}
.close-modal .lr .rl {
  height: 35px;
  width: 3px;
  background-color: #fff;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1052;
}
.close-modal:hover .lr {
  transition: all 0.25s;
	-webkit-transition: all 0.25s;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.modal-white .modal-dialog {
	background: #fff;
	padding: 60px 30px 60px 30px;
	width: 100%;
}







#topBar {
	margin-bottom: 0;
	padding: 30px 0 22px 0;
	font-weight: 700;
	border: none !important;
	border-radius: 0 !important;
	font-family: Rouben;
	letter-spacing: -0.03em;
	font-size: 24px;	
}
#topBar .logo img {
	margin: 8px 0 0 0;
	max-width: 240px;
}
#topBar #menu {
	padding: 20px 0 7px 0;
}
#topBar #menu > .nav {
	float: right;
	margin-right: -15px;	
}
#topBar #menu > .nav > li > a {
	padding: 15px 15px 15px 30px;
}
.nav > li > a:focus, .nav > li > a:hover {
	color: inherit;
	background: inherit;
}
#topBar #menu > .nav > li.active > a {
	font-weight: 800;
}

.menu-btn {
	font-size: 24px;	
	padding: 16px 30px 16px 30px !important;
	line-height: 1.33 !important;
	margin-left: 30px;
	margin-top: -7px;
	background: #032f52;
	color: #fff;
}
.menu-btn:hover {
	background: #e4f3de !important;
	color: inherit;
}


/*@media (max-width:767px) {*/
/*	#topBar .logo {*/
/*		margin-left: 30px;*/
/*	}*/
/*}*/




/* Collapse menu breakpoint */
@media (max-width: 1398px) {
	.navbar-header {
			float: none;
	}
	.navbar-toggle {
			display: block;
	}
	.navbar-collapse {
			border-top: none;
			box-shadow: none;
	}
	.navbar-collapse.collapse {
			display: none;
	}
	#topBar  #menu > .nav {
			float: none !important;
			margin: 0
	}
	.navbar-nav>li {
			float: none;
	}
	.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.navbar-text {
			float: none;
			margin: 15px 0;
	}
	.navbar-collapse.collapse.in { 
			display: block!important;
	}
	.collapsing {
			overflow: hidden!important;
	}
}
@media (min-width: 1399px) {
	.navbar-collapse.collapse {
			display: block;
	}
}













/* XWIDTH - xtra large container */

@media (min-width: 480px) {
	.xwidth {
		width:450px
 	}
}
@media (min-width:992px) {
	.xwidth {
		width:970px
 	}
}
@media (min-width:768px) {
	.xwidth {
		width:750px
 	}
}
@media (min-width:1200px) {
 .xwidth {
	  width:1170px
 }
}
@media (min-width:1330px) {
	.xwidth {
		width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (min-width:1920px) {
	.xwidth {
		width: 1680px;
	}
}






/* SEPARATORS */
.separator {
  position: relative;
  width: 100%;	
	margin-bottom: -60px;
}
.separator::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #145660;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  height: 290px;
	bottom: 0px;
}
.separator2 {
	margin-bottom: 0px;
}
.separator2::after {
  background-color: #fff;
  height: 80px;
}






/* ANIMATIONS */
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px) rotate(0.5deg);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float-long {
	0% {
		transform: translatey(0px);
	}
	25% {
		transform: translatey(-10px) rotate(0.5deg);
	}
	50% {
		transform: translatey(0px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes slideIn {
  0% {
    right: -700px;
		opacity: 0;
  }
  50% {
		opacity: 1;
  }
  100% {
    right: 0px;
		opacity: 1;
  }
}

.anim-float {
	animation: float 4s ease-in-out infinite, slideIn ease 1.5s;
}










/* SOCIAL ICONS */
.social-icons {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 30px;
	right: 30px;
	z-index: 100;
}
.social-icon svg {
	width: 36px;
	fill: #d8dec4;
}
@media (max-width:700px) {
	.social-icons {
		position: relative;
		transform: none;
		margin-top: 0px;
		right: auto;
		z-index: 100;		
		text-align: center;
		background: #013044;
		padding: 5px 0 0 0;
	}
	.social-icons li {
		display: inline;
	}
}






/* ================================================= SECTIONS ================================================= */
section {
	position: relative;
}
@media (max-width:700px) {
	section {
		margin-top: 0px;
		padding-top: 30px;
	}
}



.dark {
	background: #032F52;
	color: #fff;
}
section.dark h1, 
section.dark h2, 
section.dark h3, 
section.dark h4 
{
	color: #fff !important;
}
section.dark .container {
	padding-bottom: 120px;
}
section.dark .box {
	background-color: #1e6b75
}

section.sub {
	padding-top: 80px;
}

section.gradient {
	background-image: linear-gradient(#fff, #f4f4f4);
}
section {
	background-image: linear-gradient(#fff, #fffefa);
}




/* INTRO */
section.intro {
	 padding-bottom: 60px !important;
}
section.intro .container {
	position: relative;
}
.dragon-big {
	position: absolute;
	top: 60px;
  right: -40px;
	z-index: 50;
}
section.intro h1 {
	padding-top: 90px;
	position: relative;
	z-index: 80;
}
section.intro h2 {
	font-family: inherit;
}
@media (max-width:1200px) {
	.dragon-big {
		display: none;
	}
	section.intro {
		padding-bottom: 60px;
	}
	section.intro h1 {
		padding-top: 80px;
	}
	.separator {
		display: none;
	}
}
@media (max-width:700px) {
	section.intro h1 {
		padding-top: 30px;
	}
}







/* NEWS */
section.news .col-pic img {
	margin-left: 90px;
}



/* PROJECTS */
.project {
	margin-bottom: 80px;
}
.project h3 {
	margin-bottom: 15px;
}
.old-projects .project {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.old-projects .project h3 {
	color: #fff !important;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin-bottom: 1.5rem;
}
.old-projects .project p {
	font-size: 18px;
}
.project .actions {
	text-align: right;
}





/* CONTACT */
section.contact {
	margin-top: 120px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.footnote {
	margin-top: 100px;
	font-size: 15px;
	opacity: 0.5;
	font-weight: 300;
	letter-spacing: 0.05em;
	display: none;
}



















video.reelVideo {
	max-width: 100%;
	opacity: 0.9;
	cursor: pointer;
}
.video-wrapper {
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 100px rgba(0,0,0,0.05);
}
.playpause {
    width:180px;
    height:180px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
		cursor: pointer;
}
.video-wrapper:hover .playpause {
	transform: scale(1.1);
	transition: all 0.5s;
}











.cover-bg-dark {
	background-size: cover; 
	padding: 60px;
	/*text-shadow: 1px 0 10px #000;*/
	color: #fff;
}

.cover-bg-light {
	background-size: cover !important;
    background-position: center center !important;
	padding: 60px;
	padding: 90px 60px;
	color: #032F52;
}
.cover-bg-light h2 {
	background: #fff;
	padding: 10px 30px;
	opacity: 0.95;
}
.cover-bg-light .extraClassWhite{
    background: #fff;
    padding: 30px 30px;
    opacity: 0.95;
}
.cover-bg-light .extraClassWhite p {
    padding: 0 !important;
}
.cover-bg-light p {
	padding: 15px 30px;
}




@media (max-width:960px) {
	.cover-bg-dark, .cover-bg-light {
		padding: 20px 0;
	}
	.cover-bg-dark p, .cover-bg-light p {
		padding: 0 10px;
	}
}


/* FOTORAMA */
.fotorama__fullscreen-icon:after {
	content: '\271C \00A0 Fullscreen';
	white-space: nowrap;
	padding: 10px 34px 10px 34px;
	background: #fff;
	font-weight: 500;
	font-size: 18px;
	color: #032F52;
	position: absolute;
	right: 0;
	margin: 5px;
}









/* PLAYMENT PLAN */
.head {
	font-size: 14px;
	font-weight: 500;
}
.col-step {
	text-align: center;
	float: left;
	margin: 20px;
	background: #eee;
	padding: 30px 20px;
	border-radius: 20px;
	width: 180px !important;
}
.rounded {
	background: #5ebb91;
	padding: 10px 30px 10px 30px;
	border-radius: 50px;
	display: block;
	font-weight: 600;
	font-size: 20px;
	white-space: nowrap;
	text-align: center !important;
	color: #fff;
}
.rounded h3 {
	display: block;
	padding: 0;
	margin: 0;
	font-family: inherit;
}
.cont {
	margin-top: 10px;
}
.col-step .desc {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.33;
	color: #4596cc;
}



#google_translate_element img {
	display: none;
}
.skiptranslate iframe {
	display: none;
}
.goog-te-gadget-simple {
    width: 120px;
	font-size:  18px !important;
	border: 0 !important;
	color: #032f52 !important;
	background:  #c7e0f0 !important;
	padding: 5px 0 5px 10px !important;
}
.goog-te-gadget-simple span {
	margin-right: 10px;
}

.menuBody {
	padding: 20px !important;
}




.map iframe {
	width: 100%;
	height: 700px;
}


.apexcharts-tooltip {
    background: #999999 !important;
    color: #fff !important;
    border: none !important;

    .apexcharts-tooltip-title {
        background: #888888 !important;
        border-bottom: none !important;
    }
}


.box-bg {
	background: #eee;
	padding: 30px;
	border-radius: 20px;
}
.s-why-invest{
    background-image: linear-gradient(#eee, #fff) !important;
}


.s-gallery {
    padding: 80px 0;
}

.s-gallery .pid24-gallery-main {
    margin-bottom: 10px;
}

.s-gallery .pid24-gallery-main .splide__slide img {
    border-radius: 4px;
}

.s-gallery .pid24-gallery-thumbs .splide__slide {
    opacity: .4;
    cursor: pointer;
    transition: opacity .2s;
}

.s-gallery .pid24-gallery-thumbs .splide__slide.is-active {
    opacity: 1;
}

.s-gallery .pid24-gallery-thumbs .splide__slide img {
    height: 70px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.splide__list{
    justify-content: center;
}
.pid24-gallery-thumbs .splide__arrows.splide__arrows--ltr{
    display: none;
}
.translate {
    background: #f0f8ff;
    padding: 4px 0;
    font-size: 14px;
}

.translate .goog-te-gadget-simple {
    position: relative;
    display: inline-block;
    font-size: 18px !important;
    border: 0 !important;
    color: #032f52 !important;
    background: #c7e0f0 !important;
    padding: 5px 0 5px 10px !important;
    cursor: pointer;
}

.translate .pll-switcher-toggle {
    color: #032f52;
    text-decoration: none;
}

.translate .pll-switcher-toggle span {
    margin-right: 6px;
}

.translate .pll-switcher-dropdown {
    width: 120px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 120px;
    z-index: 9999;
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.translate .pll-switcher-dropdown li a {
    display: block;
    padding: 6px 14px;
    color: #032f52;
    font-size: 16px;
}

.translate .pll-switcher-dropdown li a:hover {
    background: #f4f8fb;
}

.translate .pll-switcher-dropdown li.current a {
    font-weight: 700;
}

.goog-te-gadget-simple.open .pll-switcher-dropdown {
    display: block;
}
section.intro h1{
    padding-top: 40px !important;
}
.s-investments__bar {
    background: #032F52;
    padding: 40px 0;
}

.s-investments__bar h2 {
    color: #fff;
    margin-bottom: 20px;
}

.s-investments__list {
    background: #fff;
    transition: opacity .2s;
}

.s-investments__list.s-investments__loading {
    opacity: .4;
    pointer-events: none;
}

.s-ocean-intro {
    padding: 40px 0 0 !important;
}

.s-ocean-apartments {
    padding: 40px 0 !important;
}

/* ===== FILTRY ===== */
.s-investments__filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    align-items: flex-end;
    width: 100%;
}

.s-investments__filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.s-investments__filter-group > label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.s-investments__filter-group select {
    background: #fff;
    border: none;
    border-right: 1px solid #eee;
    padding: 10px 14px;
    font-size: 15px;
    color: #032F52;
    width: 100%;
    cursor: pointer;
    height: 42px;
}

/* DROPDOWN Z CHECKBOXAMI */
.s-investments__dropdown {
    position: relative;
}

.s-investments__dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: none;
    border-right: 1px solid #eee;
    padding: 10px 14px;
    font-size: 15px;
    color: #032F52;
    cursor: pointer;
    width: 100%;
    height: 42px;
    white-space: nowrap;
    font-family: inherit;
    font-weight: 600;
}

.s-investments__dropdown-toggle:hover {
    background: #f0f8ff;
}

.s-investments__dropdown-arrow {
    margin-left: auto;
    font-size: 11px;
    transition: transform .2s;
}

.s-investments__dropdown.is-open .s-investments__dropdown-arrow {
    transform: rotate(180deg);
}

.s-investments__badge {
    background: #4596CC;
    color: #fff;
    border-radius: 10px;
    padding: 1px 7px;
    font-size: 12px;
    font-weight: 700;
}

.s-investments__dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    z-index: 200;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    padding: 8px 0;
    max-height: 280px;
    overflow-y: auto;
}

.s-investments__dropdown.is-open .s-investments__dropdown-menu {
    display: block;
}

.s-investments__dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 15px;
    color: #032F52;
    transition: background .15s;
}

.s-investments__dropdown-item:hover {
    background: #f4f8fb;
}

.s-investments__dropdown-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #4596CC;
    flex-shrink: 0;
}

/* PRZYCISKI FILTRÓW */
.s-investments__filter-actions {
    display: flex;
    gap: 0;
    flex: 1;
    min-width: 0;
}

.s-investments__filter-actions .button {
    flex: 1;
    height: 42px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin: 0 !important;
}

/* ===== ITEM INWESTYCJI ===== */
.s-investments__item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.s-investments__item-thumb {
    flex: 0 0 280px;
    max-width: 280px;
}

.s-investments__item-thumb a {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.s-investments__item-thumb img,
.s-investments__item-img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .4s ease;
}

.s-investments__item-thumb a:hover img {
    transform: scale(1.04);
}

.s-investments__item-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.s-investments__item-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 1.2;
}

.s-investments__item-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s;
}

.s-investments__item-title a:hover {
    color: #4596CC;
}

.s-investments__item-excerpt {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.s-investments__item-btn {
    flex: 0 0 auto;
    align-self: center;
    white-space: nowrap;
}

.s-investments__no-results {
    padding: 40px 0;
    opacity: .6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .s-investments__filters {
        flex-wrap: wrap;
        gap: 0;
    }

    .s-investments__filter-group {
        flex: 0 0 50%;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .s-investments__filter-group select,
    .s-investments__dropdown-toggle {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .s-investments__filter-actions {
        flex: 0 0 100%;
        margin-top: 12px;
        gap: 10px;
        padding: 0;
    }

    .s-investments__filter-actions .button {
        flex: 1;
        height: 42px;
    }

    .s-investments__dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .s-investments__item {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        padding: 20px 0;
    }

    .s-investments__item-thumb {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .s-investments__item-thumb img,
    .s-investments__item-img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .s-investments__item-title {
        font-size: 22px;
    }

    .s-investments__item-btn {
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .s-investments__filter-group {
        flex: 0 0 100%;
    }
}
.translate{
    max-height: 55px;
}
.translate .goog-te-gadget-simple{
    max-height: 41px;
}

/* ===== GRID ===== */
.ag-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ag-grid__item {
    display: flex;
    flex-direction: column;
}

.ag-grid__image {
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
}

.ag-grid__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    max-height: 450px;
}

.ag-grid__info {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(3,47,82,.08);
    padding: 24px 20px 20px;
    margin-top: 16px;
    text-align: center;
}

.ag-grid__title {
    font-size: 16px;
    color: #888;
    margin-bottom: 8px;
    font-weight: 400;
}

.ag-grid__price {
    font-size: 28px;
    font-weight: 700;
    color: #032F52;
    margin-bottom: 16px;
    font-family: 'Rouben', sans-serif;
}

.ag-grid__show-more {
    width: 100%;
    margin-top: 4px !important;
}

/* ===== POPUP ===== */
.ag-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

.ag-popup.is-open {
    visibility: visible;
    pointer-events: auto;
}

.ag-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(3,47,82,.5);
    opacity: 0;
    transition: opacity .35s ease;
}

.ag-popup.is-open .ag-popup__overlay {
    opacity: 1;
}

/* ===== POPUP PANEL ===== */
.ag-popup__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 1;
}

.ag-popup.is-open .ag-popup__panel {
    transform: translateX(0);
}

.ag-popup__close {
    position: sticky;
    top: 20px;
    float: right;
    margin: 20px 20px 0 0;
    width: 40px;
    height: 40px;
    background: #032F52;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background .2s;
}

.ag-popup__close:hover {
    background: #4596CC;
}

/* ===== POPUP INNER ===== */
.ag-popup__inner {
    padding: 0 40px 60px;
    clear: both;
}

.ag-popup__image {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.ag-popup__image img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 400px;
    object-fit: contain;
}

.ag-popup__title {
    font-size: 32px;
    color: #032F52;
    margin-bottom: 16px;
}

.ag-popup__desc {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
}

.ag-popup__price {
    font-size: 32px;
    font-weight: 700;
    color: #032F52;
    margin-bottom: 40px;
    font-family: 'Rouben', sans-serif;
}

.ag-popup__price-from {
    font-size: 18px;
    font-weight: 400;
    color: #888;
    display: block;
    margin-bottom: 4px;
}

/* ===== SEKCJE ===== */
.ag-popup__section {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}

.ag-popup__section-title {
    font-size: 22px;
    color: #032F52;
    margin-bottom: 24px;
}

/* ===== IKONY ===== */
.ag-popup__icons-grid {
    display: grid;
    gap: 20px;
}

.ag-popup__icons-grid--location {
    grid-template-columns: repeat(4, 1fr);
}

.ag-popup__icons-grid--amenities {
    grid-template-columns: repeat(4, 1fr);
}

.ag-popup__icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.ag-popup__icon-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.ag-popup__icon-item span {
    font-size: 13px;
    color: #555;
    line-height: 1.3;
}

/* ===== BODY LOCK ===== */
body.ag-popup-open {
    overflow: hidden;
}
.ag-grid__show-more{
    font-size: 24px;
    padding: 16px 30px !important;
    line-height: 1.33 !important;
    margin-top: 10px !important;
    background: #032f52 !important;
    color: #fff !important;
    transition: all 0.5s ease;
}

.ag-grid__show-more:hover{
    background: #024375 !important;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .ag-grid { grid-template-columns: repeat(2, 1fr); }
    .ag-popup__panel { width: 100%; }
    .ag-popup__inner { padding: 0 20px 40px; }
    .ag-popup__icons-grid--location { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
    .ag-grid { grid-template-columns: 1fr; }
    .ag-popup__icons-grid--amenities { grid-template-columns: repeat(2, 1fr); }
    .ag-popup__title { font-size: 24px; }
    .ag-popup__price { font-size: 26px; }
}
.video-wrapper video{
    width: 100%;
}

/* ===== HERO ===== */
.cf-hero {
    padding: 80px 0 60px;
    background: #fff;
}

.cf-hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 20px;
}

.cf-hero__heading {
    font-size: 48px;
    color: #032F52;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.cf-hero__subtext {
    font-size: 20px;
    font-weight: 700;
    color: #032F52;
    line-height: 1.5;
    margin-bottom: 0;
}

.cf-hero__image {
    border-radius: 0;
    overflow: hidden;
    height: 380px;
}

.cf-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== HERO ===== */
.cf-hero {
    padding: 80px 0 60px;
    background: #fff;
}

.cf-hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 20px;
}

.cf-hero__heading {
    font-size: 48px;
    color: #032F52;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.cf-hero__subtext {
    font-size: 20px;
    font-weight: 700;
    color: #032F52;
    line-height: 1.5;
    margin-bottom: 0;
}

.cf-hero__image {
    overflow: hidden;
    height: 380px;
}

.cf-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== FORMULARZ ===== */
.cf-form-wrap {
    background: #f2f2f2;
    padding: 60px 0 80px;
}

.cf-form-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cf-form-inner .wpcf7 {
    margin: 0;
}

.cf-form-inner .wpcf7-form {
    display: block;
}

/* Grid */
.cf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    align-items: start;
}

/* Pole */
.cf-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cf-field--full {
    grid-column: 1 / -1;
}

.cf-field--submit {
    margin-top: 8px;
}

/* Label */
.cf-field label {
    font-size: 15px;
    color: #555;
    font-weight: 600;
    display: block;
}

/* Wrap CF7 */
.cf-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Inputy */
.cf-field input[type="text"],
.cf-field input[type="email"],
.cf-field input[type="tel"],
.cf-field textarea {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 16px;
    color: #032F52;
    font-family: inherit;
    outline: none;
    transition: box-shadow .2s, border-color .2s;
    box-sizing: border-box;
}

.cf-field input[type="text"]:focus,
.cf-field input[type="email"]:focus,
.cf-field input[type="tel"]:focus,
.cf-field textarea:focus {
    box-shadow: 0 0 0 2px #4596CC;
}

.cf-field .wpcf7-not-valid {
    border-color: #e00 !important;
    box-shadow: none !important;
}

.cf-field textarea {
    height: 180px;
    resize: vertical;
}

/* Błąd */
.cf-field .wpcf7-not-valid-tip {
    display: block;
    font-size: 13px;
    color: #e00;
    line-height: 1.3;
}

/* Submit */
.cf-field input[type="submit"],
.cf-field .wpcf7-submit {
    background: #032F52;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 48px;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: background .2s;
    display: inline-block;
}

.cf-field input[type="submit"]:hover,
.cf-field .wpcf7-submit:hover {
    background: #4596CC;
}

/* Response output */
.cf-form-inner .wpcf7-response-output {
    margin: 16px 0 0 !important;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 15px;
    border: 1px solid transparent;
}

.cf-form-inner .wpcf7-mail-sent-ok {
    background: #e8f5e9;
    border-color: #5ebb91 !important;
    color: #2e7d32;
}

.cf-form-inner .wpcf7-validation-errors,
.cf-form-inner .wpcf7-mail-sent-ng,
.cf-form-inner .wpcf7-acceptance-missing {
    background: #fce4e4;
    border-color: #e00 !important;
    color: #c00;
}

.page-id-229 .contact.dark {
    margin-top: 0px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .cf-hero { padding: 50px 0 40px; }
    .cf-hero__heading { font-size: 36px; }
    .cf-hero__image { height: 280px; margin-top: 30px; }
    .cf-grid { grid-template-columns: 1fr; }
    .cf-field--full { grid-column: 1; }
}

@media (max-width: 480px) {
    .cf-hero__heading { font-size: 28px; }
    .cf-hero__subtext { font-size: 17px; }
}