:root{
    --ff-base: "Montserrat", sans-serif;
    --ff-base-size: 14px;
    --ff-base-line-height: 1.6;
    --ff-letter-spacing: 0.3px;
    --clr-base: #BDBEC0;
}

@media screen and (min-width: 1150px) and (max-width: 1950px) {
    :root{
        --ff-base-size: calc(0.85vw + 1px);
    }
}

html{
    scroll-behavior: smooth;
}
body{
    font-size: var(--ff-base-size);
    line-height: var(--ff-base-line-height);
    letter-spacing: var(--ff-letter-spacing);
    background-color: #E2E6E8;
    font-family: var(--ff-base);
}
html.pg-loaded body{
    font-family: var(--ff-base);
}
:target { scroll-margin-block: 5ex; }



/* Base Style - S */
main section,
footer section{
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    overflow-x: hidden;
}
main section:not(:first-child){
    margin-block: 15px;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    main section,
    footer section{
        padding: calc(2vw + 1px) calc(3vw + 1px);
    }
    main section:not(:first-child){
        margin-block: calc(1.2vw + 1px);
    }
}
main section p,
footer section p{
    text-align: justify;
}
main section p:last-child{
    margin-bottom: 0;
}
.section-heading{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--clr-p);
    margin-bottom: 20px;
}
.section-heading::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    background-color: var(--clr-base);
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .section-heading{
        font-size: calc(1.8vw + 1px);
        margin-bottom: calc(1.6vw + 1px);
    }
    .section-heading::before{
        bottom: calc(-0.8vw + 1px);
        height: calc(0.15vw + 1px);
        width: calc(3vw + 1px);
    }
}
main section.light{
    background-color: #F1F2F2;
}
main section.primary{
    background-color: var(--clr-p);
    color: var(--clr-t);
}
main section.primary .section-heading{
    color: var(--clr-t);
}
main section.primary .section-heading::before{
    background-color: var(--clr-t);
}


.btn-cta{
    background-color: var(--clr-p);
    background-image: linear-gradient(to left, var(--clr-s), var(--clr-p), var(--clr-s));
    color: var(--clr-t);
    font-size: 15px;
    border-radius: 10px;
    padding: 4px 15px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.5),
                0 0 0 5px rgba(0,0,0,0.2),
                0 0 10px 10px rgba(0,0,0,0.1);
}
.btn-cta:hover,
.btn-cta:focus{
    background-image: unset;
    background-color: var(--clr-p);
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .btn-cta{
        font-size: calc(0.85vw + 1px);
        border-radius: calc(0.75vw + 1px);
        padding: calc(0.2vw + 1px) calc(1.2vw + 1px);
    }
}


.bd-img{
    position: relative;
    width: 95%;
    height: 90%;
    border-radius: 0 50px 0 50px;
    isolation: isolate;
    height: 180px;
}
.bd-img::before{
    content: '';
    position: absolute;
    width: 95%;
    height: 90%;
    top: 15%;
    right: -3%;
    border: 2px solid var(--clr-base);
    border-radius: inherit;
    z-index: -1;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .bd-img{
        height: calc(17.5vw + 1px);
    }
}
main section.primary .bd-img::before{
    display: none;
}
.bd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 50px 0 50px;
}
.bd-img.blur{
    border: 2px solid rgba(0,0,0,0.3);
}
.bd-img.blur img{
    filter: blur(2px);
}
.bd-img .cta-text{
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-weight: 400;
    padding: 10px;
    z-index: 2;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .bd-img .cta-text{
        font-size: calc(1.4vw + 1px);
        padding: calc(0.75vw + 1px);
    }
}



.pg-tabs .nav-pills{
    gap: 5px;
}
.pg-tabs .nav-item .nav-link{
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(to left, var(--clr-s), var(--clr-p), var(--clr-s));
    color: var(--clr-t);
    padding: 4px 12px;
    letter-spacing: 1.1px;
    font-weight: 500;
    border: 2px solid rgba(0,0,0,0.2);
    border-bottom: none;
}
.pg-tabs .nav-item .nav-link.active{
    color: var(--clr-s);
    background-image: unset;
    background-color: transparent;
    font-weight: 700;
}
.pg-tabs .tab-content{
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 0 0 10px 10px;
    padding: 15px;
}
.pg-tabs .tab-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.pg-tabs .tab-content ul li i{
    color: var(--clr-p)
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .pg-tabs .nav-pills{
        gap: calc(0.5vw + 1px);
    }
    .pg-tabs .nav-item .nav-link{
        padding: calc(0.4vw + 1px) calc(1.2vw + 1px);
    }
    .pg-tabs .tab-content{
        border-radius: 0 0 calc(1vw + 1px) calc(1vw + 1px);
        padding: calc(1.85vw + 1px);
    }
    .pg-tabs .tab-content ul{
        grid-gap: calc(1vw + 1px);
        grid-template-columns: repeat(2, 1fr);
    }
}
.oo-tabs.pg-tabs .tab-content{
    border: unset;
}
.oo-tabs.pg-tabs .nav-item .nav-link{
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.pg-tabs .tab-content .glide ul{
    display: flex;
    grid-template-columns: unset;
    grid-gap: unset;
}
.pg-tabs .tab-content .glide .glide__slide{
    padding: 30px 15px;
}



.accordion-button{
    color: var(--clr-p);
    font-weight: 600;
}
.accordion-button:not(.collapsed){
    background-image: linear-gradient(to left, var(--clr-s), var(--clr-p), var(--clr-s));
    color: var(--clr-t);
    letter-spacing: 1.1px;
    font-weight: 500;
    border: 2px solid rgba(0,0,0,0.2);
    border-bottom: none;
}
.accordion-body ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.accordion-body ul li i{
    color: var(--clr-p)
}
/* Base Style - E */



/* Base Layout - S */
@media screen and (min-width: 800px) {
    .lp-layout{
        display: grid;
        grid-template-columns: 78% 22%;
        grid-template-areas: 
            "nav sidebar"
            "banner sidebar"
            "main ."
            "footer .";
    }
}
@media screen and (min-width: 1150px) {
    .lp-layout{
        grid-template-columns: 82% 18%;
    }
}
/* Base Layout - E */



/* Header - S */
header{
    grid-area: header;
}
/* Header - E */



/* Menu - S */
:root{
    --nav-height: 80px;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    :root{
        --nav-height: calc(4.5vw + 1px);
    }
}
nav{
    grid-area: nav;
    height: var(--nav-height);
    overflow: hidden;
    transition: all 300ms;
    z-index: 1050;
}
nav:has(.navbar-collapse.show){
    height: auto;
}
.main-navbar .navbar-nav{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.main-navbar .logo{
    max-width: 250px;
    width: auto;
    height: 60px !important;
    object-fit: contain;
    object-position: center;
}
.main-navbar .nav-item{
    /*width: 60%;*/
    display: flex;
    align-items: center;
}
.main-navbar .nav-item .cp-logo{
    max-width: 150px;
    height: 50px;
}
.main-navbar .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 20px;
    transition: all 300ms;
    color: #000000;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus,
.main-navbar .nav-link.active{
    color: var(--clr-p);
    font-weight: 700;
    border-bottom: 3px solid var(--clr-p);
    color: var(--clr-p);
}
@media screen and (min-width: 800px) {
    .navbar{
        position: sticky;
        top: 0;
        z-index: 15;
    }
    .main-navbar .navbar-nav{
        gap: unset;
    }
    .main-navbar .logo{
        min-width: 150px;   
        max-width: calc(17vw + 1px);
        height: calc(var(--nav-height) - 5px);
        margin-right: calc(2vw + 1px);
    }
    .main-navbar .nav-item{
        width: unset;
    }
    .main-navbar .nav-item .cp-logo{
        height: calc(var(--nav-height) - 15px);
    }
    .main-navbar .nav-link{
        gap: calc(0.2vw + 1px);
        padding: calc(0.3vw + 1px) calc(2vw + 1px);
        font-size: calc(1vw + 1px);
        /*border-radius: calc(0.6vw + 1px);*/
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .main-navbar .nav-link{
        font-size: calc(0.85vw + 1px);
    }
}
/* Menu - E */



/* Banner - S */
.banner{
    grid-area: banner;
    position: relative;
}
.banner,
.banner .glide__slide img{
    display: block;
    width: 100%;
    aspect-ratio: 1400/800;
}
@media screen and (min-width: 800px){
    .banner,
    .banner .glide__slide img{
        height: calc(100dvh - var(--nav-height));
    }
}
/* Banner - E */



/* Info Box - S */
.info-box{
    background-color: #ffffff;
    padding: 10px 10px 20px;
    text-align: center;
}
.info-box .status{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(to left, var(--clr-s), var(--clr-p), var(--clr-s));
    color: var(--clr-t);
    padding: 4px 15px;
    min-width: 60%;
    max-width: 90%;
    border: 2px solid rgba(255,255,255,0.5);
    border-bottom: none;
}
.info-box .mb-box{
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 20px;
    padding-top: 15px;
    overflow: hidden;
    box-shadow: var(--bs-box-shadow);
}
.info-box .mb-box h1{
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.info-box .mb-box h2{
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.info-box .mb-box h3{
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
}
.info-box .mb-box ul{
    list-style: none;
    background-image: linear-gradient(to left, var(--clr-s), var(--clr-p), var(--clr-s));
    color: var(--clr-t);
    margin: 0;
    padding: 10px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}
.info-box .mb-box ul:not(:first-child){
    margin-top: 5px;
}
.info-box .mb-box ul li:not(:first-child){
    border-top: 1px solid var(--clr-t);
    padding-top: 5px;
}
.info-box .mb-ext-box{
    padding-top: 15px;
}
.info-box .mb-ext-box h4{
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
.info-box .mb-ext-box h5{
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    margin: 10px 0 20px;
    color: var(--clr-p);
}
.info-box .mb-ext-box h5 small{
    font-size: 22px;
    font-weight: 400;
}
.info-box .mb-ext-box h5 span{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.info-box .mb-ext-box h6{
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 20px;
}
@media screen and (min-width: 800px){
    .info-box{
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        width: 350px;
        padding: calc(1vw + 1px) calc(1vw + 1px);
    }
    .info-box .status{
        box-shadow: var(--bs-box-shadow);
    }
    .info-box .mb-box{
        background-color: #ffffff;
        border-radius: calc(1vw + 1px) calc(1vw + 1px) 0 0;
    }
    .info-box .mb-ext-box{
        background-color: #ffffff;
        border-radius: 0 0 calc(1vw + 1px) calc(1vw + 1px);
        padding-bottom: calc(0.3vw + 1px);
        box-shadow: var(--bs-box-shadow);
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .info-box{
        width: calc(24vw + 1px);
    }
    .info-box .status{
        font-size: calc(1vw + 1px);
        border-radius: calc(0.5vw + 1px) calc(0.5vw + 1px) 0 0;
        padding: calc(0.2vw + 1px) calc(0.8vw + 1px);
    }
    .info-box .mb-box h1{
        font-size: calc(1.7vw + 1px);
    }
    .info-box .mb-box h2{
        font-size: calc(1.2vw + 1px);
        margin-top: calc(0.2vw + 1px);
    }
    .info-box .mb-box h3{
        font-size: calc(0.9vw + 1px);
        margin-top: calc(0.6vw + 1px);
    }
    .info-box .mb-box ul{
        padding: calc(0.5vw + 1px);
        gap: calc(0.2vw + 1px);
    }
    .info-box .mb-box ul:not(:first-child){
        margin-top: 0.25vw;
    }
    .info-box .mb-box ul li:not(:first-child){
        padding-top: calc(0.2vw + 1px);
    }
    .info-box .mb-ext-box{
        padding-top: calc(1vw + 1px);
    }
    .info-box .mb-ext-box h4{
        font-size: calc(1.1vw + 1px);
    }
    .info-box .mb-ext-box h5{
        font-size: calc(1.8vw + 1px);
        margin: calc(0.4vw + 1px) 0 calc(1vw + 1px);
    }
    .info-box .mb-ext-box h5 small{
        font-size: calc(1.3vw + 1px);
    }
    .info-box .mb-ext-box h5 span{
        font-size: calc(1vw + 1px);
    }
    .info-box .mb-ext-box h6{
        font-size: calc(0.75vw + 1px);
        margin-top: calc(1vw + 1px);
    }
}
/* Info Box - E */



/* Main - S */
main{
    grid-area: main;
}
/* Main - E */



/* Overview - S */
#overview .section-heading{
    text-align: center;
    display: block;
}
@media screen and (min-width: 800px) {
    #overview .section-heading{
        text-align: unset;
        display: inline-block;
    }
}
/* Overview - E */



/* Highlights - S */
.highlight-1 .highlights-list .point{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0 15px;
}
.highlight-1 .highlights-list .col:nth-child(odd) .point{
    background-color: hsla(from var(--clr-base) h s l / 0.3);
    padding: 5px 15px;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .highlight-1 .highlights-list .point{
        gap: calc(0.4vw + 1px);
        padding: calc(0.1vw + 1px) calc(1vw + 1px);
    }
    .highlight-1 .highlights-list .col:nth-child(odd) .point{
        background-color: unset;
    }
    .highlight-1 .highlights-list .col:nth-child(4n-3) .point, 
    .highlight-1 .highlights-list .col:nth-child(4n-2) .point{
        background-color: hsla(from var(--clr-base) h s l / 0.3);
        padding: calc(0.5vw + 1px) calc(1vw + 1px);
    }
}
.highlight-1 .highlights-list .point i{
    color: var(--clr-p);
    font-size: 150%;
}

.highlight-2{
    --highlights-height: 270px;
}
.highlight-2 .bd-img img{
    width: 100%;
    height: calc(var(--highlights-height) + 28%);
    object-fit: cover;
    object-position: center;
    border-radius: 0 50px 0 50px;
}
.highlight-2 .bd-img::before{
    height: calc(var(--highlights-height) + 18%);
}
.highlight-2 .highlights-list{
    background-color: #F1F2F2;
    height: var(--highlights-height);
    overflow: hidden;
    overflow-y: auto;
    align-content: space-evenly;
}
.highlight-2 .highlights-list .point{
    display: flex;
    gap: 15px;
}
.highlight-2 .highlights-list .point i{
    color: var(--clr-p);
    font-size: 150%;
    line-height: 1;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .highlight-2 .highlights-list{
        gap: calc(0.8vw + 1px);
    }
}
.highlight-2 .highlights-list::-webkit-scrollbar {
  width: 8px;
}
.highlight-2 .highlights-list::-webkit-scrollbar-track {
  background: linear-gradient(to right, transparent 30%, #000000 40%, transparent 30%);
  margin-top: 20px;
  margin-bottom: 20px;
}
.highlight-2 .highlights-list::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, transparent 30%, #000000 40%, transparent 30%);
  background: #000000;
}
.highlight-2 .highlights-list::-webkit-scrollbar-thumb:hover {
  background: #2980b9;
}
/* Highlights - E */



/* Price - S */
.price-block{
    position: relative;
    background-color: #ffffff;
    padding: 15px 8px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid var(--clr-base);
    display: grid;
    grid-gap: 5px;
}
.price-block h4{
    font-size: 22px;
    font-weight: 700;
}
.price-block h5{
    font-size: 18px;
    font-weight: 400;
}
.price-block h6{
    font-size: 22px;
    font-weight: 700;
    color: var(--clr-p);
}
.price-block h6 small{
    font-size: 14px;
    font-weight: 400;
}
.price-block button{
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    min-width: 85%;
}
.price-slider-s-block .glide__slide{
    padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
    .price-block button{
        bottom: calc(-1vw + 1px);
        padding: calc(0.25vw + 1px) calc(1vw + 1px);
        min-width: 90%;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .price-block{
        padding: calc(0.85vw + 1px) calc(0.3vw + 1px) calc(1.75vw + 1px);
        border-radius: calc(1.5vw + 1px);
        grid-gap: calc(0.2vw + 1px);
    }
    .price-block h4,
    .price-block h6{
        font-size: calc(2vw + 1px);
    }
    .price-block h5{
        font-size: calc(1.4vw + 1px);
    }
    .price-block h6 small{
        font-size: calc(1.4vw + 1px);
    }
    .price-block button{
        bottom: calc(-1vw + 1px);
        padding: calc(0.25vw + 1px) calc(1vw + 1px);
        min-width: 70%;
    }
}

/* Investment Options Single Line Layout - S */
.price-slider-s-block .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

.price-slider-s-block .price-block {
    flex: 1;
    max-width: 300px;
    min-width: 250px;
    margin: 0 10px;
    text-align: center;
    padding: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

/* Floor Plan Container - Above Card Content */
.price-slider-s-block .floor-plan-container {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.price-slider-s-block .floor-plan-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px) grayscale(0.2);
    transition: all 0.3s ease;
}

.price-slider-s-block .view-plan-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.price-slider-s-block .view-plan-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.05);
}

.price-slider-s-block .price-block:hover .floor-plan-img {
    filter: blur(0px) grayscale(0);
}

/* Card Content */
.price-slider-s-block .card-content {
    padding: 0 20px 20px;
}

.price-slider-s-block .card-content h4,
.price-slider-s-block .card-content h5,
.price-slider-s-block .card-content h6,
.price-slider-s-block .card-content .btn {
    position: relative;
    z-index: 1;
}

.price-slider-s-block .price-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: var(--clr-p);
}

.price-slider-s-block .price-block h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--clr-p);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-slider-s-block .price-block h5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
    font-weight: 500;
}

.price-slider-s-block .price-block h6 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.price-slider-s-block .price-block h6 small {
    font-size: 18px;
    color: var(--clr-p);
}

.price-slider-s-block .price-block .btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.price-slider-s-block .price-block .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    left: 0;
    right: 0;
}

/* Mobile Responsive for Single Line */
@media (max-width: 768px) {
    .price-slider-s-block .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .price-slider-s-block .price-block {
        flex: none;
        max-width: 280px;
        min-width: 250px;
        margin: 10px;
    }
}

@media (max-width: 480px) {
    .price-slider-s-block .price-block {
        max-width: 100%;
        min-width: 100%;
        margin: 10px 0;
    }
    
    .price-slider-s-block .price-block h4 {
        font-size: 20px;
    }
    
    .price-slider-s-block .price-block h5 {
        font-size: 14px;
    }
    
    .price-slider-s-block .price-block h6 {
        font-size: 22px;
    }
}

/* Google Maps Embed - S */
.bd-iframe {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(197, 157, 84, 0.3);
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.map-iframe:hover {
    transform: scale(1.02);
}

/* Mobile Responsive for Map */
@media (max-width: 768px) {
    .bd-iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .bd-iframe {
        height: 250px;
    }
}

/* Price - E */



/* Amenities - S */
.amenities-block-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.amenities-block-wrapper a{
    position: relative;
    text-decoration: none;
    color: inherit;
}
.amenities-block-wrapper a .amenity-name{
    position: absolute;
    bottom: 15px;
    left: 0;
    background-color: #ffffff;
    padding: 5px 20px 5px 10px;
    border-top-right-radius: 30px;
    font-weight: 500;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .amenities-block-wrapper{
        gap: calc(2vw + 1px);
    }
    .amenities-block-wrapper a .amenity-name{
        bottom: calc(1.2vw + 1px);
        padding: calc(0.3vw + 1px) calc(1.25vw + 1px) calc(0.3vw + 1px) calc(0.85vw + 1px);
    }
}

.ami-box .icon-box{
    max-width: 100%;
    border: 2px solid var(--clr-base);
    border-radius: 0 35px 0 35px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5px 30px;
}
.ami-box .icon-box img{
    max-width: 90%;
    height: 96px;
    object-fit: contain;
    object-position: center;
}
.ami-box p{
    background-color: #ffffff;
    max-width: 70%;
    margin-left: 15%;
    margin-top: -20px;
    padding: 5px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid var(--clr-p);
    border-radius: 0 15px 0 15px;
    color: var(--clr-p);
    font-weight: 600;
    text-transform: capitalize;
}
/* EOI Right Box - S */
.eoi-right-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    padding: calc(1vw + 1px) calc(1vw + 1px);
    z-index: 10;
}

@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .eoi-right-box {
        width: calc(24vw + 1px);
    }
}

@media (max-width: 800px) {
    .eoi-right-box {
        position: relative;
        width: 100%;
        padding: 20px;
    }
}

/* EOI Lead Magnet - S */
.eoi-lead-magnet {
    position: relative;
    background: linear-gradient(135deg, var(--clr-p) 0%, var(--clr-s) 100%);
    border-radius: 20px;
    padding: 25px;
    margin: 0;
    box-shadow: 0 15px 35px rgba(26, 26, 26, 0.3);
    overflow: hidden;
    animation: eoiFloat 3s ease-in-out infinite;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.eoi-lead-magnet:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(26, 26, 26, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.eoi-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.eoi-badge {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    animation: eoiPulse 2s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.eoi-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.9;
}

.eoi-price {
    margin-bottom: 15px;
}

.eoi-price .currency {
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
}

.eoi-price .amount {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.eoi-price .onwards {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
}

.eoi-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
    font-weight: 500;
}

.eoi-book-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.eoi-book-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.eoi-book-btn:active {
    transform: translateY(0);
}

.eoi-book-btn .btn-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.eoi-book-btn:hover .btn-icon {
    transform: translateX(5px);
}

.eoi-book-btn.eoi-clicked {
    transform: scale(0.95);
    background: rgba(255, 255, 255, 0.3);
}

.eoi-modal-bounce {
    animation: eoiModalBounce 0.6s ease-out;
}

@keyframes eoiModalBounce {
    0% {
        transform: scale(0.5) translateY(-100px);
        opacity: 0;
    }
    30% {
        transform: scale(1.1) translateY(0);
        opacity: 0.8;
    }
    60% {
        transform: scale(0.95) translateY(0);
        opacity: 1;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.eoi-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: eoiRipple 2s ease-out infinite;
}

.eoi-pulse::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: eoiRipple 2s ease-out infinite 0.5s;
}

/* Animations */
@keyframes eoiFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes eoiPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes eoiRipple {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/* Modal Animation Enhancement */
.modal.show .modal-dialog {
    animation: modalBounceIn 0.6s ease-out;
}

@keyframes modalBounceIn {
    0% {
        transform: scale(0.3) translateY(-50px);
        opacity: 0;
    }
    50% {
        transform: scale(1.05) translateY(0);
        opacity: 0.8;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .eoi-lead-magnet {
        padding: 20px;
        margin: 0;
    }
    
    .eoi-price .amount {
        font-size: 36px;
    }
    
    .eoi-book-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .eoi-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .eoi-lead-magnet {
        padding: 15px;
        margin: 0;
    }
    
    .eoi-price .amount {
        font-size: 28px;
    }
    
    .eoi-title {
        font-size: 16px;
    }
    
    .eoi-subtitle {
        font-size: 12px;
    }
}

/* Floating Enquire Button - S */
.floating-enquire-btn {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: floatingBounce 2s ease-in-out infinite;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
}

.floating-enquire-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Make floating button more prominent and persistent */
.floating-enquire-btn.show .floating-btn {
    animation: persistentPulse 3s ease-in-out infinite;
    box-shadow: 0 8px 25px rgba(26, 26, 26, 0.4), 0 0 20px rgba(197, 157, 84, 0.3);
}

@keyframes persistentPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(26, 26, 26, 0.4), 0 0 20px rgba(197, 157, 84, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(26, 26, 26, 0.5), 0 0 30px rgba(197, 157, 84, 0.5);
    }
}

.floating-btn {
    background: linear-gradient(135deg, var(--clr-p) 0%, var(--clr-s) 100%);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(26, 26, 26, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.floating-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(26, 26, 26, 0.4);
    background: linear-gradient(135deg, var(--clr-s) 0%, var(--clr-p) 100%);
}

.floating-btn:active {
    transform: translateY(-1px);
}

.floating-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.floating-btn:hover i {
    transform: scale(1.1);
}

.floating-close-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0.8;
}

.floating-close-btn:hover {
    background: #c59d54;
    color: white;
    transform: scale(1.1);
    opacity: 1;
}

.floating-close-btn:active {
    transform: scale(0.95);
}

/* Floating Animation */
@keyframes floatingBounce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Pulse effect for attention */
.floating-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transform: translate(-50%, -50%);
    animation: floatingPulse 2s ease-out infinite;
    z-index: -1;
}

@keyframes floatingPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .floating-enquire-btn {
        bottom: 20px;
        left: 20px;
        gap: 8px;
    }
    
    .floating-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .floating-btn .btn-text {
        display: none;
    }
    
    .floating-btn i {
        font-size: 20px;
    }
    
    .floating-close-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .floating-enquire-btn {
        bottom: 15px;
        left: 15px;
    }
    
    .floating-btn {
        padding: 10px 14px;
    }
}

/* Hidden state */
.floating-enquire-btn.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: all 0.5s ease;
}

/* Floating Notification Widget - S */
.floating-notification {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 280px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px) scale(0.8);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.floating-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    animation: notificationAttention 4s ease-in-out infinite;
}

@keyframes notificationAttention {
    0%, 90%, 100% {
        transform: translateY(0) scale(1);
    }
    5%, 85% {
        transform: translateY(-5px) scale(1.02);
    }
}

.notification-content {
    background: rgba(197, 157, 84, 0.2);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(197, 157, 84, 0.3);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
}

.notification-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c59d54, #d4a574, #c59d54);
    animation: notificationShimmer 2s linear infinite;
}

@keyframes notificationShimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.notification-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px 8px;
}

.notification-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #c59d54, #d4a574);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    animation: notificationPulse 2s ease-in-out infinite;
}

@keyframes notificationPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.notification-close {
    width: 30px;
    height: 30px;
    background: rgba(197, 157, 84, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.notification-close:hover {
    background: rgba(197, 157, 84, 0.6);
    transform: scale(1.1);
}

.notification-body {
    padding: 0 15px 10px;
    color: #c59d54;
}

.notification-body h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #c59d54;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.notification-body p {
    font-size: 12px;
    margin: 0 0 10px 0;
    opacity: 0.9;
    line-height: 1.3;
    color: #c59d54;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.notification-timer {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.timer-label {
    font-size: 11px;
    color: #c59d54;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.timer-display {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-family: 'Courier New', monospace;
}

.timer-display span {
    background: linear-gradient(135deg, #c59d54, #d4a574);
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    min-width: 30px;
    text-align: center;
    animation: timerBlink 1s ease-in-out infinite;
}

@keyframes timerBlink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.7; }
}

.notification-footer {
    padding: 10px 15px 15px;
}

.notification-btn {
    width: 100%;
    background: linear-gradient(135deg, #c59d54, #d4a574);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(197, 157, 84, 0.3);
}

.notification-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(197, 157, 84, 0.4);
    background: linear-gradient(135deg, #d4a574, #c59d54);
}

.notification-btn:active {
    transform: translateY(0);
}

/* Mobile Responsive for Notification */
@media (max-width: 768px) {
    .floating-notification {
        width: 250px;
        bottom: 25px;
        right: 15px;
    }
    
    .floating-enquire-btn {
        bottom: 15px;
        left: 15px;
    }
    
    .notification-content {
        border-radius: 12px;
    }
    
    .notification-header {
        padding: 8px 12px 6px;
    }
    
    .notification-body {
        padding: 0 12px 8px;
    }
    
    .notification-footer {
        padding: 8px 12px 12px;
    }
    
    .timer-display {
        gap: 4px;
    }
    
    .timer-display span {
        padding: 2px 4px;
        font-size: 10px;
        min-width: 20px;
    }
}

@media (max-width: 480px) {
    .floating-notification {
        width: 220px;
        bottom: 20px;
        right: 10px;
    }
    
    .floating-enquire-btn {
        bottom: 10px;
        left: 10px;
    }
    
    .notification-body h4 {
        font-size: 12px;
    }
    
    .notification-body p {
        font-size: 10px;
    }
}

/* QR Code and RERA Info Horizontal Layout - S */
.qr-info-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.qr-section {
    text-align: center;
    flex: 0 0 auto;
}

.qr-section img {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.qr-section p {
    margin: 8px 0 0 0;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.rera-section {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.rera-section span {
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
}

.rera-section .footer-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    word-break: break-all;
}

.rera-section .footer-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Disclaimer Box Styling - S */
.disclaimer-box {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #c59d54;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2);
}

.disclaimer-title {
    color: #856404;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
}

.disclaimer-text {
    color: #6c5b00;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* Mobile Responsive for QR and Disclaimer */
@media (max-width: 768px) {
    .qr-info-horizontal {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }
    
    .rera-section {
        text-align: center;
    }
    
    .disclaimer-box {
        padding: 15px;
        margin: 15px 0;
    }
    
    .disclaimer-text {
        font-size: 12px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .qr-info-horizontal {
        padding: 12px;
        gap: 15px;
    }
    
    .qr-section img {
        height: 60px;
    }
    
    .disclaimer-box {
        padding: 12px;
    }
    
    .disclaimer-title {
        font-size: 14px;
    }
    
    .disclaimer-text {
        font-size: 11px;
    }
}

/* QR Code and RERA Info Horizontal Layout - E */
/* Disclaimer Box Styling - E */

/* New BHK Design - S */
.bhk-tabs-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.bhk-tabs {
    display: flex;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bhk-tab {
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #6c757d;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

.bhk-tab.active {
    background: white;
    color: #2c3e50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bhk-tab:hover:not(.active) {
    color: #2c3e50;
    background: rgba(255, 255, 255, 0.5);
}

.bhk-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.bhk-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.bhk-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.most-popular-banner {
    background: linear-gradient(135deg, #c59d54, #d4a574);
    color: white;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.most-popular-banner i {
    font-size: 16px;
}

.bhk-card-content {
    display: flex;
    min-height: 400px;
}

.bhk-left {
    flex: 1;
    padding: 30px;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bhk-right {
    flex: 1;
    padding: 30px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.bhk-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.bhk-price {
    font-size: 36px;
    font-weight: 800;
    color: #c59d54;
    margin-bottom: 8px;
}

.bhk-area {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 15px;
}

.bhk-tag {
    background: linear-gradient(135deg, #c59d54, #d4a574);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.early-bird-offer {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border: 1px solid #c59d54;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.early-bird-offer i {
    font-size: 24px;
    color: #c59d54;
}

.offer-content {
    flex: 1;
}

.offer-title {
    font-weight: 700;
    color: #c59d54;
    font-size: 16px;
    margin-bottom: 4px;
}

.offer-desc {
    color: #ffffff;
    font-size: 14px;
}

.bhk-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-book {
    background: linear-gradient(135deg, #c59d54, #d4a574);
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
}

.btn-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(197, 157, 84, 0.4);
    background: linear-gradient(135deg, #d4a574, #c59d54);
}

.btn-details {
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
}

.btn-details:hover {
    background: #007bff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.features-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

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

.features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    color: #cccccc;
}

.features-list i {
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
}

/* Mobile Responsive for BHK Design */
@media (max-width: 768px) {
    .bhk-card-content {
        flex-direction: column;
    }
    
    .bhk-left, .bhk-right {
        padding: 20px;
    }
    
    .bhk-title {
        font-size: 24px;
    }
    
    .bhk-price {
        font-size: 28px;
    }
    
    .bhk-buttons {
        flex-direction: column;
    }
    
    .bhk-tabs {
        flex-direction: column;
        gap: 4px;
    }
    
    .bhk-tab {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .bhk-left, .bhk-right {
        padding: 15px;
    }
    
    .bhk-title {
        font-size: 20px;
    }
    
    .bhk-price {
        font-size: 24px;
    }
    
    .features-title {
        font-size: 18px;
    }
    
    .features-list li {
        font-size: 14px;
    }
}

/* Connectivity Showcase - S */
.connectivity-showcase {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.connectivity-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.connectivity-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
    font-style: italic;
}

.connectivity-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-icon {
    background: linear-gradient(135deg, #c59d54, #d4a574);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-content h6 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.feature-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-content ul li {
    color: #495057;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.feature-content ul li:before {
    content: "•";
    color: #c59d54;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.connectivity-map-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.connectivity-map-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-pin {
    background: linear-gradient(135deg, #c59d54, #d4a574);
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(197, 157, 84, 0.4);
    animation: pulse 2s infinite;
}

.project-pin i {
    font-size: 20px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Mobile Responsive for Connectivity */
@media (max-width: 768px) {
    .connectivity-showcase {
        padding: 25px;
        margin: 20px 0;
    }
    
    .connectivity-title {
        font-size: 24px;
    }
    
    .connectivity-subtitle {
        font-size: 16px;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .connectivity-map-img {
        height: 250px;
    }
}
/* Connectivity Showcase - E */

/* Floor Plan Styling - S */
.floor-plan-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
}

.floor-plan-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px) brightness(0.7);
    transition: all 0.3s ease;
}

.floor-plan-container:hover .floor-plan-img {
    filter: blur(1px) brightness(0.8);
}

.view-plan-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #c59d54, #d4a574);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(197, 157, 84, 0.3);
    z-index: 10;
}

.view-plan-btn:hover {
    background: linear-gradient(135deg, #d4a574, #c59d54);
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(197, 157, 84, 0.4);
}

/* Mobile Responsive for Floor Plan */
@media (max-width: 768px) {
    .floor-plan-container {
        height: 150px;
    }
    
    .view-plan-btn {
        padding: 6px 12px;
        font-size: 11px;
    }
}
/* Floor Plan Styling - E */

/* New BHK Design - E */

/* Amenities - E */



/* Gallery - S */
.gallery-img{
    display: block;
    text-decoration: none;
}
.gallery-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 30px 0 30px;
    border: 1px solid rgba(0,0,0,0.2);
}
#gallery.pg-tabs .tab-content .glide .glide__slide{
    padding: 0;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .gallery-img img{
        height: calc(12.5vw + 1px);
    }
}
/* Gallery - E */



/* Location Map - S */
.bd-iframe iframe{
    border-radius: 0 50px 0 50px;
    width: 100%;
    height: 180px;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .bd-iframe iframe{
        height: calc(17.5vw + 1px);
    }
}
/* Location Map - E */



/* Location List - S */

/* Location List - E */



/* Site Visit - S */
@media screen and (min-width: 800px){
    .site-visit form .btn-wrapper{
        text-align: left;
    }
}
/* Site Visit - E */



/* Footer - S */
footer{
    grid-area: footer;
    margin-bottom: 50px;
}
.footer-project-logo{
    max-width: 90%;
    height: 60px;
    margin-bottom: 15px;
}
.qr-codes{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.qr-codes img{
    height: 100px;
}
.reras {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.reras span{
    display: block;
}
.disclaimer{
    font-size: 12px;
}
.footer-link{
    font: inherit;
    font-size: 12px;
}
.copyright{
    display: block;
    font-size: 12px;
}
@media screen and (min-width: 800px) {
    footer{
        margin-bottom: unset;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .footer-project-logo{
        height: calc(2.5vw + 1px);
        margin-bottom: calc(1.5vw + 1px);
    }
    .qr-codes{
        gap: calc(1vw + 1px);
    }
    .qr-codes img{
        height: calc(7.5vw + 1px);
    }
    .reras {
        margin-top: calc(1vw + 1px);
    }
    .disclaimer,
    .footer-link,
    .copyright{
        font-size: calc(0.6vw + 1px);
    }
}
/* Footer - E */

/* Footer Center Alignment */
footer section {
    text-align: center;
}

footer .text-center {
    text-align: center !important;
}

footer .d-block {
    text-align: center;
}

footer .copyright {
    text-align: center;
    display: block;
}



/* Sidebar - S */
sidebar{
    grid-area: sidebar;
    background-color: #ffffff;
}
@media screen and (min-width: 800px) {
    sidebar{
        position: sticky;
        top: 0;
        z-index: 2;
    }
}
.og-wrapper{
    display: none;
}
@media screen and (min-width: 800px) {
    .og-wrapper{
        display: block;
    }
}
.og-wrapper .og-links{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--clr-p);
    color: var(--clr-t);
}
.og-wrapper .og-links a{
    width: 100%;
    text-decoration: none;
    font: inherit;
    color: inherit;
    text-align: center;
    padding: calc(0.6vw + 1px) calc(0.3vw + 1px);
    font-size: calc(0.75vw + 1px);
}
.og-wrapper .og-links a:not(:first-child){
    border-left: 2px solid hsla(from var(--clr-t) h s l / 0.3);
}
.og-wrapper .og-links a:hover{
    background-color: var(--clr-s);
}
.og-open-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(1vw + 1px);
    padding: calc(0.75vw + 1px) calc(1vw + 1px);
}
.og-open-links .btn-wp-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(1.5vw + 1px);
    background-color: #51CD60;
    color: #ffffff;
    border-radius: 50%;
    width: calc(2.2vw + 1px);
    height: calc(2.2vw + 1px);
}
.og-open-links .btn-wp-icon:hover,
.og-open-links .btn-wp-icon:focus{
    background-color: var(--clr-p);
    color: var(--clr-t);
}
sidebar .section-heading{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    sidebar .section-heading{
        font-size: calc(1vw + 1px);
        margin-top: calc(1.5vw + 1px);
        margin-bottom: calc(0.5vw + 1px);
    }
}
/* Sidebar - E */



/* Form - S */
.enq-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.enq-form .form-control{
    font-size: 16px;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 6px 15px;
}
.enq-form .consent .form-check-label{
    font-size: 11px;
}
.enq-form .consent input[type="checkbox"] {
  filter: grayscale(1) opacity(0.5);
}
.enq-form .btn-wrapper{
    text-align: center;
    margin-top: 10px;
}

sidebar .enq-form,
.enqPopup .enq-form{
    gap: 8px;
    padding: 10px;
}

.enqPopup .enq-form .btn-wrapper{
    margin-top: 0;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .enq-form{
        gap: calc(1vw + 1px);
    }
    .enq-form .form-control{
        font-size: calc(1vw + 1px);
        border-radius: calc(0.6vw + 1px);
        padding: calc(0.6vw + 1px) calc(1vw + 1px);
    }
    .enq-form .consent .form-check-label{
        font-size: calc(0.6vw + 1px);
    }
    .enq-form .btn-wrapper{
        margin-top: calc(1vw + 1px);
    }

    sidebar .enq-form{
        gap: calc(0.5vw + 1px);
        padding: calc(1vw + 1px);
    }
    .enqPopup .enq-form{
        gap: calc(1vw + 1px);
        padding: calc(1vw + 1px);
    }
    sidebar .enq-form .form-control{
        font-size: calc(0.85vw + 1px);
        padding: calc(0.3vw + 1px) calc(0.75vw + 1px);
    }
    .enqPopup .enq-form .form-control{
        font-size: calc(0.85vw + 1px);
        padding: calc(0.5vw + 1px) calc(0.85vw + 1px);
    }
    sidebar .enq-form .consent .form-check-label,
    .enqPopup .enq-form .consent .form-check-label{
        font-size: calc(0.5vw + 1px);
    }
    sidebar .enq-form .btn-wrapper{
        margin-top: calc(0.3vw + 1px);
    }
    .EnqPopup .enq-form .btn-wrapper{
        margin-top: 0;
    }
}
/* Form - E */



/* Mobile Footer CTA - S */
.mob-ft-cta{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(to left, var(--clr-s), var(--clr-p), var(--clr-s));
    color: var(--clr-t);
    letter-spacing: 1.1px;
    font-weight: 500;
    border: 2px solid rgba(0,0,0,0.2);
    border-bottom: none;
    z-index: 999;

    display: flex;
    justify-content: space-evenly;
}
.mob-ft-cta a{
    font: inherit;
    color: inherit;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex: 1;
}
.mob-ft-cta a:not(:first-child){
    border-left: 2px solid rgba(0,0,0,0.3);
}
@media screen and (min-width: 800px) {
    .mob-ft-cta{ display: none; }
}
/* Mobile Footer CTA - E */




/* EnqPopup - S */
@media screen and (min-width: 800px) {
    .enqPopup .modal-dialog{
        width: 650px;
        max-width: 96%;
    }
}
.enqPopup .modal-title{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--clr-p);
    margin-bottom: 24px;
    font-size: 24px;
    text-transform: uppercase;
}
.enqPopup .modal-title::before{
    content: '';
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 50px;
    background-color: var(--clr-base);
}


@media screen and (min-width: 800px) {
    .enq-form-layout{
        display: grid;
        grid-template-columns: 200px minmax(300px, 1fr);
        place-items: center;
    }
}
.enq-popup-cp-highlights{
    display: none;
}
@media screen and (min-width: 800px) {
    .enq-popup-cp-highlights{
        background-color: rgba(0,0,0,0.05);
        border-radius: 0 calc(1.8vw + 1px) calc(1.8vw + 1px) 0;
        list-style: none;

        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: calc(0.5vw + 1px);
        margin: 0;
        padding: calc(0.75vw + 1px);
        width: 200px;
    }
    .enq-popup-cp-highlights li{
        display: flex;
        align-items: center;
        column-gap: calc(0.5vw + 1px);
        font-size: calc(0.75vw + 1px);
        text-transform: uppercase;
        color: var(--clr-p);
    }
    .enq-popup-cp-highlights li span b{
        font-size: calc(0.85vw + 1px);
        font-weight: 600;
        display: block; 
    }
    .enq-popup-cp-highlights li i{
        font-size: calc(2vw + 1px);
        font-weight: 400;
    }
    .enq-popup-cp-highlights li.heading{
        display: block;
        font-size: calc(0.9vw + 1px);
        background-color: var(--clr-p);
        color: var(--clr-t);
        border-radius: calc(0.5vw + 1px);
        padding: calc(0.15vw + 1px);
        text-align: center;
    }
}

.enq-popup-pj-highlights{
    border: 2px solid var(--clr-p);
    margin: 20px;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}
.enq-popup-pj-highlights h5{
    background-color: var(--clr-p);
    color: var(--clr-t);
    display: inline-block;
    padding: 4px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.enq-popup-pj-highlights i {
    color: var(--clr-p);
}
.popup-logo{
    display: block;
    text-align: center;
}
.popup-logo img{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    max-height: 120px;
    padding-bottom: 1em;
    /*border-bottom: 3px solid rgba(0,0,0,0.1);*/
}
/* EnqPopup - E */



/* Glide Slider Fix - S */
.slider-container{
    width: 100%;
    /*margin-left: 5%;*/
}
.glide__arrow{
    box-shadow: unset;
}
.glide__arrows .glide__arrow{
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 500px;
}
.glide__arrow--left{
    color: rgba(0,0,0,0.75);
    font-size: 30px;
    left: -6%;
}
.glide__arrow--right{
    color: rgba(0,0,0,0.75);
    font-size: 30px;
    right: -6%;
}
.banner .glide__arrows .glide__arrow{
    width: 30px;
    height: 30px;
    padding: 10px;
}
.banner .glide__arrow--left{
    left: 5px;
}
.banner .glide__arrow--right{
    right: 5px;
}
.banner .glide__bullets{
    bottom: 0.5em;
}
@media screen and (min-width: 800px){
    .banner .glide__bullets{
        bottom: 1em;
    }
    .glide__arrow--left{
        left: -15%;
    }
    .glide__arrow--right{
        right: -15%;
    }
}
@media screen and (min-width: 800px){
    .banner .glide__arrow{
        top: unset;
        bottom: -8px;
    }
    .banner .glide__arrow--left{
        left: 40%;
    }
    .banner .glide__arrow--right{
        right: 40%;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .glide__arrows .glide__arrow{
        width: calc(2.5vw + 1px);
        height: calc(2.5vw + 1px);
    }
    .glide__arrow--left{
        font-size: calc(1.8vw + 1px);
        left: -5%;
    }
    .glide__arrow--right{
        font-size: calc(1.8vw + 1px);
        right: -5%;
    }
}
/* Glide Slider Fix - E */




/* PND - S */
.pnd-img{ display: none }
@media screen and (min-height: 650px){
    .pnd-img{ 
        display: block;
        aspect-ratio: 600/448;
    }
}
/* PND - E */



/* Chatbot Fix - S */
@media screen and (max-width: 800px){
    .chatbot-fix{
        top: 180px !important;
        right: 0px !important;
        z-index: 1045 !important;
    }
    .chatbot-fix-bottom{
        bottom: 55px !important;
        right: 0px !important;
        z-index: 1045 !important;
    }
}
/* Chatbot Fix - E */





/* Thank You */
.thank-icon{
    font-size: clamp(80px, 7vw, 200px);
    line-height: 1;
    font-weight: 300;
    color: var(--clr-p);
}
.thank-icon-sub{
    color: rgba(0,0,0,0.15);
}





/* Infobox Project Highlights */
.card-d-custom{width: 100%; margin: 0 auto 15px;text-align: left;padding:5px}.card-d{background-color: #e8e8e8; margin-bottom: 8px; margin-top: 4px; padding: 10px;}.info-box td.heading2{font-weight: 400; font-size: 13px; padding-right: 5px;}.info-box td.heading1{font-weight: 700; font-size: 13px;}@media only screen and (min-width: 992px){.info-box td.heading2{color: #000; font-weight: 400; font-size: 1vw; margin-left: 0;}.info-box td.heading1{color: #000; font-weight: 700; font-size: 1vw;}}


/* Read More */
.more-cont { display: none; }


/* Offer Animation */
.offerAnimate { animation: popout 2s ease forwards infinite; }
@keyframes popout {
  25%, 75% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  55% {
    transform: scale(1.15);
  }
}




/* Glighbox Caption */
.glightbox-clean .gslide-title{
    margin-bottom: unset;
}
.glightbox-clean .gdesc-inner{
    text-align: center;
}



/* All CTA Animation */
.btn-cta{
    font-size: 18px;
    animation: popout 2s ease forwards infinite;
}
#pricing .btn-cta{
    animation: unset;
}
@media screen and (min-width: 1150px) {
    .btn-cta{
        font-size: calc(1vw + 1px);
    }
}






.banner #mainSlider::after,
#overview .bd-img::after,
#highlights .highlight-2 .bd-img::after,
.gallery-img::after{
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000000;
        font-family: sans-serif;
        font-size: 10px;
        border-radius: 3px;
        padding: 2px 3px;
}
#highlights .highlight-2 .bd-img::after{
    bottom: unset;
    right: unset;
    top: 10px;
    left: 10px;
}
#amenities .gallery-img::after{
        bottom: unset;
        top: 15px;
}