@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@font-face {
    font-family: 'OPTIMA';
    src: url(../font/OPTIMA.TTF) format('truetype');
}

@font-face {
    font-family: 'winner sans';
    src: url(../font/winner\ sans.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

/* HEADER CSS STARTS */

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #000;
    padding: 20px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px gray;
}

.newClass {
    background-color: #000;
    box-shadow: 0 0 5px gray;
    z-index: 999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 119px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section {
    background: url('../images/amenities.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.project-overview-section .know-more {
    text-align: left;
}

.contact-number {
    display: flex;
}

.contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.responsiv-mobile {
    display: none;
}

/* HEADER CSS ENDS */

.banner-section {
    position: relative;
    margin-top: 7px;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    background: #000000d6;
    color: #fff;
    padding: 20px 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px gray;
}

.banner-brochure {
    animation: pulses-animation 2s infinite !important;
    border: 1px solid #c9c7c7;
}

.banner-inner-infromation h1 {
    font-size: 45px;
    font-family: 'winner sans';
    letter-spacing: 2px;
}

.banner-inner-infromation p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.info-banner {
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'MONTSERRAT';
}

.info-price {
    font-family: 'winner sans';
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title h2 {
    font-family: "Fraunces", serif;
    font-size: 35px;
    text-transform: uppercase;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

.overview-inner-infromation p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-align: justify;
}

.overview-section {
    background: #F1E8DE;
    overflow: hidden;
}

.btn {
    background: #9b2223;
    color: #fff;
    border-radius: 0;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    box-shadow: 0 0 3px #000;
}

.bg-color {
    background: linear-gradient(to top, rgb(144 10 12 / 90%) 110%, transparent 10%), url(../images/object-01.png) center / cover no-repeat;
    text-align: center;
    color: #fff;
}

.gallery-img {
    padding: 10px;
    border: 1px dashed #fff;
    border-radius: 10px;
}

.gallery-img img {
    box-shadow: 0 0 2px #fff;
    border-radius: 10px;
}

.bg-color .btn {
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin-top: 20px;
}

.gallery-section-info ul {
    list-style: none;
}

.gallery-section-info ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'OPTIMA';
}

.gallery-section-info {
    position: relative;
    cursor: pointer;
}

.gallery-section-info .section-title {
    color: #fff;
}

.floorplan-section-img {
    position: relative;
}

.floorplan-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    background: #9b2224;
    padding: 10px 15px;
    color: #fff;
    box-shadow: 0 0 3px #000;
}

.floorplan-content p {
    font-family: 'Montserrat';
    margin-bottom: 0;
    font-size: 15px;
}

/* .highlight-section-info .section-title{
    text-align: center;
} */

.pricelist-information {
    text-align: center;
}

.price-list-information {
    background: #071c35;
    color: #fff;
    padding: 20px;
    box-shadow: 0 0 3px #000;
    position: relative;
    margin-right: 30px;
}

.pricelist-information .section-title {
    margin-bottom: 30px;
    color: #fff;
}

.price-type {
    background: #9b2324;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.blur-point {
    filter: blur(3px);
}

.price-type p {
    font-family: 'Fraunces';
    font-size: 26px;
    margin-bottom: 0;
}

p.type {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #d7d7d7;
    margin-bottom: 7px;
}

p.type-plot {
    font-family: 'OPTIMA';
    font-size: 22px;
}

.price-set {
    margin-bottom: 0;
}

.price-set b {
    font-size: 35px;
}

.price-list-information {
    background: #000000;
    color: #ffffff;
    padding: 30px 20px;
    box-shadow: 0 0 3px #000;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

.price-list-information::before {
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.price-list-information::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.amenities-section-infromation .section-title {
    text-align: center;
}

.amenities-info-section {
    margin-top: 30px;
}

.amenities-section-info {
    background: #000;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 0 3px #575454;
    position: relative;
    height: 180px;
}

.amenities-icon {
    max-width: 48px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.amenities-icon img {
    /*filter:invert(1);*/
}

.amenities-section-info p {
    position: absolute;
    bottom: 0;
    left: 17px;
    font-family: 'Montserrat';
    text-align: left;
}

.amenities-section-info::before {
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.location-advantages-info ul {
    list-style: none;
}

.location-advantages-info ul li {
    margin-bottom: 25px;
    font-family: 'Montserrat';
    position: relative;
}

.location-advantages-info ul li i {
    position: absolute;
    top: 5px;
    left: -15px;
}

.highlight-fit {
    position: relative;
}

.highlight-fit::before {
    position: absolute;
    top: 10px;
    right: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.highlight-fit {
    background: linear-gradient(to top, rgb(144 10 12 / 90%) 110%, transparent 10%), url(../images/object-01.png) center / cover no-repeat;
    color: #fff;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #000;
    padding: 25px;
}

.highlight-fit p {
    font-family: 'Montserrat';
    position: absolute;
    bottom: 0;
    font-size: 15px;
    left: 16px;
    width: 85%;
}

.highlight-infromation-set .section-title {
    margin-bottom: 40px;
}

.highlight-img img {
    box-shadow: 0 0 3px #000;
}

.auto-popup-right h3 {
    font-family: 'winner sans';
}

.auto-popup-right p {
    font-family: 'Montserrat';
}

.ct-tag {
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.enquire-now-form {
    background: #fff;
    color: #000;
    margin-top: 15px;
}

.bg-color-dark {
    background: #000;
}

.faq-section-heading h3 {
    background: #000;
    font-family: 'Fraunces';
    font-size: 22px;
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
}

.faq-section-heading p {
    background: #d3cfcf;
    color: #000;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 10px;
    text-align: left;
}

.footer-section {
    text-align: center;
    font-family: 'Montserrat';
}

.footer-inner h4 {
    margin-bottom: 20px;
    color: #fff;
}

.footer-inner form .form-group {
    margin-bottom: 0 !important;
}

.extra-brochure {
    background: #fff;
    color: #000;
}

.footer-privacy {
    text-align: center;
    font-family: 'Montserrat';
}

p.policy-point {
    margin-bottom: 0;
}

.amenities-section-infromation {
    text-align: center;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.hidden-view {
    display: none;
}

.location-advantages-img {
    box-shadow: 0 0 3px #656464;
}

.banner-inner-infoter {
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 79px;
}

.coming-soon {
    background: #fff;
    padding: 8px 20px;
    animation: pulses-animation 2s infinite !important;
}

@keyframes pulses-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(144 10 12 / 100%);
    }
    100% {
        box-shadow: 0 0 0 15px transparent;
    }
}

.coming-soon p {
    font-size: 18px;
    font-family: 'Montserrat';
    color: rgb(189 51 53);
    margin-bottom: 0;
    font-weight: 700;
}

.section-title {
    position: relative;
}

.section-title::before {
    position: absolute;
    top: -7px;
    left: 9%;
    border-top: 2px solid #9a2123;
    content: "";
    width: 17%;
    transform: translate(-50%);
    display: none;
}

.info-price b {
    color: rgb(189 51 53);
}

.gallery-inner-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 99;
}

.gallery-inner-img img {
    box-shadow: 0 0 3px #000;
}

.gallery-inner-img::before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    width: 30%;
    height: 30%;
    background: #9a2123;
    z-index: -1;
}

.gallery-inner-img::after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    background: #9a2123;
    content: "";
    width: 30%;
    height: 30%;
    z-index: -1;
}

.calltoactionmobileresponsive {
    display: none;
}

.information-banner-section {
    display: block;
    text-align: center;
}

.information-banner-section p {
    margin-bottom: 20px;
}

.download-brochure {
    animation: pulses-animation 2s infinite !important;
}

.banner-inner-infromation h1 b {
    color: rgb(189 51 53);
}

hr {
    background: #fff;
}

.footer-nav h6 {
    color: #fff;
}

.footer-nav ul {
    color: #fff;
    text-align: left;
    margin-left: 90px;
}

.footer-nav ul li {
    margin-bottom: 15px;
}

.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.paymentplan-point ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: #000;
    box-shadow: 0 0 3px #000;
    color: #fff;
}

.paymentplan-point ul li {
    padding: 20px;
    font-family: 'Montserrat';
    font-size: 23px;
}

.payment-point {
    background: #9a2123;
}

p.special-payment {
    font-family: 'winner sans';
    font-size: 25px;
    border-bottom: 2px solid #9a2123;
    width: 58%;
    letter-spacing: 1px;
}

.overview-img {
    position: relative;
    padding: 10px;
}

.overview-img img {
    border-radius: 10px;
    z-index: 9;
    position: relative;
}

.overview-img::before {
    position: absolute;
    top: -26px;
    right: -134px;
    width: 100%;
    height: 110%;
    background: linear-gradient(to top, rgb(144 10 12 / 90%) 110%, transparent 10%), ;
    content: "";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.location-points {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.location-points p {
    margin-bottom: 0;
}

.floorplan-inner-section .section-title h2 {
    font-size: 30px;
}

.footer-logo {
    text-align: left;
    max-width: 155px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
    .banner-section-information {
        padding: 20px 80px;
    }
    .overview-inner-infromation p {
        font-size: 18px;
    }
    .container {
        max-width: 1280px;
    }
    .highlight-fit p {
        font-size: 17px;
    }
    .amenities-section-info p {
        font-size: 19px;
    }
    .location-advantages-info ul li {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        max-width: 1176px;
    }
    .location-advantages-info ul li {
        font-size: 17px;
    }
    .overview-inner-infromation p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1295px) {
    .container {
        max-width: 1083px;
    }
    .banner-inner-infromation h1 {
        font-size: 40px;
    }
    .info-banner {
        font-size: 25px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .overview-inner-infromation p {
        font-size: 16px;
    }
    .highlight-fit p {
        font-size: 15px;
    }
    .amenities-section-info p {
        font-size: 17px;
    }
    .location-advantages-info ul li {
        font-size: 15px;
    }
    .container {
        max-width: 956px;
    }
}

@media only screen and (max-width: 1199px) {
    p.special-payment {
        width: 70%;
    }
    .footer-nav ul {
        margin-left: 67px;
    }
    .highlight-fit {
        height: 185px;
    }
    .container {
        max-width: 956px;
    }
    .banner-section {
        margin-top: 76px;
    }
    .price-list-information {
        margin-right: 0;
    }
    .section-title h2 {
        font-size: 27px;
    }
    .banner-inner-infromation h1 {
        font-size: 38px;
    }
    .banner-section-information {
        padding: 20px 37px;
    }
    .gallery-section-info ul li {
        font-size: 16px;
    }
    .highlight-infromation-set .section-title {
        margin-bottom: 30px;
    }
    .amenities-section-info p {
        font-size: 14px;
    }
    .banner-inner-infoter {
        bottom: 33%;
        padding: 0 40px;
    }
    .footer-inner h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    p.special-payment {
        width: 85%;
    }
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }
    .button_container span {
        background: #fff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }
    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }
    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .menu ul li a {
        color: #000;
    }
    .overlay nav {
        text-align: center;
    }
    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .banner-inner-infoter {
        bottom: 27%;
        padding: 0 40px;
    }
    .info-banner {
        font-size: 20px;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .desktop-banner {
        display: none;
    }
    .tab-banner {
        display: block;
    }
    .mobile-banner {
        display: none;
    }
    .banner-section {
        margin-top: -26px;
    }
    .container {
        max-width: 780px;
    }
    .gallery-section-img .amenities-slider::after {
        right: -10px;
    }
    .banner-inner-infromation p {
        font-size: 17px;
    }
    .banner-inner-infromation h1 {
        font-size: 32px;
    }
    .section-title p {
        font-size: 13px;
    }
    .highlight-img {
        display: none;
    }
    .location-advantages-info ul li {
        margin-bottom: 11px;
    }
}

@media only screen and (max-width: 767px) {
    p.special-payment {
        font-size: 20px;
        width: 55%;
        text-align: left;
    }
    .container {
        max-width: 660px;
    }
    .padding-space-extra {
        padding: 40px 0;
    }
    .btn {
        font-size: 14px;
    }
    .gallery-section-info ul {
        display: none;
    }
    .gallery-section-information .download-brochure {
        display: none;
    }
    .overview-section {
        text-align: center;
    }
    .overview-inner-infromation {
        text-align: center;
    }
    .overview-inner-infromation p {
        text-align: justify;
        font-size: 15px;
    }
    .hidden-view {
        display: block !important;
        margin: 0 auto;
        margin-top: 20px;
    }
    .gallery-section {
        text-align: center;
    }
    .highlight-section {
        text-align: center;
    }
    .highlight-fit {
        text-align: left;
    }
    .floorplan-section {
        text-align: center;
    }
    .floorplan-inner-section .download-brochure {
        display: none;
    }
    .banner-section {
        margin-top: 73px;
    }
    .banner-inner-infromation h1 {
        font-size: 25px;
    }
    .info-banner {
        font-size: 19px;
    }
    .info-price {
        font-size: 24px;
    }
    .price-set b {
        font-size: 29px;
    }
    p.type-plot {
        font-size: 19px;
    }
    p.type {
        font-size: 16px;
    }
    .location-advantages-info {
        margin-bottom: 20px;
    }
    .footer-inner form .form-group {
        margin-bottom: 20px !important;
    }
    .footer-inner form .form-group .form-control {
        border-radius: 0;
    }
    .price-list-information {
        margin-bottom: 54px;
    }
    .gallery-inner-img {
        display: none;
    }
}

@media only screen and (max-width: 565px) {
    .hidden-view-overview {
        display: none;
    }
    header {
        padding: 14px 0;
    }
    p.special-payment {
        font-size: 20px;
        width: 67%;
        text-align: left;
    }
    .paymentplan-point ul li {
        padding: 13px 20px;
        font-size: 17px;
    }
    .footer-nav ul {
        margin-left: 111px;
    }
    .information-banner-section p {
        margin-bottom: 10px;
    }
    .highlight-fit p {
        font-size: 13px;
    }
    .banner-section {
        margin-top: 74px;
    }
    .desktop-banner {
        display: none;
    }
    .tab-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .banner-section-information {
        display: block;
        text-align: center;
    }
    .section-title::before {
        position: absolute;
        top: -7px;
        left: 50%;
        border-top: 2px solid #ffffff;
        content: "";
        width: 32%;
        transform: translate(-50%);
        display: block;
    }
    .banner-inner-infromation {
        margin-bottom: 10px;
    }
    .banner-inner-infromation h1 {
        font-size: 26px;
    }
    .banner-inner-infromation p {
        font-size: 14px;
    }
    .banner-section-information {
        display: block;
        text-align: center;
        bottom: 48px;
    }
    .coming-soon {
        animation: none !important;
        display: none;
    }
    .banner-inner-infoter {
        bottom: 2%;
        padding: 0 0px;
        display: block;
        text-align: center;
    }
    .pricelist-section.padding-space-extra {
        padding: 40px 0 0 0;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .banner-brochure {
        margin-top: 6px;
    }
    .location-advantages-info ul {
        padding: 0 0 0 10px;
        text-align: justify;
    }
    p.footer-disclaimer {
        font-size: 14px;
        text-align: justify;
    }
    p.market-privacy {
        font-size: 14px;
    }
    .location-advantages-info {
        text-align: center;
    }
    .footer-inner h4 {
        font-size: 15px;
    }
    .location-advantages-info ul li {
        font-size: 14px;
    }
    .info-banner {
        font-size: 17px;
    }
    .overview-inner-infromation p {
        font-size: 13px;
    }
    .calltoactionmobileresponsive {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        justify-content: space-around;
        width: 100%;
        align-items: center;
        background: #000000;
        padding: 10px 0;
        font-family: 'Montserrat';
        z-index: 99;
        box-shadow: 0 0 3px #fff;
    }
    .calltoactionmobileresponsive .mobile-icon a {
        color: #fff;
        text-decoration: none;
    }
    .icon-message {
        border-left: 1px solid #fff;
        padding-left: 20px;
    }
    p.policy-point {
        margin-bottom: 20px;
    }
    .price-type p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 420px) {
    .banner-section-information {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 390px) {
    .highlight-fit {
        height: 210px;
        font-size: 13px;
    }
    .floorplan-inner-section .section-title h2 {
        font-size: 27px;
    }
    .section-title h2 {
        font-size: 23px;
    }
}









/* Base styles — already defined */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal-box {
    background: white;
    max-width: 900px;
    width: 90%;
    margin: 5% auto;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.modal-banner-mobile {
    display: none;
    position: relative;
    width: 100%;
    height: 120px;
    /* rectangular, short banner */
    overflow: hidden;
}

.modal-banner-mobile .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-banner-mobile .banner-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: auto;
    opacity: 0.8;
    /* transparent */
}

.modal-left {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.modal-left h2 {
    margin-bottom: 20px;
}

.modal-left input,
.modal-left textarea {

    margin-bottom: 15px;
    padding: 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.input-with-button {
    position: relative;
}

.input-with-button input {

    padding-right: 100px;
    /* space for button */
}

.input-with-button button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 6px 10px;
    font-size: 13px;
    background: #333;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

textarea {
    resize: vertical;
    min-height: 80px;
}

.submit-btn {
    background: black;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#otp-section {
    margin-top: 110px;
}

.modal-right {
    width: 50%;
}

.modal-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
    color: #744c4c;
}

.btn {
    padding: 10px;
    background-color: Gray;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: -3px;
    margin-left: 20px;
}

.phone-wrapper {
    display: flex;
    gap: 10px;
}

.country-code-wrapper {
    display: flex;
    gap: 8px;
    /* Adds spacing between select and input */
    align-items: center;
    max-width: 100%;
}

.country-code-select {
    max-height: 150px;
    overflow-y: auto;
    width: 100px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 8px;
    box-sizing: border-box;
    -webkit-transition: none !important;
    transition: none !important;
}

.country-code-select option {
    white-space: nowrap;
    /* Prevent wrapping */
}

.phone-input {
    width: 127%;

}

/* For Android Devices (commonly 360px wide, like Pixel phones) */
@media only screen and (max-width: 360px) {
    .phone-input {
        width: 120%;
    }

    .close {
        top: 120px;
        left: 93%;
    }

}

/* For iPhones with viewport width ~428px (like iPhone 12 Pro Max) */
@media only screen and (min-width: 361px) and (max-width: 428px) {
    .phone-input {
        width: 135%;
    }

    .close {
        top: 125px;
        left: 93%;
    }
}

/* Responsive - Mobile View */
@media (max-width: 767px) {


    .modal-box {
        flex-direction: column;
        width: 95%;
    }

    .modal-left {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    #otp-section {
        margin-top: 30px;
    }

    .modal-right {
        display: none;
    }

    .modal-banner-mobile {
        display: block;
    }

    .modal-left h2 {
        margin-top: 0;
    }

    .input-with-button {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .btn {
        margin-left: -2px;
    }

    .input-with-button input {
        width: 100%;
        padding-right: 120px;
        height: 44px;
        font-size: 14px;
        border-radius: 6px;
        box-sizing: border-box;
    }

    .input-with-button button {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        padding: 8px 14px;
        /* Adjusted padding */
        font-size: 13px;
        background: #333;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        line-height: 1;
        height: 30px;
        /* Match vertical size better */
    }
}

/* Toast CSS */
.toast {
    visibility: hidden;
    min-width: 250px;
    max-width: 90%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.toast.show {
    visibility: visible;
    opacity: 1;
}

/* Added custom-dropdown styles */
.custom-dropdown {
    position: relative;
    /* width: 280px;
    font-family: sans-serif;
    user-select: none;
     flex: 1; */

}

.custom-dropdown .selected {
    /* background: #fff;
  border: 1px solid #ccc;
  padding: 10px 0px;
  cursor: pointer;
  border-radius: 5px;
  height: 50px;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
    flex: 0.6;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.custom-dropdown .dropdown-list {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    /* Make it scrollable */
    overflow-y: auto;
    z-index: 999;
    border-radius: 5px;
    display: none;
    /* Hidden by default */
}

.custom-dropdown .dropdown-list li {
    padding: 10px 15px;
    cursor: pointer;
}

.custom-dropdown .dropdown-list li:hover {
    background: #f0f0f0;
}

.phone-flex-wrapper {
    display: flex;
    align-items: center;
}

.phone-flex-wrapper input {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    max-width: 300px;
    align-items: center;
}

/* Specific widths */
.country-code-input {
    cursor: pointer;
    background-color: #f9f9f9;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}


#name {
    width: 100%;
}

#email {
    width: 100%;
}

@keyframes blink {
    0% {
        opacity: 2;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 2;
    }
}

.blink-button {
    animation: blink 1s infinite;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .button-wrapper {
        width: 100%;
    }

    .enquire-btn {
        width: 80%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .button-wrapper {
        width: 100%;
    }

    .enquire-btn {
        width: 80%;
        max-width: 300px;
        text-align: center;
        margin-top: 30px;
    }
}

/* Optional blinking effect */
.enquire-btn {
    animation: blink 1.5s infinite;
    margin-left: 20px;
    /* Include other styles here if needed, like background, padding, etc. */
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

.commonPattern {
    pointer-events: none;
    z-index: 0;
}
.footerw1 {
  /* background: #4E2801; */
  padding: 20px 0px;
  position: relative;

}
.disclaimer p {
  text-align: center;
  color: #000;
  display: block;
  margin: 0 auto;
  font-size: 13px;
  width: 80%;
  line-height: 20px;
}


















.sale {
    background-image: url(../images/salebanner/2.webp);
    background-size: cover;
    padding: 8.2%;
  }
  
  
  
  
  .apartment-slider {
    width: 50%;
  }
  
  @media (max-width: 430px) {
    .sale {
      background-image: url(../images/salebanner/1.webp);
      background-size: cover;
      height: 145px;
  
    }
  
    .apartment-slider {
      width: 80%;
    }
  
    .banner_t op {
      display: none;
    }
  
  }
  
  
  
  @media (max-width: 395px) {
    .sale {
      background-image: url(../images/salebanner/1.webp);
      background-size: cover;
      height: 120px;
  
    }
  
    .apartment-slider {
      width: 80%;
    }
  
    .banner_top{
      display : none;
    }
  
  }