@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Poppins, serif;
	font-size: 14px;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
	scroll-behavior: smooth;
}

input, button, select, textarea {
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}

.row>* {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.mobile-header, .mobile-menu { display: none; }
.menu {
	background: #F6F6F6; 
	/* filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25)); */
	margin-bottom: 95px;
}

.menu-right { 
	text-align: right;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu-right a {
	padding-right: 40px;
	color: rgba(40, 40, 40, 0.7);
	text-decoration: none;
	
}
.menu-right a:hover { color: #000; }

a.menu-cta { 
	background-color: #49B948;
    border-radius: 10px;
    text-align: right;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
	font-size: 12px;
}
#lang-globe {
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.mobile-menu a.menu-cta {
	float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1%;
    padding: 11px 19px;
	margin-right: 8px;
	border: 1px solid #49B948;
}
a.menu-cta:hover {
	background-color: #3A9438;
	color: #fff;
}
.mobile-menu a.menu-cta.menu-cta-secondary {
	color: #49B948;
	background-color: transparent;
	border: 1px solid #49B948;
}
.d-x { display: none !important; }

.hero-container { margin-bottom: 95px; }

.hero-subtitle { font-size: 21px; color: #282828; padding-bottom: 15px; }
.page-about-us .hero-subtitle { padding-bottom: 10px; }
.hero-title { font-size: 34px; font-weight: 600; color: #282828; line-height: 43px; padding-bottom: 10px; margin-bottom: 0; }
.hero-title .h { color: rgba(73, 185, 72, 1); }
.h { color: rgba(73, 185, 72, 1); }
.hero-intro {font-size: 21px;color: rgba(40, 40, 40, 0.8);padding-bottom: 40px;padding-right: 60px; /* 50px */}
/* When the intro is the last element (no button row after it), its bottom
   padding hangs below the text and breaks the optical vertical centering
   against the image — drop it so the visible text is truly centered. */
.hero-message > .hero-intro:last-child { padding-bottom: 0; }
.hero-intro .h { color: rgba(73, 185, 72, 1); font-weight: 600; }
.location-desc .h { font-weight: 500; }

.hero-message { display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-img img { width: 100%; aspect-ratio: 563 / 434; object-fit: cover; object-position: center; border-radius: 16px; }
/* About Us hero: 2x2 grid of team portraits */
.about-team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-img .about-team-grid img { width: 100%; aspect-ratio: 563 / 434; object-fit: cover; object-position: 50% 22%; border-radius: 16px; display: block; }
.about-collage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; border-radius: 16px; overflow: hidden; }
.hero-img .about-collage-grid img { width: 100%; aspect-ratio: 400 / 464; object-fit: cover; border-radius: 0; display: block; }
.hero-message.hero-message-right {
	padding-left: 85px;
}

.btn-inbp {
    border-radius: 100px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 19px 43.5px;
	text-decoration: none;
	border: 1px solid #49B948;
	margin-right: 10px;
	cursor: pointer;
}
.btn-inbp-primary {
	background-color: #49B948;
}
.btn-inbp-primary:hover {
	background-color: #3A9438;
	border-color: #3A9438;
}
.btn-inbp-secondary {
	background-color: transparent;
	color: #49B948;
	border: 1px solid #49B948;
	padding: 19px 33px;
}
.btn-inbp-secondary:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
#apartmentModal .btn-inbp-secondary { margin-right: 6px; }
.search-btn.btn-inbp-secondary {
	padding: 14px 25px; font-size: 12px;
}
	
.bg-grey { background: #F6F6F6; }
.bg-black { backround: #000; }

/* Cards */
.cards-container {
	padding: 95px 0;
}
.row-cards { justify-content: space-evenly; display: flex; gap: 36px; }
.col-card { 
	/*width: calc(33.33333333% - 24px);
    margin-right: 36px;*/
    text-align: center;
    padding-right: 0;
	display: flex;
    flex-direction: column;
    flex: 1;
}
.col-card:last-child {
	margin-right: 0;
}
.card-img img { 
	width: 100%; 
	border-radius: 10px 10px 0 0;
}
.card-bottom {
	background: #fff;
	padding-bottom: 40px; 
	border-radius: 0 0 10px 10px;
	flex: 1;
}
.card-title { font-size: 21px; font-weight: 700; padding: 40px 0 15px 0; }
.card-desc {font-size: 13px;padding: 0 15%;color: #575558;margin-bottom: 25px;}
.btn-inbp-more { padding: 9px 26px; font-size: 12px; }

/* Carousel */
/*.carousel {
overflow-x: scroll;
scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
display: none;
}
.carousel-track {
display: flex;
}

*/

.carousel-container {
	background: #FFF; 
	padding: 90px 0 90px;
}

.carousel {
    position: relative;
}

.carousel-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

/* Tabs styling */
.carousel-tab-container,
.info-tab-container {
	display: flex;
	justify-content: center;
	
}
.carousel-tabs,
.info-tabs {
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    border-radius:100px;
    background: #F6F6F6;
    padding: 6px;
}

.carousel-tab,
.info-tab {
    padding: 12px 30px;
    color: #282828;
    cursor: pointer;
    border-radius: 60px;
    transition: all 0.3s ease;
    font-weight: 400;
}

/*.carousel-tab:hover,
.info-tab:hover {
    opacity: 0.85;
}*/

.carousel-tab.active,
.info-tab.active {
    background: #282828;
    color: #fff;
}

.carousel-title {
	font-size: 34px;
	font-weight: 600;
	color: rgba(40, 40, 40, 1);
	margin-bottom: 20px;
}
.carousel-desc {
	font-size: 16px;
	font-weight: normal;
	color: rgba(87, 85, 88, 1);
}
.carousel-img img { border-radius: 16px; width: 100%; aspect-ratio: 478 / 350; object-fit: cover; object-position: center; }
.carousel-left {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	display: block !important;
}
.carousel-item.active {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.dots {
	/*position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-50%);
	*/
	display: flex;
	justify-content: center;
	padding: 70px 0 0 0;
	border-radius: 10px;
}

.dot {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: #C3C3C3;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s;
}

.dot.active {
	background-color: #1F1F1F;
}

/* Media v2 */
/*
.info-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.info-tab {
    padding: 10px 20px;
    background: #e0e0e0;
    color: #555;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.info-tab:hover {
    opacity: 0.85;
}

.info-tab.active {
    background: #000;
    color: #fff;
}
*/

/* Fade Content */

.info-content {
    position: relative;
}

.info-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.info-item-heritage, .info-item-heritage .media-subtitle, .info-item-heritage p {
	text-align: left;
}
.info-item-heritage .col-media-left
{
	justify-content: flex-start;
}
.info-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

/* Services */
.services-container { padding: 90px 0; }
.services-container h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 70px;
    line-height: 39px;
    }
.page-student .services-container {padding: 90px 0 90px 0;}

.service-list {  }
.col-service-flex { 
	display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
	
.service-item {
	/* 3 per row filling the container exactly: each card = a third of the
	   remaining space after the two 24px gaps (303px at the 957px design width) */
	flex: 0 0 calc((100% - 48px) / 3);
	padding: 45px 30px;
	background: #F6F6F6;
	border-radius: 10px;
	transition: background-color 0.3s ease;
	user-select: none;
}
.student-location-container .service-item,
.ownership-container .service-item { flex: auto; }
.service-top { display: flex; }
.service-top img.active { display: none; }
.service-icon { width: 34px; margin-bottom: 8px; }
.service-title { font-size: 14px; font-weight: 500; margin-bottom: 6px; color: #282828; transition: color 0.3s ease; }
.page-buy .service-title { color: #282828; }
.service-desc { font-size: 12px; font-weight: normal; color: #575558; transition: color 0.3s ease; }

.service-item:hover { background: #282828 !important;}
.service-item:hover .service-top img.default { display: none; }
.service-item:hover .service-top img.active { display: block; }
.service-item:hover .service-title { color: #fff; }
.service-item:hover .service-desc { color: #E0E0E0; }
/* Location box */

.location-container {
	padding: 90px 12px; 
}
.location-title {
	font-size: 26px;
	font-weight: 600;
	color: rgba(40, 40, 40, 1);
	margin-bottom: 5px;
	line-height: 39px;
}
.location-desc {
	font-size: 16px;
	font-weight: 400;
	color: rgba(87, 85, 88, 1);
	padding-top: 10px;
}
.location-address {
	padding-top: 20px;
	font-size: 18px;
	color: #49B948;
	font-weight: 400;
}
.col-location {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Static location map (replaces the interactive Google map) */
.map-static { position: relative; margin-top: 45px; }
/* pins + image share this coordinate space; % positions are relative to the canvas,
   so cropping/scaling the canvas can never separate pins from the map */
.map-canvas { position: relative; }
.map-canvas > img { display: block; width: 100%; height: auto; border-radius: 16px; }
.location-address-link { color: inherit; text-decoration: none; }
.location-address-link:hover { text-decoration: underline; }
.map-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 16px; font-size: 12.5px; color: #575558; }
.legend-item { display: inline-flex; align-items: center; gap: 7px; }
.legend-dot { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--pc, #49B948); }
.legend-dot img { width: 9px; height: 9px; display: block; }
.map-pin { position: absolute; transform: translate(-50%, -50%); z-index: 2; cursor: pointer; outline: none; }
.map-pin > img { width: 74px; height: auto; filter: drop-shadow(0 2px 6px rgba(255,255,255,0.9)) drop-shadow(0 4px 10px rgba(0,0,0,0.25)); transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.map-pin:hover > img, .map-pin:focus > img { transform: scale(1.08); }

/* POI markers: colored badge + white icon, site-style hover card */
.map-poi { position: absolute; transform: translate(-50%, -50%); z-index: 2; cursor: pointer; outline: none; }
.map-poi:hover, .map-poi:focus, .map-pin:hover, .map-pin:focus { z-index: 9; }
.poi-uni  { --pc: #49B948; }
.poi-bar  { --pc: #E8963E; }
.poi-cafe { --pc: #A2653F; }
.poi-food { --pc: #E25C4A; }
.poi-mark { --pc: #5B7FBF; }
.poi-transit { --pc: #6B7A90; }
.poi-badge { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pc, #49B948); border: 2px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.22); transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease; }
.poi-badge img { width: 17px; height: 17px; display: block; }
.map-poi:hover .poi-badge, .map-poi:focus .poi-badge { transform: scale(1.2) rotate(-8deg); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }

.poi-card { position: absolute; left: 50%; bottom: calc(100% + 12px); transform: translateX(-50%) translateY(10px) scale(0.9); transform-origin: bottom center; background: #fff; border-radius: 12px; padding: 13px 16px; width: max-content; max-width: 250px; box-shadow: 0 14px 34px rgba(0,0,0,0.18); opacity: 0; visibility: hidden; transition: opacity 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.28s; pointer-events: none; text-align: left; }
.poi-card::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: #fff; }
.map-poi:hover .poi-card, .map-poi:focus .poi-card, .map-pin:hover .poi-card, .map-pin:focus .poi-card { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0) scale(1); }
.poi-name { display: block; font-size: 14px; font-weight: 700; color: #282828; line-height: 1.35; }
.poi-desc { display: block; font-size: 12.5px; color: #575558; padding-top: 3px; line-height: 1.45; white-space: normal; }
.poi-time { display: inline-flex; align-items: center; gap: 6px; margin-top: 9px; font-size: 12px; font-weight: 700; color: var(--pc, #49B948); white-space: nowrap; }
.poi-time::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pc, #49B948); }
.poi-card-pin { --pc: #49B948; }

/* card below the badge, for markers near the top edge */
.poi-below .poi-card { bottom: auto; top: calc(100% + 12px); transform-origin: top center; transform: translateX(-50%) translateY(-10px) scale(0.9); }
.poi-below .poi-card::after { top: auto; bottom: 100%; border-top-color: transparent; border-bottom-color: #fff; }
.poi-below:hover .poi-card, .poi-below:focus .poi-card { transform: translateX(-50%) translateY(0) scale(1); }
/* card shifted left, for markers at the right edge */
.poi-shift-left .poi-card { left: auto; right: -14px; transform: translateY(10px) scale(0.9); transform-origin: bottom right; }
.poi-shift-left .poi-card::after { left: auto; right: 22px; transform: none; }
.poi-shift-left:hover .poi-card, .poi-shift-left:focus .poi-card { transform: translateY(0) scale(1); }

.map-directions { position: absolute; left: 20px; bottom: 20px; }
@media (max-width: 768px) {
	/* zoom into the middle of the map by scaling the shared canvas — image and
	   pins move together, so positions stay exact (object-fit: cover would not) */
	.map-crop { overflow: hidden; border-radius: 16px; }
	.map-canvas { width: 185%; margin-left: -42.5%; }
	.map-canvas > img { border-radius: 0; }
	.poi-badge { width: 28px; height: 28px; }
	.poi-badge img { width: 14px; height: 14px; }
	.map-pin > img { width: 56px; }
	.poi-card { max-width: 170px; padding: 10px 12px; }
	.map-legend { gap: 8px 14px; font-size: 11.5px; }
}

/* Gallery */
.gallery-container {
	padding: 90px 0;
	overflow-x: hidden;
}

#gallery { display: flex; gap: 50px; margin: 0; padding: 0; overflow: hidden; }
#gallery li { list-style: none; cursor: pointer; }
#gallery li img { height: 750px; }

/* Media */
.media-container {
	padding: 95px 0;
}

.bg-media {
	background: #E2DAFF; 
}
.col-media-right { text-align:center; }
.col-media-left { 
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.media-title {
	font-size: 26px;
	font-weight: 600;
	color: rgba(40, 40, 40, 1);
	margin-bottom: 38px;
	color: #282828;
}
.media-subtitle {
	font-size: 16px;
	font-weight: 700;
	color: #282828;
	margin-bottom: 8px;
}
.media-desc {
	font-size: 16px;
	font-weight: normal;
	color: rgba(87, 85, 88, 1);
	color: #575558;
}
.media-desc p {
	margin-bottom: 38px;
}

.media-v2-container {
	padding: 90px 0; 
}

.media-v2-container > .container {
	/* margin-bottom: 97px; */
}

/* Award */

.award-container { padding: 90px 0; text-align: center; }
.award-title {
	padding-top: 25px;
	font-size: 21px;
	font-weight: 700;
	color: rgba(40, 40, 40, 1);
	margin-bottom: 10px;
}
.award-desc {
	padding: 5px 25%;
	font-weight: normal;
	color: rgba(87, 85, 88, 1);
	font-size: 16px;
}

.footer-container { padding: 90px 0; }
.footer-container .footer-info { align-items: center; }
.bg-footer {background: #282828;}
.footer-social { text-align:right; }
.footer-social img { width: 40px; }
.col-powered { text-align:center;color: #F6F6F6; font-size:16px;}
.footer-table { border-top: 1px solid #F6F6F6; margin-top:30px; padding-top: 30px; }
.footer-table ul { margin: 0; padding: 0; }
.footer-table ul li { margin: 0; padding: 0; list-style: none; padding-bottom: 15px; }
.footer-table a { color: rgba(246,246,246,0.7); font-size: 16px;text-decoration: none; }
.footer-table a:hover { color: #fff; }
.footer-table .col-end {
	flex-direction: column;
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
}
.footer-table .btn-inbp { padding: 10px 29px; font-size: 12px; color: #fff; margin-right: 0; }
.footer-table .col-end {text-align:right;}
/* BUY PAGE */

.apartment-type-container {
	padding: 95px 0;
}
.apartment-type-container h2 {
	font-weight: 600;
	font-size: 26px;
}
.apartment-type-container .row-title { margin-bottom: 70px; align-items: center; }
.apartment-type-container .row-desc { font-size: 16px; padding-right: 60px; }
.apartment-type-card {
	width: 368px;
	float: left;
	/*margin-right: 50px;*/
	background: #fff;
	border-radius: 10px;
}
.apartment-type-content {
	padding: 23px 32px 30px;
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.apartment-type-title {
	font-size: 16px;
	padding-bottom: 10px;
	width: 100%;
}
.apartment-type-icon-info {
	position: absolute;
	top: 23px;
	right: 32px;
}
.inbp-tooltip {   --bs-tooltip-bg: #fff;
  --bs-tooltip-color: white; }
.inbp-tooltip .tooltip-inner {
    max-width: 280px;
    padding: 18px;
    color: #575558;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
}

.tooltip-title { font-size: 14px; line-height: 21px; margin-bottom: 8px; color: #000; }
.tooltip-desc { font-size: 12px; line-height: 18px;  }
.apartment-type-desc {
	float: left;
	width: 59%;
	font-size: 12px;
}
.apartment-type-btn {
	float: left;
	width: 41%;
	text-align: right;
	position: relative;
    left: 2px;
}
.apartment-type-info {
	display: block;
	width: 100%;
	background: url('../img/svg/area.svg') 0 0 scroll no-repeat;
	padding-left: 30px;
	margin-bottom: 9px;
	min-height: 20px;
	padding-top: 2px;
	color: #575558;
}
.apartment-type-price {
	display: block;
	width: 100%;
	background: url('../img/icon/icon-price.svg') 0 center scroll no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
	min-height: 22px;
	padding-top: 2px;
	color: #575558;
}
.apartment-type-area {
	display: block;
	width: 100%;
	background: url('../img/icon/icon-area.svg') 0 center scroll no-repeat;
	background-size: 14px 14px;
	padding-left: 22px;
	min-height: 20px;
	padding-top: 2px;
	color: #575558;
}
.apartment-type-students {
	display: block;
	width: 100%;
	background: url('../img/icon/icon-students.svg') 0 center scroll no-repeat;
	background-size: 14px 14px;
	padding-left: 22px;
	min-height: 20px;
	padding-top: 2px;
	color: #575558;
}
.apartment-type-eur {
	display: block;
	width: 100%;
	background: url('../img/icon/icon-euro.svg') 0 center scroll no-repeat;
	background-size: 14px 14px;
	padding-left: 22px;
	min-height: 20px;
	padding-top: 2px;
	color: #575558;
}
.apartment-type-btn .btn-inbp {
	padding: 11px 15px;
    font-size: 11px;
	margin-right: 0;
	width: 100%;
}
.visionary-container {padding: 95px 0 0 0 !important;}
/* Portrait source photo: anchor the landscape crop near the top so the face stays in frame */
.visionary-container .hero-img img { object-position: 50% 12%; }
.visionary-container .hero-message {padding-left: 53px;}

.phase-i-container {
	padding: 95px 0;
}
.phase-i-container .hero-container { margin-bottom: 80px; }
.phase-i-container .hero-title {padding-right: 30%;padding-bottom: 19px;}
.phase-i-container .hero-intro {
	font-size: 16px;
	color: rgba(40, 40, 40, 0.8);
	padding-bottom: 40px;
	padding-right: 10%;
}
.page-about-us .hero-intro {}
.visionary-container .hero-intro { padding-right: 10%; }
.phase-i-container .service-item {
	background: #fff;
}
.phase-i-services { /*margin-bottom: 100px;*/ }
/*
.phase-i-container .col-services {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	gap: 100px;
	padding-right: 0;
}
.phase-i-container .service-item {
	width: auto;
	padding-right: 0;
}
.phase-i-container .service-desc {
	color: #575558;
}
*/

.col-testimonals {
	display: flex;
	gap: 40px;
	padding-right: 0;
    margin-top: 3rem;
}
.col-testimonal { background: #fff; border-radius: 10px; position: relative; padding: 60px 14% 40px 40px; width: 50%; }
.col-testimonal img { position: absolute; top: -40px; left: 40px; }
.testimonal-name { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.testimonal-desc { line-height: 28px; }

/* Ownership */
.ownership-container {
    padding: 90px 0;
	color: #575558;
	background: #F6F6F6;
}
.ownership-left { display: flex; align-items: center; }
.ownership-top img { width: 100%; margin-top: 60px; }
.ownership-title {font-size: 26px;font-weight: 600;color: #282828;}
.ownership-desc { font-size: 16px; line-height: 21px; line-height: 24px;  }
.ownership-desc .h { font-weight: 500; }
.row-ownership-services { margin-top: 60px; }

.ownership-container .col-services {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	gap: 100px;
	padding-right: 0;
}
.ownership-container .service-item {
	width: auto;
	padding-right: 0;
}
.ownership-container .service-desc {
	color: #575558;
}

/*Brouscure*/
.broschure-container { 
	padding: 100px 0; 
	height: 402px; 
	text-align: center; 
	background: url('../img/broschure-bg.png') scroll no-repeat 50% 0; 
	display: flex; 
	align-items: center;
}
.broschure-title { color: #fff; font-size: 26px; font-weight: 600; padding-bottom: 10px; }
.broschure-desc { color: #B4B4B4; font-size: 16px; padding: 0 30% 30px; line-height: 26px; }
.broschure-btn { background: #49B948; color: #fff; font-size: 14px; padding: 19px 23.5px; }
.broschure-btn:hover { background-color: #3A9438; border-color: #3A9438;}


/* FAQ */
.faq-container { padding: 90px 0; font-size: 21px; }
.faq-title { text-align: center; font-size: 50px; font-weight: 600; padding-bottom: 50px; }
.faq-item { background: #F6F6F6; padding: 35px 40px; border-radius: 16px; position: relative; cursor: pointer; margin-bottom: 30px; }
.faq-item:last-child { margin-bottom: 90px; }
.faq-q { }
.faq-a { 
	opacity: 0;
    visibility: hidden;
	height: 0;
    transition: opacity 0.5s ease;
	font-size: 16px;
	border-top: 1px solid #A6A6A6;
	}
.faq-s { position: absolute; top: 35px; right: 35px; background: #000; color: #fff; border-radius: 100%; width: 40px; height: 40px; line-height: 40px; text-align: center; }
.faq-s::before { content: "+"; }

.faq-item.open .faq-a { opacity: 1; visibility: visible; height: auto; margin-top: 35px; padding-top: 20px; color: rgba(40, 40, 40, 0.8); }
.faq-item.open .faq-s::before { content: "-"; }

/* SERVICES */

.col-services {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	gap: 100px;
	padding-right: 0;
}
.col-services .service-item {
	width: auto;
	padding-right: 0;
}

.student-location-container {
	padding: 90px 0 0 0;
}
.student-location-container .col-services {
	margin-top: 85px;
}
.phase-i-container-student { margin-bottom: 95px; }
.phase-i-container-student .col-testimonal { background: #F6F6F6; }
.phase-i-container-student .hero-container { margin-bottom: 0; }
.carousel-student-container { padding-top: 0; padding-bottom: 70px; }

.dark-hero-container { padding: 90px 0; height: 486px; text-align: center; background: #0b0b0d url('../img/student-black-bg-v2.jpg') scroll no-repeat 50% 0 / cover; display: flex; align-items: center; }
.dark-hero-title { color: #fff; font-size: 34px; font-weight: 600; padding-bottom: 30px;  }

/* search-container */
.apartment-list-container { margin: 65px 0 130px 0; }
.apartment-list-container .container {     --bs-gutter-x: 0; }
.search-container { 	
	background: #000 url('../img/apartment-list.jpg');
}
.search-box {
	/*max-width: 1320px;*/
	width: 1296px;
	height: 485px;
	margin: 0 auto;
	position: relative;
}
.search-box .back { position: absolute; top: 40px; left: 0; padding-right: 10px; }
.search-box .back a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.search-box .back .txt-back { color: rgba(255, 255, 255, 0.7); position: relative; top: -11px; }
.search-box .back .btn-close.btn-close-back { width: 32px; height: 32px; background: transparent url('../img/svg/arrow-left-white-07.svg') center / 21px 21px no-repeat; opacity: 1; }
.search-box .back:hover .txt-back { color: #fff !important; }
.search-box .back:hover .btn-close.btn-close-back { background: transparent url('../img/svg/arrow-left-white.svg') center / 21px 21px no-repeat; }

body.page-apartment-list .menu { margin-bottom: 0; }
.search-title { color: #fff; font-size: 50px; font-weight: 600; text-align: center; padding: 130px 0 70px 0; }

.search-bar {
	display: flex;
    background: #fff;
    border-radius: 100px;
    padding: 30px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.search-btn { cursor: pointer; }
.search-dropdown { background: #F6F6F6; border-radius: 10px; /* margin-left: 16px;*/ float: left; padding: 11.5px 36px; cursor: pointer; position: relative; }
.search-dropdown:hover {background: #D0D0D0;}
.search-dropdown-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100% }
.search-dropdown-title { float: left; }
.search-dropdown-arrow { float: left; margin-left: 18px; }

.search-dropdown-options { 
	position: absolute; top: 40px; left: 0; background: #fff; border-radius: 10px; padding: 22px 10px 5px 10px;
	opacity: 0;
    visibility: hidden;
	height: 0;
    transition: opacity 0.5s ease;
	z-index: 9999;
}
.search-dropdown.open .search-dropdown-options {
	opacity: 1;
    visibility: visible;
	height: auto;
	box-shadow: 0px 14px 74px 0px rgba(0, 0, 0, 0.4);
}
.search-dropdown-option .arrow { display: inline-block; width: 15px; height: 15px; background: #C6C6C6; border-radius: 3px; position: relative; top: 3px; margin-right: 14px; }
.search-dropdown-option { white-space: nowrap; padding: 10px 50px 10px 25px; }
.search-dropdown-option:hover {background: #dddddd;border-radius: 10px;}
/* .search-dropdown-option:hover .arrow, */
.search-dropdown-option.selected .arrow { background: #49B948 url('../img/svg/tick-white.svg') no-repeat 55% 55% / 11px auto; }
.search-dropdown-option:last-child { margin-bottom: 10px; }

/* Header row = quiet labels: off-black like the data but lighter weight.
   The actively sorted column is bumped one weight step + dark arrow. */
.table-apartments thead { font-weight: 500; }
.table-apartments thead td { white-space: nowrap; font-size: 14px; }
.table-apartments thead a { color: #282828; }
.table-apartments tr td { padding: 15px 10px; cursor: pointer; border: none; width: 11.6%; text-align: center; }
.table-apartments tr td:first-child { padding-left: 4.5%; width: 16%; }
.table-apartments tr td.det { text-decoration: underline; }
.table-apartments thead img { width: 10px; left: 4px; position: relative; top: -1px; }
/* Sort affordance: every sortable header shows a quiet updown hint; the active
   column keeps the strong directional arrow and slightly bolder label. */
.table-apartments thead img.sort-arrow-idle { opacity: .35; transition: opacity .15s ease; }
.table-apartments thead a:hover img.sort-arrow-idle { opacity: .8; }
.table-apartments thead a:has(img.sort-arrow-active) { font-weight: 600; color: #282828; }
.table-apartments a {color: #000;text-decoration: none;}

.table-apartments tr.list-hidden-by-default { display: none; }
.table-apartments tr td.status-Available { color: #49B948; }
.table-apartments tr td.status-Sold { color: #FF0000;  }
.table-apartments tr td.status-Blocked { color: #FFA500;  }
.table-apartments tr td.status-Reserved { color: #FFA500;  }
.table-apartments tr.row-Sold, .table-apartments tr.row-Sold { opacity: .5; }
.align-center { text-align: center; }
.align-left { text-align: left !important; }
.table-striped>tbody>tr:nth-of-type(odd)>* { --bs-table-bg-type: #F6F6F6; }
.table-hover>tbody>tr:hover>* { background-color: #E4E3E3; }

.display-mobile { display: none; }

#apartmentModal .modal-dialog { --bs-modal-margin: 0; }
@media (min-width: 1200px) {
    #apartmentModal .modal-xl {
        --bs-modal-width: 1152px;
    }
	#contactModal .modal-xl {
		--bs-modal-width: 1196px;
	}

}
@media (min-width: 1400px) {
    .container-apartment-list {
        max-width: 1296px;
    }
}

.apartment-modal-content { padding: 0 8% }
.apartment-modal-content img.apartment-pic-top { width: 100%; border-radius: 16px; }
/* Amenity gallery slider (apartment modal): one image at a time in the
   floorplan's 16:9 proportions, arrows + swipe + counter chip. */
.pp-gallery-slider { position: relative; overflow: hidden; border-radius: 16px; }
.pp-gallery-track { display: flex; transition: transform .35s ease; }
.pp-gallery-slide { flex: 0 0 100%; }
.pp-gallery-slide img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.pp-gallery-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50% !important; /* the global button reset zeroes radii */
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 2px 12px rgba(22, 17, 24, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color .15s ease;
}
.pp-gallery-arrow:hover { background: #fff; }
.pp-gallery-prev { left: 16px; }
.pp-gallery-next { right: 16px; }
.pp-gallery-counter {
	position: absolute;
	right: 16px;
	bottom: 16px;
	padding: 6px 14px;
	background: rgba(22, 17, 24, 0.55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.modal-content { border-radius: 10px; border: none; }
.modal-content iframe { border-radius: 10px; }
.btn-close.btn-close-back {
	background: transparent url('../img/arrow-left.svg') center / 1em auto no-repeat;
	width: 31px;
	height: 31px;
}

.pp-top .btn-close.btn-close-back {
    background: transparent url(../img/svg/arrow-left-grey.svg) left / 1em auto no-repeat !important;
    width: 21px;
    height: 31px;
	opacity: 1;
}

.txt-back { position: relative;
    top: -10px;
    font-size: 16px;
    color: rgba(40, 40, 40, 0.7);
    font-weight: 500;
    left: -4px;
}
.back { cursor: pointer; padding-top: 6px; }
.back:hover .txt-back {
	opacity: 1;
	color: #000;
}
.pp-top .back:hover .btn-close.btn-close-back {
	opacity: 1;
	background: transparent url(../img/svg/arrow-left-black.svg) left / 1em auto no-repeat !important;
}

.pp-top { height: 95px; padding: 25px 0px;  }
.pp-tab { padding: 12px 40px; border-radius: 60px; display: inline-block; border: 1px solid rgba(166, 166, 166, 1); margin: 0 4px; cursor: pointer; }
.pp-tab:hover { background: rgba(208, 208, 208, 1); border-color: rgba(208, 208, 208, 1); }
.pp-tab.active {  background: #282828; color: #fff; border: 1px solid #282828; }

.pp-tab-content { opacity: 0;
	visibility: hidden;
	height: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	display: none; }
.pp-tab-content.active { opacity: 1; visibility: visible; height: auto; display: block;  }

.pp-status { padding-top: 14px; }
.pp-status.Available-For-Sale { color: #49B948; }
.pp-status.Sold { color: #FF0000; }

.pp-content { padding-top: 37px; color: #282828; padding-bottom: 4rem; }
.pp-content h1 { font-size: 34px; font-weight: 600; }
.pp-content h2 { font-size: 19px; }
.pp-content .btn-inbp { padding: 19px 37.5px; margin-right: 0; }
.pp-desc { padding-top: 30px; padding-bottom: 37px; font-size: 19px; padding-right: 40px; color: rgba(40, 40, 40, 0.8) }

.pp-details { float: left; width: 100%; }
.pp-details-block { float: left; width: 50%; }
.pp-details-block ul li { font-size: 19px; margin-bottom: 24px;font-weight: 300; }
.pp-details-block ul { margin-bottom: 40px; list-style: none; padding-left: 0; }
.pp-details-block img { margin-right: 14px; position: relative; top: -1px;}
.pp-detail-title { font-size: 24px; font-weight: 500; padding-bottom: 24px; }


.pp-top { float: left; width: 100%; }
.pp-row { float: left; width: 100%; margin-left: -12px; margin-right: -12px; }
.pp-col-left { float: left; width:20%;}
.pp-col-center { float: left; width:60%;}
.pp-col-right { float: left; width:20%;}
.pp-col-pp { position: relative; }
.pp-col-pp .btn-apartment-enquire { display: none; }

.btn-broschure { padding: 12px 40px; border-radius: 60px; display: inline-block; border: 1px solid #282828; margin: 0 4px; color: rgba(40, 40, 40, 0.8); margin-left: 10px; position: relative; top: -1px; 
	text-decoration: none;
}
.btn-broschure:hover { background: #A6A6A6; }

/* Privacy & cookie policy page */
.legal-container { padding: 90px 0 100px; }
.legal-title { margin-bottom: 8px; }
.legal-updated { font-size: 14px; color: #575558; margin-bottom: 40px; }
.legal-container h2 { font-size: 19px; font-weight: 600; color: #282828; margin: 36px 0 12px; }
.legal-container p { font-size: 16px; line-height: 26px; color: #575558; margin-bottom: 14px; }
.legal-container a { color: #49B948; }
.legal-table-wrap { overflow-x: auto; margin: 8px 0 14px; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-table td { border: 1px solid #E5E5E5; padding: 10px 14px; color: #575558; vertical-align: top; }
.legal-table thead td { font-weight: 600; color: #282828; background: #F6F6F6; }

.cookie-banner-link { display: inline-block; margin-top: 6px; color: #49B948; font-weight: 500; }

/* Cookie consent banner — compact card, bottom-right */
.cookie-banner {
	position: fixed;
	right: 24px;
	bottom: 24px;
	transform: translateY(20px);
	width: 400px;
	max-width: calc(100% - 48px);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 40px rgba(22, 17, 24, 0.18);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	z-index: 99000; /* below the modals + backdrop */
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.cookie-banner.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.cookie-banner-text { font-size: 14px; color: #575558; }
.cookie-banner-title { font-size: 16px; font-weight: 600; color: #282828; margin-bottom: 6px; }
.cookie-banner-actions { display: flex; gap: 10px; }
/* !important needed: the global input/button reset above zeroes radii with !important */
.cookie-banner-actions .btn-inbp { flex: 1; text-align: center; padding: 12px 0; font-size: 14px; margin-right: 0; border-radius: 100px !important; }
.cookie-banner-actions .btn-inbp-secondary { color: #49B948; }

.modal { z-index: 99999; }
/* Deterministic dimming: the fade transition can race the .show class when a
   modal auto-opens on page load (e.g. /buy?apartment=...), leaving the backdrop
   transparent. The backdrop is removed from the DOM on close, so forcing its
   final opacity is safe — and 99998 keeps it above any high-z page element. */
.modal-backdrop { opacity: .5; z-index: 99998; }
#contactModal .modal-content { flex-direction: row; min-height: 640px; }
#contactModal .contact-left { width: 43%; padding: 50px; color: #fff; }
#contactModal .contact-right { width: 57%; padding: 50px; color: #111; display: flex; flex-direction: column; }
#contactModal .contact-right form { display: flex; flex-direction: column; flex: 1; }

/* Reserved slot: errors appear without shifting the layout below them */
.error-message { font-size: 13px; min-height: 21px; padding-top: 4px; color: #D64541; }

/* Overlay dark enough that bright spots in the photo can't sit behind text */
#contactModal .contact-left { background: linear-gradient(rgba(22, 17, 24, 0.88), rgba(22, 17, 24, 0.88)), url('../img/contact-left-bg-photo.jpg') no-repeat scroll 50% 50% / cover; border-radius: 10px 0 0 10px; }
.contact-title {font-size: 28px;font-weight: 600;margin-bottom: 32px;}
.contact-subtitle { font-size: 16px; font-weight: 500; }
.contact-information {margin-top: 24px;margin-bottom: 56px;}
.contact-information div {font-size: 15px;padding-left: 36px;margin-bottom: 16px;}
.contact-information .contact-phone { background: url('../img/svg/phone-call.svg') no-repeat scroll 0 0; }
.contact-information .contact-email { background: url('../img/svg/email.svg') no-repeat scroll 0 0; }
.contact-information .contact-address { background: url('../img/svg/location.svg') no-repeat scroll 0 0; }

.contact-social {
    margin-top: 28px;
    padding-left: 0 !important;
    display: flex;
}
.contact-social div {width: 30px;height: 30px;margin-right: 10px;position: relative;padding-left: 0;}
.contact-social .contact-whatsapp { background: url('../img/svg/contact-whatsapp.svg') no-repeat scroll 0 0; }
.contact-social .contact-facebook { background: url('../img/svg/contact-fb.svg') no-repeat scroll 0 0; }
.contact-social .contact-instagram { background: url('../img/svg/contact-instagram.svg') no-repeat scroll 0 0; }
.contact-social a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.contact-form-fields { display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 28px; }
.contact-form-field { width: calc(50% - 14px); margin-bottom: 18px; }
.contact-form-field-full { width: 100%; }
.contact-form-field input, .contact-form-field textarea {display: block;border: none;border-bottom: 1px solid #C9C9C9;color: #111;font-size: 15px;font-weight: 400;padding: 6px 0;width: 100%;transition: border-color .15s ease;}
.contact-form-field input:focus, .contact-form-field textarea:focus { outline: none; border-bottom-color: #49B948; }
.contact-form-field ::placeholder { color: #ABABAB; opacity: 1; }
.contact-form-field label { display: block; font-size: 13px; color: #6F6F6F; font-weight: 500; }
.contact-form-field:focus-within label { color: #3A9438; }

.contact-form-subjects { width: 100%; display: flex; gap: 28px; font-size: 15px; color: #111; }
.contact-form-subject-title { font-size: 13px; color: #6F6F6F; font-weight: 500; padding-bottom: 14px; }
.contact-form-subject-option { display: flex; align-items: center; gap: 10px; cursor: pointer; margin-bottom: 0; font-weight: 400; }
.contact-form-subject-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.contact-radio { flex: none; width: 20px; height: 20px; border: 2px solid #C9C9C9; border-radius: 50%; position: relative; transition: border-color .15s ease, background-color .15s ease; }
.contact-radio::after { content: ''; position: absolute; inset: 0; margin: auto; width: 8px; height: 8px; border-radius: 50%; background: #fff; transform: scale(0); transition: transform .15s ease; }
.contact-form-subject-option:hover .contact-radio { border-color: #49B948; }
.contact-form-subject-option input:checked + .contact-radio { border-color: #49B948; background: #49B948; }
.contact-form-subject-option input:checked + .contact-radio::after { transform: scale(1); }
.contact-form-subject-option input:focus-visible + .contact-radio { outline: 2px solid #49B948; outline-offset: 2px; }

.contact-form-fields-message { margin-top: 20px; }
.contact-form-fields-message .contact-form-field { width: 100%; }
.contact-form-fields-message textarea { width: 100%; min-height: 1.5em; /* height for one line */
    max-height: 200px; /* optional limit */
    resize: none;       /* prevent manual resizing */
    overflow: hidden;   /* hide scrollbars */
	box-sizing: border-box; }

.contact-form-btn { text-align: right; }
#contactModal .contact-form-btn { margin-top: auto; padding-top: 24px; }
.contact-form-btn .btn-inbp { border-radius: 100px !important; padding: 14px 40px; font-size: 15px; font-weight: 500; margin-right: 0; }

/* Modal close button (top-right X) */
.modal .btn-close-container { position: absolute; top: 18px; right: 18px; z-index: 5; }
.modal .btn-close-container .btn-close-x { padding: 8px; }

.about-fullwidth { background: #F6F6F6; text-align: center; padding-bottom: 100px; }
.container-aboutus-top { margin-bottom: 95px; }
.about-more-container .more-right { flex: 0 0 50%; }
.about-more-container .more-right img { width: 100%; }
.about-top {padding: 100px 0;}
.about-hero-title {font-size: 26px;padding-right: 0 !important; line-height: 39px; }
.about-fullwidth-title { font-size: 34px; font-weight: 600; color: #282828; padding-bottom: 20px; }
.about-fullwidth-desc { font-size: 21px; font-weight: 400; color: #575558; }

.about-places {margin: 100px 0 90px 0;}
.about-places-title {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 39px;
/* identical to box height */
	color: #282828;
	margin-bottom: 21px;
}
.about-places-desc {
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #575558;
	margin-bottom: 50px;
}
.about-places-imgs {display: flex;justify-content: space-between;gap: 18px;align-content: stretch;}
.about-places-img {
	position: relative;
}
/* g-0 rows: recreate the 24px gutter gap between the two photos without shifting outer edges */
@media (min-width: 768px) {
	.about-places .col-md-5:nth-of-type(2) .about-places-img { margin-right: 12px; }
	.about-places .col-md-5:nth-of-type(3) .about-places-img { margin-left: 12px; }
}
.about-places-img img {width: 100%; border-radius: 16px; display: block;}
/* Caption as a glass chip overlaid on the photo's bottom-left corner.
   The "before" photo (2016) keeps the dark chip; the "after" photo (2021)
   gets the brand green — visual cue for the upgrade. */
.about-places .col-md-5:nth-of-type(3) .about-places-img-title { background: rgba(73, 185, 72, 0.85); }
.about-places-img-title {
	position: absolute;
	left: 16px;
	bottom: 16px;
	padding: 8px 18px;
	background: rgba(22, 17, 24, 0.55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
}
.about-boxes { display: flex; }
.about-box { width: 49%; border-radius: 10px; background: #fff; padding: 50px 42px; text-align: left; }
.about-box:nth-child(1) { margin-right: 1%; }
.about-box:nth-child(2) { margin-left: 1%; }
.about-box-title { color: #282828; font-size: 26px; font-weight: 600; padding-bottom: 25px; }
.about-box-desc { color: #575558; font-size: 16px; }

.about-counters {padding: 95px 0 100px;background: #f6f6f6;}
.counter-container {
	display: flex;
}
.counter-box {color: #282828;text-align: center;padding: 0 4%;width: 33.3333%;}
.counter-nr { font-size: 34px; font-weight: 600; }
.counter-desc { font-size: 16px; }

.about-title { font-size: 34px; text-align:center; font-weight: 600; color: #282828; padding-bottom: 50px; }

.about-activities { padding: 90px 0;  }
.about-activities-row { display: flex; gap: 4%; }
.about-activity-item { margin-bottom: 60px; }
.about-activity-title { font-size: 26px; font-weight: 700; text-align: center; margin-bottom: 5px; } 
.about-activity-desc { padding: 0 14%; text-align:center; }

.about-portfolio { padding: 90px 0;  }
.about-portfolio-row { display: flex; justify-content: space-evenly; gap: 4%; }

.about-portfolio-item { /*width: 294px; width: 30%; margin-right: 3.333%;*/ width: 100%; background: #fff; margin-bottom: 55px; border-radius: 10px; }
.about-portfolio-row.about-portfolio-row-second .about-portfolio-item { margin-bottom: 0; }
.about-portfolio-item img { width: 100%; }
.about-portfolio-item.transparent { background: transparent; }
.about-portfolio-info {  text-align: center; }
.about-portfolio-title { font-size: 20px; font-weight: 700; padding: 25px 0; }
.about-portfolio-desc { padding: 0 7% 60px 7%; font-size: 12px; }

.about-founder { display: flex; }
.about-founder .about-title { text-align:left; padding-bottom: 30px; }
.about-founder-left { width: 463px; }
.about-founder-right { padding: 0 105px 0 70px; font-size: 16px; display: flex; flex-direction: column; justify-content: center; }

/*.page-student h2 { font-size: 26px; font-weight: bold; line-height: 32px; }
.page-student h2.carousel-title { font-size: 32px; font-weight: bold; line-height: 38px; }*/
/*.page-student h1.hero-title { font-size: 34px; }*/

#apartment-type-carousel {
  position: relative;
  overflow: hidden;
  /*width: 100%;*/
  max-width: 1200px;
  margin: auto;
}
.no-select {
  -webkit-user-select: none; /* Chrome, Safari, iOS */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge legacy */
  user-select: none;         /* Standard */
  -webkit-touch-callout: none; /* disable iOS long-press menu (optional) */
}
.carousel-track {
  display: flex;
  gap: 50px;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.apartment-type-card {
  flex: 0 0 368px;
  /*background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
  overflow: hidden;
  box-sizing: border-box;
}

.apartment-type-pic {
  height: 252px;
  overflow: hidden;
}
.apartment-type-pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
/*
.apartment-type-content {
  padding: 16px;
}

.apartment-type-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.apartment-type-desc {
  font-size: 0.9rem;
  color: #555;
}

.apartment-type-price {
  font-weight: bold;
  margin-top: 4px;
}

.apartment-type-btn {
  margin-top: 12px;
}
*/
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 
  cursor: pointer;
  
  z-index: 5;
  transition: background 0.2s;
  
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  
  display: none;
}

.carousel-btn:hover {
  background: rgba(0,0,0,0.7);
}

.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }

/* Scrollbar hidden on mobile */
.carousel-track::-webkit-scrollbar {
  display: none;
}

/* Apartment List Filter v2 */
.apartment-list-filter {background: #fff;padding: 24px 34px;margin-bottom: 50px;border-radius: 10px;}
.filter-title-line {
	display: flex;
	justify-content: space-between;
}
.filter-title {
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #282828;
}
.filter-clear {

	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #49B948;
	cursor: pointer;

}

.slider-container {
  max-width: 500px;
  margin: 80px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: center;
}

.range-values {

	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #282828;

}

.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 715px;
  height: 40px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* disable default dragging overlap */
  height: 8px;
  border-radius: 5px;
  background: transparent;
  z-index: 999;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all; /* enable thumb dragging */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 3px solid #49B948;
  cursor: pointer;
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #49B948;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.slider-track {
  position: absolute;
  height: 8px;
  border-radius: 5px;
  background: #E5E7EB;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.slider-range {
  position: absolute;
  height: 6px;
  border-radius: 5px;
  background: #49B948;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.more-container { padding: 90px 0;}
.more-box { 
	/* Frame 1000001878 */

	/* Auto layout */
	display: flex;

	background: #FFFFFF;
	border-radius: 10px;

}

.more-title {font-weight: 600;font-size: 26px;line-height: 39px;margin-bottom: 7px;color: #282828;padding-right: 10%;}
.more-desc {
	
font-size: 16px;
line-height: 24px;
margin-bottom: 38px;
color: #575558;

}

.more-left { display: flex; flex-direction: column;
    justify-content: center; padding: 0px 75px; align-items: flex-start; }

.more-box .btn-inbp { padding: 15px 27px; }
/* The replaced 2x images are larger than the old 478px exports; the box layout
   relied on the image's natural size, so pin the old rendered size explicitly. */
.more-right img { width: 478px; height: auto; border-radius: 0 10px 10px 0; }

#brochureModal .modal-content {
	padding: 60px;
}
#brochureModal .modal-dialog { width: 715px; }
.brochure-modal-title { /* Leave your details to receive brochure via email */
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 45px;
	color: #000000;

}
#brochureModal input { width: 80%; }
#brochureModal .contact-form-btn { text-align: left; }
#brochureModal .contact-form-btn .btn-inbp { font-size: 12px; }

.investors { margin-top: 100px; align-items: center; margin-bottom: 56px; }
.investors-box {
	display: flex;
	padding: 50px 40px;
	gap: 10px;
	background: #FFFFFF;
	border-radius: 16px;
	min-width: 100%;
}
.investors-box .investor-pic {
	/* thumb_137096_1200_1_0_0_auto 1 */
	width: 150px;
	border-radius: 200px;
	position: relative;
	flex: 0 0 150px;
	margin-right: 35px;
}
.investors-box .investor-pic img { width: 150px; border-radius: 200px; }
.investors-box .investor-pic img.icon { position: absolute; top: 0; right: 0; width: 36px; height: 36px; }
.investor-quote { font-size: 16px; margin-bottom: 24px; }
.investor-quote strong, .search-dropdown-option strong { font-weight: 600; }
.investor-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #282828;
	margin-bottom: 8px;
}
.investor-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #49B948;


}
.investors-arrows {width: 100%;display: flex;justify-content: flex-end;margin-top:24px;align-items: flex-end;}
.investors-arrows-left { width: 48px; height: 48px; background: url('../img/svg/investor-arrow-left.svg'); margin-right:12px; cursor: pointer; user-select: none; }
.investors-arrows-left:hover { background: url('../img/svg/investor-arrow-left-active.svg'); }
.investors-arrows-right { width: 48px; height: 48px; background: url('../img/svg/investor-arrow-right.svg'); cursor: pointer; user-select: none; }
.investors-arrows-right:hover { background: url('../img/svg/investor-arrow-right-active.svg'); }

#investors-list {
    position: relative;
    
    margin: auto;
}

.investors-carousel {
    overflow: hidden;
    width: 100%;
}

.investors-track {
    display: flex;
    transition: transform 0.5s ease;
}

