html, body {
    overflow-x: hidden;
}

.custom-hero-text h1 {
    padding-top: 1.5em;
}

.custom-nav ul li a:hover {
    color: #000;
}

.location-tab-content {
    align-items: flex-start;
    justify-content: center;
}

.location-tab img {
    height: 30px;
}

footer a,
footer a img {
    transition: all .5s ease;
    color: #868686;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer a:hover img {
    opacity: .5;
}

footer .contact-item img {
    margin-right: 15px;
}

.brochure-button:hover {
    color: #000;
    background-color: #FBF7EF;
}

.sustainability-section, .sustainability-section .card {
    opacity: 1;
}

/* #specsContent {
    display: block;
} */


.highlights .image-card {
    opacity: 1;
    will-change: transform;
    transform-style: preserve-3d;
    z-index: -1;
    transition: transform 0.3s ease-out;
}

/* .parallax{
    background: url('../images/parallex.png') repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}

.parallax-inner{
    padding-top: 20%;
    padding-bottom: 20%;
} */

.parallax-container {
    height: 35em;
}

/* Scroll to top button */
.progress-wrap {
	position: fixed;
	right: 12px;
	bottom: 12px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	background: #818181;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	content: '❮';
	position: absolute;
  	font-family: 'Font Awesome 5 Free';
	transform: rotate(90deg);
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #0c0c0c;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path { 
	fill: none; 
}

.progress-wrap svg.progress-circle path {
	stroke: #000;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/* Scroll to top button */


@media (max-width: 768px) {
    .opulent-intro,
    .master-plan,
    .floor-plans,
    .clubhouse-section,
    .amenities-content,
    .location-content,
    .virtual-tour-section,
    .contact-section,
    .specs-section {
        padding: 40px 20px;
    }

    .custom-hero {
        padding-top: 100px;
    }

    .tabs, .specs-tabs, .location-category-tabs {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        display: inline-flex;
        white-space: nowrap;
        margin-bottom: 0;
    }

    #aesthetics img {
        width: 100%;
    }

    .plan-layout,
    .virtual-tour-title,
    .virtual-tour-text,
    .contact-left, .contact-form {
        flex: auto;
    }

    .plan-details .features {
        gap: 5px;
    }
/*     
    .amenities-section {
        margin-block: 0;
    }

    .amenities-content {
        padding-left: 0;
    }

    .amenities-wrapper {
        gap: 20px;
    } */

    .sustainability-section .card {
        width: 100%;
        text-align: center;
    }

    .sustainability-section .card h3 {
        width: 100%;
    }

    .sustainability-section .card img {
        margin-inline: auto;
        width: 60px;
        height: auto;
    }

    .parallax-container {
        height: 15em;
        margin-top: 0;
    }

    .parallax-image {
        background-position: center;
    }

    .virtual-tour-video video {
        height: 400px;
    }

    .walkthrough-section {
        padding-block: 40px;
    }

    .walkthrough-title {
        margin-inline: 0;
    }

    .walkthrough-video-wrapper {
        height: auto;
    }

    .legend-item {
        font-size: 13px;
    }

    .specs-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .specs-image {
        height: auto;
    }

    .specs-section {
        height: auto;
        margin: 0;
    }

    .specs-content-wrapper {
        gap: 20px;
    }

    .location-category-section {
        max-width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .location-item {
        width: 45%;
    }

    .location-tab-content {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 30px;
        justify-content: space-between;
    }

    .location-category-tabs {
        flex-direction: row;
    }

    .location-item.blank-item {
        display: none;
    }

    .sustainability-section .subtitle-image {
        width: 100%;
        height: auto;
    }

    .location-tab {
        flex-direction: row;
        justify-content: center;
    }

    .location-tab img {
        width: 25px;
    }

    .location-tab span {
        display: none;
    }

    .location-tab.active span {
        display: block;
    }

    .location-progress-bar {
        width: 100%;
        margin-top: 10px;
        height: 5px;
    }
}


/* @media (max-width: 768px) {
    .amenities-images {
        min-width: 100%;
        width: 100%;
        transform: rotate(90deg);
        height: 400px;
    }

    .marquee-content {
        gap: 100px;
    }

    .marquee-content img {
        display: block;
        width: auto;
        height: 165px;
        object-fit: cover;
        rotate: -90deg; 
        border-radius: 20px;
    }
    .location-points {
        grid-template-columns: fr;
    }
} */