@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Thin.woff2) format("woff2"), url(../fonts/Metropolis-Thin.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Black.woff2) format("woff2"), url(../fonts/Metropolis-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Bold.woff2) format("woff2"), url(../fonts/Metropolis-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Medium.woff2) format("woff2"), url(../fonts/Metropolis-Medium.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Regular.woff2) format("woff2"), url(../fonts/Metropolis-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/* Nav */
#navbarserenade #navbarserenade-inner {
    max-width: 100%;
    margin: 0 auto;
}


#navbarserenade.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#navbarserenade.is-minimized {
    transform: translateY(-65px);
}

#navbarserenade.is-maximized {
    transform: none;
}

#navbarserenade .top-section {
    background: none;
}

#navbarserenade .bottom-section {
    background: none;

}

.active-dropdown {
    color: #ff9007;
}


.mobile-menu {
    transform: translateX(100%);
    transition: 0.3s;
}

.mobile-menu.slide-in {
    transform: none;
}

.mobile-menu a {
    margin-top: 1.25rem;
}

.nav-down {
    top: 0;
}

.nav-up {
    top: -40px;
}

.btmNav {
    background: #3a3a3a;
    color: #fadcbb;
    display: flex;
    top: 64px;
    position: absolute;
      font-family: "Metropolis";
      font-weight: 400;
      letter-spacing: 0.07em;
    width: 100%;
    font-size: 0.8rem;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0 / 3%) 0px 14px 28px, rgb(0 0 0 / 27%) 0px 10px 10px;
}

.btmNav .logo {
    background-color: #3a3a3a;

    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btmNav .logo a img {
    height: 37px;
    object-fit: contain;
    width: 70%;
    display: block;
    margin: auto;
}

.btmNav .logo a {
    color: #FFF;
    text-decoration: none;

}

.showbb {
    display: inline-block !important;
}

.btmNav ul {
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: space-evenly;
    width: 60%;
}

.btmNav ul li {
    list-style: none;
}

.btmNav ul li a {
    color: #FFF;
    display: block;
    text-decoration: none;
    text-transform: capitalize;

}


.regBtn {
    background: linear-gradient(45deg, rgb(175, 67, 39), rgb(237 74 34));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #fff;
    width: 12%;
}

.regBtn a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    color: #fff;
}

.topnav {
    overflow: hidden;
    background-color: #eee;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 13px 16px;
    text-decoration: none;
    font-size: 17px;

}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav .logo {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 7px 10px 3px 10px;
    margin-top: 2px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .logo img {
    width: 166px;
    height: auto;
}



.topnav button {
    display: none;
}


.dropdown-content {
    display: flex;
    width: 80%;
    justify-content: space-evenly;
}

.dropdown {
    display: flex;
    width: 73.55%;
}

.dropdown a {
    cursor: pointer;
    display: flex;
    height: 53px;
    align-items: center;
    justify-content: center;
}

.dropbtn {
    display: none;
}


.navContainer {
    width: 100%;
    display: flex;
}

#topBtn.showbb {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.gaptop {
   
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Body */

body {
    font-family: "Metropolis", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    background: url(../images/bgOrange.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 93vh; */
    display: block;
    margin-top: 0;
    padding-top: 100px;
}

.crown-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.bbrbp-logo {
    width: 127px;
    height: 66px;
    margin-bottom: 0.1rem;
}

.prestige-logo {
    width: 400px;
    height: 100px;
    margin-bottom: 0.1rem;
}

h1 {
    font-family: "Metropolis";
    font-weight: 600;
    font-size: 1.3dvi;
    color: #fbddbc;
    letter-spacing: 0.1em;
    margin-bottom: 0rem;
}

.bbrbp-logo,
.prestige-logo,
.main-headings h1,
.main_info .mi_item,
.main_info .lot-sub-divider {
    opacity: 0;
    visibility: hidden;
}

.main-headings {
    padding-top: 2.3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec_headline h2 {
    font-family: "Metropolis";
    font-weight: 600;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 0rem;
    text-align: center;

}

.maxhd1 {
    max-width: 37ch;
    margin: auto;
}

.mapimg {
    height: 19dvi;
    object-fit: contain;
}

:root {
    --primary: #B03B1E;
}

/* Accordion */
.collapse:not(.in) {
	display: block !important;
    }
	.collapse:not(.show) {
		display: none !important;
		}
.accordianCustom .accordion {
    border: none;
    background: transparent;
}

.accordianCustom .accordion-item {
    border: none;
    border-bottom: 0;
    background: transparent;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.accordianCustom .accordion-button {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-bottom: 2px solid #b94326;
    margin-bottom: 10px;
    color: #b94326;
}

.accordianCustom .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.accordianCustom .accordion-button:focus {
    box-shadow: none;
}

.accordianCustom .accordion-button svg {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    flex-shrink: 0;
    stroke: #b94326;
    fill: none;
    stroke-width: 2px;
    transition: transform 0.3s ease;
}

.accordianCustom .accordion-button::after {
    display: block;
    content: "";
    margin-left: auto;
    width: 15px;
    height: 15px;
    transform: rotate(0);
    transition: transform 0.35s ease;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/cda8164c-c3b5-4c0e-b830-5ee136f7c400/w=10) no-repeat center;
}

.accordianCustom .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

/* Title */

.cc_line2 {

    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Icon */

.accicon {
    width: 48px;
    height: 28px;
    display: inline-block;
    margin-right: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.accordianCustom .accordion-button::before {
    display: none;
}

/* Body */



.list-content {
    padding: 10px 0 30px 0;
}

/* Table */

.accor {
    border-collapse: collapse;
}

.accor tr {
    height: auto;
}

.accor td {
    padding: 0;
    vertical-align: middle;
}

.dist {
    width: 65px;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}

.tdtitle {
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    color: #000;
    padding-left: 15px;
}

ul.customlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.customlist li {
    margin-bottom: 10px;
}

ul.customlist li>div {
    display: flex;
    gap: 10px;
    align-items: center;
}

ul.customlist li p {
    margin: 0;
    padding: 0;
}

.numberdist {
    font-size: 0.78rem;
    font-weight: 700;
    background: #af4327;
    color: #fff;
    width: 25px;
    height: 25px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    flex-shrink: 0;
}

.hw-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hw-list li {
    margin-bottom: 7px;
}

.hw-item {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}

.hw-info {
    display: flex;
    flex-direction: column;
}

.hw-code {
    font-size: 1rem;
    font-weight: 700;
    color: #af4327;
    margin: 0 0 2px 0;
    line-height: 1.1;
    letter-spacing: 0.3px;
}

.hw-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    line-height: 1.2;
}

.featurnext-era-section {
    background-color: #e7eaeb;
}

/* Icon Grid using Flexbox for natural wrapping & centering */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 10px;
    max-width: 85%;
    margin: auto;
    padding-bottom: 2dvi;
}

.feature-item {
    flex: 1 1 15vw;
    max-width: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-icon {
    width: 45px;
    height: 40px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img,
.feature-icon svg {
    width: 100%;
    height: auto;

}

.feature-title {
    font-size: 0.85rem;
    color: #af4327;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px;
    letter-spacing: 0.5px;
}

.feature-desc {
    font-size: 0.87rem;
    margin: 0;
    line-height: 1.15;
    max-width: 19ch;
    letter-spacing: 0.05em;
    color: #af4327;
}

.intro-text {
    max-width: 63ch;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
}

.fac_Wrapper {
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/71962e37-df07-4a73-b0dc-64c91a060000/public);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    padding: 6% 0;
    /* min-height: 53dvi; */
}

.overviewimg {
    margin-top: -12%;
    z-index: 5;
    position: relative;
    width: 100%;
}

/* Legend Flex Layout */
.legend-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    margin-top: 1rem;
}

.legend-item {
    display: flex;
    align-items: flex-start;
  gap: 10px;
    flex: 1 1 20%;
}

.legend-number {
    background-color: #c94a36;
    color: #ffffff;
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.7vw;
    flex-shrink: 0;
}

.legend-item p {
    margin: 0;
    font-size:0.63vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #333333;
    font-weight: 600;
}

.performance h2 {
    color: #af4327;
    max-width: 15ch;
}

.performance .sec_headline p {
    max-width: 38ch;
}

.space_wrapper {
    width: 90%;
    margin: auto;
    justify-content: space-evenly;
}

.maxhd3 {
    max-width: 40ch;
}

.space_wrapper h2 {
    max-width: 15ch;
}

.space_top {
    position: absolute;
    inset: 0;
    padding-top: 5.6%;

}

.specGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.specItem {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.specDetails h3 {
    font-size: 0.75vw;
    margin-bottom: 6px;
    font-weight: 700;
    color: #af4327;
}

.specDetails p {
    font-size: 0.7vw;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1;
}

.specGrid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5vw 1vw;
}

.specNum {
    background-color: #bf4935;
    color: #ffffff;
    width: 2vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1vw;
    flex-shrink: 0;
    line-height: 1;
}

.specDetails {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.inset-0 {
    inset: 0;
}

.specContainer .sec_headline {
    margin-bottom: 3%;
}

.specContainer .sec_headline {
    color: #af4327;
}

.floorPlanCard {
    display: flex;
    flex-direction: column;
}

.floorPlanGrid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
}

.planType {
    color: #bd4832;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 8px;

}

.planDetails {
    display: flex;
    /* flex-direction: column; */
    gap: 2rem;
}

.planStat {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.statLabel {
    color: #6c6c6c;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.statValue {
    color: #b94326;
    font-size: 1.45rem;
    font-weight: 300;
    white-space: nowrap;
}

.pc_1 {
    width: 23vw;
    margin: auto;
    display: block;
}

.siteplanlegend {
    width: 30%;
}

.siteplan-sec h2,
.floorPlanSection h2 {
    color: #af4327;
}

.btnFp span {
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/2570ae8f-47fa-488d-ccdb-5f18e9c5ba00/w=100) no-repeat center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 3dvi;
    display: block;
    margin-top: 16px;
    transition: transform 0.3s ease;
}

.btnFp {
    border: 0;
    background: #af4327;
    color: #fff;
    position: absolute;
    top: 40%;
    right: 0;
    font-size: 0.85rem;
    /* padding:0.7rem 2rem; */
    font-weight: 700;
    cursor: pointer;
    width: 150px;
    height: 140px;

}

.fp_image {
    width: 40dvi;
}
.customlist .tdtitle {
    font-weight: 700;
    line-height: 1.35;
}
.customlist .tdtitle span {
    font-weight: 600;
    font-size: 0.9rem;
}
.register {
    background: #b94326;
    color: #fff;
}

#frmLeadGen input[type="text"],
#frmLeadGen input[type="tel"],
#frmLeadGen input[type="email"] {
    margin-bottom: 0.7rem;
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: auto;
    background-color: #fff;
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
    padding-left: 1.1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #640B0F;
    text-align: left;
    border-radius: 0;
    border: 1px solid #F2DABB;
    margin-bottom: 1.1rem;
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="tel"]::placeholder {
    color: #640B0F;
    text-align: left;
}

.submit-btn {
    background-color: #3e3e3f;
    color: #fff;
    padding: 10px 50px;
    display: block;
    width: fit-content;
    border-radius: 15px;
    border: 2px solid transparent;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.submit-btn:hover {
    box-shadow: 0 0 10px #441B2B;
    border: 1px solid #fff;
}
.glow {
    animation: glowFlicker 2s ease-in-out infinite;
}
.caption_image {
    position: absolute;
    inset: 0;
    top: auto;
    text-align: right;
    z-index: 9;
    color: #fff;
    font-size: 0.8rem;
    padding:3% 6%;
    font-weight: 600;
    text-shadow: 2px 3px 2px black, 0px 0px 8px black;
}
.ontop {
position: absolute;
    /* inset: 0; */
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 33;
}
@keyframes glowFlicker {
    0%, 100% {
        opacity: 1;
        filter: drop-shadow(0px 1px 6px yellow);
    }
    50% {
        opacity: 0;
        filter: drop-shadow(0 0 0px transparent);
    }
}

hr.custom-border {
    margin: 0;
    padding: 0;
    height: 20px;
    background: #b94326;
    background-color: #b94326;
    opacity: 1;
}
.sg_btn {
    width: 130px;
    height: 90px;
    object-fit: contain;
    object-position: center;
}
.sales_gallery > p {
    font-size: 1.1rem;
}
 /* Prestige Specs Bar Styling */
      .prestige-specs-bar {
          color: #dfceb0;
        
          width: fit-content;
      }

      .prestige-specs-bar .specs-label {
            font-size: 0.8dvi;
    font-weight: 500;
    letter-spacing: 0.22em;
    color: #dfceb0;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
      }

      .prestige-specs-bar .specs-value {
          font-size: 1.3dvi;
          font-weight: 600;
          letter-spacing: 0.08em;
          color: #dfceb0;
          line-height: 1.2;
          white-space: nowrap;
      }

      .prestige-specs-bar .specs-subtext {
          font-size:0.72dvi;
          font-weight: 500;
          letter-spacing: 0.12em;
          color: #dfceb0;
          opacity: 0.9;
          margin-top: 0.2rem;
          white-space: nowrap;
      }

      .prestige-specs-bar .lot-sub-divider {
          width: 1.5px;
          height: 3dvi;
          display: block;
          background-color: #dfceb0;
          opacity: 0.75;
          margin: 0 0.85rem;
          align-self: center;
      }
      .main_info {
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
      }
@media screen and (max-width: 1024px) {

    .regBtn {
        padding: 10px 0;
        width: 56%;
    }

    .navContainer {
        width: 100%;
        justify-content: space-between;
    }

    .btmNav {
        display: flex;
        justify-content: space-between;
        height: 64px;
    }

    .btmNav ul {
        margin: 0;
        display: inline-block;
        align-items: center;
        margin-left: 10px;
        justify-content: space-evenly;
        width: 60%;
    }

    .dropbtn {
        color: #ffffff;
        border: none;
        cursor: pointer;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
        gap: 9px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


    .dropdown {
        position: relative;
        display: contents;
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #3d3d3d;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: #fff;
        padding: 12px 6px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #fff;
        height: unset;
    }


    .dropdown .dropdown-content {
        display: none;
        list-style-type: none;
        color: #f2f2f2;
        width: 100%;
        transition: 0.2s;
        top: 45px;
        padding: 40px 30px;
        z-index: -1;
    }

    .btmNav .logo {
        padding: 0 1px;
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .performance h2,
    .performance .sec_headline p {
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media screen and (max-width: 425px) {
        .btmNav {
       font-size: 2.8vw;
    }
}


@media screen and (min-width:768px) {
    p.max1 {
        max-width: 25ch;
    }

    .spec-top {
        position: absolute;
        inset: 0;
        z-index: 1;
        padding-top: 3%;
    }

    .planDetails {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }

    .planStat {
        padding: 0 1.5rem;
        border-left: 1px solid #bd4832;
    }

    .planStat:first-child {
        padding-left: 0;
        border-left: none;
    }
}

@media screen and (max-width:1024px) {

    .feature-desc,
    .feature-title {
        font-size: 1vw;
    }

    .features-grid {
        max-width: 90%;
    }

    p {
        font-size: 1.35vw;
    }

    .sec_headline h2,
    h2 {
        font-size: 3.2vw
    }

    .intro-text {
        max-width: 60ch;
    }

    .floorPlanGrid {
        gap: 30px;
    }

    .statLabel {
        font-size: 1.2vw;
    }

    .statValue {
        font-size: 2vw;
    }
    h1 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 2.3dvi;
    }

    .sec_headline h2 {
        font-size: 3.7dvi;
    }



    .accordianCustom {
        padding: 0 0;
        margin-bottom: 2rem;
    }

    .features-grid {
        gap: 10px;
    }

    .feature-item {
        flex: 1 1 25%;
        max-width: none;
    }
    .main_info {
        flex-direction: column;
    }
    .prestige-specs-bar .specs-value {
    font-size: 2dvi;
    }
    .prestige-specs-bar .specs-label {
    font-size: 1.3dvi;
    }
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 3.6vw;
    }
    .prestige-specs-bar .specs-label {
        font-size: 2.6vw;
    }
    .prestige-specs-bar .specs-value {
        font-size: 4.2vw;
    }
    .prestige-specs-bar .specs-subtext {
    font-size: 2.5vw;
    }
    p {
        font-size: 3vw;
    }

    .main-headings {
        padding-top: 4.3rem;
        padding-bottom: 6rem;
    }

    .bbrbp-logo {
        height: auto;
        width: 22dvi;
    }

    .crown-logo {
        width: 10dvi;
        height: 7dvi;
    }

    .prestige-logo {
        width: 72dvi;
        height: auto;
        margin: 1rem 0;
    }

    .mapimg {
        order: 0;
        max-width: 100%;
        width: 100%;
        padding: 0 2rem;
        margin-bottom: 2rem;
                height: auto;
    }

    p.max1 {
        display: block;
        order: 1;
        padding: 0 1.5rem;
    }

    .sec_headline h2 {
        font-size: 6vw;
    }

    .feature-item {
        flex: 1 1 40%;
        max-width: none;
    }

    .fac_Wrapper {
        padding: 11% 0;
    }

    .intro-text {
        max-width: 40ch;
    }

    .feature-desc,
    .feature-title {
        font-size: 2.5vw;
    }

    .maxhd1 {
        max-width: 23ch;
        margin: auto;
    }

    .legend-item {
        gap: 0.8dvi;
        flex: 1 1 50%;
    }

    .legend-item p {
        margin: 0;
        font-size: 2.4vw;
    }

    .legend-number {
        width: 4vw;
        height: 4vw;
        font-size: 2vw;
    }

    .legend-wrapper {
        margin-top: 1rem;
        max-width: 89%;
        margin: auto;
        margin-top: 2rem;
    }

    .space_top {
        position: relative;
        inset: unset;
        padding-top: 14.6%;
        margin-bottom: -80%;

    }

    .space-sec {
        overflow: hidden;
        background: #8bd7f9;
    }

    .accicon {
        width: 7dvi;
        height: 5dvi;
    }

    .accordianCustom {
        padding: 0 1.5rem;
    }

    .cc_line2 {
        font-size: 3.4vw;
    }

    .feature-icon {
        width: 10dvi;
        height: 10dvi;
    }

    .specGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4.5vw 1vw;
        margin-top: 2rem;
    }

    .specDetails h3 {
        font-size: 3vw;
        margin-bottom: 5px;
    }

    .specDetails p {
        font-size: 2.6vw;
        line-height: 1.2;
    }

    .spec-top {
        padding: 10% 1.8rem;
    }

    .specNum {
        width: 5vw;
        height: 5vw;
        font-size: 3vw;
    }

    .factoryWrap::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, transparent, white);
        height: 19%;
        pointer-events: none;

    }

    .siteplanlegend {
        width: 79%;
        margin-top: 1rem;
    }

    .pc_1 {
        width: 46vw;
    }

    .floorPlanGrid {
        flex-direction: column;
        width: fit-content;
        margin: auto;
    }

    .statLabel {
        font-size: 2.7vw;
    }

    .statValue {
        font-size: 4vw;
    }

    .fp_image {
     width: 90%;
        padding-top: 20%;
        margin: auto;
    }

    .btnFp {
             height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        top: 39%;
        font-size: 3.2vw;
        padding: 0.6rem 0.6rem;
                justify-content: space-around;
    }
.btnFp span {
    width: 20px;
    height: 20px;
    margin-top: unset;
}
    .hw-name {
        font-size: 3vw;
    }

    .hw-code {
        font-size: 3vw;
    }
    .tdtitle {
            font-size: 3.5vw;
        line-height: 1.3;
    }
    .dist {
    font-size: 3.5vw;
}
.caption_image {
    font-size: 1.82vw;
}
.overviewimg {
          width: 222vw;
        max-width: unset;
        margin-top: 0;
}
.draggable2{
        width: 100%;
        overflow: auto;
        margin-top: -21%;
}
.next-era-section  {
    position: relative;
}
.next-era-section::before {
        background: linear-gradient(to bottom, transparent, black);
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100px;
        top: auto;
        z-index: 9;
        pointer-events: none;
}
.next-era-section::after {
       background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/1ab0ff06-e2a6-497f-2942-87a8f857ef00/w=90);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        inset: 0;
        width: 10vw;
        height: 9vw;
        top: auto;
        z-index: 9;
        margin: auto;
        margin-bottom: 1rem;
         pointer-events: none;
}
.next-era-section .caption_image {
    display: none;
}
.sales_gallery > p {
    font-size: 3.7vw;
}
.ontop {
        width: 222vw;
    max-width: unset;
    margin-top: 0;
}
}