@font-face {
    font-family: "gothamlight";
    src: url(../../../fonts/GothamLight.ttf) format("truetype");
}
@font-face {
    font-family: "Gotham Medium Regular";
    src: url(../../../fonts/Gotham Medium Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Gotham-Bold";
    src: url(../../../fonts/Gotham-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Playfair Display";
    src: url(../../../fonts/PlayfairDisplay.ttf) format("truetype");
}
@font-face {
    font-family: 'Inter Thin';
    src: url(../../../fonts/Inter.ttf) format("truetype");

}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../../../fonts/Montserrat-Regular.ttf) format("truetype");

}
Montserrat-SemiBold
@font-face {
    font-family: 'Montserrat SemiBold'; 
    src: url(../../../fonts/Montserrat-SemiBold.ttf) format("truetype");

}
@font-face {
    font-family: Oswald;
    src: url(https://propstory.in/NewEmaarTemp/font/Rajdhani-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Oswald1;
    src: url(https://propstory.in/NewEmaarTemp/font/Rajdhani-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Oswald2;
    src: url(https://propstory.in/NewEmaarTemp/font/Rajdhani-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Roboto;
    src: url(https://propstory.in/NewEmaarTemp/font/Roboto-Bold.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Roboto1;
    src: url(https://propstory.in/NewEmaarTemp/font/Roboto-Regular.ttf);
    font-weight: 200;
}

@font-face {
    font-family: Roboto2;
    src: url(https://propstory.in/NewEmaarTemp/font/Roboto-Bold.ttf);
    font-weight: 500;
}

@font-face {
    font-family: rajdhani;
    src: url(https://propstory.in/NewEmaarTemp/font/Rajdhani-Medium.ttf);
    font-weight: 400;
}

@font-face {
    font-family: rajdhani1;
    src: url(https://propstory.in/NewEmaarTemp/font/Rajdhani-Bold.ttf);
    font-weight: 500;
}
@font-face {
    font-family: rajdhani1;
    src: url(https://propstory.in/NewEmaarTemp/font/Rajdhani-Bold.ttf);
    font-weight: 500;
}

@font-face {
    font-family: rajdhani2;
    src: url(https://propstory.in/NewEmaarTemp/font/Rajdhani-SemiBold.ttf);
    font-weight: 300;
}

@font-face {
    font-family: HelveticaNeueMedium;
    src: url(https://propstory.in/NewEmaarTemp/fonts/HelveticaNeueMedium.ttf);
    font-weight: 400;
}

@font-face {
    font-family: HelveticaNeueBlackCond;
    src: url(https://propstory.in/NewEmaarTemp/fonts/HelveticaNeueBlackCond.ttf);
    font-weight: 500;
}

@font-face {
    font-family: HelveticaNeuBold;
    src: url(https://propstory.in/NewEmaarTemp/fonts/HelveticaNeuBold.ttf);
    font-weight: 600;
}


:root {
    --brown: #b99365;
    --drk-blue: #173e62;
    --cream: #f7f2ec;
}
/* Styling the arrow buttons */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;  /* Smaller, balanced size */
    height: 35px;
    background: rgba(255, 255, 255, 0.7); /* Light background */
    color: black; /* Dark arrow for contrast */
    border: none;
    font-size: 0; /* Hide default text */
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

/* Custom arrows */
.slick-prev::before, .slick-next::before {
    font-family: "slick";
    font-size: 20px;
    color: black; /* Darker color for visibility */
    opacity: 1;
}

/* Unicode left & right arrows */
.slick-prev::before { content: "\276E"; }  /* ‹ */
.slick-next::before { content: "\276F"; }  /* › */

/* Adjust positions */
.slick-prev { left: 10px; } /* Align closer inside */
.slick-next { right: 10px; }

/* Remove hover effect */
.slick-prev:hover, .slick-next:hover {
    background: rgba(255, 255, 255, 0.7); /* Keep same color */
}


body {
    overflow-X: hidden !important;
}

h2 {
    font-family:Playfair Display;
}
h5{
    font-family:Playfair Display;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.h1{
	font-family:Gotham-Bold !important;
}
.out-nav {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
       background: #fcf7f2; /* Initial state */
    transition: background 0.5s ease-in-out; /* Smooth transition */
}

.out-nav.active {
    background: var(--brown);
    /* transition: 0.50s; */
    box-shadow: 0px 0px 10px #00000061;
}

.out-nav.active .logo-dev img {
    transform: scale(1.0);
    transition: 0.50s ease-in-out;
    padding: 0;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
}

.logo-dev {
    width: 22%;
}

.logo-dev img {
    /* filter: brightness(14.5); */
    transition: 0.50s;
    /* transform: scale(1); */
    width: 30%;
    padding: 10px;
}

.msg-ico {
    position: absolute;
    left: -52px;
    top: 40px;
    background: var(--brown);
    width: 16%;
    padding: 10px;
}

.patch-img-section {
    position: absolute;
    bottom: 17%;
    left: 60%;
    z-index: 99;
}

.patch-img-section img {
    width: 200px;
}

.banner-form {
    position: absolute;
    top: 31%;
    width: 18%;
    z-index: 99;
    right: 8%;
    background: #ffffffa8;
}

.my-f-pop.block {
    display: block;
}

.my-f-pop {
    position: fixed;
    right: 0;
    width: 20%;
    z-index: 99;
    bottom: 0;
    background: #fff;
    display: none;
}



@media (max-width: 1600px) {
    .banner-form {
        position: absolute;
        top: 31%;
        width: 22%;
        z-index: 99;
        right: 8%;
        background: #ffffffa8;
    }
    .patch-img-section {
        position: absolute;
        bottom: 5%;
        left: 55%;
        z-index: 99;
    }
}

@media(max-width:767px) {
    .patch-img-section {
        position: absolute;
        bottom: 5%;
        left: 53%;
    }
    .patch-img-section img {
        width: 140px;
    }
    /* .my-f-pop.block {
        display: none;
    } */
}

.msg-ico img {
    width: 34px;
    filter: invert(1);
    animation: 2s shake infinite ease forwards;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
        transform: scale(1.1);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
        transform: scale(1.0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
        transform: scale(1.0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.owl-theme .owl-dots {
    display: none;
}

button.owl-next,
button.owl-prev {
    font-size: 24px !important;
    height: 40px;
    border-radius: 50px !important;
}
.text-dark{
    color:#5c5a4a !important;
    font-family:Gotham;
    padding-top:15px;
    font-weight:;
    font-size:1.0rem;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #eeeeee !important;
    color: #5a5a5a !important;
    text-decoration: none;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -70px;
    background: #c9c9c982 !important;
    width: 49px;
    height: 49px;
    transform: translate(0px, -50%);
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -70px;
    background: #c9c9c982 !important;
    width: 49px;
    height: 49px;
    transform: translate(0px, -50%);
}

.my-nav .navbar {
    margin-bottom: 0;
    list-style-type: none;
}

.my-nav .navbar .nav-link {
    color: #a1781f;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 9px 0;
}

.my-nav .nav-item {
    position: relative;
    margin: 0 15px;
}

.my-nav .nav-item:before {
    opacity: 0;
}

.my-nav .nav-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #a1781f;
    z-index: -1;
    transition: 0.50s;
}

.my-nav .nav-item:hover::before,
.my-nav .nav-item.active::before {
    opacity: 1;
    bottom: 2px;
    text-decoration:none;
}

.my-nav .navbar .nav-item .active .nav-link {
    color: #fff;
}

.slide-inner {
    position: relative;
}

.slide-inner::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    /* background: #181203b5; */
    background: #18120396;
}

.padding-t-b {
    padding: 50px 0;
}

.price-box.micro-site-price-section {
    padding: 0;
}

.price-box.micro-site-price-section .price-bottom {
    padding: 50px 20px;
    background: #f9f7f7;
    border-radius: 20px;
}

.price-typo {
    color: var(--drk-blue);
    text-align: center;
}

h1.price-micro-site {
    color: var(--drk-blue);
    line-height: 1;
    font-size: 34px;
    margin-bottom: 0;
    text-align: center;
    padding: 15px 0px;
}

.price-btn-micro-site button {
    border: 0;
    color: var(--brown);
    background-color: transparent;
    border-bottom: 1px solid var(--brown);
    font-weight: 100;
    margin-right: 5px;
}

.price-btn-micro-site {
    text-align: center;
    padding: 10px;
}

.price-head span {
    font-size: 18px;
}

.price-micro-site span {
    font-size: 20px;
}

.btm-foot {
    margin-bottom: 0;
    line-height: 15px;
    text-align: justify;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    padding-top: 10px;
}

div#demo {
    padding: 10px 0px;
}

.d_sm_block {
    display: none;
}

.d_sm_none {
    display: block;
}

.modal-right-section.saya-popup {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-left-section.saya-popup {
    width: calc(50% - 10px);
}

.modal-body.saya-popup {
    display: flex;
    width: 100% !important;
}

.modal-content.saya-popup {
    margin: auto;
    width: 60% !important;
}

.modal-dialog.saya-popup {
    width: 100% !important;
    max-width: 100% !important;
}

.banner-sec .hero-style .slide-title h2 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 50px;
    display: grid;
}

.banner-sec .hero-style .slide-title h2 span {
    font-size: 18px;
    font-weight: 100;
    margin-top: 20px;
    line-height: 32px;
}

.testimonial {
    background: #f9f7f7;
    padding: 50px 0;
}

.testimonial .over-heading {
    text-align: center;
    margin-bottom: 47px;
}

.testimonial .cards .card {
    cursor: pointer;
    padding: 20px;
    border-radius: 1rem;
    display: grid;
    align-items: center;
    transition: 0.3s;
    position: relative;
    border: 0.094rem solid transparent;
    margin-bottom: 10px;
}

.mytext .cards {
    width: 24%;
}

.testimonial .cards .card img {
    display: block;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 50%;
    filter: grayscale(1);
    transition: 0.5s;
    margin-bottom: 5px;
}

.testimonial .cards .card>div h3 {
    text-transform: capitalize;
    font-size: 1.025rem;
}

.testimonial .cards .card>div p {
    text-transform: capitalize;
    color: #767676;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.testimonial .cards .card.active {
    background: #fff;
    border: 1px solid var(--brown);
}

.testimonial .cards .card.active .gradient {
    background-image: linear-gradient(to right, #4755690a, #9d0cb28a, #4343c899, #4755690a);
    width: 50%;
    height: 0.094rem;
    position: absolute;
    content: "";
    bottom: -0.063rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0.125rem 0.75rem #4343c84d;
}

.testimonial .cards .card.active img {
    filter: grayscale(0);
}

.testimonial .content {
    position: relative;
    width: 100%;
    overflow: inherit;
    margin-top: 2rem;
    padding-left: 40px;
}

.testimonial .content .contentBox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.testimonial .content .contentBox .text {
    padding-bottom: 2rem;
}

.testimonial .content .contentBox h2 {
    transition: 0.5s;
    opacity: 0;
}

.testimonial .content .contentBox p {
    transition: 0.5s;
    opacity: 0;
    margin-top: 1.25rem;
    color: #66717a;
    font-family: 'Roboto';
    font-weight: 200;
}

.testimonial .content .contentBox span {
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
    margin-top: 0.625rem;
}

.testimonial .content .contentBox span svg {
    width: 1.25rem;
    color: #eca633;
}

.testimonial .content .contentBox.active h2 {
    opacity: 1;
    transition-delay: 0.5s;
}

.testimonial .content .contentBox.active span {
    opacity: 1;
    transition-delay: 0.7s;
}

.testimonial .content .contentBox.active p {
    opacity: 1;
    transition-delay: 0.9s;
}

.mytext {
    display: flex;
}

.rera {
    /* font-size: 20px;
    margin-top: 10px */
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-weight: 200;
}

.banner-sec .hero-style .slide-text p {
    margin-bottom: 15px;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    letter-spacing: 2px;
}

.banner-sec .theme-btn-s2 {
    background-color: var(--brown) !important;
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 1rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.form-box {
    position: fixed;
    right: -20%;
    width: 20%;
    z-index: 99;
    bottom: 39%;
    background: #fff;
    transition: 0.50s;
}

.my-f-pop {
    position: fixed;
    right: 0;
    width: 20%;
    z-index: 99;
    bottom: 0;
    background: #fff;
}

.show-form {
    right: 0%;
}

.banner-sec .hero-style {
    height: 100vh;
}

.top_form {
    background: var(--brown);
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.top_form small {
    letter-spacing: 1px;
    font-size: 14px;
}

.top_form p {
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}

.from-banner {
    padding: 22px;
}

.high-point {
    background: #bda588b8;
    width: fit-content;
    padding: 11px 36px;
    margin-bottom: 30px;
    backdrop-filter: blur(5px);
    border: 3px solid #fff3;
}

.high-point h3 {
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff4a;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.high-point ul {
    margin-bottom: 0;
}

.high-point ul li {
    margin-bottom: 5px;
}


.banner-img {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    background-size: cover;
}

.banner-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181203b5;
}

.abt-text {
    height: 400px;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: end;
}

.abt-text h1 {
    margin-bottom: 60px;
    color: #fff;
    z-index: 1;
    letter-spacing: 3px;
    font-size: 50px;
    position: relative;
}

.abt-text h1::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 50%;
    height: 2px;
    background: var(--brown);
}

.overview-txt {
    background: #fffcf9;
}

.overview-txt .over-txt {
    text-align: center;
}

.text-over ul {
    list-style-type: none;
}

.text-over ul li {
    color: #66717a;
    font-family: 'Roboto';
    font-weight: 200;
    background: var(--cream);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 20px;
    display: grid;
}

.text-over ul li strong {
    margin-bottom: 8px;
    color: var(--brown);
}

.text-over ul li span {
    background: var(--brown);
    font-size: 40px;
    padding: 5px 17px;
    color: #fff;
    position: absolute;
    left: -80px;
    top: 0;
}

.text-over {
    margin-top: 40px;
}

.price-list .price-box {
    margin: 20px;
    margin-bottom: 30px;
    padding: 10px 10px;
    border: 3px solid #bda58869;
    border-radius: 20px;
    margin-bottom: 30px;
}

.price-box.micro-site-price-section {
    margin: unset;
    margin-bottom: 30px;
    padding: unset;
    border: unset;
    margin-bottom: 30px;
}

p.project-address {
    font-size: 17px;
    font-weight: 500;
}

.price-img img {
    height: 320px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #4b474726;
}

.txt-cont .address {
    display: flex;
    justify-content: space-between;
}

.contact-box {
    padding-right: 20px;
}

.txt-cont .address .box h6 {
    color: var(--brown);
}

.txt-cont .address .box h4 {
    color: #919191;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 20px;
}

.txt-cont .address .box h4 a {
    color: #919191;
}

.txt-cont .address .box h6 img {
    width: 23px;
    margin-right: 5px;
}

.txt-cont {
    height: 100%;
}

.map-cont {
    height: 60%;
}

.map-cont iframe {
    width: 100%;
    height: 100%;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.form-btn {
    background:#A1781F;
    color: #fff;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 19px;
    outline: 0;
}

.form_inner .form-group input {
    border: 0;
    font-size: 13px;
    outline: 0;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
}

.form_inner .form-group input:focus {
    border-bottom: 1px solid var(--brown);
}

.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}

.payment-plan {
    padding: 40px 0;
}

.pay-box {
    text-align: center;
}

.pay-box h2 {
    color: var(--drk-blue);
    font-size: 22px;
    margin-top: 13px;
    font-weight: 600;
    font-family: 'rajdhani';
}

.pay-box img {
    max-width: 80px;
}
.linebreak {
    background-image: url(../../../cdn.propstory.com/magicpages/NAME/div0.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    height: 45px;
    margin-bottom: 30px;
}
.overview {
    /*background-image: url('../../../cdn.propstory.com/magicpages/NAME/16iwl4k3mllo2qb8fvover-bg.jpg');*/
    background-position: right;
    background-repeat: no-repeat;
    padding: 60px 0;
    overflow-y: hidden;
}
.floorplan-block {
    position: relative;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 20px;
}

.floorplan-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.floorplan-block img {
    filter: blur(5px);
}

.floorplan-img {
    border: 1px solid #00000030;
    border-radius: .25rem;
    box-shadow: 4px 4px 12px rgba(161, 120, 31, 0.4);
}

.overview .container {
    width: 67%;
    max-width: 100%;
}

.over-heading P {
    font-size: 15px;
    font-family: Rajdhani !important;
    font-weight: 100;
    letter-spacing: 1px;
    color: var(--brown);
}

.over-heading h1 {
    font-size: 40px;
    font-family: oswald1;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: var(--drk-blue);
}

.over-txt p {
    color: #66717a;
    font-family: 'Roboto';
    font-weight: 200;
    line-height: 32px;
}

.my-btn button {
    background: var(--brown);
    color: #fff;
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    margin-top: 30px;
    border-radius: 5px;
}

.my-btn button span .fa-arrow-right {
    font-size: 13px;
}

.my-btn button:hover {
    background: #ab9375;
    transition: 0.50s;
}

.my-btn button:hover span .fa-arrow-right {
    transform: translateX(10px);
    transition: 0.50s;
}

.my-ove-1.active {
    animation: drop 1000ms ease 600ms backwards;
}

@keyframes drop {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.my-ove-2.active {
    animation: drop1 1000ms ease 600ms backwards;
}

.my-ove-2.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-ove-2.active img.img-fluid {
    height: 400px;
    object-fit: cover;
}

.price-typo span {
    font-size: 20px;
}

@keyframes drop1 {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.price-bottom {
    padding: 20px 20px;
    background: #f9f7f7;
}

.price-list .over-heading {
    text-align: center;
    margin: 50px 0px;
}

.p-type ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-type ul li {
    background: var(--brown);
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    letter-spacing: 0.5px;
}

.p-type ul li span {
    font-weight: 200;
}

.p-type ul li:last-child {
    margin-left: 20px;
}

.price-head {
    color: var(--drk-blue);
    line-height: 1;
    font-size: 28px;
    margin-bottom: 0;
    /* max-width: 150px; */
}

.price-img img {
    border-radius: 5px;
    box-shadow: 0px 0px 10px #4b474726;
}

.price-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 5px;
}

.price-btn button {
    border: 0;
    color: var(--brown);
    background-color: transparent;
    border-bottom: 1px solid var(--brown);
    font-weight: 100;
    margin-right: 5px;
}

.price-btn button span {
    margin-left: 5px;
    font-size: 13px;
}

.highlights {
    background: #f9f7f7;
    padding-top: 50px;
    padding-bottom: 24px;
}

.highlights .container {
    max-width: 100%;
    width: 73%;
}

.highlight-box {
    border: 1px solid #0000001a;
    text-align: center;
    padding: 14px 24px;
    margin-bottom: 30px;
}

.high-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.high-icon h1 {
    font-size: 110px;
    margin-bottom: 0;
    font-family: Roboto;
    font-weight: 400;
    color: #bda58814;
    margin-right: 24px;
}

.highlight-box:hover .high-icon h1 {
    color: #bda5884a;
    transition: 0.50s;
}

.highlight-box:hover {
    border: 1px solid var(--brown);
    transition: 0.50s;
}

.high-icon img {
    max-width: 74px;
    margin-right: 156px;
}

.high-text h2 {
    color: var(--drk-blue);
    font-size: 25px;
    margin-top: 14px;
    margin-bottom: 25px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.high-text p {
    font-size: 15px;
    line-height: 24px;
    color: #b0b9c1;
    font-family: Roboto;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.highlights .over-heading {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.highlights .over-heading h1 {
    font-size: 50px;
}

.amenities .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.amenities .container .row {
    padding: 0;
    margin: 0;
}

.amenities .container .col-md-6 {
    padding: 0;
    background-position: right;
    background-size: cover;
}

.amenities .mid-box {
    padding-left: 80px;
    padding-top: 0px;
    width: 80%;
    height: 100%;
}

.ami1-box {
    background: #f9f7f7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 122px 0;
    margin-top: 60px;
}

.ami1-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: -83px;
    width: 100%;
    height: 100%;
    background: #f9f7f7;
    z-index: -1;
}

.ami1-box .carousel {
    width: 100%;
}

.ami1-box .carousel-item img {
    background: #bda5881c;
    padding: 19px;
}

.slide-tiem h5 {
    font-size: 19px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--brown);
    padding: 5px 4px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.myslide-btn {
    display: flex;
    margin-top: 35px;
}

.amenities .ami-in-box {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 20px;
    text-align: center;
    background: #f8f3ed;
    box-shadow: 0px 0px 10px #00000017;
}

.amenities .ami-in-box img {
    padding: 13px;
    max-width: 108px;
}

.ami-box {
    height: 100%;
}

.ami-box img {
    height: 100%;
    object-fit: cover;
}

.floor-plan .high-icon h1 {
    font-size: 60px;
    color: #bda5884a;
    margin-bottom: 20px;
    margin-right: 0;
}

.floor-plan .over-heading {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.gallery .container {
    max-width: 100%;
    width: 100%;
}

.gallery .row {
    margin: 0;
}

.gallery .row .col-md-4 {
    padding: 1px;
    margin: 0;
}

.gallery .over-heading {
    text-align: center;
}

.gallery .gall-1 {
    height: 554px;
    padding-bottom: 10px;
}

/* .gallery .gall-1 img{
   height: 100%;
   object-fit: cover;
} */

.gallery .mar-minus {
    margin-top: -198px;
}

.location .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.location .mid-box {
    padding-left: 80px;
    padding-top: 80px;
    width: 80%;
    height: 86%;
}

.location .container .row {
    padding: 0;
    margin: 0;
}

.location .container .col-md-6 {
    padding: 0;
    background-image: url('../../../cdn.propstory.com/magicpages/NAME/16iwl4k3mllo5m8jk2skyline-black.png');
    background-position: right;
    background-size: cover;
}

.location .loc-in {
    position: relative;
    background: #f9f7f7;
    padding: 53px 0;
    margin-top: 53px;
}

.location .loc-in::before {
    content: '';
    position: absolute;
    left: -97px;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f9f7f7;
    z-index: -1;
}

.location .loc-in ul {
    list-style-type: none;
}

.location .loc-in ul li {
    margin-bottom: 30px;
    color: #635c5c;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px solid #cecece;
    width: fit-content;
}

.location .loc-in ul li span {
    font-size: 25px;
    background: #bda588;
    padding: 5px 19px;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-right: 9px;
    margin-left: -6px;
    min-width: 114px;
    display: inline-block;
}

.contact .form_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.contact .over-heading {
    text-align: center;
    margin-bottom: 50px;
}

.contact .form-group {
    margin-bottom: 21px;
}

.cont-btn {
    width: 100%;
    text-align: center;
}

.contact .cont-btn .form-btn {
    margin-top: 26px;
    margin: auto;
}

.contact .form_inner .form-group input {
    border-bottom: 1px solid #bda588;
}

.footer {
    background:#fcf7f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 57px 0;
    color:#A1781F ;
}


.foot-box {
    display: flex;
    justify-content: space-between;
}

.foot-about {
    display: flex;
    justify-content: space-between;
}

.foot-about h3 {
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.foot-about .quick-link ul {
    list-style-type: circle;
    color: #fff;
    padding-left: 18px;
}

.foot-about .box-input::-webkit-scrollbar {
    width: 3px;
}

.foot-about .quick-link {
    width: 25%;
}

.foot-about .box-input::-webkit-scrollbar-thumb {
    background-color: var(--brown);
}

.foot-about .box-input {
    max-height: 150px;
    overflow-y: scroll;
}

.foot-about .box-input img {
    width: 98%;
}

.foot-about .quick-link ul li a {
    color: #fff;
}

.foot-about .about-builder {
    width: 50%;
    padding-right: 25px;
}

.about-builder img {
    filter: brightness(99);
    margin-bottom: 20px;
}

.about-builder P {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 27px;
}

.foo-icon {
    display: flex;
    align-items: center;
    margin-bottom: 37px;
}

.foo-icon img {
    max-width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
}

.foo-icon p {
    display: grid;
    margin-bottom: 0;
    color:#A1781F ;
    letter-spacing: 1px;
}

.foo-icon p a {
    display: grid;
    margin-bottom: 0;
   color:#A1781F ;
    letter-spacing: 1px;
}

.foo-icon p span {
    font-weight: 500;
}

.about-text h1 {
    line-height: 124px;
    color: #fff;
    letter-spacing: 2px;
}

.footer-line {
    width: 67%;
    height: 1px;
    background: #ffffff36;
    margin-top: 20px;
    margin: auto;
}

.dis p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 13px;
}

.dis p a {
    color: #fff;
}

.dis {
    text-align: center;
    margin-top: 15px;
}

.nav-clos {
    display: none;
}

.mobile-section {
    display: none;
}

.my-modal button.close span img {
    width: 21px;
    filter: invert(1);
}

.my-modal .form-txt h1 {
    font-size: 36px;
    text-transform: uppercase;
}

.my-modal .modal-content {
    text-align: center;
}

.my-modal .form-txt p {
    font-weight: 200;
    font-size: 18px;
}

.my-modal .modal-header {
    background: var(--brown);
    width: fit-content;
    margin-left: auto;
}

.my-modal .modal-header .close {
    margin: 0;
    padding: 0;
}

.d-view {
    display: block !important;
}

.m-view {
    display: none !important;
}
.m-view .carousel-inner img{
    height: 100vh;
}

a.know-more {
    color: var(--brown);
    background-color: transparent;
    border-bottom: 1px solid var(--brown);
    font-weight: 100;
    margin-top: 10px;
}

.price-btn {
    display: flex;
    flex-direction: column;
}

p.floor-plan-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #bda588;
    padding: 7px 30px;
    color: #fff;
    cursor: pointer;
}

@media(min-width: 900px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media(max-width: 1480px) {
    .form-box {
        width: 23%;
        bottom: 13%;
        right: -23.5%;
    }
    .show-form {
        right: 0%;
    }
    .msg-ico {
        left: -61px;
        width: 19%;
    }
    .banner-sec .hero-style .slide-title h2 {
        font-size: 64px;
    }
    .banner-sec .hero-style .slide-text p {
        font-size: 24px;
    }
    .pay-box img {
        max-width: 67px;
    }
    .pay-box h2 {
        font-size: 18px;
    }
    .overview {
        background-size: contain;
    }
    .over-heading P {
        font-size: 17px;
    }
    .high-icon h1 {
        font-size: 71px;
        margin-right: 30px;
        padding-left: 40px;
    }
    .high-text h2 {
        font-size: 19px;
        margin-bottom: 17px;
    }
    .high-icon img {
        max-width: 63px;
    }
    .amenities .mid-box {
        padding-top: 28px;
        height: 81%;
    }
    .ami1-box {
        padding: 43px 0;
    }
    .amenities .ami-in-box img {
        max-width: 98px;
    }
    .amenities .ami-in-box {
        flex: 0 0 calc(27% - 5px);
        width: calc(27% - 5px);
        margin: 14px;
    }
    .slide-tiem h5 {
        font-size: 16px;
    }
    .floor-plan .high-icon h1 {
        font-size: 43px;
        padding-left: 0px;
    }
    .gallery .mar-minus {
        margin-top: -282px;
    }
    .location .mid-box {
        padding-top: 27px;
        width: 90%;
    }
    .location .loc-in {
        padding: 4px 0;
        margin-top: 16px;
        padding-top: 30px;
    }
    .contact .form_inner .form-group input {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .location .loc-in ul li span {
        font-size: 22px;
        padding: 4px 15px;
        margin-right: 13px;
    }
    .location .loc-in ul li {
        margin-bottom: 33px;
        font-size: 16px;
    }
    .highlights .over-heading h1 {
        font-size: 41px;
    }
    .logo-dev img {
        width: 27%;
        padding: 0;
    }
    .gallery .gall-1 {
        height: 400px;
    }
}

@media(max-width: 1400px) {
    .modal-content.saya-popup {
        margin: auto;
        width: 70% !important;
    }
    .p-type ul li span {
        font-weight: 200;
        font-size: 14px;
    }
    .price-bottom {
        padding: 20px 10px;
        /* min-height: 205px; */
        background: #f9f7f7;
    }
    .gallery .mar-minus {
        margin-top: -304px;
    }
    .banner-sec .hero-style .slide-title h2 {
        font-size: 54px;
        margin-bottom: 14px;
    }
    .banner-sec .hero-style .slide-title h2 span {
        font-size: 15px;
    }
    .banner-sec .hero-style .slide-text p {
        margin-bottom: 10px;
    }
    .msg-ico {
        left: -60px;
    }
    .over-txt p {
        line-height: 30px;
        font-size: 14px;
    }
    .price-head {
        font-size: 24px;
    }
    .over-heading h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .my-btn button {
        margin-top: 20px;
    }
    .price-list .container {
        max-width: 73%;
    }
    .slide-tiem h5 {
        font-size: 14px;
    }
    .gallery .over-heading {
        margin-bottom: 40px;
    }
    .location .mid-box {
        width: 95%;
    }
    .testimonial .content .contentBox .text {
        padding-right: 15px;
    }
    .logo-dev img {
        width: 35%;
    }
}
@media (max-width: 768px) {
    .slick-prev, .slick-next {
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, 0.6);
        top: 40%; /* Move arrows up */
    }

    .slick-prev::before, .slick-next::before {
        font-size: 18px;
        color: white;
    }


}
@media(max-width: 768px) {
    
    .float-button{
        display: none;
    }
    .modal-content.saya-popup {
        margin: auto;
        width: 90% !important;
    }
    .modal-body.saya-popup {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    .modal-left-section.saya-popup {
        width: 100%;
    }
    .modal-right-section.saya-popup {
        width: 100%;
    }
    .price-list .price-box {
        margin: 0;
        margin-bottom: 10px;
    }
    .d_sm_block {
        display: block;
    }
    .d_sm_none {
        display: none;
    }
    .my-f-pop {
        display: block;
        position: relative;
        width: 100%;
    }
    .price-bottom {
        min-height: 175px;
    }
    a.know-more {
        color: var(--brown);
        background-color: transparent;
        border-bottom: 1px solid var(--brown);
        font-weight: 100;
        margin-top: 10px;
    }
    .owl-nav .owl-prev {
        position: absolute;
        bottom: -35px;
        left: 35%;
        background: #c9c9c982 !important;
        width: 49px;
        height: 49px;
        transform: unset;
        top: unset;
    }
    .owl-nav .owl-next {
        position: absolute;
        bottom: -35px;
        right: 35%;
        background: #c9c9c982 !important;
        width: 49px;
        height: 49px;
        transform: unset;
        top: unset;
    }
    .banner-sec .hero-style .slide-title h2 {
        font-size: 39px;
        margin-bottom: 15px;
    }
    .main-nav {
        
    }
    .my-nav .navbar {
        flex-direction: column;
    }
    .logo-dev img {
        width: 55%;
        padding: 0px 0;
    }
    .txt-cont .address {
        padding: 10px 0px;
    }
    .nav-clos {
        display: block;
    }
    .nav-clos img {
        width: 18%;
    }
    .logo-dev {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .nav-clos img {
        width: 60%;
        filter: invert(1);
    }
    .my-nav {
        
        display: none;
        transition: 0.50s;
    }
    .my-nav.main {
        display: block;
        transition: 0.50s;
    }

    .my-nav .nav-item {
        margin: 7px 15px;
    }
    .form-box {
        position: relative;
        width: 100%;
    }
    .text-over ul li span {
        position: unset;
        width: fit-content;
        margin-bottom: 15px;
    }
    .form_inner .form-group input {
        font-size: 15px;
    }
    .overview .container {
        width: 100%;
    }
    .my-ove-2 {
        order: -1;
    }
    .my-ove-1 {
        margin-top: 20px
    }
    .over-heading P {
        font-size: 23px;
    }
    .over-heading h1 {
        font-size: 30px;
    }
    .padding-t-b {
        padding: 60px 0;
    }
    .price-list .container {
        max-width: 100%;
    }
    .price-btn button {
        margin-right: 0px;
    }
    .price-head {
        font-size: 28px;
        display: grid;
    }
    .price-box {
        margin-bottom: 30px;
        padding: 0;
    }
    .p-type ul {
        justify-content: space-between;
    }
    .highlights .container {
        width: 100%;
    }
    .over-heading {
        text-align: center;
    }
    .over-txt p {
        text-align: center;
    }
    .msg-ico {
        display: none;
    }
    .form-box {
        right: 0;
    }
    .mytext {
        flex-direction: column;
    }
    .mytext .cards {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .testimonial .cards .card {
        margin: 5px 5px;
        width: 49%;
        flex: 0 0 46%;
    }
    .testimonial .content {
        padding-left: 7px;
        /* height: 550px; */
        min-height: 250px;
    }
    .foot-box {
        flex-wrap: wrap;
    }
    .foot-about {
        flex-wrap: wrap;
    }
    .foot-about .about-builder {
        width: 100%;
        padding-right: 0px;
    }
    .foot-about .quick-link {
        width: 60%;
    }
    .my-btn {
        text-align: center;
    }
    .overview {
        padding: 0px 0;
    }
    .highlights .over-heading h1 {
        font-size: 30px;
    }
    .highlights .over-heading {
        margin-bottom: 60px;
    }
    .amenities .mid-box {
        padding-left: 0px;
        width: 100%;
        height: 100%;
    }
    .amenities .ami-in-box {
        flex: 0 0 calc(43% - 5px);
        width: calc(45% - 5px);
    }
    .floor-plan .over-heading {
        margin-bottom: 60px;
    }
    .floor-plan .high-icon h1 {
        font-size: 30px;
    }
    .gallery .gall-1 {
        height: auto;
    }
    .gallery .mar-minus {
        margin-top: 0;
    }
    .gallery .row .col-md-4 {
        margin-bottom: 20px;
    }
    .location .container .col-md-6 {
        padding: 13px;
    }
    .location .mid-box {
        width: 100%;
        padding-left: 0px;
    }
    .location .loc-in {
        margin-top: 30px;
    }
    .location .loc-in ul li {
        display: flex;
        align-items: center;
    }
    .location .loc-in ul li span {
        margin-left: 0px;
        font-size: 20px;
        width: 114px;
        padding: 12px 15px;
        min-width: 114px;
    }
    .my-nav .navbar .nav-link {
        font-size: 18px;
    }
    .contact .cont-btn .form-btn {
        width: 47%;
    }
    .about-builder {
        text-align: center;
    }
    .about-text h1 {
        text-align: center;
    }
    .dis p {
        font-size: 15px;
    }
.mobile-section {
        position: fixed;
        width: 100%;
        bottom: 0;  /* Make sure it sticks to the bottom */
        left: 0;
        background:#A1781F;
        padding: 10px 0;
        display: flex;
        justify-content: center; /* Centers the button */
        align-items: center;
        transition: transform 0.5s ease-in-out;
        transform: translateY(0); /* Ensure it's visible */
        z-index: 9999; /* Bring it to the top */
    }

    /* Fix the button inside */
    .mobile-section a {
        background:#A1781F;
        width: 80%; /* Keeps it from stretching too much */
        max-width: 300px; /* Prevents it from being too wide */
        padding: 0px 0; /* More padding for better look */
        font-size: 17px;
        font-weight:700 ;
        text-align: center;
        letter-spacing: 0px;
        color: #fff;
        text-decoration: none;
        border-radius: 5px; /* Smooth rounded corners */
        display: flex;
        justify-content: center;
        align-items: center;
        font-family:Playfair Display;
        
        
    }
    .scrl {
        bottom: 0;
    }
    .d-view {
        display: none !important;
    }
    .m-view {
        display: block !important;
    }
    .my-modal .form-txt h1 {
        font-size: 40px;
    }
    .high-point {
        padding: 11px 28px;
    }
    .logo-dev img {
        width: 33%;
        padding: 0px 0;
    }
}

@media(max-width:400px) {
    .owl-nav .owl-prev {
        bottom: -35px;
        left: 33%;
    }
    .owl-nav .owl-next {
        bottom: -35px;
        right: 33%;
    }
}

@media(max-width: 330px) {
    .mobile-section a {
        font-size: 15px;
    }
    .price-bottom {
        padding: 16px 11px;
    }
    .price-head {
        font-size: 25px;
    }
    .amenities .ami-in-box {
        flex: 0 0 calc(45% - 4px);
        width: calc(45% - 4px);
        margin: 9px;
    }
    .location .loc-in ul li span {
        font-size: 17px;
    }
}
.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    left: 20px;
    color: #fff;
    background-color:#25D366;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
    transition:all 0.3s ease-out;
}

.float-button:hover {
     background-color: #128C7E;
      color: #fff;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}


img.arrow_right {
    width: 100%;
    max-width: 15px;
    vertical-align: sub;
}
    .navbar-wrap {
      position: fixed;
      top: 0; left: 0; width: 100%; z-index: 100;
      display: flex;
      justify-content: center;
      pointer-events: none;
      background: transparent;
    }
    .navbar {
      background: #fcf7f2;
      backdrop-filter: blur(15px);
      width: 85vw;
      max-width: 1600px;
      min-width: 320px;
      border-radius: 2px;
      box-shadow: 0 8px 32px rgba(52, 52, 42, 0.17);
      height: 120px;
      margin: 0px 0;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      pointer-events: auto;
      box-sizing: border-box;
      transition: height 0.3s ease, margin 0.3s ease;
      font-family:Playfair Display;
    }
    /* Shrunk state for scrolling */
    .navbar.shrunk {
      height: 70px;
      margin: 5px 0;
    }
    .logo img {
      height: 85px;
      transition: height 0.3s ease;
    }
    .navbar.shrunk .logo img {
      height: 50px;
    }
    nav {
      flex-grow: 1;
    }
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-end;
      gap: 20px;
      padding-right:20px;
    }
    li {
      /* inline list, no extra styles needed */
    }
    a {
      text-decoration: none;
      color: #A1781F;
      font-size: 1.1rem;
      font-weight: 500;
      padding: 7px 10px;
      transition: color 0.2s ease;
    }
    a:hover {
      color: #A1781F;
      text-decoration: none;
      font-weight:bold;

    }
    .dropdown {
      margin-left: 5px;
      font-size: 0.9rem;
    }
    /* Hamburger Button for mobile */
    .hamburger {
      display: none;
      flex-direction: column;
      justify-content: space-around;
      width: 24px;
      height: 20px;
      cursor: pointer;
      padding: 0;
    }
    .hamburger div {
      width: 100%;
      height: 3px;
      background: #555553;
      border-radius: 3px;
      transition: all 0.3s ease;
    }
    /* Mobile Nav hidden by default */
    @media (max-width: 700px) {
            .navbar {
      background: rgba(254, 252, 244, 0.7);
      backdrop-filter: blur(15px);
      width: 101vw;
      max-width: 1600px;
      min-width: 347px;
      border-radius: 0px;
      box-shadow: 0 8px 32px rgba(52, 52, 42, 0.17);
      height: 75px;
      margin: 0px 0px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      pointer-events: auto;
      box-sizing: border-box;
      transition: height 0.3s ease, margin 0.3s ease;
      font-family:Playfair Display;
    }
        .navbar.shrunk {
      height: 70px;
      margin: 5px 0;
    }
        .logo img {
      height: 78px;
      transition: height 0.3s ease;
    }
            .navbar.shrunk .hamburger {
padding:0px;
    }
        .navbar.shrunk .logo img {
      height: 50px;
    }
      nav ul {
        display: none;
        flex-direction: column;
        background:#fcf7f2;
        position: absolute;
        top: 90px;
        right: 3px;
        border-radius: 0px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        padding: 14px 20px;
        width: 376px;
        z-index: 101;
        padding-left:20px !important;
        padding-bottom:20px !important;
        height:500px;
      }
      nav ul.show {
        display: flex;
      }
      .hamburger {
        display: flex;
        padding:0px;
      }
      nav{
          margin-left:70px;
          margin-bottom:10px;
      }
    }

    .area-card {
      background: #fcf7f2;
      border-radius: 10px;
      box-shadow: 0 4px 32px 0 #ebdfd2;
      text-align: center;
      margin: 22px 0;
      padding: 38px 26px 34px 26px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.1rem;
      min-height: 250px;
     transition: box-shadow 0.14s, transform 0.14s;
     border:0.3px solid #A1781F;

    }
    .area-card:hover {
          box-shadow: 0 10px 35px #e6d9b370;
    transform: translateY(-6px) scale(1.025);
    }
    .area-icon {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 96px;
      width: 96px;
      background: #efdfce;
      border-radius: 50%;
      box-shadow: 0 2px 8px #ecd7c245;
      color: #a8876c;
      font-size: 28px;
    }
    .area-value {
        font-family: "Playfair Display", serif;        
      font-size: 1.2rem;
      font-weight: 500;
      color: #A1781F;
      margin: 0 0 5px 0;
      letter-spacing: 0.1px;
      line-height: 1.07;
    }
    .area-label {
      font-family:"Kepler Std Light Ext Disp";
      font-size: 1rem;
      font-weight: 600;
      color: #bc9673;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      opacity: 0.88;
      margin-top: 0;
    }
 .slider {
    position: relative;
    width: 90vw;
    max-width: 800px;
    height: 490px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px #0006;
  }
  .slides {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slide {
    width: 100%;
    height: 490px;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .slide.active {
    opacity: 1;
    z-index: 10;
  }
  .arrow {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background: rgba(30,30,30,0.7);
    color: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    z-index: 20;
  }
  .arrow.left {
    left: 20px;
  }
  .arrow.right {
    right: 20px;
  }
  .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    z-index: 20;
  }
  .dot {
    width: 16px;
    height: 16px;
    margin: 0 7px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .dot.active {
    background: #fff;
  }
  
        .card-container {
            display: flex;
            gap: 32px;
            justify-content: center;
            margin: 50px 0;
        }
        .conn-card {
            background: #fcf7f2;
            border-radius: 18px;
            box-shadow: 0 4px 27px #ebdfd345;
            padding: 30px 23px 20px;
            min-width: 240px;
            max-width: 295px;
            flex: 0 0 352px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            transition: box-shadow 0.14s, transform 0.14s;
            border:0.3px solid #A1781F;
        }
        .conn-card:hover {
            box-shadow: 0 10px 35px #e6d9b370;
            transform: translateY(-6px) scale(1.025);
        }
        .icon {
            margin-bottom: 16px;
            width: 60px;
            height: 60px;
            background: #efdfce;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 1px 7px #dec6a565;
        }
        .icon img {
            width: 34px;
            height: 34px;
        }
        .card-title {
            font-family: 'Playfair Display', serif;
            color: #a1781f;
            font-size: 1.28rem;
            font-weight: 700;
            margin-bottom: 12px;
        }
        .card-list {
            width: 100%;
        }
        .card-list .item {
            font-size: 1.0rem;
            font-weight: 300;
            color: #66513c ;
            padding: 8px 0 8px 0;
            border-bottom: 1px dashed #ecd9b1;
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font-family:'Gotham' , serif;
        }
        .card-list .item:last-child {
            border-bottom: none;
        }
        .card-list .item span {
            color: #a1781f;
            font-weight: 550;
            font-size: 0.97rem;
            margin-left: 12px;
        }
        @media (max-width: 750px) {
  .card-container {
    display: block !important;
  }
  .conn-card {
    width: 100% !important;
    margin-bottom: 20px;
    display: block;
    margin-left:10px;
  }
            .table{
                width:100% !important;
               
            }
            .table.td{
                 font-size:0.8rem !important;
            }
            
            .tabs{
                display:block !important;
                padding:20px;
            }
            .btn-prev  {
                left: 145px !important;
                top: 275px !important;
                
            }
            .btn-next  {
                right: 145px !important;
                bottom: -29px !important;
                
            }
            #pages a{
                font-size:0.8rem;
                
            }
            #rightstext{
                padding-right:43px;
            }
    .gallery-slide img {
      width: 100%;
      height: 200px !important; /* Adjust for your layout */
      object-fit: cover;
      border-radius: 0px;
      box-shadow: 0 2px 6px rgb(0 0 0 / 0.15);
      cursor: pointer;
      display: block;
      margin: 0;
    }
    .gallery-container {
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  /* Remove these for no box background: */
  /* background: white; */
  /* border-radius: 8px; */
  /* box-shadow: 0 0 10px rgb(0 0 0 / 0.1); */
  padding: 15px 0;
  height: auto !important;
    }    
            
        }
        
.tabs {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  gap: 15px;
}
.tab {
  padding: 14px 32px;
  cursor: pointer;
  border: 2px solid #A1781F;
  border-radius:0;
  background: #fff;
  font-weight: 500;
  color: #333;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  user-select: none;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.04);
  font-family:Gotham;
  font-size:0.8rem;
}
.tab:hover{
    background: #f8f8f8;
}
.tab.active {
  background: #A1781F;
  color: #fff;
  border-color: #A1781F;
  box-shadow: 0 2px 8px rgb(0 123 255 / 0.11);
}
.tab:hover:not(.active) {
  background: #fbf7ef; /* very light beige or off-white */
  border-color: #A1781F; /* soft gold shadow */
  color: #a1781f; /* gold brown, same as base */
  box-shadow: 0 4px 16px rgb(183 149 69 / 8%);
  transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

    .gallery-container {
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  /* Remove these for no box background: */
  /* background: white; */
  /* border-radius: 8px; */
  /* box-shadow: 0 0 10px rgb(0 0 0 / 0.1); */
  padding: 15px 0;
  height: 472px;
    }
    .gallery-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 0px;
}
    .gallery-slider {
      display: flex;
      transition: transform 0.4s ease;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 0px);
      opacity: 0;
      pointer-events: none;
    }
    .gallery-slider.active {
      position: relative;
      opacity: 1;
      pointer-events: auto;
    }
    .gallery-slide {
      flex: 0 0 100%;
      max-width: 100%;
      display: block;
    }
    .gallery-slide a {
      display: block;
      width: 100%;
      height: 100%;
    }
    .gallery-slide img {
      width: 100%;
      height: 430px; /* Adjust for your layout */
      object-fit: cover;
      border-radius: 0px;
      box-shadow: 0 2px 6px rgb(0 0 0 / 0.15);
      cursor: pointer;
      display: block;
      margin: 0;
    }
    .btn-prev  {
      position: absolute;
      top: 250px;
      transform: translateY(-50%);
      background: #A1781F;
      color: #fcf7f2;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 50%;
      font-size: 12px;
      user-select: none;
      transition: background 0.3s;
      z-index: 10;
      outline:none;
      left: 250px;
      
    }
         .btn-next {
      position: absolute;
      bottom: 200px;
      transform: translateY(-50%);
      background: #A1781F;
      color: #fcf7f2;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 50%;
      font-size: 12px;
      user-select: none;
      transition: background 0.3s;
      z-index: 10;
      outline:none;
       right: 250px; 
      
    }
    .btn-prev, .btn-next : focus{
        outline:none !important;
    }
    .btn-prev:hover, .btn-next:hover {
      background: #A1781F;
      border:1px #A1781F;
    }

  .artistic-impression {
    position: absolute;
    bottom:5px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.8);
    text-align:center;
    /* Grey background with transparency */
    padding: 1px 7px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 8px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */


}
.linebreak {
    background-image: url(../../../cdn.propstory.com/magicpages/NAME/div0.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    height: 45px;
    margin-bottom: 30px;
}

  .neigh-showcase {
    max-width: 900px;
    margin: 20px auto;
  }
  .neigh-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .neigh-tab {
    padding: 14px 32px;
    cursor: pointer;
    border: 2px solid #A1781F;
    background: #fff;
    color: #333;
    font-weight: 300;
    font-size: 1rem;
    transition: 0.3s;
    user-select: none;
    border-radius: 0;
    box-shadow: 0 4px 12px rgb(161 120 35 / 0.3);
    font-family:Gotham
  }
  .neigh-tab.active {
    background: #A1781F;
    color: white;
    border-color: #A1781F;
    box-shadow: none;
  }
  .neigh-tab:hover:not(.active) {
    background: #fbf7ef;
    border-color: #A1781F;
    color: #a1781f;
  }
  .neigh-content {
    position: relative;
  }
  .neigh-slider {
    display: none;
  }
  .neigh-slider.active {
    display: block;
  }
  .neigh-collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }
  .neigh-collage a {
    display: block;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .neigh-collage a:hover {
    transform: scale(1.03);
    box-shadow: none;
    z-index: 5;
  }
  .neigh-collage img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }
  @media (max-width: 700px) {
    .neigh-collage {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .neigh-collage img {
      height: 180px;
    }
    .neigh-tabs{
        display:block;
    }
      .neigh-collage a[data-title="Premium Villa"] {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  
  } 
.collapse, .navbar-collapse {
  transition: none !important;
}
 
        /* CSS Variables - You might want to define these globally in your main stylesheet */
        /*
        .lifestyle-hero-section-variables {
            --primary-font: 'Playfair Display', serif;
            --secondary-font: 'Open Sans', sans-serif;
            --text-color-dark: #2c3e50;
            --text-color-light: #ecf0f1;
            --background-light: #ffffff;
        }
        */

        /* Keyframe for a subtle fade-in effect */
        @keyframes lh-fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Keyframe for text sliding in */
        @keyframes lh-slideInUp {
            from { opacity: 0; transform: translateY(50px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Keyframe for quote fading in */
        @keyframes lh-quoteFadeIn {
            from { opacity: 0; transform: translateX(-20px); }
            to { opacity: 1; transform: translateX(0); }
        }

        /* Main container for the lifestyle section */
        .lifestyle-hero-section {
            display: flex;
            width: 100%;
            max-width: 1580px;
            background-color: var(--background-light, #ffffff); /* Fallback color */
            overflow: hidden;
            opacity: 0;
            animation: lh-fadeIn 1s ease-out forwards;
            margin: 40px auto; /* Example: To center the snippet with spacing */
        }

        /* Modifier for reversed layout (image on left, text on right) */
        .lifestyle-hero-section--reversed {
            flex-direction: row-reverse;
        }

        .lifestyle-hero-text-section {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px;
            box-sizing: border-box;
            background-color: var(--background-light, #ffffff);
        }

        .lifestyle-hero-text-content {
            font-family: var(--primary-font, 'Playfair Display', serif);
            font-size: 2.8em;
            font-weight: 600;
            color: #A1781F;
            text-align: center;
            line-height: 1.1;
            letter-spacing: -0.02em;
            opacity: 0;
            animation: lh-slideInUp 0.8s ease-out forwards 0.5s;
        }

        .lifestyle-hero-image-section {
            flex: 1.8;
            position: relative;
            min-height: 450px; /* Ensure height even without a direct background image */
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            padding: 30px;
            box-sizing: border-box;
            overflow: hidden; /* Important for inline image */
        }

        /* Style for the inline image */
        .lifestyle-hero-image-section img {
            position: absolute; /* Position to fill the parent div */
            top: 0;
            left: 0;
            width: 100%;
            height: 115%;
            object-fit: cover; /* Cover the area, cropping if necessary */
            z-index: 0; /* Ensure it's behind the quote and overlay */
        }
.lifestyle-hero-image-section img:hover {
    transform: scale(1.03); /* Zooms the image slightly (3%) */
}
        .lifestyle-hero-image-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
            z-index: 1; /* Ensure gradient is above image, below quote */
        }

        .lifestyle-hero-quote-overlay {
            position: relative;
            z-index: 2; /* Ensure quote is on top of everything */
            color: var(--text-color-light, #ecf0f1);
            font-family: var(--secondary-font, 'Open Sans', sans-serif);
            font-size: 1.2em;
            font-style: italic;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
            max-width: 80%;
            text-align: left;
            opacity: 0;
            animation: lh-quoteFadeIn 0.8s ease-out forwards 1s;
        }

        /* Subtle Hover Effect for the entire section */
        .lifestyle-hero-section:hover {
            transform: translateY(-5px); /* Lift slightly */
            transition: transform 0.3s ease-in-out; /* Smooth transition only for transform */
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .lifestyle-hero-section,
            .lifestyle-hero-section--reversed { /* Apply for both normal and reversed */
                flex-direction: column;
                max-width: 700px;
            }

            .lifestyle-hero-text-content {
                font-size: 3em;
            }

            .lifestyle-hero-image-section {
                min-height: 350px;
                flex: none;
                width: 100%;
            }

            .lifestyle-hero-quote-overlay {
                font-size: 1.1em;
                text-align: center;
                max-width: 90%;
            }
        }

        @media (max-width: 600px) {
            .lifestyle-hero-text-section {
                padding: 30px 20px;
            }

            .lifestyle-hero-text-content {
                font-size: 2.5em;
            }

            .lifestyle-hero-image-section {
                min-height: 280px;
            }

            .lifestyle-hero-quote-overlay {
                font-size: 1em;
                padding: 0px;
            }
        }
        /* CSS for the Location Highlight Snippet */

        /* Animation for the whole highlight block to fade in */
        @keyframes lh-highlight-fade-in {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Optional: subtle bounce or pulse animation for the pin */
        @keyframes lh-pin-bounce {
            0% { transform: translateY(0); }
            100% { transform: translateY(-5px); }
        }

        /* Main container for the location highlight */
        .lh-location-highlight-block {
            text-align: center; /* Center content within this block */
            max-width: 450px; /* Constrain width of the content */
            margin: 20px auto; /* Example: center on the page with spacing */
            margin-top:-15px;
            display: flex;
            flex-direction: column;
            align-items: center; /* Center items vertically */
            gap: 10px; /* Space between elements */
            opacity: 0;
            animation: lh-highlight-fade-in 0.8s ease-out forwards;
            padding: 15px 0; /* Some vertical padding if needed, without a visible card */
        }

        .lh-location-icon {
            font-size: 2em; /* Size of the icon */
            line-height: 1;
            color: #DB4437; /* Google's Material Design Red */
            margin-bottom: 5px; /* Adjust spacing below pin */
            animation: lh-pin-bounce 1s infinite alternate ease-in-out; /* Pin animation */
        }

        .lh-primary-tagline {
            font-family: 'Gotham', sans-serif;
            font-size: 1.5em;
            font-weight: 700;
            color: #A1781F; /* Darker text for emphasis */
            margin: 0; /* Remove default paragraph margins */
            line-height: 1.3;
        }

        .lh-secondary-tagline {
            font-family: 'Gotham', sans-serif;
            font-size: 0.9em;
            font-weight: 400;
            color: #555;
            margin: 0; /* Remove default paragraph margins */
            margin-top: 5px; /* Space above secondary tagline */
        }

        /* Responsive adjustments */
        @media (max-width: 600px) {
            .lh-location-highlight-block {
                padding: 10px 0;
            }
            .lh-location-icon {
                font-size: 2.5em;
            }
            .lh-primary-tagline {
                font-size: 1.5em;
            }
            .lh-secondary-tagline {
                font-size: 1em;
            }
        }
        
        .facts-section {
            padding: 80px 0 30px 0; /* Adjusted padding-bottom to account for removed line break and section title */
        }

        /* Removed .section-title and .section-subtitle styles as they are no longer used */

        /* Removed .linebreak style as it is no longer used */

        .fact-item {
            display: flex;
            align-items: flex-start; /* Align icon and text to the top */
            text-align: left;
            margin-bottom: 40px; /* Space between rows */
            padding-right: 25px; /* Ensure some internal spacing */
            padding-left: 15px;
           
        }
        .vertical-separator {
            width: 1px; /* Width of the line */
            height: 100px; /* Height of the line */
            background-color: #ddd; /* Color of the line */
            margin: 0 15px 50px -20px; /* Adjust spacing as needed */
            align-self: center; /* Vertically center in the flex row */
            flex-shrink: 0; /* Prevent line from shrinking */
        }        

        .fact-icon {
            font-size: 1.4em; /* Slightly larger for presence */
            color: #A1781F; /* Sienna accent */
            margin-right: 12px;
            flex-shrink: 0; /* Prevent icon from shrinking */
            line-height: 1.3; /* Align with text */
        }

        .fact-text {
            font-family: 'Gotham', sans-serif;
            font-size: 1.1em;
            color: #5c5a4a;
            line-height: 1.4;
            margin: 0;
        }

        .fact-text strong {
            font-weight: 500;
            color: #5c5a4a;
            font-size: 1.11em; /* Slightly larger and darker for main point */
            display: block; /* Make strong text a block for clear separation */
            margin-bottom: 3px; /* Space between strong and sub-text */
        }
        
        /* Specific icon adjustments for alignment */
        .fact-icon.fa-building,
        .fact-icon.fa-leaf,
        .fact-icon.fa-bolt,
        .fact-icon.fa-percent,
        .fact-icon.fa-tree,
        .fact-icon.fa-map-marker,
        .fact-icon.fa-building-o {
             padding-top: 5px; /* Slight optical adjustment */
        }

        /* Responsive adjustments */
        @media (max-width: 991.98px) { /* Medium screens */
            .fact-item {
                margin-bottom: 30px; /* Adjust spacing */
            }
        }

        @media (max-width: 767.98px) { /* Small screens (1 per row) */
            .fact-item {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 40px;
                padding-right: 0;
                padding-left: 15px;
            }
            .fact-text {
                font-size: 1em;
                padding-left:10px;
            }
            .fact-text strong {
                font-size: 1.1em;
            }
            .vertical-separator { display: none; }
        }        
        
/* =================== */
/* ZOOM ANIMATION      */
/* =================== */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.03, 1.03);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.03, 1.03);
    }
}

.animate__slideInDown {
  animation-duration: 5s;  /* Change 2s to your preferred speed */
}
@keyframes fadeInLeftSimple {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeftSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInRightSimple {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__fadeInRight {
  animation-name: fadeInRightSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInUpSimple {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.animate__fadeInUp {
  animation-name: fadeInUpSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}


@keyframes fadeInDownSimple {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDownSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeIn{
  from {
    opacity: 0;
    
  }
  to {
    opacity: 1;
    
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

