@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: #ffd1a3;
    font-weight: 700;
}


.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: #908e8c;
    color: #ffffff;
    display: flex;
    top: 64px;
    position: absolute;
      font-family: "Metropolis";
      font-weight: 600;
      letter-spacing: 0;
    width: 100%;
    font-size: 0.8rem;
    box-shadow: rgb(0 0 0 / 3%) 0px 14px 28px, rgb(0 0 0 / 27%) 0px 10px 10px;
}

.btmNav .logo {
  background: #ffff;

    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: #636261;
    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: 100%;
    justify-content: unset;
}

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

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

.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;
    background: #ddddde;

}
h1 {
        font-weight: 700;
    font-size: 2.6rem;
}
h2 {
      font-weight: 700;
}
p {
    font-size: 0.94rem;
}
main {
    padding-top: 64px;
    background:linear-gradient(to top,#b99f8d 52%,  #3c6d84);
}

 .pos_main h2 {
    font-size: 1.7dvi;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
        letter-spacing: 0.05em;
        line-height: 1.2;
    margin: 0;
 }
 .pos_main h2::after {
    content: "";
    position: relative;
    width: 85%;
    height: 2px;
    display: block;
    background: #000;
    margin: 1rem 0;
 }
 .pos_main p {
    font-size: 0.9vw;
    max-width: 47ch;
 }
 .dist_view {
    position: absolute;
    left: 0%;
    width: 60vw;
    object-fit: contain;
    bottom: 5%;
 }

/* Township Hero Swiper (1 per view) */
.township-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.township-swiper .swiper-slide {
    width: 100%;
    position: relative;
}

.township-swiper .swiper-slide img {
    width: 100%;
    height: 46vw;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.township-pagination,
#township .township-pagination {
    position: absolute !important;
    bottom: 28px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 20 !important;
    pointer-events: auto !important;
    min-width: unset !important;
}

.township-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.65;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.township-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d85d38;
    width: 28px;
    border-radius: 6px;
}

.township-next,
.township-prev {
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 20;
    transition: transform 0.25s ease, opacity 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.township-next:after,
.township-prev:after {
    display: none !important;
    content: none !important;
}

.township-next img,
.township-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
    transition: transform 0.25s ease;
}




.township-next {
    right: 24px;
}

.township-prev {
    left: 24px;
}

@media screen and (max-width: 768px) {
    .township-pagination,
    #township .township-pagination {
        bottom: 16px !important;
    }

    .township-next,
    .township-prev {
        display: none;
    }
}

 article {
        background-image: url(../images/bg-main.webp);
        background-size: cover;
 }
 
/* Amenities Widget Styles */

.amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.amenity-card {
    background-color: #dcdbe6;
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 0px;
    padding: 0.8rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    outline: none;
    user-select: none;
    min-height: 106px;
    width: 100%;
}

.amenity-card:hover {
    background-color: #cfcee0;
    transform: translateY(-2px);
}

.amenity-card.active {
    background-color: #e49451;
    color: #ffffff;
    border-color: #e49451;
}

.amenity-card.active .amenity-icon img {
   filter: invert(1);
}
.amenities h2 {
    max-width: 11ch;
}
.amenity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: currentColor;
}

.amenity-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    /* stroke: #000000; */
    /* stroke-width: 1.8;
    fill: none;
    transition: stroke 0.2s ease; */
}

.amenity-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    color: currentColor;
    margin: 0;
}

/* Amenity List */
.amenity-list-container {
    margin-top: 28px;
    padding-top: 10px;
}

.amenity-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.amenity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 700;
    color: #000000;
    padding: 4px 0;
}

.amenity-item .amenity-name {
    position: relative;
    cursor: pointer;
}

.amenity-item.active .amenity-name,
.amenity-item:hover .amenity-name {
    /* text-decoration: underline; */
    /* text-decoration-thickness: 2.5px;
    text-underline-offset: 4px; */
}

.amenity-item .amenity-distance {
    font-weight: 700;
    white-space: nowrap;
}

.swiper-container {
    width: 100%
}
.two .swiper-slide  {
    display: flex;
    align-items: center;
    width: 100%;
}
.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%
}

.swiper-slide {
    /* width: 500px; */
    height: auto;
    /* padding: 0 15px */
}

.two .swiper-slide {
    width: 33%;
    text-align: center;
    margin: auto;
    display: block;
}

.two .swiper-slide>div {
    transform: scale(.85);
    transition: transform 0.4s ease;
    transform-origin: center center;
    /* filter: drop-shadow(0 5px 4px rgb(0 0 0 / .5)) */
}

.two .swiper-slide.swiper-slide-active>div {
    transform: scale(1)
}

.swiper-pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 30%;
    position: relative;
    z-index: 10;
    height: 40px;
    margin: auto;
   
}

.btnNext, .btnPrev {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 4px 8px;
    border: none;
    outline: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    width: auto;
    height: auto;
    background: transparent;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btnNext:hover, .btnPrev:hover {
    transform: scale(1.2);
    opacity: 0.8;
}

.fitsimage {
    width: 100%;
    height: 382px;
    object-fit: cover;
    display: block;
    /* transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
}

.swiper-pagination.swiper-pagination-fraction,
.swiper-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
    min-width: 60px;
    text-align: center;
    bottom: auto !important;
    left: auto;
    padding: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.swiper-pagination-fraction .swiper-pagination-current,
.swiper-pagination-fraction .swiper-pagination-total {
    display: inline-block;
    min-width: 1.2ch;
    text-align: center;
}
.box_slider3 {
    overflow: hidden;
}
.slide_header {
     position: absolute;
    inset: 0;
    background: transparent;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.slide_header h3 {
     font-size: 0.8rem;
    text-align: center;

}
.slide_footer {
     background: #de6437;
     padding: 1rem;
}
.slide_footer p {
font-size: 0.75rem;
    color: #fff;
    max-width: 42ch;
    margin: auto;
    min-height: 135px;
    text-align: center;
}
.swiper-slide-active .fitsimage {
    height: 263px;
}
.wrap_buttons {
display: flex;
flex-direction: row;
gap: 2px;
}
.slide-cta {
    background: #fff;
    color: #222;
    width: 90%;
    display: block;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin: auto;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-cta:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.slide-cta:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.sf-1 {
    width: 100px;
    height: 50px;
    object-fit: contain;
}
img.sf-3 {
    width: 0;
    height: 0;
    display: none;
    object-fit: contain;
}

.swiper-slide-active .slide_header h3 {
    display: none;
}

.swiper-slide-active .sf-3 {
    opacity: 1;
    height: 50px;
    display: block;
    width: 180px;
}
.swiper-slide-active .sf-1 {
    height: 0; opacity: 0;

}
.swiper-slide-active .sf-2 {
    height: fit-content; opacity: 1;

}
.sf-2 h3 {
    font-size: 1.15em;
    font-weight: 600;
    color: #fff;
}
.swiper-slide-active .slide_header, .swiper-slide-active .slide_footer {
 background: #d71921;
    position: relative;

}

.propcoll {
    background: url(../images/gradient.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

#frmLeadGen {
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 37px;
    padding-top: 37px;
}

#frmLeadGen input[type="text"],#frmLeadGen input[type="tel"],#frmLeadGen input[type="email"] {

    font-weight: 400;
    margin-bottom: 1.7rem;
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid #000000;
    text-align: left;
    padding-top: .35rem;
    padding-bottom: .55rem;
    padding-left: 1.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    border-radius: 0
}

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

#frmLeadGen select {
    font-weight: 400;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #000000;
    text-align: left;
    padding-top: .35rem;
    padding-bottom: .55rem;
    padding-left: 0.75rem;
    padding-right: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #000000;
    border-radius: 0;
    cursor: pointer;
}

#frmLeadGen select:disabled {
    opacity: 0.65;
    background-color: transparent;
    cursor: not-allowed;
}

label.checkbox-label {
    font-size: .7rem;
    color: #000000
}

.submit-btn {
    position: relative;
    width: 100%;
    border: 0;
    padding: 10px 30px;
    color: #ffffff;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 700;
    background: #de6437;
    margin-top: auto;
}

.submit-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.submit-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.pos-sg {
    position: absolute;
    bottom: 0dvi;
    left: 0;
    right: 0;
    max-width: 90%;
    margin: auto;
    padding-bottom: 37px;
}
.basic-cta {
    position: relative;
    width: 100%;
    border: 0;
    padding: 10px 30px;
    color: #ffffff;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 700;
    background: #e49451;
    text-align: center;
}
.basic-cta:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.basic-cta:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.bgview {
    height: 60ch;
    object-fit: cover;
}
.pos-sg p {
    font-weight: 600;
}
.bg-gr {
    background: #ddddde;
}
.conn_map {
    width: 65vw;
    height: 60vw;
}
.conn_map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;

}
.conn_content {
    padding-left: 4em;
  
    
}
p.max-desc {
    max-width: 38ch;
}
.pinbtn {
    width: 6dvi;
    height: 7.4dvi;
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    transform-origin: bottom center;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
    z-index: 5;
}
.pinbtn.active,
.pinbtn:hover {
    transform: scale(1.3);
    z-index: 10;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.25));
}
.pinbtn:active {
    transform: scale(0.95);
}
.pinbtn[data-pin="bandar-ainsdale"] {
    top: 40%;
    right: 27%;
}
.pinbtn[data-pin="hamilton"] {
     top: 29.5%;
    right: 34.9%;
    width: 7dvi;
    height: 6.4dvi;
}
.pinbtn[data-pin="planters"] {
    top: 30.6%;
    right: 44.2%;
    width: 7dvi;
    height: 6.4dvi;
}
.pinbtn[data-pin="vbp"] {
    top: 38.2%;
    right: 50.2%;
    width: 7dvi;
    height: 6.4dvi;
}
.pinbtn[data-pin="nilai-impian"] {
       top: 20.9%;
    right: 49.2%;
    width: 7dvi;
    height: 6.4dvi;
}
.pinimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
    transform-origin: bottom center;
    animation: pinWiggle 2.8s ease-in-out infinite;
    transition: transform 0.2s ease;
}

/* Pause/remove wiggle on hover & active, allowing scale */
.pinbtn:hover .pinimg,
.pinbtn.active .pinimg {
    animation: none;
    transform: none;
}

/* Stagger animation across pins for organic movement */
.pinbtn[data-pin="nilai-impian"] .pinimg {
    animation-delay: 0s;
}
.pinbtn[data-pin="hamilton"] .pinimg {
    animation-delay: 0.5s;
}
.pinbtn[data-pin="planters"] .pinimg {
    animation-delay: 1.1s;
}
.pinbtn[data-pin="vbp"] .pinimg {
    animation-delay: 1.6s;
}
.pinbtn[data-pin="bandar-ainsdale"] .pinimg {
    animation-delay: 2.2s;
}

@keyframes pinWiggle {
    0%, 100% {
        transform: rotate(0deg) translateY(0);
    }
    10% {
        transform: rotate(-6deg) translateY(-2px);
    }
    20% {
        transform: rotate(5deg) translateY(-4px);
    }
    30% {
        transform: rotate(-4deg) translateY(-2px);
    }
    40% {
        transform: rotate(2deg) translateY(0);
    }
    50%, 100% {
        transform: rotate(0deg) translateY(0);
    }
}
.conn_content .headings {
    min-height: 27vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    width: fit-content;

}
/* Pinned Township Info Card */
.pinned_info {
    background-color: #d85d38;
    border-radius: 24px;
    padding: 1.5rem 1.25rem 1.25rem;
    margin-top: 2rem;
    width: 100%;
    z-index: 2;
    max-width: 52vw;
    box-shadow: 0 10px 25px rgba(216, 93, 56, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.35s;
    pointer-events: none;
    position: relative;
}

.pinned_info.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.pinned_badge {
    display: none;
}

.pinned_info_grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0.5rem;
}

.pinned_col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.25rem;
}

.pinned_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pinned_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.pinned_icon img {
    width: 7dvi;
    height: 5dvi;
    object-fit: contain;
    stroke: #ffffff;
}

.pinned_title {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    text-align: center;
    letter-spacing: -0.01em;
}

.pinned_divider {
    display: none;
}

.pinned_divider_col {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0.25rem 0.25rem 0.75rem;
    align-self: stretch;
}

.pinned_list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.pinned_list li {
    margin: 0;
    padding: 0;
}

.pinned_list.fade-out {
    opacity: 0;
    transform: translateY(4px);
}

.pinned_list.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.conn_wraper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
#registration {
    position: relative;
}
#registration::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url(../images/Asset\ 25.webp);
    background-size: contain;
    background-position:left bottom;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    pointer-events: none;
}

@media screen and (min-width:993px) {
   .pos_main {
        position: absolute;
        inset: 0;
        width: fit-content;
        right: 15%;
        left: auto;
        max-width: 59ch;
        margin-top: 6%;
  }
  .sf-2 {
    height: 0;
    opacity: 0;
  }
}
@media screen and (min-width:992px) {
    .conn_content {
        padding-left: 4em;
        position: absolute;
        inset: 0;
        padding-top: 5em;
    }
}

@media screen and (max-width:991.5px) {
    
     h1 {
        font-size: 3rem;
    }
    .township-swiper .swiper-slide img {
        height: auto;
        min-height: auto;
    }
    .conn_wraper {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: stretch;
        position: relative;
        padding-bottom: 2rem;
    }

    .contitem_1 {
        display: contents;
    }

    .conn_content {
        display: contents;
    }

   .conn_content .headings {
        order: 1;
        min-height: unset;
        padding: 2.5rem 2rem;
        margin: 0;
    }

    .headings h2 {
        font-size: 2rem;
        line-height: 1.15;
        margin-bottom: 0.75rem;
    }

    .headings .max-desc {
        max-width: 100%;
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .contitem_2 {
        order: 2;
        width: 100%;
        position: relative;
        margin-top: 0.5rem;
    }

    .conn_map {
        width: 100%;
        height: auto;
    }

    .conn_map img {
        width: 100%;
        height: auto;
        display: block;
    }

    .pinbtn {
        /* width: 12vw;
        height: 14.8vw;
        min-width: 44px;
        min-height: 54px;
        max-width: 68px;
        max-height: 84px; */
    }

    .pinbtn[data-pin="planters"] {
    top: 28.9%;
    right: 58.8%;
    height: 15dvi;
    width: 11dvi;
}
    .pinbtn[data-pin="nilai-impian"] {
      top: 18.4%;
    right: 66%;
    height: 15dvi;
    width: 12dvi;
}
    .pinbtn[data-pin="hamilton"] {
          top: 27.6%;
        right: 44.2%;
        height: 15dvi;
        width: 12dvi;

}
    .pinbtn[data-pin="vbp"] {
           top: 36.95%;
        right: 67.5%;
        height: 15dvi;
        width: 12dvi;

}
    .pinbtn[data-pin="bandar-ainsdale"] {
                top: 40.3%;
        right: 30.7%;
        height: 15dvi;
        width: 12dvi;

}

    .pinbtn[data-pin="hamilton"],
    .pinbtn[data-pin="planters"],
    .pinbtn[data-pin="vbp"],
    .pinbtn[data-pin="nilai-impian"] {
        /* width: 13vw;
        height: 12vw;
        min-width: 46px;
        min-height: 42px;
        max-width: 72px;
        max-height: 66px; */
    }

    /* Mobile Pinned Info Card (Vertical Stack as in mockup) */
    .pinned_info {
        z-index: 4;
        order: 3;
        position: relative;
        margin: 3.5rem auto 1.5rem auto;
        width: calc(100% - 2.5rem);
        max-width: 380px;
        padding: 2.5rem 1.5rem 1.75rem 1.5rem;
        border-radius: 24px;
        box-shadow: 0 14px 30px rgba(216, 93, 56, 0.28);
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .pinned_badge {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -34px;
        left: 50%;
        transform: translateX(-50%);
        width: 64px;
        height: 72px;
        z-index: 5;
        pointer-events: none;
    }

    .pinned_badge img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
    }

    .pinned_info_grid {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .pinned_col {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 0;
    }

    .pinned_header {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.65rem;
        width: 100%;
    }

    .pinned_icon {
        height: auto;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pinned_icon svg {
        width: 28px;
        height: 28px;
        stroke: #ffffff;
    }

    .pinned_title {
        color: #ffffff;
        font-size: 0.95rem;
        font-weight: 700;
        margin: 0;
        text-align: left;
    }

    .pinned_divider {
        display: block;
        width: 100%;
        height: 1.5px;
        background-color: rgba(255, 255, 255, 0.75);
        margin: 0.45rem 0 0.65rem 0;
    }

    .pinned_divider_col {
        display: none;
    }

    .pinned_list {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        text-align: left;
        font-size: 0.8rem;
        line-height: 1.45;
        color: #ffffff;
        width: 100%;
    }

    .pinned_list li {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .headings {
        padding: 2rem 1rem 0.75rem 1rem;
    }

    .headings h2 {
        font-size: 1.65rem;
    }

    .pinned_info {
             margin: auto;
        width: calc(100% - 2rem);
        padding: 2.2rem 1.25rem 1.5rem 1.25rem;
        border-radius: 20px;
        margin-top: -40%;
    }

    .pinned_badge {
        margin-top: -36px;
        width: 40dvi;
        height: 29dvi;
        position: relative;
    }

  
}
@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;
        font-weight: 600;
    }


    .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;
      

    }

    #frmLeadGen {
    max-width: 100%;
    }

    
}
@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:1024px) {
    .fitsimage {
        height: 28dvi;
    }
    .two .swiper-slide {
    width: 40%;
    }

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

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


   h2 {
    font-size: 2rem;
   }

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

    .floorPlanGrid {
        gap: 30px;
    }

    .statLabel {
        font-size: 1.2vw;
    }

    .statValue {
        font-size: 2vw;
    }
    h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 992px) {
    .pos_main {
        padding: 19% 2rem 0;
        z-index: 3;
        position: relative;
    }
    .pos_main h2::after {
        width: 51%;
    }
    .pos_main p {
    font-size: 15px;
    }
    .pos_main h2 {
    font-size: 30px;
    }
    .mainimg {
        margin-top: -44%;
    }
    .dist_view {
    position: absolute;
    left: 0%;
    width: 100%;
    object-fit: contain;
    bottom: 5%;
    max-width: 87%;
    margin: auto;
    display: block;
    right: 0;
}

}
/* Responsive Breakpoints */
@media screen and (max-width: 768px) {
 .two .swiper-slide {
    width: 70%;
    text-align: center
}
.amenity-list {
    gap: 0.1rem;
}
    p {
        font-size: 3.35vw;
    }

    .amenity-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .amenity-card {
        padding: 16px 8px;
        min-height: 110px;
    }
    .amenity-icon svg {
        width: 36px;
        height: 36px;
    }
    .amenity-title {
        font-size: 0.85rem;
    }
    .amenity-item {
        font-size: 0.95rem;
    }
     h2 {
        font-size: 5.3vw
    }
    .accordian_container {
        margin-top: 1.5rem;
    }
    .slide_header {
            height: 75px;
    }
}

@media screen and (max-width: 525px) {
      h1 {
    font-size: 6.7vw;
    }
    h2 {
        font-size: 6.3vw;
    }
    .pos_main h2{
        font-size: 6.5vw;
    }
    .pos_main {
        padding: 24% 2rem 0;
    }
    .amenity-title {
        font-size: 3.24vw;
    }
    .amenity-list-container {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 12ch;
}
.slide_footer p {
    font-size: 3.25vw;
    max-width: 36ch;
    margin: auto;
    min-height: 40dvi;
    text-align: center;
}
.pos_main p {
          font-size: 3.35vw;
        max-width: 31ch;
    }
    .swiper-pagination.swiper-pagination-fraction, .swiper-pagination {
        font-size: 3.56vw;
    }
      .pinned_title {
                font-size: 3.8vw;
    }

    .pinned_list {
        font-size: 0.75rem;
        line-height: 1.4;
    }
        .pinned_list li {
        font-size: 3.4vw;
    }
    .sf-2 h3 {
        font-size: 4.24vw;
        margin-bottom: 1rem;

    }
    .formcont .headings p {
        max-width: 30ch;
        margin: auto;
    }

}
@media screen and (max-width: 480px) {
    .amenity-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .basic-cta,.submit-btn ,.slide-cta{
        font-size: 3.35vw
    }
}
@media screen and (max-width: 425px) {
        .btmNav, .dropdown-content a {
       font-size: 13.5px;
    }
}



