#tower-project_hero {
    position: relative;
	background:var(--color-primary);
    color: white;
    text-align: center;    
}

/* .project-hero-full .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
} */

.tower-project_hero-content {
	display:flex;
	width:100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.tower-project_hero-content-info{
	width:50%;
	padding:2.08333rem 7.98611rem;
	text-align: start;
}

.tower-project_hero-content-info .project-description{
	margin-top:3.125rem;
}


.tower-project_hero-content-info  .location {
	display: flex;
    align-items: center;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.tower-project_hero-content-info  .location .icon{
	width: 1rem;
    margin-right: 0.2rem;	
}

.tower-project_hero-content-info  .location .icon svg{
	fill:#fff;
}

.tower-project_hero-content-img{
	display: flex;
    min-height: 31.25rem;
    width: 50%;
    align-items: end;
    justify-content: end;
}

.tower-project_hero-content-img .info-price{
	background:var(--color-primary);
	color:#fff;
	padding:1.38888rem;
}

.tower-project_hero-content-img .info-price .desde-label{
    font-size: 2.0833rem;
    font-weight: 600;
    margin: 0;
}

.tower-project_hero-content-img .info-price .project-price{
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
}

.tower-project_hero-content-img .info-price .project-note {
    font-size: 0.6944rem;
    margin-top: 0.5rem;
    color: #ccc;
}

#tower-project_specs {
    background-color: #e0e0e0;
    padding: 40px 20px;
}

#tower-project_specs .tower-project_specs-content {
    max-width: 83.33333rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background-color: #bdbdbd;
}

#tower-project_specs .tower-project_specs-content .spec-item {
    background-color: #e0e0e0;
    padding: 20px;
    text-align: center;
}

#tower-project_specs .tower-project_specs-content .spec-item-label {
    font-weight: 500;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

#tower-project_specs .tower-project_specs-content .spec-item-value {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

#tower-project_intro .tower-project_intro-content,
#tower-project_features .tower-project_features-content{
    display: flex;
    padding-top:3.4722222222rem;
	gap: 3.472222rem;
}

#tower-project_intro .tower-project_intro-content > .box{
    width: 50%;
}

#tower-project_intro .tower-project_intro-content-gallery .gallery-wrapper .gallery-image{
    width: 100%; 
    height: auto; 
    display: block;
    aspect-ratio: 5/3;
    object-fit: cover;
}

#tower-project_features .tower-project_features-content > .box{
    width: 50%;
}

#tower-project_features .tower-project_features-content .cta-box{
    width: 90%;
    padding: 2.430555rem 3.472222rem;
    background: #D0DCE4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.4166rem;
	margin: 0 auto;
}

#tower-project_features .tower-project_features-content .cta-box .btn{
    text-align: center;
    display: block;
    padding: 1.0416rem 2.08333rem;
    color: #145277;
    background: #14527700;
    width: 100%;
    border: 0.13888rem solid #145277;
    border-radius: 0.4166rem;
    font-size: 1.25rem;
    line-height: 1.2;
    transition: all .5s;
}


#tower-project_features  .project-sidebar {
    width: 25%;
    position: sticky;
    top: 20px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

#tower-project-location .tower-project_location-content{
	display: flex;
	flex-direction:column;
    padding-top:3.4722222222rem;
	padding-bottom:3.4722222222rem;
}

#tower-project-location .tower-project_location-content iframe{
	width: 100%;
}

.project-sidebar-price,
.project-sidebar-contact {
    margin-top: 20px;
    font-size: 0.95em;
}

.btn-contact {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #084c75;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.project-main-content {
    width: 75%;
}

.project-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-gallery img {
    width: calc(33.333% - 10px);
    border-radius: 4px;
}

.project-plans {
    margin-top: 40px;
}

.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

.tabs li a {
    text-decoration: none;
    background: #eee;
    padding: 10px 15px;
    border-radius: 5px;
    color: #333;
}

.tabs li.active a {
    background: #084c75;
    color: #fff;
}

.plan-content {
    display: none;
}
.plan-content.active {
    display: block;
}
.plan-content img {
    max-width: 100%;
    margin-top: 20px;
    border-radius: 8px;
}
.project-map iframe {
    border-radius: 8px;
    margin-top: 20px;
}
.project-extra-description {
    margin-top: 40px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

#tower-project_apartments{
	background:#E8E8E8;
}

#tower-project_apartments .tower-project_apartments-content{
	max-width: 83.33333rem;
    margin: 0 auto;	
}

#tower-project_apartments .apartment-box-item{
	display: flex;
	margin: 0 0 2.083333333333rem 0;
    border: 1px solid #ddd;
    border-radius: 0.694444rem;
    overflow: hidden;
    background: #fff;
}

#tower-project_apartments .apartment-box-item img{
	width:100%;
	height:100%;
	object-fit:cover;
}