*:focus {
    outline: none;
    border: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Common fade-in styles */

.fade-in {
    opacity: 0;
    transform: translateY(40px);
}

.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

.viewer-button {
    background-color: #0b5a7e !important;
    height: 80px !important;
    width: 80px !important;
    border: none !important;
    border-radius: 0px !important;
}

    .viewer-button:hover {
        background-color: #58be07 !important;
    }

    .viewer-button:before {
        bottom: 12px !important;
        left: 12px !important;
        transform: scale(1.3) !important;
    }

.viewer-title {
    display: none !important;
}


.section-heading {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Austin-News-Headline-Light, sans-serif";
    opacity: 0;
    transform: translateY(20px);
}

.description {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    color: #121212;
    opacity: 0;
    transform: translateY(20px);
}

@media (max-width: 767px) {
    .section-heading {
        font-size: 1.8rem;
        line-height: 35px;
        margin-bottom: 30px !important;
    }
}

.fade-in-up-element {
    opacity: 0;
   
}

.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-right-element {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.fade-in-right {
    opacity: 1;
    transform: translateX(0);
}



    .banner .banner-content {
        /* animation: fadeIn 3s ease-in-out; */
        position: relative;
        /* position: fixed; */
        z-index: 1;
        /* left: 7.5%; */
        top: 80%;
    }

.logo-images {
    margin-bottom: 5rem;
}

.mansion-img {
    width: auto;
    height: 70px;
}

.scda-img {
    width: 120px;
    height: 70px;
}

.banner .banner-content .banner-subHeading {
    font-size: 2.4rem;
    line-height: 50px;
    /* animation: fadeIn 2.3s ease-in-out forwards; */
    font-family: "Austin-News-Headline-Light, sans-serif";
    margin-bottom: 0px;
    text-align: end;
}

.banner .banner-content .banner-subText {
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    font-size: 1.3rem;
    border-left: 1px solid #fff;
    padding-left: 10px;
    opacity: 0;
    /* transform: translateY(-100px); */
    /* animation: fadeIn 1.3s ease forwards, slideDown 1s ease forwards, borderExpand 1s ease forwards; */
    margin-right: 24px;
}

/* Animation Start */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes borderExpand {
    from {
        border-left-width: 0;
    }

    to {
        border-left-width: 1px;
        /* Desired final width */
    }
}

/* Animation End */

/* Tablet Styles */
@media (max-width: 1024px) {
    .banner .banner-content {
        position: absolute;
        z-index: 1;
        left: 7.5%;
        top: 80%;
        width: 100%;
    }

    .mansion-img {
        width: auto;
        height: 70px;
        margin-bottom: 40px;
    }

    .scda-img {
        width: 100px;
    }

    .banner .banner-content .banner-subHeading {
        font-size: 3rem;
        line-height: 48px;
        text-align: left;
    }

    .banner .banner-content .banner-subText {
        font-size: 1.1rem;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .banner {
        background: url("../images-homepages/banner.png") no-repeat center center/cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: scroll;
    }

        .banner .banner-content {
            /* animation: fadeIn 3s ease-in-out; */
            position: absolute;
            z-index: 1;
            left: 0;
            top: 70%;
            width: 100%;
        }

    .mansion-img {
        width: auto;
        height: 50px;
        margin-bottom: 30px;
    }

    .scda-img {
        width: 100px;
    }

    .banner .banner-content .banner-subHeading {
        font-size: 1.8rem;
        line-height: 35px;
        margin-top: 0px;
        text-align: center;
        /* margin-left: 31px; */
    }

    .banner .banner-content .banner-subText {
        font-size: 1.1rem;
        text-align: left;
    }
}


/* Atrium Page CSS End */


/* M3M Section Popup Start */
.customEnquiryPopup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 5;
}

    .customEnquiryPopup .popup-content {
        background-color: white;
        padding: 20px 20px 10px 20px;
        border-radius: 0px;
        max-width: 400px;
        width: 90%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transform: scale(0);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .customEnquiryPopup.show .popup-content {
        transform: scale(1);
        opacity: 1;
    }

    .customEnquiryPopup .popup-content .form-upper {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .customEnquiryPopup .popup-content .form-upper h4 {
            font-size: 20px;
            color: #000;
            font-family: "Austin-News-Headline-Light, sans-serif";
        }

        .customEnquiryPopup .popup-content .form-upper i {
            font-size: 16px;
            color: #fff;
            margin-bottom: 10px;
            padding: 10px;
            background: #0a70a1;
            border-radius: 50%;
            height: 24px;
            width: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .customEnquiryPopup .popup-content .form-upper i:hover {
                background-color: #58be07;
                transform: rotate(90deg);
            }

    .customEnquiryPopup .popup-content .unique-form-group {
        margin-bottom: 15px;
        position: relative;
    }

        .customEnquiryPopup .popup-content .unique-form-group input {
            width: calc(100% - 0px);
            padding: 5px;
            border: none;
            border-radius: 0px;
            font-size: 14px;
            box-shadow: rgb(203, 213, 226) 0px 0px 0px 1px;
            transition-property: box-shadow, background-color;
            transition-duration: 400ms;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
        }

        .customEnquiryPopup .popup-content .unique-form-group button {
            background-color: #0a70a1;
            color: white;
            padding: 5px 20px;
            font-size: 14px;
            border: none;
            border-radius: 0px;
            cursor: pointer;
            z-index: 1;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            width: 45%;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
        }

            .customEnquiryPopup .popup-content .unique-form-group button:before {
                content: "";
                position: absolute;
                background-color: #58be07;
                height: 0;
                width: 100%;
                left: 0;
                bottom: 0;
                z-index: -1;
                transition: height 0.4s ease;
            }

            .customEnquiryPopup .popup-content .unique-form-group button:hover:before {
                height: 100%;
            }




font {
    font-family: "Euclid-Circular-A-Regular, sans-serif" !important;
}
/* M3M Urban Premium Office CSS End */
.fade-in-heading {
    font-family: "Austin-News-Headline-Light, sans-serif";
}
.pricing-section {
  padding: 40px 0;
}

.banner-subHeading {
  font-family: Austin-News-Headline-Light;
  font-size: 1.8rem;
  margin: 25px 0;
}



.pricing-table {
  width: 100%;
}

.pricing-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: center;
  padding: 12px 25px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 18px;
  border: 1px solid #eee;
}

.pricing-head {
 
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-group .pricing-row {
  transition: 0.3s ease;
}

.pricing-group .pricing-row:hover {
  background: #fafafa;
}

.unit-type {
  font-weight: 400;
  font-size: 16px;
}

.unit-size,
.unit-price {
  font-size: 16px;
  color: #555;
}

.price-btn {
  padding: 7px 22px;
  color: #fff;
  background-color: #0a70a1;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  display: inline-block;
}

.price-btn:hover {
  background: #58be07;
  color: #fff;
}
@media (max-width: 768px) {

  .pricing-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .pricing-head {
    display: none;
  }

  .pricing-row div {
    font-size: 16px;
  }

  .price-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

                .grecaptcha-badge {
                    visibility: hidden !important;
                }

                
                .howyoulive {
                    position: relative;
                    padding-bottom: 0;
                    margin-bottom: 60px;
                    padding-top: 40px;
                }

                    .howyoulive img {
                        width: 100%;
                        height: auto;
                        margin: 0 auto;
                    }

                .register-section {
                    background: url("./images/footer2.jpg") center/cover no-repeat;
                    position: relative;
                    padding: 0px 0 0;
                }

                .register-overlay {
                    padding-bottom: 60px;
                }



                .register-title {
                    color: #a1850d;
                    font-weight: 400;
                    text-align: center;
                    font-size: 38px;
                    font-weight: 300;
                }

                .register-form {
                    display: flex;
                    justify-content: space-between;
                    gap: 30px;
                    margin: 40px auto 40px;
                    width: 80%;
                }

                    .register-form input {
                        flex: 1;
                        background: transparent;
                        border: 1px solid rgba(205, 195, 1, 0.6);
                        padding: 16px 20px;
                        color: #fff;
                        font-size: 14px;
                        outline: none;
                    }

                        .register-form input::placeholder {
                            color: rgba(255, 255, 255, 0.85);
                        }

                .btn-wrap {
                    text-align: center;
                }

                .enquire-btn1 {
                    background: #fff;
                    color: #000;
                    padding: 14px 40px;
                    border: none;
                    font-size: 14px;
                    letter-spacing: 1px;
                    cursor: pointer;
                    transition: 0.3s ease;
                }

                    .enquire-btn1:hover {
                        background: #f6ca0e;
                        color: #000;
                    }

                .footer-ccc {
                    background: #000;
                    text-align: center;
                    padding: 12px 10px;
                    font-size: 13px;
                    letter-spacing: 0.5px;
                    color: #fff;
                }

                .enquire-btn {
                    position: fixed;
                    right: 30px;
                    bottom: 40px;
                    background: linear-gradient(135deg, #0d6efd, #0d6efd);
                    color: #ffffff;
                    padding: 14px 26px;
                    font-weight: 600;
                    text-decoration: none;
                    z-index: 999;
                    animation: enquireBlink 2s infinite;
                }

                /* Blink / Pulse Effect */
                @keyframes enquireBlink {
                    0% {
                        box-shadow: 0 0 0 0 rgba(48, 80, 196, 0.7);
                        transform: scale(1);
                    }

                    50% {
                        box-shadow: 0 0 20px 10px rgba(48, 80, 196, 0.7);
                        transform: scale(1.05);
                    }

                    100% {
                        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
                        transform: scale(1);
                    }
                }
                /* Modal width */
                .enquiry-modal .modal-dialog {
                    max-width: 520px;
                }

                /* Modal card */
                .enquiry-box {
                    border-radius: 18px;
                    padding: 38px 36px 40px;
                    border: none;
                    position: relative;
                    background: #fff;
                }

                /* Close button */
                .enquiry-close {
                    position: absolute;
                    top: 18px;
                    right: 18px;
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                    background: #f3f3f3;
                    border: none;
                    font-size: 20px;
                    cursor: pointer;
                }
                /* Make sure close button is clickable on mobile */
                .enquiry-close {
                    z-index: 1056; /* higher than modal body */
                    pointer-events: auto;
                }

                /* Prevent modal body from covering close button */
                .enquiry-modal .modal-content {
                    position: relative;
                }

                /* iOS specific fix */
                .enquiry-modal .modal-body {
                    position: relative;
                    z-index: 1;
                }
                /* Heading */
                .enquiry-heading {
                    text-align: center;
                    font-size: 32px;
                    font-weight: 600;
                    margin-bottom: 6px;
                    color: #222;
                }

                /* Sub heading */
                .enquiry-subheading {
                    text-align: center;
                    font-size: 15px;
                    color: #777;
                    margin-bottom: 32px;
                }

                /* Fields */
                .enquiry-field {
                    margin-bottom: 22px;
                }

                    .enquiry-field label {
                        display: block;
                        font-size: 14px;
                        font-weight: 500;
                        margin-bottom: 8px;
                        color: #222;
                    }

                    .enquiry-field input {
                        width: 100%;
                        padding: 14px 16px;
                        font-size: 14px;
                        border-radius: 6px;
                        border: 1px solid #dcdcdc;
                        outline: none;
                    }

                /* Submit button */
                .enquiry-submit {
                    width: 100%;
                    margin-top: 10px;
                    padding: 16px;
                    background: #9fb61c;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 600;
                    border: none;
                    border-radius: 6px;
                    cursor: pointer;
                }

                    .enquiry-submit:hover {
                        background: #8aa315;
                    }

                /* Mobile */
                @media (max-width: 576px) {
                    .enquiry-box {
                        padding: 28px 22px 30px;
                    }

                    .enquiry-heading {
                        font-size: 26px;
                    }
                }

                /* ===============================
           MOBILE RESPONSIVE FIX
        ================================ */
                @media (max-width: 767px) {

                    .register-section {
                        padding: 60px 0 0;
                    }

                    .register-title {
                        font-size: 26px;
                        line-height: 1.3;
                        padding: 0 15px;
                    }

                    .register-form {
                        flex-direction: column; /* KEY FIX */
                        width: 100%;
                        gap: 16px;
                        padding: 0 15px;
                    }

                        .register-form input {
                            width: 100%;
                            padding: 14px 16px;
                            font-size: 14px;
                        }

                    .btn-wrap {
                        width: 100%;
                    }

                    .enquire-btn1 {
                        width: 100%;
                        padding: 14px;
                        font-size: 14px;
                    }

                    .footer-ccc {
                        font-size: 11px;
                        line-height: 1.4;
                        padding: 10px 12px;
                    }

                    /* Floating Enquire Button */
                    .enquire-btn {
                        right: 15px;
                        bottom: 20px;
                        padding: 12px 18px;
                        font-size: 13px;
                    }
                }

                 /* Banner image CSS */
      

        .footer-links-section {
            background: #ffffff;
        }

        .footer-title {
            font-size: 13px;
            letter-spacing: 1px;
            font-weight: 600;
            margin-bottom: 14px;
            text-transform: uppercase;
        }

        .footer-links li {
            margin-bottom: 8px;
        }

        .footer-links a {
            font-size: 14px;
            color: #000;
            text-decoration: none;
        }

            .footer-links a:hover {
                text-decoration: underline;
            }

        .view-details-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            width: 61%;
            padding: 12px 28px;
            border-radius: 30px;
            background-color: #58be07;
            color: #ffffff;
            font-size: 14px;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .view-details-btn:hover {
                background: #0d6efd;
                color: #ffffff;
            }
   
          /* ================= BASE ================= */
       
            /* Promo Banner Wrapper */
.promo-banner {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

/* Anchor reset */
.promo-banner a {
  display: block;
  text-decoration: none;
}

/* Common Image Styles */
.promo-banner .banner-img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Default Visibility */
.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}
/* CTA Text */
.promo-cta {
  margin-top: 12px;
  text-align: center;
}

.promo-cta a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.promo-cta a:hover {
  color: #555;
  border-color: #555;
}
/* Mobile View */
@media (max-width: 768px) {
  .desktop-banner {
    display: none !important;
  }

  .mobile-banner {
    display: block !important;
  }
  .promo-cta a {
    font-size: 15px;
  }
}


/* ===== MAP ===== */
.image-container {
  
  overflow: hidden;
  
}

/* ===== CONTENT ===== */
.connectivity-content {
  padding-left: 20px;
}

.location-title {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
}

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

.location-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.location-list li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #0b5aa5;
  line-height: 1;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {

 

  .connectivity-content {
    padding-left: 0;
    margin-top: 25px;
  }

  .location-title {
    font-size: 20px;
  }

  .location-list li {
    font-size: 15px;
  }
}

.plan-card {
    background: #fff;
    border-radius: 1px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.4s ease;
}

/* .plan-card:hover {
    transform: translateY(-10px);
   
} */

.plan-img {
    position: relative;
    overflow: hidden;
}

.plan-img img {
    transition: transform 0.5s ease;
}

.plan-card:hover .plan-img img {
    transform: scale(1.1);
}

.plan-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.plan-overlay span {
    background: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
}

.plan-card:hover .plan-overlay {
    opacity: 1;
}

.plan-content {
    padding: 25px;
}

.plan-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.visual-symphony {
    padding: 40px 0;
    background: #f2f2f2;
}

.visual-heading {
    font-size: 40px;
    font-family: "Austin-News-Headline-Light, sans-serif";
}

/* Swiper */
.visualSwiper {
    padding: 40px 0;
}

.visualSwiper .swiper-slide {
    transition: all 0.4s ease;
    transform: scale(0.85);
    border-radius: 10px;
    overflow: hidden;
}

.visualSwiper .swiper-slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    /* border-radius: 20px; */
}

/* Active slide big */
.visualSwiper .swiper-slide-active {
    transform: scale(1);
    z-index: 5;
}

/* Side fade effect */
.visualSwiper .swiper-slide-prev,
.visualSwiper .swiper-slide-next {
    opacity: 0.8;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    color: #000;
    width: 60px;
    height: 60px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #000;
    transform: scale(1.1);
}

.swiper-button-prev::before,
.swiper-button-next::before {
    font-family: "bootstrap-icons";
    font-size: 22px;
    color: #000;
    transition: 0.3s;
}

.swiper-button-prev::before {
    content: "\F284"; /* bi-arrow-left */
}

.swiper-button-next::before {
    content: "\F285"; /* bi-arrow-right */
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    color: #fff;
}
.swiper-button-prev {
    left: 30px;
}

.swiper-button-next {
    right: 30px;
}
@media(max-width:768px){
    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }
}


/* Responsive */
@media(max-width:991px){
   .visualSwiper .swiper-slide img {
        height: auto;
        max-height: 420px;
        object-fit: contain;   
        background: #fff;
    }

    .visualSwiper .swiper-slide {
        transform: scale(1);  
    }

    .visual-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
}


 .premium-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.5)); */
    z-index: 2;
}

.premium-hero .container-fluid {
    position: relative;
    z-index: 3;
}
.payment-offer-box{
    background: #ffde54;
    color: #000;
    justify-content: center;
    display: flex;
    padding: 2px 10px;
    align-items: center;
    border-radius: 8px;
    margin-top: 15px;
    width: auto;
    gap: 10px;
    /* align-items: center; */
    /* margin: auto; */
}

.payment-offer-box span{
    font-size: 18px;
    opacity: 1;
    display: block;
}

.payment-offer-box strong{
    font-size: 20px;
    margin-left: 0;
    margin-top: 0;
}

/* ===== LEFT LUXURY CARD ===== */

.luxury-card {
    background: rgba(255,255,255,0.98);
    padding: 40px 30px;
    border-radius: 8px;   /* more square */
    max-width: 450px;     /* patla width */
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    position: relative;
    backdrop-filter: blur(10px);
    /* border-left: 6px solid #00c853;  premium accent */
}

.lux-badge {
    position: absolute;
    top: -15px;
    left: 30px;
    background: linear-gradient(135deg,#0d6efd,#1c2b6b);
    color: #fff;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
}

.lux-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

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

.lux-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 600;
    margin-bottom: 25px;
}

.lux-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.lux-divider {
    height: 2px;
    background: linear-gradient(to right,#00c853,#0d6efd);
    margin: 10px 0;
    opacity: 0.4;
}

.lux-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.price-block {
    display: flex;
    align-items: center;
    gap: 40px;
}

.price-block span {
    font-size: 13px;
    color: #888;
    display: block;
}

.price-block h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.possession-block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

.possession-block i {
    font-size: 20px;
    color: #000; /* luxury gold */
}

.possession-block span {
    font-size: 13px;
    color: #888;
    display: block;
}

.possession-block strong {
    font-size: 18px;
}

.lux-bottom h3 {
    font-size: 26px;
    font-weight: 800;
}


.lux-bottom span {
    font-size: 13px;
    color: #777;
}

.lux-button-group{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
/* ENQUIRE BUTTON (Premium Green Gradient) */
.lux-btn-enquire,
.lux-btn-brochure{
    flex: 1;
    /* height: 55px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
}

/* Green Button */
.lux-btn-enquire{
    background: #0bb43f;
    color: #fff;
    padding: 10px 20px;
}

.lux-btn-enquire:hover{
    background: #099c36;
    transform: translateY(-2px);
}

/* Blue Outline Button */
.lux-btn-brochure{
    border: 2px solid #1e63e9;
    color: #1e63e9;
    background: #fff;
    padding: 4px 18px;
}

.lux-btn-brochure:hover{
    background: #1e63e9;
    color: #fff;
}

.lux-btn-enquire,
.lux-btn-brochure{
    white-space: nowrap;
}


/* ===== MOBILE ADJUST ===== */

@media(max-width:991px){
    .luxury-card{
        padding: 40px 30px;
        text-align:center;
    }

    .lux-features{
        flex-direction: column;
        gap: 10px;
    }

    .lux-bottom{
        flex-direction: column;
        gap: 20px;
    }
}
@media(max-width:991px){

    .premium-hero{
        min-height: auto;
        padding: 70px 0 60px;
    }

    .luxury-card{
        padding: 30px 30px;
        border-radius: 18px;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }

    .lux-badge{
        position: static;
        display: inline-block;
        margin-bottom: 18px;
    }

    .lux-title{
        font-size: 26px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .lux-location{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .lux-features{
        flex-direction: column;
        gap: 12px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .lux-features div{
        justify-content: center;
    }

    .lux-divider{
        margin: 20px 0;
    }

    .lux-bottom{
        flex-direction: column;
        gap: 15px;
    }

    .lux-bottom span{
        font-size: 13px;
    }

    .lux-bottom h3{
        font-size: 24px;
        margin-bottom: 8px;
    }

    .lux-btn{
        width: 100%;
        padding: 14px;
        font-size: 15px;
        border-radius: 10px;
    }

        .lux-button-group{
        flex-direction: column;
    }


}
/* Premium Card */
.premium-side-form {
    background: linear-gradient(145deg, #0d6efd, #009688);
    padding: 35px;
    border-radius: 20px;
    color: #fff;
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.15); */
    position: sticky;
    top: 100px;
    overflow: hidden;
}

/* Soft Glass Effect */
.premium-side-form::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.form-title {
    font-weight: 600;
    font-size: 22px;
}

/* Input Styling */
.custom-input {
    height: 48px;
    border-radius: 10px;
    border: none;
    padding-left: 15px;
    background: rgba(255,255,255,0.95);
    font-weight: 500;
}

.custom-input:focus {
    box-shadow: 0 0 0 3px rgba(0,255,150,0.25);
    outline: none;
}

/* Submit Button */
.premium-submit {
    height: 50px;
    border-radius: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, #00e676, #00c853);
    border: none;
    transition: all 0.3s ease;
    color: #fff;
}

.premium-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,200,83,0.4);
}

/* Mobile */
@media(max-width:991px){
    .premium-side-form {
        position: relative;
        top: auto;
        margin-top: 30px;
    }
}
.floor-plan-section-new {
    padding: 30px 0;
    background: linear-gradient(135deg,#f4f8ff,#eefaf3);
}

/* Heading */
.section-heading-new {
    font-size: 40px;
      font-family: "Austin-News-Headline-Light, sans-serif";
    color: #000;
    margin-bottom: 15px;
}

.heading-line {
    width: 80px;
    height: 4px;
    margin: 0 auto;
    background: linear-gradient(90deg,#0d6efd,#00c853);
    border-radius: 10px;
}

/* Card */
.plan-card-premium {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    position: relative;
}

.plan-card-premium:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 25px 60px rgba(0,0,0,0.12); */
    border: 1px solid #0d6efd;
}

/* Image */
.plan-img {
    position: relative;
    overflow: hidden;
}

.plan-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s ease;
}

.plan-card-premium:hover .plan-img img {
    transform: scale(1.08);
}

/* Overlay */
.plan-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13,110,253,0.2), rgba(0,200,83,0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    opacity: 0;
    transition: 0.4s ease;
}

.plan-card-premium:hover .plan-overlay {
    opacity: 1;
}

/* Content */
.plan-content {
    background: #045ba8;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.plan-content h5 {
    font-weight: 700;
    color: #fff;
}

.plan-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* Mobile */
@media(max-width:768px){
    .section-heading-new {
        font-size: 28px;
    }

    .plan-img img {
        height: 220px;
    }
}
.location-form-box {
    background: #ffffff;
    padding: 15px;
    max-height: 500px;
    overflow: auto;
    scrollbar-width: thin;
    border-radius: 20px;
    border: 1px solid #eee;
    border-top: 4px solid #00c853;
}

.location-form-box h3 span {
    font-size: 20px;
}

.location-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.location-point span {
    color: #045ba8;
    font-weight: 600;
}

.location-image-large img {
    border-radius: 20px;
    height: 470px;
    object-fit: cover;
   
}

/* Responsive */
@media(max-width:991px){

    .location-image-large img {
        height: 270px;
    }

    .location-form-box {
        padding: 25px;
    }

}
.amenities-modern-section {
    padding: 30px 0;
    background: #f4f9ff;
}

.amenities-heading {
        font-size: 38px;
        font-weight: 700;
        color: #000000;
}

.amenities-sub {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

/* Rectangle Cards */
.rect-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    padding: 26px 28px;
    border-radius: 14px;
    border: 1px solid #dce7f5;
    font-size: 18px;       
    font-weight: 600;
    color: #111;
    min-height: 85px;
   
}

/* Bigger Icon */
.rect-card i {
    font-size: 28px;        
    color: #00c853;
    min-width: 32px;
}

/* Responsive */
@media(max-width:768px){
    .amenities-heading{
        font-size:28px;
    }

    .rect-card{
        font-size:16px;
        padding:20px;
    }

    .rect-card i{
        font-size:24px;
    }
}
.m3m-faq {
  padding: 30px 0;
  background: #f7f7f7;
}

.faq-title {
  font-size: 38px;
 
  line-height: 1.2;
  font-family: "Austin-News-Headline-Light, sans-serif";
}

.faq-subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
 
}

/* FAQ LIST */

/* ITEM */
.faq-item {
  border-bottom: 1px solid #ddd;
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question span {
  font-size: 26px;
  transition: 0.3s;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding-bottom: 22px;
  color: #555;
  line-height: 1.7;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}


.key-highlights-section {
    padding: 60px 0;
    background: #f9f9f9;
}

/* Image */
.highlight-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

/* Heading */
.highlight-heading {
    font-size: 30px;
font-family: "Austin-News-Headline-Light, sans-serif";
    margin-bottom: 20px;
}

/* Paragraph */
.highlight-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Points */
.highlight-points {
    padding: 0;
}
.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.highlight-item i {
    color: #045ba8;
    font-size: 20px;
    margin-top: 3px;
}

/* Button */
.highlight-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background: linear-gradient(135deg,#045ba8,#023f78);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
}

/* Card */
.project-card{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.project-card:hover{
    transform: translateY(-5px);
}

/* Image */
.project-img{
    position: relative;
}

.project-img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* Ribbon */
.ribbon{
    position: absolute;
    top: 15px;
    right: -40px;
    transform: rotate(45deg);
    padding: 6px 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.ribbon.red{
    background: #e60023;
}

/* Payment Tag */
.payment-tag{
    position: absolute;
    bottom: 15px;
    left: 0;
    background: #ffc107;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 600;
}

/* Content */
.project-content{
    padding: 20px;
}

.project-content h4{
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location{
    font-size: 14px;
    color: #555;
    margin: 0;
}

.project-meta{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 0;
}

.price-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-row small{
    font-size: 12px;
    color: #777;
}

.price-row h5{
    font-size: 22px;
    font-weight: 800;
    color: #045ba8;
}

.view-btn{
    border: 1px solid #045ba8;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    color: #045ba8;
    font-size: 14px;
    transition: 0.3s ease;
}

.view-btn:hover{
    background: #045ba8;
    color: #fff;
}
.payment-tagn {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.payment-tag {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  position: absolute;
  bottom: 0;
  left: 0px;
  padding-inline: .25em;
  line-height: 1.8;
  background: #ffd700;
  border-top: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 100%,0 var(--f),var(--f) 0,
      var(--f) var(--f),100% var(--f),
      calc(100% - var(--r)) calc(50% + var(--f)/2),100% 100%);
}

/* Mobile Devices (up to 767px) */
@media (max-width: 767px) {

  .payment-tag {
    --f: .35em;   /* smaller fold */
    --r: .6em;    /* smaller ribbon shape */

    bottom: 0px;
        /* move to top for better mobile view */
    left: 0;

    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.6;
  }

}

.floating-contact {
  position: fixed;
  right: 18px;
  top: 90%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Common Icon Style */
.floating-contact a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.floating-contact a:hover {
  transform: scale(1.08);
}

/* Call */
.call-icon {
  background: #045ba8; /* brand blue */
}

/* WhatsApp */
.whatsapp-icon {
  background: #25d366;
}

.footer-area { 
    background: #fff;
    border-top: 1px solid #eee;
}
.footer-area h4 {
    font-size: 18px;
    font-weight: 700;
}

.footer-widget {
    display: flex;
    list-style: none;
    margin: 0;
    font-size: 14px;
    padding: 0;
    flex-direction: column;
    gap: 5px;
}

.footer-widget li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.copyright p, .copyright li a {
    font-size: 14px;
}

.premium-hero .content-area {
   padding-top: 110px;
}

.project-description h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Austin-News-Headline-Light, sans-serif";
    opacity: 1;
}

