
/* @font-face {
    font-family: BonaNova-Regular;
    src: url(../fonts/BonaNova-Regular.woff);
} */

    /* @font-face {
        font-family: BonaNova-Bold;
        
        src: url(../fonts/BonaNova-Bold.woff);
    }

    @font-face {
        font-family: Jost-Light;
        src: url(../fonts/Jost-Light.ttf);
    }


    @font-face {
        font-family: Jost-Regular;
        src: url(../fonts/Jost-Regular.ttf);
    }


    @font-face {
        font-family: Jost-SemiBold;
        src: url(../fonts/Jost-SemiBold.ttf);
    } */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden!important;
    font-family: ;
}

:root{
    --brwon: #cfa26a;
    --light-cream: #faf6f3;
}

h1{
    font-family: 'Lato';
    font-weight: 500;
}
h2{
    font-family: 'Lato';
}
h3{
    font-family: 'Lato';
}

p{
    font-family: 'Lato';
    color: black;
}


.banner{
    position: relative;
}
.devloper-logo {
    /* max-width: 176px; */
    max-width: 109px;
    /* filter: brightness(7.7); */
}
.banner .my-nav{
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 12px 90px;
    background: #ffffff;
}
.banner .nav-fixd {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #0000006b;
}
.my-nav .nav-item{
    font-family: Jost-Regular;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 ;
}
.my-nav .navbar-nav{
    margin-left: 660px;
}

.contact-btn a p{
    margin-bottom: 0;
}

.display-bann{
    position: relative;
    padding-top: 76px;
}
.banner .display-bann::before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 100%;
    width: 100%;
    /* background: #000; */
    opacity: 0.5;
    z-index: 2;
}

.banner .navbar-expand-md .navbar-collapse {
    align-items: center;
    /* justify-content: space-between; */
}


.banner-text{
    position: absolute;
    left: 6%;
    top: 24%;
    z-index: 3;
    background-color: #000000a8;
    padding: 18px;
}

.banner-text h1 {
    color: #000000;
    font-size: 14px;
    /* letter-spacing: 3px; */
    /* text-shadow: -1px 0px 5px #060606; */
    line-height: 41px;
    text-transform: uppercase;
    background-color: #ecce99;
    padding-left: 20px;
    width: 72%;
    font-weight: 800;
    border-radius: 2px;
}

h1 {}
.banner-text .bann-loc{
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        /* letter-spacing: 3px; */
      
}
.banner-text .bann-loc span{
    width: 22px;
    height: 2px;
    background-color: var(--brwon);
    display: block;
    margin-left: 10px;
}

.bann-type {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 13px 31px;
    width: fit-content;
    margin: 25px 0;
    font-size: 18px;
}

.bann-type::before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: calc(0px / 2);
    width: 87px;
    height: calc(100% - 2 * 2px);
    border: 4px solid #f2dcb7;
    border-right-color: transparent;
}

.bann-type::after {
    content: ' ';
    position: absolute;
    top: 2px;
    right: calc(0px / 2);
    width: 87px;
    height: calc(100% - 2 * 2px);
    border: 4px solid #ecce99;
    border-left-color: transparent;
}
.key-high {
    color: #fff;
    margin: 30px 0px 30px 0px;
}
.key-high ul li{
    font-family: Jost-Regular;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    list-style: none;
    background: linear-gradient(135deg, #ecce99, #ecce99);
    color: #000000;
    padding: 5px 0px 5px 15px;
    text-align: start;
    width: 427px;
}

/* h1.banner-price {
    font-size: 34px;
    background: #efe3ce;
    text-shadow: unset;
    width: fit-content;
    line-height: unset;
    color: #000000;
    padding: 6px 25px;    
    margin-top: 45px;
} */

.contact-btn a{
    display: flex;
    align-items: center;
    color: #000;
}
.contact-btn a span {
    margin-right: 25px;
}
.contact-btn a p{
    display: grid;
    letter-spacing: 1px;
}
.contact-btn a p span{
    font-size: 13px;
}
.contact-btn a span img{
    max-width: 45px;
    background-color: var(--brwon);
    border-radius: 50%;
    padding: 10px;
    animation: cc-calto-action-ripple 1s linear infinite;
}
@keyframes cc-calto-action-ripple {
    0% { box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
    100% { box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } 
    }

    .nav-fixd .contact-btn a span img{
        animation: cc-calto-action-ripple-fixd 1s linear infinite;
    }
    @keyframes cc-calto-action-ripple-fixd {
        0% {
            box-shadow: 0 4px 10px rgb(198 198 198 / 20%), 0 0 0 0 rgb(255 255 255 / 20%), 0 0 0 5px rgb(255 255 255 / 20%), 0 0 0 10px rgb(255 255 255 / 20%);
        }
        100% {
            box-shadow: 0 4px 10px rgb(216 206 192 / 20%), 0 0 0 5px rgb(227 224 220 / 20%), 0 0 0 10px rgb(243 242 240 / 20%), 0 0 0 20px rgb(255 253 249 / 0%);
        }
    }

    .from-banner {
        position: absolute;
        top: 26%;
        right: 5%;
        z-index: 10;
        background: #ffffffb8;
        padding: 35px;
        width: 27%;
        box-shadow: 0px 0px 10px #ffffff59;
    }
    .top_form p {
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .top_form h2 {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    } 
    .from-banner .form-group{margin-bottom: 20px;}
    .from-banner .form-group input{
        height: 50px;
        border: 1px solid #00000059;
    }
    .form-control:focus {
        border-color: var(--brwon);
        box-shadow: 0 0 0 0.2rem rgba(252, 158, 18, 0.25);
    }
    .form-btn{
        background-color: #cfa26a;
        color: #fff;
        width: 100%;
        padding: 10px 0;
    }
    .carousel-indicators li {
        height: 9px;
        background: transparent;
        border:5px solid var(--brwon);
    }

    .overview{
        position: relative;
        padding: 100px 0;
    }
        .overview::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/overview-bg.jpg);            
            background-position: right;
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.1;
        }
    .over-head p {
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        color: #000000;
        margin-top: 10px;
        font-size: 24px;
    }
    .over-head p span{
        width: 80px;
        height: 2px;
        background-color: #000000;
        margin-left: 10px;
    }
    .over-img{
        position: relative;
    }
    .over-sce{
        position: absolute;
        right: -132px;
        top: 107px;
    }
    .over-txt p {
        line-height: 28px;
        color: #000000;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .main-over{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    .over-btn{
        margin-top: 20px;
    }
    .my-btn {
        padding: 9px 40px;
        border: 0;
        letter-spacing: 1px;
        background: #000000;
        color: #fff;
    }
    .about-sec{
        height: 100%;
        background-image: url(../images/highlight-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* padding: 0 120px; */
        /* background: #f4f2f1; */
        padding: 50px 0px;
    }

    .highlight{
        background-image: url(../images/highlight-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0;
    }
    .highlight .left-image{
        max-width: 100%;
    }
    .highlight ul {
        /* padding: 0; */
        /* margin: 0; */
    }
    .highlight ul li{
        font-family: Jost-Regular;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 8px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .high-box {
        background-color: var(--brwon);
        padding: 68px 41px;
        min-height: 358px;
    }
    .high-box h2{
        border-bottom: 1px solid #c4c1c1;
        margin: 16px 0;
        padding-bottom: 16px;
        color: #fff;
        font-size: 25px;
        letter-spacing: 2px;
    }
    .high-box p {
        color: #fff;
        margin-top: 19px;
        line-height: 32px;
    }
    .high-box img{
        max-width: 60px;
    }
    .highlight .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .highlight .over-head p{
        justify-content: center;
        margin-bottom: 50px;
    }

    .price-list{
        padding: 100px 0;
        background-color: #ecce99;
    }
    .price-box{
        position: relative;
        background: var(--light-cream);
        text-align: center;
    }

    .price-box h1 {
        background: #000000;
        font-size: 26px;
        color: #ecce99;
        padding: 10px 0;
        letter-spacing: 0.5px;
    }

    .price-box-in{
        position: relative;
    }

    .price-box-in::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #000000;
    }

    .price-box-in::after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #000000;
    }

    .price-box-in h2 {
        margin: 23px 0;
        font-size: 26px;
    }

    .price-box-in p:nth-child(2){
        border-top: 1px solid #d7d7d7;
    }

    .price-box-in p {
        border-bottom: 1px solid #d7d7d7;
        width: fit-content;
        margin: auto;
        padding: 19px 33px;
        letter-spacing: 2px;
    }
    .price-box-in {
        margin: 50px 0;
    }

    .price-list .my-btn {
        padding: 10px 40px;
        width: 100%;
        color: #ecce99;
    }

    .price-list .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .price-list .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }
    .platter-page .price-box-in h2 {
        display: grid;
    }
    .platter-page .price-box-in h2 span{
        font-size: 17px;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .over-head h1{
        text-transform: uppercase;
    }
    .amenities{
        position: relative;
        background-attachment: fixed;
        padding: 100px 0;
        background-image: url(../images/banners/PRIORITY.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .amenities::before{
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #3e3636e3;
        z-index: 1;
    }
    .ami-main{
        z-index: 2;
        position: relative;
    }

    .amenities .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .amenities .over-head h1{
        color: #fff;
    }
    .amenities .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }

    .ami-box{
        display: flex;
        background: var(--light-cream);
        align-items: center;
        padding: 10px;
        margin-bottom: 30px;
    }
    .ami-box img{
        max-width: 70px;
        background-color: #fff;
        background: var(--brwon);
        padding: 5px;
    }
    .ami-box h3{
        font-size: 15px;
        margin-left: 10px;
        letter-spacing: 2px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .box-out-loc {
        display: flex;
        flex-wrap: wrap;
    }

    .floor-plan{
        position: relative;
        padding: 50px 0px;
        margin-bottom: 0px;
    }

    .floor-bg img{
        position: absolute;
        opacity: 0.3;
        top:0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .floor-plan .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .floor-plan .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }

    .location .container{
        max-width: 100%;
    }
    .location .container .col-md-5, .location .container .col-md-7{
        padding: 0;
    }
    .loc-box {
        display: flex;
        flex: 0 0 calc(46% - 5px);
        width: calc(100% - 5px);
        margin: 10px;
        margin-bottom: 32px;
    }

    .location .right-box {
        height: 100%;
        background-image: url(../images/highlight-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 120px;
    }

    .loc-num h3{
        width: 70px;
        height: 70px;
        background: var(--brwon);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 25px;
    }
    .loc-num h3{
        margin-bottom: 0;
        color: #fff;
    }
    .loc-txt h1{
        font-size: 27px;
        letter-spacing: 1px;
        color: var(--brwon);
    }
    .loc-txt p{
        letter-spacing: 2px;
        font-size: 16px;
        line-height: 28px;
    }
    .master-img, .floor-plan-box{
        /* height: 100%; */
        position: relative;
        /* border: 1px solid; */
        /* border-color: var(--brwon); */
        padding: 10px;
    }
    .floor-in-box{
        position: relative;
    }
    .flr-btn {
        position: absolute;
        top: -149px;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 7px 10px;
    }
    .master-img img, .floor-in-box img {
        border: 6px solid #b1977747;
        /* height: 100%; */
        object-fit: cover;
    }
    .master-img img{
        /* height: 100%; */
        object-fit: cover;
    }
    .floor-plan-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .floor-plan-box .floor-in-box{
        flex: 0 0 calc(47% - 5px);
        width: calc(47% - 5px);
        margin: 10px;
        height: 100%;
    }
    .master-img h1, .floor-in-box h1{
        text-align: center;
        font-size: 23px;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: var(--brwon);
        color: #fff;
        width: 100%;
        padding: 3px 20px;
    }
    .gallery{
        padding: 100px 0 75px 0;
        /* background-image: url(../images/about-bg1.png); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        background-color: #ecce99;
    }
    .gallery::before {
        content: '';
        position: absolute;
        right: -67%;
        width: 100%;
        height: 100%;
        background-image: url(../images/about-bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .gallery .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .gallery .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }

    .gallery-box-main {
        display: flex;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
    }
    .gallery-box-main .left-box {
        height: 100%;
        width: 50%;
    }
    .gallery-box-main .right-box {
        width: 20%;
    }
    .gallery-box-main .left-box, .gallery-box-main .right-box{
        margin: 12px;
    }
    .gallery-box-main .left-box img, .gallery-box-main .right-box img{
        height: 100%;
        object-fit: cover;
    }
    .mt_1{
        margin-top: 20px;
    }
    .footer {
        background-image: url(../images/banners/PRIORITY.png);
        background-repeat: no-repeat;
        position: relative;
        padding-top: 100px;
        background-size: cover;
        padding-bottom: 0px;
    }
    .footer::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        /* background-color: #414141c9; */
    }
    .footer .container, .small-footer .container{
        max-width: 89%;
    }
    .footer .over-head h3 {
        color: var(--brwon);
        letter-spacing: 3px;
        font-size: 21px;
        text-transform: uppercase;
    }
    .footer .over-head h1 {
        margin-bottom: 15px;
        font-size: 35px;
        color: #fff;
    }
    .footer .over-head p {
        color: #fff;
    }
    .contact-us-ul {
        list-style: none;
        margin-top: 30px;
    }
    .contact-us-ul li {
        font-size: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .contact-us-ul li .contact-details-icon {
        width: 60px;
        height: 60px;
        margin-right: 30px;
        background: rgba(255,255,255,0.13);
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-us-ul li .contact-details-icon img {
        width: 30px;
        filter: invert(1);
    }
    .contact-us-ul li p, .contact-us-ul li p a{
        font-size: 20px;
        color: #fff;
        display: grid;
    }
    .footer-form {
        background: #fff;
        padding: 40px;
        max-width: 100%;
    }
    .footer-line {
        background: #ffffff73;
        height: 1px;
        width: 100%;
        z-index: 2;
        position: relative;
        margin-top: 20px;
    }
    .footer-head {
        margin-top: 30px;
    }
    .footer-head h1 {
        /* color: #fff; */
        letter-spacing: 2px;
        font-size: 25px;
        margin-bottom: 14px;
    }
    .footer-text p {
        /* color: #fff; */
        letter-spacing: 2px;
        line-height: 28px;
    }
    .footer-text ul {
        list-style-type: none;
    }
    .footer-text ul li {
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #fff;
    }
    .footer-text ul li a {
        color: #fff;
    }
    .contact-us-ul li p a {
        color: #fff;
    }
    .small-footer {
        text-align: center;
        padding: 30px 0;
        background: #000000;
        color: #fff;
    }
    .btm-foot a{
        color: #fff;
    }
    .mobile-section{
        display: none;
    }
    .my-modal .close {
        opacity: 1;
        position: absolute;
        right: 0;
        max-width: 41px;
        top: 0px;
        background: var(--brwon);
        padding: 5px;
    }
    .my-modal .modal-body {
        padding: 35px;
    }
    .form-txt {
        text-align: center;
    }
    .platter-page .price-box-in {
        margin: 23px 0;
    }

    .platter-page .price-box-in::before, .platter-page .price-box-in::after {
        top: 25%;
        height: 50%;
    }
    .platter-page .container{
        max-width: 80%;
    }
    .m-site-about-img{
        background-image: url(../images/banners/banner-1.html);
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .high-sec{
        padding-left: 25px;;
    }
    .high-sec li{ 

    }

    .m-site-about-img h1{
        color: #fff;
        z-index: 5;
        display: grid;
        text-align: center;
        letter-spacing: 2px;
    }
    .m-site-about-img h1 span{
        font-size: 20px;
        margin-bottom: 7px;
    }
    .contact-detail {
        padding: 100px 0;
        background: var(--light-cream);
    }
    .contact-detail .foo-box {
        margin-bottom: 30px;
    }
    .contact-detail .foo-box h2 {
        display: grid;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
    }
    .contact-detail .foo-box h2 span {
        margin-bottom: 10px;
        font-weight: 800;
    }
    .contact-detail .foo-box h2 span img {
        width: 21px;
        margin-right: 7px;
    }
    .contact-detail .foo-box h2 a {
        color: #000;
    }
    .contact-detail .footer-form {
        padding: 36px;
        max-width: 100%;
        background-color: var(--brwon);
    }
    .contact-detail .form-group {
        margin-bottom: 22px;
    }
    .contact-detail .footer-form .form-btn {
        background-color: var(--light-cream);
        color: #000;
    }
    .about-text h1 {
        font-size: 33px;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }
    .m-site-banner .banner-text {
        text-align: center;
        left: 0%;
        top: 38%;
        width: 100%;
    }
    .m-site-banner .banner-text .bann-loc {
        font-size: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        letter-spacing: 3px;
        justify-content: center;
    }
    .m-site-banner .from-banner{
        right: -21%;
        transition: 0.50s;
        position: fixed;
    }
    .m-site-banner .top_form{
        position: relative;
    }
    .from-msg {
        position: absolute;
        top: -35px;
        left: -106px;
        max-width: 71px;
        background: #cfd4d5ad;
        padding: 0 9px;
        cursor: pointer;
    }
    .m-site-banner .from-banner.show-form {
        right: 0;
    }

    .platter-page .over-btn {
        display: flex;
        gap: 10px;
    }
    .platter-page .over-btn .my-btn{
        width: 100%;
    }
    .testimonial {
        background-image: url(../images/highlight-bg.jpg);
        padding: 100px 0;
    }
    .testimonial .over-head {
        text-align: center;
        margin-bottom: 50px;
    }
    .testimonial .over-head h2 {
        color: var(--brwon);
        letter-spacing: 3px;
        font-size: 21px;
        text-transform: uppercase;
    }
    .testimonial .over-head h1 {
        color: #202020;
    }
    .testi-text {
        text-align: center;
    }
    .testimonial .carousel-indicators {
        bottom: -56px;
    }
    .testimonial .carousel-indicators li {
        height: 14px;
        width: 14px;
        background-color: transparent;
        border: 5px solid var(--brwon);
    }
    .tst-img {
        max-width: 100px;
        border-radius: 50%;
        margin-bottom: 30px;
    }
    .testi-text p {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .testi-text h1 {
        font-size: 30px;
    }
    .testi-text h5 {
        color: var(--brwon);
    }
    .m-site-banner {
        overflow-x: hidden;
    }
    .platter-page .my-btn a{
        color: #fff;
    }

    .opne-btn{ display: block;}
    .close-btn-f{display: none;}
    .active-f{display: none;}
    .active-clo{display: block;}

@media only screen and (min-width: 900px) {
    .my-nav.navbar-hover .collapse ul li{position:relative;}
    .my-nav.navbar-hover .collapse ul li:hover> ul{display:block}
    .my-nav.navbar-hover .collapse ul ul{position:absolute;top:90%;left:0;display:none}
    .my-nav.navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;display:none}
}

@media(max-width: 1500px){
    .banner-text {
        top: 22%;
    }
    .display-bann .carousel-item img{
        height: 36vh;
    }
    .banner-text h1 {
        font-size: 47px;
        line-height: 54px;
    }
    .bann-type {
        margin: 14px 0;
        font-size: 22px;
    }
    .key-high ul li {
        font-size: 21px;
        /* margin-bottom: 7px; */
        color: #000000;
        width: 100%;
    }
    /* h1.banner-price {
        margin-top: 24px;
        font-size: 23px;
        padding: 1px 16px;
    } */
    .from-banner {
        top: 15%;
        width: 25%;
        padding: 28px;
    }
    .from-banner .form-group input {
        height: 45px;
    }
    .over-head h1 {
        font-size: 32px;
    }
    .overview .over-img{
        max-width: 75%;
    }
    .over-sce {
        right: -110px;
        top: 103px;
        max-width: 50%;
    }
    .over-txt p {
        line-height: 27px;
    }
    .high-box {
        padding: 38px 45px;
    }
    .price-box-in {
        margin: 35px 0;
    }
    .price-box-in::before, .price-box-in::after {
        top: 10%;
        height: 80%;
    }
    .banner .navbar-light .navbar-brand {
        padding: 0;
    }
    .master-img h1, .floor-in-box h1 {
        font-size: 24px;
    }
    .floor-plan-box .floor-in-box {
        flex: 0 0 calc(45% - 5px);
        width: calc(45% - 5px);
    }
    .location .left-box{
        height: 100%;
    }
    .location .left-box img{
        height: 100%;
        object-fit: cover;
    }
    .location .right-box {
        padding: 0 65px;
        padding-top: 30px;
    }
    .loc-box {
        margin-bottom: 20px;
    }
    .gallery-box-main .right-box {
        width: 21%;
    }
    .gallery-box-main {
        justify-content: space-around;
    }
    .footer-form {
        margin: auto;
    }
    .footer .over-head h1 {
        font-size: 29px;
    }
    /* .contact-us-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    } */
    .contact-us-ul li .contact-details-icon {
        min-width: 60px;
    }
    .contact-us-ul li p span{
        font-size: 14px;
    }
    .about-text-foo h1 {
        font-size: 29px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .footer-line {
        margin-top: 30px;
    }
    .footer-head h1 {
        font-size: 20px;
    }
    .footer-text p {
        font-size: 14px;
    }
    .footer-text ul li {
        font-size: 14px;
    }
    .m-site-banner .from-banner {
        right: -22%;
    }
    .platter-page .my-btn {
        padding: 10px 7px;
    }
    .high-box {
        min-height: 298px;
    }
}


@media(max-width: 1400px){
    .banner-text h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .key-high {
        margin: 25px 0px 25px 0px;
    }
    h1.banner-price {
        font-size: 22px;
    }
    .from-banner {
        width: 24%;
        top: 18%;
    }
    .from-banner .form-group input {
        height: 40px;
    }
    .form-btn{
        height: 40px;
        padding: 5px 0;
    }
    .m-site-banner .from-banner {
        right: -24%;
    }
    .my-nav .nav-item {
        font-size: 14px;
    }
    .from-banner .form-group {
        margin-bottom: 15px;
    }
}

@media(max-width: 768px){
    .banner .my-nav {
        padding: 15px 10px;
        position: fixed;
        /* background: #191919; */
        background: #fff;
    }
    .banner .nav-fixd{
        position: fixed;
    }
    .my-nav .navbar-nav {
        margin-left: 0px;
    }
    .banner-text {
        top: 12%;
        left: 0;
        padding: 100px 12px;
        background-color: #000000a8;
    }
    .over-txt p {
        text-align: justify;
    }
    .ami-box{
        flex-direction: column;
        text-align: center;
    }
    .ami-box h3 {
        font-size: 26px;
        margin-left: 0;
        margin-top: 0px;
        letter-spacing: 0px;
    }
    .banner-text h1 {
        font-size: 27px;
        line-height: 46px;
        background-color: #f0c780;
    }
    .from-banner {
        width: 100%;
        position: unset;
        background-color: var(--light-cream);
    }
    .bann-type {
        margin: 14px 0;
        font-size: 18px;
        color: #000000;
    }
    h1.banner-price {
        font-size: 17px;
        width: 100%;
    }
    .display-bann .carousel-item img {
        /* object-fit: cover; */
    }
    .navbar-light .navbar-toggler {
        /* border-color: rgb(255 255 255 / 100%); */
        border-color: #000;
    }
    .navbar-light .navbar-toggler-icon {
        /* filter: invert(1); */
    }
    .banner .navbar-expand-md .navbar-collapse {
        /* background: #191919; */
        background: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000 ;
    }
    .contact-btn {
        padding: 15px;
    }
    .overview {
        padding: 60px 0;
    }
    .main-over {
        order: 1;
        margin-top: 25px;
    }
        
    .over-sce {
        right: -60px;
        top: 67px;
    }
    .highlight .over-head {
        width: 100%;
    }
    .highlight {
        padding: 60px 0;
    }
    .high-box {
        padding: 38px 30px;
        margin-bottom: 30px;
        min-height: auto;
    }
    .over-head h1 {
        font-size: 25px;
    }
    .price-list {
        padding: 60px 0;
    }
    .price-list .over-head {
        width: 100%;
    }
    .price-box {
        margin-bottom: 30px;
    }
    .amenities {
        padding: 60px 0;
    }
    .amenities .over-head {
        width: 100%;
    }
    .floor-plan{
        padding: 60px 0;
    }
    .floor-plan .over-head {
        width: 100%;
    }
    .master-img {
        /* height: 100%; */
        margin-bottom: 20px;
    }
    .master-img img {
        height: unset;
    }
    .location .right-box {
        padding: 0 17px;
        padding-top: 30px;
    }
    .loc-box {
        display: flex;
        flex: 0 0 calc(100% - 5px);
        width: calc(100% - 5px);
        margin: 5px;
    }
    .loc-num h3 {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }
    .gallery{
        padding: 60px 0;
    }
    .gallery .over-head {
        width: 100%;
    }
    .gallery-box-main .left-box, .gallery-box-main .right-box {
        width: 32%;
        height: unset;
        margin: 0;
    }

    .mt_1 {
        margin-top: 3px;
    }
    .footer {
        padding: 50px 0;
    }
    .footer .container, .small-footer .container {
        max-width: 100%;
    }
    .footer-form {
        max-width: 100%;
        padding: 27px;
    }
    /* .mobile-section {
        display: block;
        position: fixed;
        bottom: 0;
        background: var(--brwon);
        bottom: -100%;
        display: flex;
        justify-content: space-between;
        z-index: 99;
        transition: 0.50s;
        width: 100%;
    }

 */




@media (max-width: 768px) {
    .mobile-section {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--brwon); /* Your theme color */
        display: flex;
        justify-content: center;  /* Center horizontally */
        align-items: center;      /* Center vertically */
        z-index: 99;
        transition: 0.5s;
    }

    .mobile-section a {
        flex: 1;                  /* Equal width for both buttons */
        text-align: center;
        padding: 12px 0;
        color: white;
        font-weight: bold;
        text-decoration: none;
        border: none;
    }

    /* Vertical line between buttons */
    .mobile-section a:first-child {
        border-right: 1px solid rgba(255,255,255,0.5);
    }
}






    .scrl{
        bottom: 0;
    }
    .mobile-section a {
        color: #fff;
        font-size: 14px;
    }
    .devloper-logo {
        /* max-width: 131px; */
        max-width: 102px;
        /* filter: invert(1); */
    }
    .about-text-foo h1 {
        font-size: 24px;
    }
    .footer .over-head h1 {
        font-size: 24px;
    }
    .platter-page .container{
        max-width: 100%;
    }
    .platter-page .my-btn {
        padding: 10px 15px;
    }
    .m-site-banner .from-banner {
        right: -77%;
        width: 77%;
    }
    .m-site-banner .top_form h2 {
        font-size: 20px;
    }
    .form-txt h1 {
        font-size: 30px;
    }
    .flr-btn {
        width: 43%;
        font-size: 19px;
    }
    .high-sec{
        margin-top: 20px;
    }
    .contact-btn a{
        display: flex;
        align-items: center;
        color: #000;
    }
}

@media (min-width: 360px) and (max-width: 480px) {
    .banneraddress {
        font-size: 16px !important;
    }
}


.banneraddress{
    background-color: #ecce99;
    padding: 6px 6px 6px 6px;
    color: #000000;
    font-size: 22px;
}
    


@media (min-width:360px) and (max-width:480px)
{
.display-bann {
    position: relative;
    padding-top: 68px;
}
}




@media (min-width:360px) and (max-width:480px)
{
.banner-text .bann-loc {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    /* letter-spacing: 3px; */
    padding-top: 13px;
}
}























/* Default (desktop) */
.banner-text {
    position: absolute; /* ya jo bhi tum use kar rahe ho */
    top: 50%;
    left: 21%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/* Mobile view ke liye (max-width: 767px) */
@media (max-width: 767px) {
    .banner-text {
        position: static; /* overlap hata dega */
        transform: none;
        color: #000; /* text ka color dark kar do agar white background hai */
        padding: 15px;
        background: #ffffff; /* optional, readability ke liye */
        text-align: center;
    }

    .display-bann {
        margin-bottom: 0px; /* image aur text me gap */
    }
}








 .section-heading {
            font-size: 35px;
            font-weight: bold;
            color: #000000;
        }
        .highlight-orange {
            color: #e2b579;
        }
        .info-card {
            background-color: #ecce99;
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            height: 100%;
        }
        .info-card i {
            font-size: 32px;
            margin-bottom: 10px;
        }
        .numbers-box {
            background: white;
            border-radius: 8px;
            padding: 36px;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }
        .projection-box {
            background-color: #ecce99;
            color: white;
            border-radius: 8px;
            padding: 18px;
            text-align: center;
            height: 100%;
        }
        .projection-box h3 {
            font-size: 28px;
            font-weight: bold;
            color: #000000;
        }
        

        .fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
    content: "\f4c0";
    color: black;
}


.fa-chart-line:before, .fa-line-chart:before {
    content: "\f201";
    color: black;
}


.fa-users:before {
    content: "\f0c0";
    color: black;
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
    color: black;
}




.banner-text .text-animation {
    color: #000000;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 51px;
    text-transform: uppercase;
    padding-left: 20px;
    width: 273px;
    position: relative;
    background-color: #ecce99; /* Base color */
    overflow: hidden; /* So the shine stays inside */
}

/* White thin wave (shine) */
.banner-text .text-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s infinite;
}

/* Animation keyframes */
@keyframes shineMove {
    0% { left: -50%; }
    100% { left: 120%; }
}


/* Ã°Å¸â€œÂ± Mobile Center Alignment */
@media (max-width: 768px) {
    .banner-text .text-animation {
        margin: 0 auto;        /* Centers horizontally */
        padding-left: 0;       /* Remove left padding for proper center */
        text-align: center;    /* Center text inside */
        width: fit-content;    /* Shrinks width to content */
        padding: 0px 24px 0px 24px;
        border-radius: 6px;
        font-size: 40px;
    }
}




.banner-price {
    color: #000000;
    font-size: 44px;
    letter-spacing: 3px;
    line-height: 75px;
    text-transform: uppercase;
    padding-left: 20px;
    width: 273px;
    position: relative;        /* needed for ::after positioning */
    background-color: #ecce99; /* Base color */
    overflow: hidden;          /* keep the shine inside */
    z-index: 1;                /* make sure element creates stacking context */
}

/* keep the visible text above the shine */
.banner-price span {
    position: relative;
    z-index: 3;
}

/* Ã¢Å“â€¦ Correct selector Ã¢â‚¬â€ no space before ::after */
.banner-price::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    /* thin white diagonal stripe with soft edges */
    background: linear-gradient(135deg,
                rgba(255,255,255,0) 0%,
                rgba(255,255,255,0.85) 50%,
                rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2; /* sits below the span text but above the base background */
    mix-blend-mode: screen; /* optional: makes the highlight blend nicely */
}

/* Keyframes */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}

/* Mobile center alignment */
@media (max-width: 768px) {
    .banner-price {
        margin: 0 auto;
        padding-left: 0;
        width: fit-content;
        text-align: center;
        font-size: 32px; /* tweak for mobile */
    }
}
/* Animation keyframes */
@keyframes shineMove {
    0% { left: -50%; }
    100% { left: 120%; }
}
















.btn.dark_btn.form-btn {
    position: relative;
    overflow: hidden;          /* keeps shine inside button */
    z-index: 1;
    background-color: #ecce99; /* base color */
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

/* White shimmer effect */
.btn.dark_btn.form-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen; /* optional for softer shine */
}

/* Shine animation */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}











 .my-btn-color1 {
        padding: 9px 40px;
        border: 0;
        letter-spacing: 1px;
        background: #000000;
        color: #fff;
    }





.my-btn-color1 {
    position: relative;
    overflow: hidden; /* keep shine inside */
    z-index: 1;
    background-color: #000000; /* base color */
    color: #ecce99;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 28px;
    border: none;
    border-radius: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Shimmer effect */
.my-btn-color1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen; /* softer shine */
}

/* Animation keyframes (same as before) */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}

/* Optional hover effect */
.my-btn-color1:hover {
    background-color: #ffffff;
}












.price-list .my-btn-color1 {
    padding: 10px 40px;
    width: 100%;
    /* color: #ecce99; */
}













.my-btn {
    position: relative;
    overflow: hidden; /* keeps shine inside */
    z-index: 1;
}

/* Only animation layer */
.my-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen;
}

/* Keyframes for shine */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}




.over-head .diffrent-amn {
    display: flex
;
    align-items: center;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 24px;
}



.over-head .diffrent-span {
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    margin-left: 10px;
}


ul {
    list-style: none;
}






.btn-link {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}






.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    background-color: black;
    color: #000000;
}


.btn-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

  .testimonial {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    height: 100%;
  }
  .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  blockquote {
    font-size: 0.95rem;
    color: #333;
  }
  .name {
    font-weight: 600;
    margin-bottom: 0;
  }
  .role {
    font-size: 0.85rem;
    color: #6c757d;
  }








  .testimonial {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: center;
  height: 100%;
}
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
blockquote {
  font-size: 0.95rem;
  color: #333;
  padding: 15px 19px 0px 0px;
  text-align: justify;
  font-size: 17px;
}
.name {
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
.role {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: left;
}


.owl-carousel .owl-item img {
    display: block !important;
    width: 17% !important;
}

.fa-star:before {
    content: "\f005";
    color: #fabb05;
}















/* Text styling */
.text-animation {
    position: relative;
    display: inline-block;
    color: #000000; /* Text color */
    font-size: 53px;
    font-weight: bold;
    overflow: hidden;
    background-color: #ecce99;
    /* padding: 0px  139px 0px 108px; */
    width: 100%;
    text-align: center;
}

/* Shine layer */
.text-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Keyframes for shine */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}











@media  (width:360px) and  (max-width:480px)
{
/* Text styling */
.text-animation {
    position: relative;
    display: inline-block;
    color: #000000; /* Text color */
    font-size: 53px;
    font-weight: bold;
    overflow: hidden;
    background-color: #ecce99;
    /* padding: 0px  139px 0px 108px; */
    width: 100%;
    text-align: center;
}

/* Shine layer */
.text-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Keyframes for shine */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}

}



.ami-box {
    width: 100%;
    text-align: center !important; /* force center */
}

.ami-box h3 {
    margin: 0 auto;
    display: inline-block;
}







.faq-btn {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 2rem;
}

.faq-btn::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  transition: transform 0.2s ease, content 0.2s ease;
}

.faq-btn[aria-expanded="true"]::after {
  content: "âˆ’";
}


.faq-btn:focus,
.faq-btn:active {
    outline: none !important;
    box-shadow: none !important;
}




   .footer-section {
        background: linear-gradient(to right, #004aad, #ffffff);
        color: white;
        text-align: center;
        padding: 10px 0;
    }

    .footer-section a {
        color: white;
        text-decoration: none;
    }

    .footer-section .divider {
        border-left: 1px solid white;
        height: 15px;
        margin: 0 15px;
        display: inline-block;
        vertical-align: middle;
    }




.custom-footer {
    background: linear-gradient(to right, #191919, #191919); /* Blue to white */
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.footer-divider {
    border: none;
    height: 1px;
    background-color: white;
    margin: 0; /* No gap */
    width: 100%; /* Full width */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}
.custom-footer a {
    color: white;
    text-decoration: none;
}
.custom-footer a:hover {
    text-decoration: underline;
}











.price-form-section {
  /* background: #eeeded; */
  padding: 40px 20px;
}

.price-form-section h2 {
  font-size: 43px;
  margin-bottom: 10px;
  font-family: 'Optima-Font';
}

.offer-badge {
  font-size: 25px;
  display: inline-block;
  background: #ff452a;
  color: white;
  padding: 8px 15px;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 30px;
}

.price-form {
  max-width: 694px;
  margin: 0 auto;
}

.price-form input,
.price-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}

.price-form textarea {
  resize: none;
  height: 80px;
}

.price-form button {
  width: 100%;
  background: linear-gradient(to right, #e9cc97, #f0c780);
  color: #000000;
  font-size: 16px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.price-form button:hover {
  background: linear-gradient(to right, #d08b00, #e6a100);
}



.custom-form {
    width: 100%;         /* jitna parent ka width ho utna le lega */
    max-width: 800px;    /* yahan aap apni desired choudai set karo */
    margin: 0 auto;      /* center align */
}



  .from-banner
    {
        display: none !important;
    }


    @media (min-width:360px)and (max-width:480px)
    {
        .offer-badge
 {
    font-size: 14px;
    display: inline-block;
    background: #ff452a;
    color: white;
    padding: 8px 24px;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 30px;
}
        
    }



   @media (min-width:360px)and (max-width:480px)
    {

    .price-form-section h2 {
    font-size: 33px;
    margin-bottom: 10px;
    font-family: 'Optima-Font';
}
    }
















.pricing-box {
    background: linear-gradient(to bottom right, #ecce99, #ebcd98);
    color: #000000;
    padding: 27px 31px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 36px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    height: 94%;
    text-align: justify;
}
.pricing-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 29px;
    text-align: left;
    font-family: 'Lato';
}
.pricing-box .area-label {
    display: flex;
    align-items: center;
    margin: 5px 0;
    text-align: left;
    font-size: 17px;
    font-family: 'Lato';
}
.pricing-box .line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #000000;
    margin-left: 8px;
}
.pricing-box h5 {
    font-size: 20px;
    margin: 30px 0;
    text-align: left;
    font-family: 'Lato';
}
.pricing-box button {
    border: none;
    padding: 8px 52px;
    font-weight: bold;
    border-radius: 1px;
}
/* @font-face {
    font-family: BonaNova-Regular;
    src: url(../fonts/BonaNova-Regular.woff);
} */

    /* @font-face {
        font-family: BonaNova-Bold;
        
        src: url(../fonts/BonaNova-Bold.woff);
    }

    @font-face {
        font-family: Jost-Light;
        src: url(../fonts/Jost-Light.ttf);
    }


    @font-face {
        font-family: Jost-Regular;
        src: url(../fonts/Jost-Regular.ttf);
    }


    @font-face {
        font-family: Jost-SemiBold;
        src: url(../fonts/Jost-SemiBold.ttf);
    } */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden!important;
    font-family: ;
}

:root{
    --brwon: #cfa26a;
    --light-cream: #faf6f3;
}

h1{
    font-family: 'Lato';
    font-weight: 500;
}
h2{
    font-family: 'Lato';
}
h3{
    font-family: 'Lato';
}

p{
    font-family: 'Lato';
    color: black;
}


.banner{
    position: relative;
}
.devloper-logo {
    /* max-width: 176px; */
    max-width: 109px;
    /* filter: brightness(7.7); */
}
.banner .my-nav{
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 12px 90px;
    background: #ffffff;
}
.banner .nav-fixd {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #0000006b;
}
.my-nav .nav-item{
    font-family: Jost-Regular;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 ;
}
.my-nav .navbar-nav{
    margin-left: 450px;
}

.contact-btn a p{
    margin-bottom: 0;
}

.display-bann{
    position: relative;
    padding-top: 76px;
}
.banner .display-bann::before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 100%;
    width: 100%;
    /* background: #000; */
    opacity: 0.5;
    z-index: 2;
}

.banner .navbar-expand-md .navbar-collapse {
    align-items: center;
    /* justify-content: space-between; */
}


.banner-text{
    position: absolute;
    left: 6%;
    top: 24%;
    z-index: 3;
    background-color: #000000a8;
    padding: 18px;
}

.banner-text h1 {
    color: #000000;
    font-size: 18px;
    /* letter-spacing: 3px; */
    /* text-shadow: -1px 0px 5px #060606; */
    line-height: 41px;
    text-transform: uppercase;
    background-color: #ffffff;
    padding-left: 20px;
    width: 93%;
    font-weight: 800;
    border-radius: 2px;
}

h1 {}
.banner-text .bann-loc{
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        /* letter-spacing: 3px; */
      
}
.banner-text .bann-loc span{
    width: 22px;
    height: 2px;
    background-color: var(--brwon);
    display: block;
    margin-left: 10px;
}

.bann-type {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 13px 31px;
    width: fit-content;
    margin: 25px 0;
    font-size: 18px;
}

.bann-type::before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: calc(0px / 2);
    width: 87px;
    height: calc(100% - 2 * 2px);
    border: 4px solid #f2dcb7;
    border-right-color: transparent;
}

.bann-type::after {
    content: ' ';
    position: absolute;
    top: 2px;
    right: calc(0px / 2);
    width: 87px;
    height: calc(100% - 2 * 2px);
    border: 4px solid #ecce99;
    border-left-color: transparent;
}
.key-high {
    color: #fff;
    margin: 30px 0px 30px 0px;
}
.key-high ul li{
    font-family: Jost-Regular;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    list-style: none;
    background: linear-gradient(135deg, #ecce99, #ecce99);
    color: #000000;
    padding: 5px 0px 5px 15px;
    text-align: start;
    width: 427px;
}

/* h1.banner-price {
    font-size: 34px;
    background: #efe3ce;
    text-shadow: unset;
    width: fit-content;
    line-height: unset;
    color: #000000;
    padding: 6px 25px;    
    margin-top: 45px;
} */

.contact-btn a{
    display: flex;
    align-items: center;
    color: #000;
}
.contact-btn a span {
    margin-right: 25px;
}
.contact-btn a p{
    display: grid;
    letter-spacing: 1px;
}
.contact-btn a p span{
    font-size: 13px;
}
.contact-btn a span img{
    max-width: 45px;
    background-color: var(--brwon);
    border-radius: 50%;
    padding: 10px;
    animation: cc-calto-action-ripple 1s linear infinite;
}
@keyframes cc-calto-action-ripple {
    0% { box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
    100% { box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } 
    }

    .nav-fixd .contact-btn a span img{
        animation: cc-calto-action-ripple-fixd 1s linear infinite;
    }
    @keyframes cc-calto-action-ripple-fixd {
        0% {
            box-shadow: 0 4px 10px rgb(198 198 198 / 20%), 0 0 0 0 rgb(255 255 255 / 20%), 0 0 0 5px rgb(255 255 255 / 20%), 0 0 0 10px rgb(255 255 255 / 20%);
        }
        100% {
            box-shadow: 0 4px 10px rgb(216 206 192 / 20%), 0 0 0 5px rgb(227 224 220 / 20%), 0 0 0 10px rgb(243 242 240 / 20%), 0 0 0 20px rgb(255 253 249 / 0%);
        }
    }

    .from-banner {
        position: absolute;
        top: 26%;
        right: 5%;
        z-index: 10;
        background: #ffffffb8;
        padding: 35px;
        width: 27%;
        box-shadow: 0px 0px 10px #ffffff59;
    }
    .top_form p {
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .top_form h2 {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    } 
    .from-banner .form-group{margin-bottom: 20px;}
    .from-banner .form-group input{
        height: 50px;
        border: 1px solid #00000059;
    }
    .form-control:focus {
        border-color: var(--brwon);
        box-shadow: 0 0 0 0.2rem rgba(252, 158, 18, 0.25);
    }
    .form-btn{
        background-color: #cfa26a;
        color: #fff;
        width: 100%;
        padding: 10px 0;
    }
    .carousel-indicators li {
        height: 9px;
        background: transparent;
        border:5px solid var(--brwon);
    }

    .overview{
        position: relative;
        padding: 100px 0;
    }
        .overview::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/overview-bg.jpg);            
            background-position: right;
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.1;
        }
    .over-head p {
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        color: #000000;
        margin-top: 10px;
        font-size: 24px;
    }
    .over-head p span{
        width: 80px;
        height: 2px;
        background-color: #000000;
        margin-left: 10px;
    }
    .over-img{
        position: relative;
    }
    .over-sce{
        position: absolute;
        right: -132px;
        top: 107px;
    }
    .over-txt p {
        line-height: 28px;
        color: #000000;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .main-over{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    .over-btn{
        margin-top: 20px;
    }
    .my-btn {
        padding: 9px 40px;
        border: 0;
        letter-spacing: 1px;
        background: #000000;
        color: #fff;
    }
    .about-sec{
        height: 100%;
        background-image: url(../images/highlight-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* padding: 0 120px; */
        /* background: #f4f2f1; */
        padding: 50px 0px;
    }

    .highlight{
        background-image: url(../images/highlight-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0;
    }
    .highlight .left-image{
        max-width: 100%;
    }
    .highlight ul {
        /* padding: 0; */
        /* margin: 0; */
    }
    .highlight ul li{
        font-family: Jost-Regular;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 8px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .high-box {
        background-color: var(--brwon);
        padding: 68px 41px;
        min-height: 358px;
    }
    .high-box h2{
        border-bottom: 1px solid #c4c1c1;
        margin: 16px 0;
        padding-bottom: 16px;
        color: #fff;
        font-size: 25px;
        letter-spacing: 2px;
    }
    .high-box p {
        color: #fff;
        margin-top: 19px;
        line-height: 32px;
    }
    .high-box img{
        max-width: 60px;
    }
    .highlight .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .highlight .over-head p{
        justify-content: center;
        margin-bottom: 50px;
    }

    .price-list{
        padding: 100px 0;
        background-color: #ecce99;
    }
    .price-box{
        position: relative;
        background: var(--light-cream);
        text-align: center;
    }

    .price-box h1 {
        background: #000000;
        font-size: 26px;
        color: #ecce99;
        padding: 10px 0;
        letter-spacing: 0.5px;
    }

    .price-box-in{
        position: relative;
    }

    .price-box-in::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #000000;
    }

    .price-box-in::after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #000000;
    }

    .price-box-in h2 {
        margin: 23px 0;
        font-size: 26px;
    }

    .price-box-in p:nth-child(2){
        border-top: 1px solid #d7d7d7;
    }

    .price-box-in p {
        border-bottom: 1px solid #d7d7d7;
        width: fit-content;
        margin: auto;
        padding: 19px 33px;
        letter-spacing: 2px;
    }
    .price-box-in {
        margin: 50px 0;
    }

    .price-list .my-btn {
        padding: 10px 40px;
        width: 100%;
        color: #ecce99;
    }

    .price-list .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .price-list .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }
    .platter-page .price-box-in h2 {
        display: grid;
    }
    .platter-page .price-box-in h2 span{
        font-size: 17px;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .over-head h1{
        text-transform: uppercase;
        color: black;
    }
    .amenities{
        position: relative;
        background-attachment: fixed;
        padding: 100px 0;
        background-image: url(../images/banners/PRIORITY.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .amenities::before{
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #3e3636e3;
        z-index: 1;
    }
    .ami-main{
        z-index: 2;
        position: relative;
    }

    .amenities .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .amenities .over-head h1{
        color: #fff;
    }
    .amenities .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }

    .ami-box{
        display: flex;
        background: var(--light-cream);
        align-items: center;
        padding: 5px;
        margin-bottom: 30px;
    }
    .ami-box img{
        max-width: 70px;
        background-color: #fff;
        background: var(--brwon);
        padding: 5px;
    }
    .ami-box h3{
        font-size: 15px;
        margin-left: 10px;
        letter-spacing: 2px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .box-out-loc {
        display: flex;
        flex-wrap: wrap;
    }

    .floor-plan{
        position: relative;
        padding: 50px 0px;
        margin-bottom: 0px;
    }

    .floor-bg img{
        position: absolute;
        opacity: 0.3;
        top:0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .floor-plan .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .floor-plan .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }

    .location .container{
        max-width: 100%;
    }
    .location .container .col-md-5, .location .container .col-md-7{
        padding: 0;
    }
    .loc-box {
        display: flex;
        flex: 0 0 calc(46% - 5px);
        width: calc(100% - 5px);
        margin: 10px;
        margin-bottom: 32px;
    }

    .location .right-box {
        height: 100%;
        background-image: url(../images/highlight-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 120px;
    }

    .loc-num h3{
        width: 70px;
        height: 70px;
        background: var(--brwon);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 25px;
    }
    .loc-num h3{
        margin-bottom: 0;
        color: #fff;
    }
    .loc-txt h1{
        font-size: 27px;
        letter-spacing: 1px;
        color: var(--brwon);
    }
    .loc-txt p{
        letter-spacing: 2px;
        font-size: 16px;
        line-height: 28px;
    }
    .master-img, .floor-plan-box{
        /* height: 100%; */
        position: relative;
        /* border: 1px solid; */
        /* border-color: var(--brwon); */
        padding: 10px;
    }
    .floor-in-box{
        position: relative;
    }
    .flr-btn {
        position: absolute;
        top: -149px;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 7px 10px;
    }
    .master-img img, .floor-in-box img {
        border: 6px solid #b1977747;
        /* height: 100%; */
        object-fit: cover;
    }
    .master-img img{
        /* height: 100%; */
        object-fit: cover;
    }
    .floor-plan-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .floor-plan-box .floor-in-box{
        flex: 0 0 calc(47% - 5px);
        width: calc(47% - 5px);
        margin: 10px;
        height: 100%;
    }
    .master-img h1, .floor-in-box h1{
        text-align: center;
        font-size: 23px;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: var(--brwon);
        color: #fff;
        width: 100%;
        padding: 3px 20px;
    }
    .gallery{
        padding: 100px 0 75px 0;
        /* background-image: url(../images/about-bg1.png); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        background-color: #ecce99;
    }
    .gallery::before {
        content: '';
        position: absolute;
        right: -67%;
        width: 100%;
        height: 100%;
        background-image: url(../images/about-bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .gallery .over-head {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .gallery .over-head p {
        justify-content: center;
        margin-bottom: 50px;
    }

    .gallery-box-main {
        display: flex;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
    }
    .gallery-box-main .left-box {
        height: 100%;
        width: 50%;
    }
    .gallery-box-main .right-box {
        width: 20%;
    }
    .gallery-box-main .left-box, .gallery-box-main .right-box{
        margin: 12px;
    }
    .gallery-box-main .left-box img, .gallery-box-main .right-box img{
        height: 100%;
        object-fit: cover;
    }
    .mt_1{
        margin-top: 20px;
    }
    .footer {
        background-image: url(../images/banners/PRIORITY.png);
        background-repeat: no-repeat;
        position: relative;
        padding-top: 100px;
        background-size: cover;
        padding-bottom: 0px;
    }
    .footer::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        /* background-color: #414141c9; */
    }
    .footer .container, .small-footer .container{
        max-width: 89%;
    }
    .footer .over-head h3 {
        color: var(--brwon);
        letter-spacing: 3px;
        font-size: 21px;
        text-transform: uppercase;
    }
    .footer .over-head h1 {
        margin-bottom: 15px;
        font-size: 35px;
        color: #fff;
    }
    .footer .over-head p {
        color: #fff;
    }
    .contact-us-ul {
        list-style: none;
        margin-top: 30px;
    }
    .contact-us-ul li {
        font-size: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .contact-us-ul li .contact-details-icon {
        width: 60px;
        height: 60px;
        margin-right: 30px;
        background: rgba(255,255,255,0.13);
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-us-ul li .contact-details-icon img {
        width: 30px;
        filter: invert(1);
    }
    .contact-us-ul li p, .contact-us-ul li p a{
        font-size: 20px;
        color: #fff;
        display: grid;
    }
    .footer-form {
        background: #fff;
        padding: 40px;
        max-width: 100%;
    }
    .footer-line {
        background: #ffffff73;
        height: 1px;
        width: 100%;
        z-index: 2;
        position: relative;
        margin-top: 20px;
    }
    .footer-head {
        margin-top: 30px;
    }
    .footer-head h1 {
        /* color: #fff; */
        letter-spacing: 2px;
        font-size: 25px;
        margin-bottom: 14px;
    }
    .footer-text p {
        /* color: #fff; */
        letter-spacing: 2px;
        line-height: 28px;
    }
    .footer-text ul {
        list-style-type: none;
    }
    .footer-text ul li {
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #fff;
    }
    .footer-text ul li a {
        color: #fff;
    }
    .contact-us-ul li p a {
        color: #fff;
    }
    .small-footer {
        text-align: center;
        padding: 30px 0;
        /* background: #191919; */
        color: #fff;
    }
    .btm-foot a{
        color: #fff;
    }
    .mobile-section{
        display: none;
    }
    .my-modal .close {
        opacity: 1;
        position: absolute;
        right: 0;
        max-width: 27px;
        top: 0px;
        background: var(--brwon);
        padding: 1px;
    }
    .my-modal .modal-body {
        padding: 35px;
    }
    .form-txt {
        text-align: center;
    }
    .platter-page .price-box-in {
        margin: 23px 0;
    }

    .platter-page .price-box-in::before, .platter-page .price-box-in::after {
        top: 25%;
        height: 50%;
    }
    .platter-page .container{
        max-width: 80%;
    }
    .m-site-about-img{
        background-image: url(../images/banners/banner-1.html);
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .high-sec{
        padding-left: 25px;;
    }
    .high-sec li{ 

    }

    .m-site-about-img h1{
        color: #fff;
        z-index: 5;
        display: grid;
        text-align: center;
        letter-spacing: 2px;
    }
    .m-site-about-img h1 span{
        font-size: 20px;
        margin-bottom: 7px;
    }
    .contact-detail {
        padding: 100px 0;
        background: var(--light-cream);
    }
    .contact-detail .foo-box {
        margin-bottom: 30px;
    }
    .contact-detail .foo-box h2 {
        display: grid;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
    }
    .contact-detail .foo-box h2 span {
        margin-bottom: 10px;
        font-weight: 800;
    }
    .contact-detail .foo-box h2 span img {
        width: 21px;
        margin-right: 7px;
    }
    .contact-detail .foo-box h2 a {
        color: #000;
    }
    .contact-detail .footer-form {
        padding: 36px;
        max-width: 100%;
        background-color: var(--brwon);
    }
    .contact-detail .form-group {
        margin-bottom: 22px;
    }
    .contact-detail .footer-form .form-btn {
        background-color: var(--light-cream);
        color: #000;
    }
    .about-text h1 {
        font-size: 33px;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }
    .m-site-banner .banner-text {
        text-align: center;
        left: 0%;
        top: 38%;
        width: 100%;
    }
    .m-site-banner .banner-text .bann-loc {
        font-size: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        letter-spacing: 3px;
        justify-content: center;
    }
    .m-site-banner .from-banner{
        right: -21%;
        transition: 0.50s;
        position: fixed;
    }
    .m-site-banner .top_form{
        position: relative;
    }
    .from-msg {
        position: absolute;
        top: -35px;
        left: -106px;
        max-width: 71px;
        background: #cfd4d5ad;
        padding: 0 9px;
        cursor: pointer;
    }
    .m-site-banner .from-banner.show-form {
        right: 0;
    }

    .platter-page .over-btn {
        display: flex;
        gap: 10px;
    }
    .platter-page .over-btn .my-btn{
        width: 100%;
    }
    .testimonial {
        background-image: url(../images/highlight-bg.jpg);
        padding: 100px 0;
    }
    .testimonial .over-head {
        text-align: center;
        margin-bottom: 50px;
    }
    .testimonial .over-head h2 {
        color: var(--brwon);
        letter-spacing: 3px;
        font-size: 21px;
        text-transform: uppercase;
    }
    .testimonial .over-head h1 {
        color: #202020;
    }
    .testi-text {
        text-align: center;
    }
    .testimonial .carousel-indicators {
        bottom: -56px;
    }
    .testimonial .carousel-indicators li {
        height: 14px;
        width: 14px;
        background-color: transparent;
        border: 5px solid var(--brwon);
    }
    .tst-img {
        max-width: 100px;
        border-radius: 50%;
        margin-bottom: 30px;
    }
    .testi-text p {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .testi-text h1 {
        font-size: 30px;
    }
    .testi-text h5 {
        color: var(--brwon);
    }
    .m-site-banner {
        overflow-x: hidden;
    }
    .platter-page .my-btn a{
        color: #fff;
    }

    .opne-btn{ display: block;}
    .close-btn-f{display: none;}
    .active-f{display: none;}
    .active-clo{display: block;}

@media only screen and (min-width: 900px) {
    .my-nav.navbar-hover .collapse ul li{position:relative;}
    .my-nav.navbar-hover .collapse ul li:hover> ul{display:block}
    .my-nav.navbar-hover .collapse ul ul{position:absolute;top:90%;left:0;display:none}
    .my-nav.navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;display:none}
}

@media(max-width: 1500px){
    .banner-text {
        top: 22%;
    }
    .display-bann .carousel-item img{
        height: 28vh;
    }
    .banner-text h1 {
        font-size: 47px;
        line-height: 54px;
    }
    .bann-type {
        margin: 14px 0;
        font-size: 22px;
    }
    .key-high ul li {
        font-size: 21px;
        /* margin-bottom: 7px; */
        color: #000000;
        width: 100%;
    }
    /* h1.banner-price {
        margin-top: 24px;
        font-size: 23px;
        padding: 1px 16px;
    } */
    .from-banner {
        top: 15%;
        width: 25%;
        padding: 28px;
    }
    .from-banner .form-group input {
        height: 45px;
    }
    .over-head h1 {
        font-size: 32px;
    }
    .overview .over-img{
        max-width: 75%;
    }
    .over-sce {
        right: -110px;
        top: 103px;
        max-width: 50%;
    }
    .over-txt p {
        line-height: 27px;
    }
    .high-box {
        padding: 38px 45px;
    }
    .price-box-in {
        margin: 35px 0;
    }
    .price-box-in::before, .price-box-in::after {
        top: 10%;
        height: 80%;
    }
    .banner .navbar-light .navbar-brand {
        padding: 0;
    }
    .master-img h1, .floor-in-box h1 {
        font-size: 24px;
    }
    .floor-plan-box .floor-in-box {
        flex: 0 0 calc(45% - 5px);
        width: calc(45% - 5px);
    }
    .location .left-box{
        height: 100%;
    }
    .location .left-box img{
        height: 100%;
        object-fit: cover;
    }
    .location .right-box {
        padding: 0 65px;
        padding-top: 30px;
    }
    .loc-box {
        margin-bottom: 20px;
    }
    .gallery-box-main .right-box {
        width: 21%;
    }
    .gallery-box-main {
        justify-content: space-around;
    }
    .footer-form {
        margin: auto;
    }
    .footer .over-head h1 {
        font-size: 29px;
    }
    /* .contact-us-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    } */
    .contact-us-ul li .contact-details-icon {
        min-width: 60px;
    }
    .contact-us-ul li p span{
        font-size: 14px;
    }
    .about-text-foo h1 {
        font-size: 29px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .footer-line {
        margin-top: 30px;
    }
    .footer-head h1 {
        font-size: 20px;
    }
    .footer-text p {
        font-size: 14px;
    }
    .footer-text ul li {
        font-size: 14px;
    }
    .m-site-banner .from-banner {
        right: -22%;
    }
    .platter-page .my-btn {
        padding: 10px 7px;
    }
    .high-box {
        min-height: 298px;
    }
}


@media(max-width: 1400px){
    .banner-text h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .key-high {
        margin: 25px 0px 25px 0px;
    }
    h1.banner-price {
        font-size: 22px;
    }
    .from-banner {
        width: 24%;
        top: 18%;
    }
    .from-banner .form-group input {
        height: 40px;
    }
    .form-btn{
        height: 40px;
        padding: 5px 0;
    }
    .m-site-banner .from-banner {
        right: -24%;
    }
    .my-nav .nav-item {
        font-size: 14px;
    }
    .from-banner .form-group {
        margin-bottom: 15px;
    }
}

@media(max-width: 768px){
    .banner .my-nav {
        padding: 15px 10px;
        position: fixed;
        /* background: #191919; */
        background: #fff;
    }
    .banner .nav-fixd{
        position: fixed;
    }
    .my-nav .navbar-nav {
        margin-left: 0px;
    }
    .banner-text {
        top: 12%;
        left: 0;
        padding: 100px 12px;
        background-color: #000000a8;
    }
    .over-txt p {
        text-align: justify;
    }
    .ami-box{
        flex-direction: column;
        text-align: center;
    }
    .ami-box h3 {
        font-size: 15px;
        margin-left: 0;
        margin-top: 0px;
        letter-spacing: 0px;
    }
    .banner-text h1 {
        font-size: 27px;
        line-height: 46px;
        background-color: #ffffff;
    }
    .from-banner {
        width: 100%;
        position: unset;
        background-color: var(--light-cream);
    }
    .bann-type {
        margin: 20px 0;
        font-size: 18px;
        color: #ffffff;
    }
    h1.banner-price {
        font-size: 15px;
        width: 100%;
    }
    .display-bann .carousel-item img {
        /* object-fit: cover; */
    }
    .navbar-light .navbar-toggler {
        /* border-color: rgb(255 255 255 / 100%); */
        border-color: #000;
    }
    .navbar-light .navbar-toggler-icon {
        /* filter: invert(1); */
    }
    .banner .navbar-expand-md .navbar-collapse {
        /* background: #191919; */
        background: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000 ;
    }
    .contact-btn {
        padding: 15px;
    }
    .overview {
        padding: 30px 0;
    }
    .main-over {
        order: 1;
        margin-top: 25px;
    }
        
    .over-sce {
        right: -60px;
        top: 67px;
    }
    .highlight .over-head {
        width: 100%;
    }
    .highlight {
        padding: 60px 0;
    }
    .high-box {
        padding: 38px 30px;
        margin-bottom: 30px;
        min-height: auto;
    }
    .over-head h1 {
        font-size: 25px;
    }
    .price-list {
        padding: 60px 0;
    }
    .price-list .over-head {
        width: 100%;
    }
    .price-box {
        margin-bottom: 30px;
    }
    .amenities {
        padding: 60px 0;
    }
    .amenities .over-head {
        width: 100%;
    }
    .floor-plan{
        padding: 60px 0;
    }
    .floor-plan .over-head {
        width: 100%;
    }
    .master-img {
        /* height: 100%; */
        margin-bottom: 20px;
    }
    .master-img img {
        height: unset;
    }
    .location .right-box {
        padding: 0 17px;
        padding-top: 30px;
    }
    .loc-box {
        display: flex;
        flex: 0 0 calc(100% - 5px);
        width: calc(100% - 5px);
        margin: 5px;
    }
    .loc-num h3 {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }
    .gallery{
        padding: 60px 0;
    }
    .gallery .over-head {
        width: 100%;
    }
    .gallery-box-main .left-box, .gallery-box-main .right-box {
        width: 32%;
        height: unset;
        margin: 0;
    }

    .mt_1 {
        margin-top: 3px;
    }
    .footer {
        padding: 50px 0;
    }
    .footer .container, .small-footer .container {
        max-width: 100%;
    }
    .footer-form {
        max-width: 100%;
        padding: 27px;
    }
    /* .mobile-section {
        display: block;
        position: fixed;
        bottom: 0;
        background: var(--brwon);
        bottom: -100%;
        display: flex;
        justify-content: space-between;
        z-index: 99;
        transition: 0.50s;
        width: 100%;
    }

 */




@media (max-width: 768px) {
    .mobile-section {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--brwon); /* Your theme color */
        display: flex;
        justify-content: center;  /* Center horizontally */
        align-items: center;      /* Center vertically */
        z-index: 99;
        transition: 0.5s;
    }

    .mobile-section a {
        flex: 1;                  /* Equal width for both buttons */
        text-align: center;
        padding: 12px 0;
        color: white;
        font-weight: bold;
        text-decoration: none;
        border: none;
    }

    /* Vertical line between buttons */
    .mobile-section a:first-child {
        border-right: 1px solid rgba(255,255,255,0.5);
    }
}






    .scrl{
        bottom: 0;
    }
    .mobile-section a {
        color: #fff;
        font-size: 14px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    .devloper-logo {
        /* max-width: 131px; */
        max-width: 102px;
        /* filter: invert(1); */
    }
    .about-text-foo h1 {
        font-size: 24px;
    }
    .footer .over-head h1 {
        font-size: 24px;
    }
    .platter-page .container{
        max-width: 100%;
    }
    .platter-page .my-btn {
        padding: 10px 15px;
    }
    .m-site-banner .from-banner {
        right: -77%;
        width: 77%;
    }
    .m-site-banner .top_form h2 {
        font-size: 20px;
    }
    .form-txt h1 {
        font-size: 30px;
    }
    .flr-btn {
        width: 43%;
        font-size: 19px;
    }
    .high-sec{
        margin-top: 20px;
    }
    .contact-btn a{
        display: flex;
        align-items: center;
        color: #000;
    }
}

@media (min-width: 360px) and (max-width: 480px) {
    .banneraddress {
        font-size: 16px !important;
    }
}


.banneraddress{
    background-color: #ecce99;
    padding: 6px 6px 6px 6px;
    color: #000000;
    font-size: 22px;
}
    


@media (min-width:360px) and (max-width:480px)
{
.display-bann {
    position: relative;
    padding-top: 68px;
}
}




@media (min-width:360px) and (max-width:480px)
{
.banner-text .bann-loc {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    /* letter-spacing: 3px; */
    padding-top: 13px;
}
}























/* Default (desktop) */
.banner-text {
    position: absolute; /* ya jo bhi tum use kar rahe ho */
    top: 50%;
    left: 21%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/* Mobile view ke liye (max-width: 767px) */
@media (max-width: 767px) {
    .banner-text {
        position: static; /* overlap hata dega */
        transform: none;
        color: #000; /* text ka color dark kar do agar white background hai */
        padding: 27px 19px;
        background: #000000; /* optional, readability ke liye */
        text-align: center;
    }

    .display-bann {
        margin-bottom: 0px; /* image aur text me gap */
    }
}








 .section-heading {
            font-size: 35px;
            font-weight: bold;
            color: #000000;
        }
        .highlight-orange {
            color: #e2b579;
        }
        .info-card {
            background-color: #ecce99;
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            height: 100%;
        }
        .info-card i {
            font-size: 32px;
            margin-bottom: 10px;
        }
        .numbers-box {
            background: white;
            border-radius: 8px;
            padding: 36px;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }
        .projection-box {
            background-color: #ecce99;
            color: white;
            border-radius: 8px;
            padding: 18px;
            text-align: center;
            height: 100%;
        }
        .projection-box h3 {
            font-size: 28px;
            font-weight: bold;
            color: #000000;
        }
        

        .fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
    content: "\f4c0";
    color: black;
}


.fa-chart-line:before, .fa-line-chart:before {
    content: "\f201";
    color: black;
}


.fa-users:before {
    content: "\f0c0";
    color: black;
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
    color: black;
}




.banner-text .text-animation {
    color: #000000;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 49px;
    text-transform: uppercase;
    padding-left: 5px;
    width: 233px;
    position: relative;
    background-color: #ecce99; /* Base color */
    overflow: hidden; /* So the shine stays inside */
}

/* White thin wave (shine) */
.banner-text .text-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s infinite;
}

/* Animation keyframes */
@keyframes shineMove {
    0% { left: -50%; }
    100% { left: 120%; }
}


/* Ã°Å¸â€œÂ± Mobile Center Alignment */
@media (max-width: 768px) {
    .banner-text .text-animation {
        margin: 0 auto;        /* Centers horizontally */
        padding-left: 0;       /* Remove left padding for proper center */
        text-align: center;    /* Center text inside */
        width: fit-content;    /* Shrinks width to content */
        padding: 4px 25px 3px 25px;
        border-radius: 0px 17px 0px 16px;
        font-size: 24px;
        line-height: 32px;
    }
}




.banner-price {
    color: #000000;
    font-size: 44px;
    letter-spacing: 3px;
    line-height: 75px;
    text-transform: uppercase;
    padding-left: 20px;
    width: 273px;
    position: relative;        /* needed for ::after positioning */
    background-color: #ecce99; /* Base color */
    overflow: hidden;          /* keep the shine inside */
    z-index: 1;                /* make sure element creates stacking context */
}

/* keep the visible text above the shine */
.banner-price span {
    position: relative;
    z-index: 3;
}

/* Ã¢Å“â€¦ Correct selector Ã¢â‚¬â€ no space before ::after */
.banner-price::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    /* thin white diagonal stripe with soft edges */
    background: linear-gradient(135deg,
                rgba(255,255,255,0) 0%,
                rgba(255,255,255,0.85) 50%,
                rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2; /* sits below the span text but above the base background */
    mix-blend-mode: screen; /* optional: makes the highlight blend nicely */
}

/* Keyframes */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}

/* Mobile center alignment */
@media (max-width: 768px) {
    .banner-price {
        margin: 0 auto;
        padding-left: 0;
        width: fit-content;
        text-align: center;
        font-size: 32px; /* tweak for mobile */
    }
}
/* Animation keyframes */
@keyframes shineMove {
    0% { left: -50%; }
    100% { left: 120%; }
}
















.btn.dark_btn.form-btn {
    position: relative;
    overflow: hidden;          /* keeps shine inside button */
    z-index: 1;
    background-color: #ecce99; /* base color */
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

/* White shimmer effect */
.btn.dark_btn.form-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen; /* optional for softer shine */
}

/* Shine animation */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}











 .my-btn-color1 {
        padding: 9px 40px;
        border: 0;
        letter-spacing: 1px;
        background: #000000;
        color: #fff;
    }





.my-btn-color1 {
    position: relative;
    overflow: hidden; /* keep shine inside */
    z-index: 1;
    background-color: #000000; /* base color */
    color: #ecce99;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 28px;
    border: none;
    border-radius: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Shimmer effect */
.my-btn-color1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen; /* softer shine */
}

/* Animation keyframes (same as before) */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}

/* Optional hover effect */
.my-btn-color1:hover {
    background-color: #ffffff;
}












.price-list .my-btn-color1 {
    padding: 10px 40px;
    width: 100%;
    /* color: #ecce99; */
}













.my-btn {
    position: relative;
    overflow: hidden; /* keeps shine inside */
    z-index: 1;
}

/* Only animation layer */
.my-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen;
}

/* Keyframes for shine */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}




.over-head .diffrent-amn {
    display: flex
;
    align-items: center;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 24px;
}



.over-head .diffrent-span {
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    margin-left: 10px;
}


ul {
    list-style: none;
}






.btn-link {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}






.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    background-color: black;
    color: #000000;
}


.btn-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

  .testimonial {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    height: 100%;
  }
  .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  blockquote {
    font-size: 0.95rem;
    color: #333;
  }
  .name {
    font-weight: 600;
    margin-bottom: 0;
  }
  .role {
    font-size: 0.85rem;
    color: #6c757d;
  }








  .testimonial {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: center;
  height: 100%;
}
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
blockquote {
  font-size: 0.95rem;
  color: #333;
  padding: 15px 19px 0px 0px;
  text-align: justify;
  font-size: 17px;
}
.name {
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
.role {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: left;
}


.owl-carousel .owl-item img {
    display: block !important;
    width: 17% !important;
}

.fa-star:before {
    content: "\f005";
    color: #fabb05;
}















/* Text styling */
.text-animation {
    position: relative;
    display: inline-block;
    color: #000000; /* Text color */
    font-size: 53px;
    font-weight: bold;
    overflow: hidden;
    background-color: #ecce99;
    /* padding: 0px  139px 0px 108px; */
    width: 100%;
    text-align: center;
}

/* Shine layer */
.text-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Keyframes for shine */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}











@media  (width:360px) and  (max-width:480px)
{
/* Text styling */
.text-animation {
    position: relative;
    display: inline-block;
    color: #000000; /* Text color */
    font-size: 53px;
    font-weight: bold;
    overflow: hidden;
    background-color: #ecce99;
    /* padding: 0px  139px 0px 108px; */
    width: 100%;
    text-align: center;
}

/* Shine layer */
.text-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shineMove 2s ease-in-out infinite;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Keyframes for shine */
@keyframes shineMove {
    0%   { left: -60%; }
    100% { left: 120%; }
}

}



.ami-box {
    width: 100%;
    text-align: center !important; /* force center */
}

.ami-box h3 {
    margin: 0 auto;
    display: inline-block;
}







.faq-btn {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 2rem;
}

.faq-btn::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  transition: transform 0.2s ease, content 0.2s ease;
}

.faq-btn[aria-expanded="true"]::after {
  content: "-";
}


.faq-btn:focus,
.faq-btn:active {
    outline: none !important;
    box-shadow: none !important;
}




   .footer-section {
        background: linear-gradient(to right, #004aad, #ffffff);
        color: white;
        text-align: center;
        padding: 10px 0;
    }

    .footer-section a {
        color: white;
        text-decoration: none;
    }

    .footer-section .divider {
        border-left: 1px solid white;
        height: 15px;
        margin: 0 15px;
        display: inline-block;
        vertical-align: middle;
    }




.custom-footer {
    background: linear-gradient(to right, #000000, #000000); /* Blue to white */
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.footer-divider {
    border: none;
    height: 1px;
    background-color: white;
    margin: 0; /* No gap */
    width: 100%; /* Full width */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}
.custom-footer a {
    color: white;
    text-decoration: none;
}
.custom-footer a:hover {
    text-decoration: underline;
}











.price-form-section {
  /* background: #eeeded; */
  padding: 40px 20px;
}

.price-form-section h2 {
  font-size: 43px;
  margin-bottom: 10px;
  font-family: 'Optima-Font';
}

.offer-badge {
  font-size: 25px;
  display: inline-block;
  background: #ff452a;
  color: white;
  padding: 8px 15px;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 30px;
}

.price-form {
  max-width: 694px;
  margin: 0 auto;
}

.price-form input,
.price-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}

.price-form textarea {
  resize: none;
  height: 80px;
}

.price-form button {
  width: 100%;
  background: linear-gradient(to right, #e9cc97, #f0c780);
  color: #000000;
  font-size: 16px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.price-form button:hover {
  background: linear-gradient(to right, #d08b00, #e6a100);
}



.custom-form {
    width: 100%;         /* jitna parent ka width ho utna le lega */
    max-width: 800px;    /* yahan aap apni desired choudai set karo */
    margin: 0 auto;      /* center align */
}



  .from-banner
    {
        display: none !important;
    }


    @media (min-width:360px)and (max-width:480px)
    {
        .offer-badge
 {
    font-size: 14px;
    display: inline-block;
    background: #ff452a;
    color: white;
    padding: 8px 24px;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 30px;
}
        
    }



   @media (min-width:360px)and (max-width:480px)
    {

    .price-form-section h2 {
    font-size: 33px;
    margin-bottom: 10px;
    font-family: 'Optima-Font';
    color: #000000;
}
    }
















.pricing-box {
    background: linear-gradient(to bottom right, #ecce99, #ebcd98);
    color: #000000;
    padding: 41px 31px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 36px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    height: 94%;
    text-align: justify;
}
.pricing-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 29px;
    text-align: left;
    font-family: 'Lato';
}
.pricing-box .area-label {
    display: flex;
    align-items: center;
    margin: 5px 0;
    text-align: left;
    font-size: 17px;
    font-family: 'Lato';
}
.pricing-box .line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #000000;
    margin-left: 8px;
}
.pricing-box h5 {
    font-size: 20px;
    margin: 30px 0;
    text-align: left;
    font-family: 'Lato';
}
.pricing-box button {
    border: none;
    padding: 8px 52px;
    font-weight: bold;
    border-radius: 1px;
}









   @media (min-width:360px)and (max-width:480px)
    {

.price-form-section {
    /* background: #eeeded; */
    padding: 40px 20px;
    background-color: #ffffff;
}

    }








    .floor-plan {
    background: url("../images/priceList-pattern.png") no-repeat #f1f1f1;
    background-size: cover;  /* Makes the image cover entire section */
    background-attachment: fixed; /* Optional - creates parallax effect */
    padding: 60px 0; /* Add spacing for content */
    color: #fff; /* White text for readability */
    position: relative;
    z-index: 1;
}

.floor-plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */ /* Dark overlay for better contrast */
    z-index: -1;
}









#floor-plan {
background: url("../images/priceList-pattern.png") no-repeat #f1f1f1;
    background-size: cover;  /* Makes the image cover entire section */
    background-attachment: fixed; /* Optional - creates parallax effect */
    padding: 60px 0; /* Add spacing for content */
    color: #fff; /* White text for readability */
    position: relative;
    z-index: 1;
}

/* Dark overlay for text visibility */
#floor-plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */ /* Dark overlay for better contrast */
    z-index: -1;
}








.location-section {
  background: url("../images/priceList-pattern.png") no-repeat #f1f1f1;
    background-size: cover;  /* Makes the image cover entire section */
    background-attachment: fixed; /* Optional - creates parallax effect */
    padding: 60px 0; /* Add spacing for content */
    color: #fff; /* White text for readability */
    position: relative;
    z-index: 1;
}

.location-section::before {
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */ /* Dark overlay for better contrast */
    z-index: -1;
}






.visit-btn {
    background-color: #ffffff;   /* orange background */
    color: #fff;                /* white text */
    padding: 7px 20px;
    border: none;
    border-radius: 0px;
    /* font-weight: bold; */
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    font-size: 20px;
}

/* Hover effect */
.visit-btn:hover {
    background-color: #e65c00;
    transform: scale(1.05);
}

/* Blinking text effect */
.visit-btn span {
    animation: blinkText 1s infinite;
}

@keyframes blinkText {
    0%, 100% { color: #ff0000; }
    50% { color: #000000; } /* yellow blink */
}







.carousel-control-prev {
    left: 0;
    display: none;
}

.carousel-control-next {
    right: 0;
    display: none;
}







.footer {
  background-color: #000 !important;
  color: #fff !important;
  padding: 27px 114px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
}

/* Center Section */
.footer .center {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 40px !important;
  text-align: center !important;
  max-width: 350px !important;
  margin: 0 auto !important;
}

/* Divider Forcefully Visible */
.footer .divider {
  display: inline-block !important;
  width: 1px !important;
  height: 90px !important;
  background-color: #ffffff !important;
  content: "" !important;
}

/* Logos */
.footer .center .logo-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 17px !important;
}
.footer .center img {
  max-height: 127px !important;
  display: block !important;
  width: 122px;
}

/* Left & Right Sections */
.footer .left, .footer .right {
  flex: 1 !important;
  min-width: 200px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.footer .right {
  text-align: right !important;
}

/* Mobile */
@media (max-width: 900px) {
  .footer {
    flex-direction: column !important;
    text-align: center !important;
  }
  .footer .center {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .footer .divider {
    display: none !important; /* Mobile me hide */
  }
  .footer .right {
    text-align: center !important;
  }
}



@media (min-width:360px) and (max-width:480px)
{
.footer {
    background-color: #000 !important;
    color: #fff !important;
    padding: 27px 37px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 34px !important;
}
}


.custom-footer {
  background-color: #000;
}

.footer-divider {
  border-color: #444;
  margin: 0 0 10px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  text-align: center;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Mobile view - stack vertically */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 5px;
  }
}