.property-single{
    width:100%;
}
.property-single section{
    width:100%;
    position:relative;
    padding:80px 0;
}
.container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
}
.map-locations iframe{
    width:100%;
}
.emi-calculator-section{
    padding:80px 0;
    background:#fff;
}

.emi-wrapper{
    display:grid;
    grid-template-columns:1.2fr .9fr;
    gap:60px;
    align-items:flex-start;
}

.emi-tag{
    display:inline-block;
    color:#0e3d73;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
}

.emi-left h2{
    font-size:48px;
    margin-bottom:15px;
    color:#0e3d73;
}

.emi-left p{
    color:#666;
    line-height:1.7;
    margin-bottom:40px;
}

.emi-group{
    margin-bottom:40px;
}

.emi-label{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.emi-label label{
    font-weight:600;
    color:#fff;
}

.emi-input-group{
    display:flex;
}

.emi-input-group input{
    width:130px;
    border:none;
    background:#f4f4f4;
    padding:14px;
    font-size:16px;
    outline:none;
}

.emi-input-group span{
    width:60px;
    background:#0e3d73;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
}

input[type=range]{
    width:100%;
    accent-color:#0e3d73;
    cursor:pointer;
}

/* Right */

.emi-right{
    background:#0e3d73;
    color:#fff;
    padding:35px;
    position:relative;
    border-radius:8px;
}

.emi-right h2{
    font-size:40px;
    margin-bottom:30px;
}

.currency{
    position:absolute;
    top:30px;
    right:30px;
    background:#fff;
    color:#222;
    padding:6px 12px;
    font-size:13px;
}

.emi-result{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.emi-details{
    width:45%;
}

.result-box{
    margin-bottom:25px;
}

.result-box span{
    display:block;
    font-size:15px;
    opacity:.8;
    margin-bottom:8px;
}

.result-box h3{
    font-size:38px;
    margin:0;
    font-weight:700;
}

.result-box h4{
    font-size:26px;
    margin:0;
}

.emi-chart{
    width:320px;
    height:320px;
}

.emi-chart canvas{
    width:100%!important;
}
.property-footer{
    padding:40px 0 15px;
    text-align:center;
    font-size:15px;
    line-height:1.9;
    margin-bottom: 0!important;
}

.property-footer .container{
	max-width:1100px;
	margin:auto;
	font-family: 'Montserrat';
}

.footer-copyright{
    margin-bottom:30px;
}

.footer-rera-heading{
    font-size:18px;
    margin-bottom:20px;
    font-weight:600;
    color: #fff;
}

.footer-rera-numbers{
    margin-bottom:20px;
    white-space:pre-line;
}

.footer-rera-website{
    margin-bottom:35px;
}

.footer-rera-website a{
    color:inherit;
    text-decoration:none;
}

.footer-disclaimer{
    margin-bottom:25px;
}

.footer-privacy{
    margin-top:20px;
}

.footer-disclaimer strong,
.footer-privacy strong{
    font-weight:700;
}

.ast-logo-title-inline .site-logo-img{
    max-width: 220px;
    display: block;
    padding-right: 0;
}
.ast-site-title-wrap .site-title{
    margin-bottom: 0;
    line-height: 12px;
}
.ast-logo-title-inline .ast-site-identity{
    display: block;
}
.ast-site-identity .site-title a{
       font-size: 11px;
    text-align: right;
    text-transform: uppercase;
}


.project-tabs{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.project-tabs button{
    min-width:170px;
    padding:14px 25px;
    background:#fff;
    border:1px solid #0b3b73;
    color:#0b3b73;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s ease;
	font-family: 'Montserrat';
}

.project-tabs button:hover,
.project-tabs button.active{
    background:#0b3b73;
    color:#fff;
}

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

.property-card{
    background:#fff;
    border:1px solid #dcdcdc;
    overflow:hidden;
    position:relative;
    transition:.3s ease;
}

.property-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transform:translateY(-5px);
}

.property-image{
    position:relative;
    overflow:hidden;
}

.property-image img{
    width:100%;
    height:280px!important;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.property-card:hover .property-image img{
    transform:scale(1.05);
}

.property-tag{
    position:absolute;
    right:0;
    bottom:20px;
    background:#0b3b73;
    color:#fff;
    padding:10px 18px;
	font-family: 'Montserrat'!important;
    font-size:14px;
    font-weight:600;
}

.property-content{
	padding:22px;
	font-family: 'Montserrat';
	font-weight: 500;
}

.property-content h3{
    font-size:28px;
    line-height:1.3;
	font-family: 'Montserrat'!important;
    margin:0 0 8px;
}

.property-content h3 a{
    color:#0b3b73;
    text-decoration:none;
}

.property-address{
    margin-bottom:20px;
    color:#555;
    font-size:15px;
}

.property-meta{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 25px;
    margin-bottom:25px;
}

.property-meta .item span{
    display:block;
    font-size:13px;
    color:#0b3b73;
    font-weight:700;
    margin-bottom:6px;
    text-transform:uppercase;
}

.property-meta .item p{
    margin:0;
    font-size:15px;
    color:#222;
    font-weight:500;
}

.property-buttons{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.property-buttons .btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height:48px;
    background:#0b3b73;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.property-buttons .btn:hover{
    background:#001d42;
}

.loading{
    text-align:center;
    padding:60px;
}
#overview .wrap-button{
    max-width: 220px;
    margin: auto;
}
.brochure,.floor-btn-download{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #0b3b73;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}
@media (max-width:991px){

    .property-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .property-image img{
        height:240px;
    }

}

@media (max-width:767px){

    .project-tabs{
        gap:10px;
    }

    .project-tabs button{
        min-width:140px;
        padding:12px 20px;
        font-size:14px;
    }

    .property-grid{
        grid-template-columns:1fr;
    }

    .property-content{
        padding:18px;
    }

    .property-buttons{
        grid-template-columns:1fr;
    }

}
@media(max-width:768px){

.property-footer{
    padding:50px 20px;
    font-size:14px;
}

}

@media(max-width:991px){

.emi-wrapper{
    grid-template-columns:1fr;
}

.emi-result{
    flex-direction:column;
}

.emi-details{
    width:100%;
}

.emi-chart{
    width:260px;
    height:260px;
}

}


/* =========================================
   BROCHURE POPUP
========================================= */

.brochure-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.brochure-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* Overlay */

.brochure-popup-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}


/* Popup */

.brochure-popup-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 520px;

    background: #fff;
    border-radius: 18px;

    padding: 38px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.25);

    transform: translateY(25px) scale(0.96);
    opacity: 0;

    transition:
        transform 0.4s cubic-bezier(.2,.8,.2,1),
        opacity 0.3s ease;
}

.brochure-popup.active .brochure-popup-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}


/* Close */

.brochure-popup-close {
    position: absolute;
    top: 16px;
    right: 0;
    width: 38px;
    height: 38px;
    border: 0;
    background: none;
    color: #222;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: none;
}

.brochure-popup-close:hover {
    background: none;
    color: #222;
}


/* Header */

.brochure-popup-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    margin-bottom: 28px;
}

.brochure-popup-icon {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

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

    border-radius: 14px;

    background: #f7f7f7;

    color: #c40000;

    font-size: 24px;
}

.brochure-popup-label {
    display: block;

    margin-bottom: 6px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.8px;

    color: #999;
}

.brochure-popup-header h3 {
    margin: 0 0 7px;

    font-size: 27px;
    line-height: 1.2;

    font-weight: 700;

    color: #111;
}

.brochure-popup-header p {
    margin: 0;

    font-size: 14px;
    line-height: 1.6;

    color: #777;
}


/* CF7 */

.brochure-popup-form .wpcf7 {
    width: 100%;
}

.brochure-popup-form form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.brochure-popup-form p {
    margin: 0;
}

.brochure-popup-form label {
    display: block;

    margin-bottom: 7px;

    font-size: 13px;
    font-weight: 600;

    color: #333;
}

.brochure-popup-form input[type="text"],
.brochure-popup-form input[type="email"],
.brochure-popup-form input[type="tel"],
.brochure-popup-form input[type="number"] {
    width: 100%;

    height: 50px;

    padding: 0 15px;

    border: 1px solid #ddd;
    border-radius: 8px;

    background: #fff;

    font-size: 14px;
    color: #111;

    outline: none;

    transition: all 0.25s ease;
}

.brochure-popup-form input:focus {
    border-color: #111;

    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}


/* Submit */

.brochure-popup-form input[type="submit"] {
    width: 100%;

    height: 52px;

    margin-top: 5px;

    border: 0;
    border-radius: 8px;

    background: #111;
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}

.brochure-popup-form input[type="submit"]:hover {
    background: #c40000;
}


/* CF7 loader */

.brochure-popup-form .wpcf7-spinner {
    margin: 5px auto 0;
    display: block;
}


/* Success / Error */

.brochure-popup-form .wpcf7-response-output {
    margin: 12px 0 0 !important;

    padding: 10px 12px !important;

    border-radius: 6px;

    font-size: 13px;
}


/* Footer */

.brochure-popup-footer {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-top: 22px;

    padding-top: 18px;

    border-top: 1px solid #eee;

    color: #999;

    font-size: 11px;
}

.brochure-popup-footer i {
    font-size: 10px;
}


/* Prevent body scroll */

body.brochure-popup-open {
    overflow: hidden;
}

.wpcf7 form.sent .wpcf7-response-output{
    color: #fff;
    text-align: center;
}
/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .brochure-popup {
        padding: 15px;
    }

    .brochure-popup-content {
        padding: 30px 22px;

        border-radius: 15px;
    }

    .brochure-popup-header {
        gap: 13px;
    }

    .brochure-popup-icon {
        flex-basis: 48px;

        width: 48px;
        height: 48px;

        font-size: 20px;
    }

    .brochure-popup-header h3 {
        font-size: 22px;
    }

    .brochure-popup-header p {
        font-size: 13px;
    }

}

.floating-contact {

    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
    z-index: 999;

    display: flex;
    justify-content: space-between;
    padding: 0 20px;

    pointer-events: none; 

}

.float-btn {

    pointer-events: auto;

    width: 56px;
    height: 56px;
    border-radius: 50%;

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

    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    &:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        color: #fff;
    }

}

.call-float {
    background: #0c3a73;
}

.whatsapp-float {

    background: #25D366;
    animation: pulse-whatsapp 2s infinite;

}

@keyframes pulse-whatsapp {

    0% {
        box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
    }

    70% {
        box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
    }

}

@media (max-width: 576px) {

    .floating-contact {
        bottom: 16px;
        padding: 0 16px;
    }

    .float-btn {
        width: 50px;
        height: 50px;
    }

}