*: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: 2.4rem;
    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;
    /* transform: translateY(40px);
    transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1); */
}

.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);
}
     







/* Wrapper Position */
/* Wrapper Position */
.banner-search-wrapper {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.search-glass {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(255,255,255,0.15);
    padding: 10px;
    border-radius: 70px;
    box-shadow: 0 20px 40px rgba(190, 190, 190, 0.52);
    width: 85%;
    max-width: 800px;
}

.banner-search-box {
    background: #f9f9f9;
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    border: 1px solid #ccc;
}

.banner-search-box input {
    flex: 1;
    border: none;
    padding: 5px;
    font-size: 15px;
    outline: none;
    background: #f9f9f9;
}

.banner-search-box button {
    background: linear-gradient(135deg,#1dbf73,#119e60);
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
}
@media (max-width: 768px) {

    .banner-search-wrapper {
        bottom: -70px;
        padding: 0 15px;
    }

    .search-glass {
        border-radius: 30px;
        padding: 8px;
        width: 100%;
        margin-bottom: 40px;
    }

     .banner-search-box {
    position: relative;
  }

     .banner-search-box input {
    width: 100%;
    padding-left: 45px; /* space for icon */
    border-radius: 20px;
  }

    .banner-search-box button {
    display: none;
  }
    .banner-search-box::before {
    content: "\f52a"; /* Bootstrap search icon */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
  }
}


       

/* 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) {
  
    .mansion-img {
        width: auto;
        height: 70px;
        margin-bottom: 40px;
    }

    .scda-img {
        width: 100px;
    }


}

/* Mobile Styles */
@media (max-width: 767px) {


 

    .mansion-img {
        width: auto;
        height: 50px;
        margin-bottom: 30px;
    }

    .scda-img {
        width: 100px;
    }

    
}


/* Residential Section CSS Start */

.m3m-mansion-section {
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .m3m-mansion-section .breadcrumb-section {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .m3m-mansion-section .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .m3m-mansion-section .breadcrumb-item a {
        color: #b3b3b3;
        text-decoration: none;
        font-size: 16px;
        font-family: "Euclid-Circular-A-Regular, sans-serif";
    }

    .m3m-mansion-section .breadcrumb-item.active {
        color: #58be07;
        font-size: 16px;
        font-family: "Euclid-Circular-A-Regular, sans-serif";
    }

    .m3m-mansion-section .breadcrumb-divider {
        margin: 0 8px;
        color: #b3b3b3;
    }

    .m3m-mansion-section .left-section {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .m3m-mansion-section .left-section .content {
            margin-bottom: 3rem;
        }

        .m3m-mansion-section .left-section h4 {
            font-size: 2.7rem;
            font-weight: 500;
            font-family: "Austin-News-Headline-Light, sans-serif";
            color: #1c1c1c;
            line-height: 50px;
        }

        .m3m-mansion-section .left-section h5 {
            font-size: 15px;
            margin-bottom: 20px;
            font-family: "Euclid-Circular-A-Regular, sans-serif";
            font-weight: 600;
            width: 100%;
        }

        .m3m-mansion-section .left-section .description {
            font-size: 1rem;
            font-weight: 500;
            font-family: "Euclid-Circular-A-Regular, sans-serif";
            color: #121212;
            margin-bottom: 20px;
        }

        .m3m-mansion-section .left-section .boxes {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 3rem;
            gap: 1rem;
        }

        .m3m-mansion-section .left-section .box {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            flex-basis: calc(50% - 1rem);
        }

            .m3m-mansion-section .left-section .box .m3m-icons {
                width: 40px;
                height: auto;
                margin-right: 20px;
                margin-top: 2px;
            }

            .m3m-mansion-section .left-section .box .text {
                font-size: 16px;
                font-weight: 500;
                font-family: "Euclid-Circular-A-Regular, sans-serif";
                color: #121212;
                line-height: 20px;
                margin-bottom: 0px;
            }

        .m3m-mansion-section .left-section .button-container {
            display: flex;
            gap: 20px;
        }

            .m3m-mansion-section .left-section .button-container .button {
                color: #fff;
                background-color: #58be07;
                border-radius: 30px;
                font-family: "Euclid-Circular-A-Regular, sans-serif";
                font-size: 18px;
                position: relative;
                text-decoration: none;
                padding: 10px 20px;
                display: inline-block;
                overflow: hidden;
                z-index: 1;
            }

                .m3m-mansion-section .left-section .button-container .button:before {
                    content: "";
                    position: absolute;
                    background-color: #0b5a7e;
                    height: 0%;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                    z-index: -1;
                    transition: height 0.4s ease;
                }

            .m3m-mansion-section .left-section .button-container .back-hover:hover .button:before {
                height: 100%;
            }

            .m3m-mansion-section .left-section .button-container .back-hover:hover .button:after {
                width: 0;
            }

            .m3m-mansion-section .left-section .button-container .button:hover,
            .m3m-mansion-section .left-section .button-container .arrow-icon:hover {
                cursor: pointer !important;
                color: #fff;
            }

            .m3m-mansion-section .left-section .button-container .arrow-icon {
                width: 24px;
                height: 24px;
                margin-left: 15px;
            }

    .m3m-mansion-section .right-section .img-slider {
        position: relative;
        width: 100%;
        height: 630px;
        max-width: 570px;
        margin: 10px;
        overflow: hidden;
    }

        .m3m-mansion-section .right-section .img-slider .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: translateX(100%);
        }

            .m3m-mansion-section .right-section .img-slider .slide.active {
                opacity: 1;
                transform: translateX(0);
            }

            .m3m-mansion-section .right-section .img-slider .slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .m3m-mansion-section .right-section .img-slider .navigation {
            position: absolute;
            display: flex;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
        }

            .m3m-mansion-section .right-section .img-slider .navigation .bullet {
                background-color: #fff;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                margin: 5px;
                cursor: pointer;
                transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, background-color 0.3s, opacity 0.3s;
            }

                .m3m-mansion-section .right-section .img-slider .navigation .bullet.active {
                    background-color: #58be07;
                    width: 50px !important;
                    border-radius: 10px !important;
                }

@media (min-width: 768px) and (max-width: 1024px) {
    .m3m-mansion-section .left-section .content {
        margin-bottom: 1rem;
    }

    .m3m-mansion-section .left-section .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 1rem;
        gap: 0rem;
    }

    .m3m-mansion-section .left-section .box {
        margin-bottom: 10px;
    }

    .m3m-mansion-section .right-section .img-slider {
        height: 500px;
    }
}


@media (max-width: 767px) {
    .m3m-mansion-section {
        padding-bottom: 50px;
    }

        .m3m-mansion-section .breadcrumb-section {
            padding-bottom: 30px;
        }

        .m3m-mansion-section .left-section .content {
            margin-bottom: 1rem;
        }

        .m3m-mansion-section .left-section h4 {
            font-size: 1.8rem;
            line-height: 35px;
            margin-bottom: 30px !important;
        }

        .m3m-mansion-section .left-section h5 {
            font-size: 16px;
            width: 80%;
            line-height: 28px;
        }

        .m3m-mansion-section .left-section .description {
            font-size: 14px;
        }

        .m3m-mansion-section .left-section .boxes {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 0rem;
            gap: 0rem;
        }

        .m3m-mansion-section .left-section .box {
            flex-basis: 100%;
            margin-bottom: 10px;
        }

            .m3m-mansion-section .left-section .box .m3m-icons {
                margin-bottom: 10px;
                width: 34px;
            }

            .m3m-mansion-section .left-section .box .text {
                font-size: 14px;
            }

       .m3m-mansion-section .button-container {
    display: flex;
    gap: 12px;
    margin-bottom: 20px !important;
  }

  .m3m-mansion-section .button-container > div {
    flex: 1;
  }

             .m3m-mansion-section .button-container .button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 9px 10px !important;
    font-size: 14px !important;
    white-space: nowrap;
  }

            .m3m-mansion-section .button-container .arrow-icon {
    width: 28px;
    height: 28px;
  }

        .m3m-mansion-section .right-section .img-slider {
            height: 400px;
            margin: 0px;
        }

            .m3m-mansion-section .right-section .img-slider .navigation {
                bottom: 20px;
            }

                .m3m-mansion-section .right-section .img-slider .navigation .bullet {
                    width: 10px;
                    height: 10px;
                }
}

/* Residential Section CSS End */

/* Featured Section Start */
.featured-section {
    padding-top: 30px;
    padding-bottom: 55px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

    .featured-section .container-fluid {
        padding-right: 70px;
        padding-left: 70px;
        position: relative;
    }

    .featured-section .mySwiper4 {
        width: 100%;
        height: 75vh;
        position: relative;
    }

    .featured-section .swiper-wrapper {
        display: flex;
    }

    .featured-section .swiper-slide.boxShadow {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        transition: transform 0.5s ease-in-out;
    }

        .featured-section .swiper-slide.boxShadow::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            z-index: 1;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none;
        }

    .featured-section .swiper-slide .slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px;
        transition: transform 0.8s ease-in-out;
    }

    .featured-section .swiper-slide:hover .slider-image {
        transform: scale(1.10);
    }

    /* slider overlay start */
    .featured-section .slider-content {
        width: 85%;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        color: #fff;
        z-index: 2;
    }

        .featured-section .slider-content .slider-text {
            display: flex;
            flex-direction: column;
            justify-content: end;
        }

    .featured-section .slider-text .heading {
        font-size: 1.5rem;
        color: #fff;
        font-family: "Euclid-Circular-A-Regular, sans-serif";
        font-weight: 600;
    }

    .featured-section .slider-text .description {
        font-size: 1.2rem;
        color: #fff;
        font-family: "Euclid-Circular-A-Regular, sans-serif";
        margin-bottom: 0px;
    }

    /* slider overlay end */

    .featured-section .swiper-navigation {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 70px;
    }

    .featured-section .swiper-nav-left,
    .featured-section .swiper-nav-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s ease;
        color: #838383;
    }

    .featured-section .swiper-nav-left {
        top: 62px;
    }

    .featured-section .swiper-nav-right {
        left: 40px;
        top: 62px;
    }

    .featured-section .swiper-pagination {
        position: absolute;
        bottom: -4px;
        right: 60px;
        z-index: 10;
        text-align: end;
        margin: 0 auto;
        margin-right: 0px;
    }

        .featured-section .swiper-pagination .swiper-pagination-bullet {
            background-color: transparent;
            border: 2px solid #000;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            margin: 0 5px;
            transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, background-color 0.3s, border-color 0.3s, opacity 0.3s;
        }

        .featured-section .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #58be07;
            opacity: 1;
            border: none;
            width: 50px !important;
            border-radius: 10px !important;
        }

@media (min-width: 768px) and (max-width: 1024px) {
    .featured-section .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
        position: relative;
    }

    .featured-section .mySwiper4 {
        width: 100%;
        height: 50vh;
        position: relative;
    }
}

@media (max-width: 767px) {
    .featured-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .featured-section .container-fluid {
            padding-left: 0px;
            padding-right: 0px;
        }

        .featured-section .mySwiper4 {
            height: 25vh;
        }

        .featured-section .slider-content {
            width: 100%;
            bottom: 20px;
        }

            .featured-section .slider-content .slider-text {
                padding-left: 12px;
            }

        .featured-section .slider-text .heading {
            font-size: 0.8rem;
            margin-bottom: 0px;
        }

        .featured-section .slider-text .description {
            font-size: 0.7rem;
        }

        .featured-section .swiper-pagination {
            position: absolute;
            bottom: -30px !important;
            display: flex;
            justify-content: center;
            z-index: 10;
            text-align: end;
            margin-left: 0;
            width: 100% !important;
        }
}

/* Featured Section End */

/* Immersive Tour Section CSS Start */
.immersive-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

    .immersive-section .video-container {
        width: 100%;
        height: 85vh;
        overflow: hidden;
        position: relative;
        background-color: #000;
    }
        /* ------ */
        .immersive-section .video-container .videIframeContainer, .immersive-section .video-container .PreviewImageCls {
            width: 100%;
            height: 85vh;
            overflow: hidden;
            position: relative;
            background-color: #000;
        }

@media (max-width: 767px) {
    .immersive-section .video-container .videIframeContainer, .immersive-section .video-container .PreviewImageCls {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .immersive-section .video-container .videIframeContainer, .immersive-section .video-container .PreviewImageCls {
        height: 512px;
    }
}

/* ------ */
.immersive-section .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.immersive-section .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
}

.immersive-section .play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: hsl(0, 0%, 100%);
    background-color: transparent;
    border: 1.8px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}

    .immersive-section .play-pause-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        z-index: -1;
        transition: background-color 0.3s ease;
    }

    .immersive-section .play-pause-btn:hover::before {
        background-color: rgba(88, 190, 7, 0.8);
    }

    .immersive-section .play-pause-btn:hover {
        background-color: transparent;
        border: none;
        color: rgb(255, 255, 255);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }


.immersive-section .nav-tabs {
    border: none;
    display: flex;
    justify-content: end;
}

    .immersive-section .nav-tabs .nav-link {
        cursor: pointer;
    }

.immersive-section .tab-content {
    padding-top: 20px;
}

.immersive-section .tab-buttons {
    margin-top: 12px;
}

    .immersive-section .tab-buttons .nav-link {
        padding: 8px 20px;
        font-size: 0.9rem;
        border: none;
        margin: 0 5px;
        border-radius: 25px;
        background-color: #f1f1f1;
        color: #000;
        transition: all 0.3s ease;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

        .immersive-section .tab-buttons .nav-link:hover,
        .immersive-section .tab-buttons .nav-link.active {
            background-color: #58be07;
            color: #fff;
        }

.immersive-section .fullscreen-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.immersive-section .video-playing .fullscreen-btn {
    display: block;
}

/* Animaton Start */
/* Fade-in animation for the tab content */
/* @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

/* Apply fade-in animation when tab becomes active */
.immersive-section .tab-pane {
    animation: fadeIn 0.6s ease both;
}

/* Slide-in effect for the video thumbnail */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Apply animation to video container */
.immersive-section .video-container {
    animation: slideIn 1s ease both;
}

.immersive-section .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    .immersive-section .tab-pane.show {
        display: block;
        opacity: 1;
    }

.immersive-section .tab-buttons .nav-link {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .immersive-section .tab-buttons .nav-link:hover {
        transform: translateY(-5px);
    }

/* Animaton End */
@media (min-width: 768px) and (max-width: 1024px) {
    .immersive-section .tab-buttons .nav-link {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .immersive-section .video-container {
        height: 500px;
    }

    .immersive-section .play-pause-btn {
        height: 80px;
        width: 80px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .immersive-section {
        padding-top: 50px;
        padding-bottom: 0px;
    }

        .immersive-section .nav-tabs {
            display: flex;
            justify-content: start;
        }

        .immersive-section .tab-buttons {
            flex-wrap: wrap;
        }

            .immersive-section .tab-buttons .nav-link {
                padding: 8px 16px;
                font-size: 0.8rem;
                margin-bottom: 10px;
            }

        .immersive-section .video-container {
            height: auto;
        }

        .immersive-section .play-pause-btn {
            height: 70px;
            width: 70px;
            font-size: 24px;
        }
}
/* Immersive Tour Section CSS End */


/* Premier Offerings CSS Start */
.premier-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

    .premier-section .swiper-slide {
        border: 1px solid #000;
    }

        .premier-section .swiper-slide .image-container {
            padding: 10px;
        }

            .premier-section .swiper-slide .image-container .boxShadow {
                width: 100%;
                height: 350px;
                overflow: hidden;
                position: relative;
            }

                .premier-section .swiper-slide .image-container .boxShadow::before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
                    z-index: 1;
                    transition: opacity 0.3s ease-in-out;
                    pointer-events: none;
                }

        .premier-section .swiper-slide .slide-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
        }

    .premier-section .slide-title {
        position: absolute;
        bottom: 8%;
        left: 10%;
        z-index: 10;
        font-size: 16px;
        color: #fff;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }

    .premier-section .swiper-navigation {
        position: relative;
        width: 100%;
        height: 0;
    }

    .premier-section .swiper-nav-left,
    .premier-section .swiper-nav-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        display: block;
        color: #838383;
    }

    .premier-section .swiper-nav-left {
        left: 0px;
        top: 40px;
    }

    .premier-section .swiper-nav-right {
        left: 40px;
        top: 40px;
    }

    .premier-section .nav-tabs {
        border: none;
        display: flex;
        justify-content: end;
    }

        .premier-section .nav-tabs .nav-link {
            cursor: pointer;
        }

    .premier-section .tab-content {
        padding-top: 20px;
    }

    .premier-section .tab-buttons {
        margin-top: 12px;
    }

        .premier-section .tab-buttons .nav-link {
            padding: 8px 20px;
            font-size: 0.9rem;
            border: none;
            margin: 0 5px;
            border-radius: 25px;
            background-color: #f1f1f1;
            color: #000;
            transition: all 0.3s ease;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
            margin-bottom: 10px;
        }

            .premier-section .tab-buttons .nav-link:hover,
            .premier-section .tab-buttons .nav-link.active {
                background-color: #58be07;
                color: #fff;
            }



@media (min-width: 768px) and (max-width: 1024px) {
    .premier-section .tab-buttons .nav-link {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .premier-section .navigation-buttons-container {
        position: static;
        justify-content: center;
        margin-top: 10px;
    }

    .premier-section .nav-tabs {
        display: flex;
        justify-content: start;
    }

    .premier-section .tab-buttons {
        flex-wrap: wrap;
    }

        .premier-section .tab-buttons .nav-link {
            margin-bottom: 10px;
            padding: 8px 16px;
            font-size: 0.8rem;
        }

    .premier-section .myswiper5 {
        height: auto;
    }

    .premier-section .swiper-slide {
        flex-direction: column;
        height: auto;
    }

        .premier-section .swiper-slide .image-container {
            height: 300px;
        }

    .premier-section .slide-title {
        font-size: 16px;
        bottom: 6%;
        left: 8%;
    }
}

/* Premier Offerings CSS End */

/* Connectivity Section CSS Start */
.connectivity-section {
    padding-top: 30px;
    padding-bottom: 18px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

    .connectivity-section .image-container {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

        .connectivity-section .image-container .map-image {
            max-width: 100%;
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
        }

    .connectivity-section .text-part {
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

        .connectivity-section .text-part::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: #000;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

        .connectivity-section .text-part:hover {
            transform: translateY(-5px);
        }

            .connectivity-section .text-part:hover::after {
                transform: translateX(0);
            }

        .connectivity-section .text-part h4 {
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
            font-size: 1rem;
            color: #000;
            font-weight: 600;
            margin-bottom: 10px;
            height: 45px;
        }

        .connectivity-section .text-part p {
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
            font-size: 16px;
            color: #000;
        }

        /* Hover effects */
        .connectivity-section .text-part:hover {
            transform: translateY(-10px);
        }

/* Responsive styles */

@media (min-width: 768px) and (max-width: 1024px) {
    .connectivity-section .col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .connectivity-section .text-part h4 {
        font-size: 1rem;
    }

    .connectivity-section .text-part p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .connectivity-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .connectivity-section .image-container {
            width: 100%;
            height: 100%;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .connectivity-section .col-lg-2 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .connectivity-section .text-part h4 {
            font-size: 13px;
            height: 35px;
        }

        .connectivity-section .text-part p {
            font-size: 13px;
        }
}

/* Connectivity Section CSS End */

/* Project Configuration Section CSS Start */
.project-section {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

    .project-section .swiper-slide .image-container {
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
        padding: 10px;
        border: 1px solid #000;
    }

    .project-section .swiper-slide .slide-image {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .project-section .QueryForConfigrationBtn {
        padding: 8px 20px;
        font-size: 0.9rem;
        border: none;
        border-radius: 25px;
        background-color: #58be07;
        color: #fff;
        transition: all 0.3s ease;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

    .project-section .slide-title {
        position: absolute;
        bottom: 8%;
        left: 10%;
        z-index: 10;
        font-size: 16px;
        color: #000;
        font-weight: 600;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

    .project-section .swiper-navigation {
        position: relative;
        width: 100%;
        height: 0;
    }

    .project-section .swiper-nav-left,
    .project-section .swiper-nav-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        display: block;
        color: #838383;
    }

    .project-section .swiper-nav-left {
        left: 0px;
        top: 40px;
    }

    .project-section .swiper-nav-right {
        left: 40px;
        top: 40px;
    }

    .project-section .nav-tabs {
        border: none;
        display: flex;
        justify-content: end;
    }

        .project-section .nav-tabs .nav-link {
            cursor: pointer;
        }

    .project-section .tab-content {
        padding-top: 20px;
    }

    .project-section .tab-buttons {
        margin-top: 12px;
    }

        .project-section .tab-buttons .nav-link {
            padding: 8px 20px;
            font-size: 0.9rem;
            border: none;
            margin: 0 5px;
            border-radius: 25px;
            background-color: #f1f1f1;
            color: #000;
            transition: all 0.3s ease;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
            margin-bottom: 10px;
        }

            .project-section .tab-buttons .nav-link:hover,
            .project-section .tab-buttons .nav-link.active {
                background-color: #58be07;
                color: #fff;
            }

@media (min-width: 768px) and (max-width: 1024px) {
    .project-section .tab-buttons .nav-link {
        margin-bottom: 10px;
        font-size: 0.8rem;
        padding: 8px 16px;
    }

    .project-section .nav-tabs {
        display: flex;
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .project-section {
        padding-top: 50px;
        padding-bottom: 100px;
    }

        .project-section .navigation-buttons-container {
            position: static;
            justify-content: center;
            margin-top: 10px;
        }

        .project-section .nav-tabs {
            display: flex;
            justify-content: start;
        }

        .project-section .tab-buttons {
            flex-wrap: wrap;
        }

            .project-section .tab-buttons .nav-link {
                margin-bottom: 10px;
                font-size: 0.8rem;
                padding: 8px 16px;
            }

        .project-section .myswiper5 {
            height: auto;
        }

        .project-section .swiper-slide {
            flex-direction: column;
            height: auto;
        }

            .project-section .swiper-slide .image-container {
                height: 300px;
            }

        .project-section .slide-title {
            font-size: 16px;
            bottom: 6%;
            left: 8%;
        }
}
/* Project Configuration Section CSS End */

/* Legal Section CSS Start */
.legal-section {
    padding-top: 0px;
    padding-bottom: 70px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

    .legal-section .text {
        font-size: 1.5rem;
        color: #000;
        margin-bottom: 20px;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

    .legal-section p {
        font-size: 1rem !important;
        color: #121212 !important;
        font-family: "Euclid-Circular-A-Regular, sans-serif" !important;
        padding: 0 !important;
    }

    .legal-section .content-section {
        font-size: 15px;
        color: #000;
        line-height: 1.8;
        margin-bottom: 20px;
        text-align: justify;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

    .legal-section img {
        width: 200px;
        margin-right: 30px;
        transition: transform 0.3s ease;
    }

        .legal-section img:hover {
            transform: scale(1.1);
        }

    .legal-section p:last-child {
        margin-bottom: 0;
    }

.content-section p:nth-child(n+2) {
    display: none;
}

.read-more-btn {
    background-color: transparent;
    border: none;
    color: #58be07;
    cursor: pointer;
    font-size: 16px;
}

    .read-more-btn:hover {
        cursor: pointer !important;
    }

/* Mobile adjustments */
@media (max-width: 767px) {
    .legal-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .legal-section .text, .legal-section .content-section {
            font-size: 14px;
        }

        .legal-section img {
            width: 100px;
            margin-bottom: 15px;
        }
}

/* Legal Section CSS End */

/* Atrium Page CSS Start */
.brand-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

    .brand-section .logo-slider .swiper-wrapper {
        transition-timing-function: linear;
    }

    .brand-section .logo-slider .logo {
        display: inline-block;
        margin: 10px;
        width: 200px;
        height: auto;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

        .brand-section .logo-slider .logo:hover {
            transform: scale(1.1);
        }

    .brand-section .nav-tabs {
        border: none;
        display: flex;
        justify-content: end;
    }

        .brand-section .nav-tabs .nav-link {
            cursor: pointer;
        }

    .brand-section .tab-content {
        padding-top: 20px;
    }

    .brand-section .tab-buttons {
        margin-top: 12px;
    }

        .brand-section .tab-buttons .nav-link {
            padding: 8px 20px;
            font-size: 0.9rem;
            border: none;
            margin: 0 5px;
            border-radius: 25px;
            background-color: #f1f1f1;
            color: #000;
            transition: all 0.3s ease;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
            margin-bottom: 10px;
        }

            .brand-section .tab-buttons .nav-link:hover,
            .brand-section .tab-buttons .nav-link.active {
                background-color: #58be07;
                color: #fff;
            }

    .brand-section .swiper-navigation {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 70px;
    }

    .brand-section .swiper-nav-left,
    .brand-section .swiper-nav-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s ease;
        color: #838383;
    }

    .brand-section .swiper-nav-left {
        top: 62px;
    }

    .brand-section .swiper-nav-right {
        left: 40px;
        top: 62px;
    }
/* 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%;
            }
/* M3M Section Popup End */

/* M3M Urban Premium Office CSS Start */

/* Project Amenities Section Start */
.project-amenities-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

    .project-amenities-section .amenity-box {
        text-align: left;
        padding: 20px;
        margin-bottom: 30px;
    }

        .project-amenities-section .amenity-box .amenity-logo img {
            width: 40px;
            height: auto;
        }

        .project-amenities-section .amenity-box .amenity-text p {
            font-size: 1rem;
            font-weight: 500;
            font-family: "Euclid-Circular-A-Regular, sans-serif";
            color: #121212;
            margin-bottom: 0;
        }
/* Project Amenities Section End */

/* Site map Section Start */
.site-map-section {
    padding-top: 70px;
    position: relative;
    z-index: 2;
}

    .site-map-section .site-map-image {
        height: 550px;
        background: url('../images-homepages/connectivity.jpg') no-repeat center center / cover;
        position: relative;
        color: white;
    }
/* Site map Section End */

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;
  background: #fff;
  
}

.pricing-container {
  width: 85%;
 
  margin: auto;
}

.pricing-title {
  text-align: center;
  font-size: 34px;
  color: #212529;
  margin-bottom: 50px;
  font-family: "Austin-News-Headline-Light, sans-serif";
}

/* ===== DESKTOP TABLE ===== */
.pricing-table {
  
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.pricing-row {
  display: grid;
  grid-template-columns: 2.5fr 2fr 1.5fr;
  align-items: center;
  padding: 22px 30px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  font-family: "austin-news-headline-light, sans-serif";
}

.pricing-head {
  background: linear-gradient(90deg, #0b5aa5, #083e7c);
  color: #fff;
  font-weight: 600;
}

.unit-type {
  font-size: 18px;
  font-weight: 600;
}

.unit-size {
  font-size: 16px;
}

.price-btn {
  padding: 10px 22px;
 border: 1px solid #000;
  color: #000;
  text-decoration: none;
  
  display: inline-block;
}

.price-btn.dark {
  background: #000;
}

.price-btn.full {
  width: 100%;
  text-align: center;
}

.highlight {
  background: #f7f9fc;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {

  .pricing-container {
    width: 92%;
  }

  .pricing-head {
    display: none;
  }

  .pricing-table {
    box-shadow: none;
  }

  .pricing-group {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    overflow: hidden;
  }

  .pricing-row {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  /* hide desktop buttons inside 4BHK rows */
  .fourbhk .desktop-btn {
    display: none;
  }

  .mobile-only-btn {
    padding: 18px;
    border-top: 1px solid #eee;
  }
}
/* Hide mobile-only button by default (desktop & laptop) */
.mobile-only-btn {
  display: none;
}
@media (max-width: 768px) {

  .mobile-only-btn {
    display: block;
  }

  /* hide desktop buttons inside 4BHK rows */
  .fourbhk .desktop-btn {
    display: none;
  }
}

                .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 ================= */
        .project-specs {
            font-family: "Austin-News-Headline-Light, sans-serif";
            background: #fff;
            padding: 60px 0;
        }

            /* ================= CONTAINER ================= */
            .project-specs .breadcrumb,
            .project-specs .specs-grid {
                max-width: 1300px;
                margin: 0 auto;
                padding: 0 69px;
            }

        /* ================= BREADCRUMB ================= */
        .breadcrumb {
            margin-bottom: 40px;
            font-size: 14px;
            color: #555;
            line-height: 1.6;
        }

            .breadcrumb span {
                margin: 0 6px;
            }

            .breadcrumb strong {
                color: #000;
                font-weight: 300;
            }

        /* ================= GRID ================= */
        .specs-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3px 70px;
        }

        /* ================= ITEM ================= */
        .spec-item {
            padding-bottom: 14px;
            border-bottom: 1px solid #999;
        }

            .spec-item span {
                font-size: 14px;
                color: #444;
            }

            .spec-item strong {
                display: block;
                margin-top: 8px;
                font-size: 18px;
                font-weight: 300;
                color: #000;
            }

        /* ================= RESPONSIVE ================= */

        /* Laptop */
        @media(max-width:1200px) {

            .project-specs .breadcrumb,
            .project-specs .specs-grid {
                padding: 0 40px;
            }
        }

        /* Tablet */
        @media(max-width:992px) {
            .specs-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px 40px;
            }
        }

        /* Mobile */
        @media(max-width:576px) {
            .project-specs {
                padding: 40px 0;
            }

                .project-specs .breadcrumb,
                .project-specs .specs-grid {
                    padding: 0 18px;
                }

            .breadcrumb {
                font-size: 13px;
                margin-bottom: 30px;
            }

            .specs-grid {
                grid-template-columns: 1fr;
                gap: 22px;
            }

            .spec-item {
                padding-bottom: 10px;
            }

                .spec-item strong {
                    font-size: 18px;
                }
        }

        .why-invest-section {
            background: #ccc;
            padding: 20px 20px;
        }

        .why-box {
            border: 2px solid #58be07;
            padding: 15px 20px;
            text-align: center;
            color: #000000;
            height: 80%;
        }

            .why-box h5 {
                font-size: 15px;
                margin-bottom: 10px;
                font-weight: 500;
            }

            .why-box p {
                font-size: 12px;
                opacity: 0.9;
            }

        /* Desktop: NO SLIDER FEEL */
        @media (min-width: 992px) {
            .whySwiper .swiper-wrapper {
                display: grid;
                grid-template-columns: repeat(6, 1fr);
                gap: 24px;
                transform: none !important;
            }

            .whySwiper .swiper-slide {
                width: 100% !important;
            }
        }

            /* 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;
  }
}
.m3m-about-layout {
    padding: 90px 0;
    background: #fff;
}

/* LEFT */
.left-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
    color: #111;
    font-family: "Playfair Display", serif;
}

.left-text {
    font-size: 15px;
    color: #555;
    
    margin-bottom: 40px;
}

/* STATS GRID */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}

.stat-item h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.stat-item p {
    font-size: 16px;
    color: #444;
    margin: 5px 0 0;
    
}

/* RIGHT */
.right-content {
    padding-left: 40px;
}

.right-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

/* CTA */
.cta-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 30px;
    background: #4CAF50;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #3aa143;
}

/* MOBILE */
@media (max-width: 991px) {
    .right-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .left-title {
        font-size: 36px;
    }
}
   .coming_soon_section {
    background: #e2e2e2;
    padding: 60px 0;
}
/* 
.best_project_heading {
    font-size: 36px;
    font-weight: 600;
} */

.best_project_heading span {
    color: #045ba8;
}

/* Scroll Wrapper */
.launch_scroll_wrapper {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.launch_scroll_wrapper::-webkit-scrollbar {
    display: none;
}

/* Card */
.launch_box {
    min-width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    flex-shrink: 0;
    transition: 0.3s ease;
}

.launch_box:hover {
    /*transform: translateY(-8px);*/
}

.launch_box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.launch_content {
    padding: 20px;
}

.launch_content h5 {
    font-size: 18px;
    font-weight: 600;
}

.launch_content p {
    color: #666;
}

.price {
    color: #045ba8;
    font-weight: 700;
    font-size: 20px;
}

.get_full {
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

.get_full:hover {
    color: #045ba8;
}

/* Scroll Buttons */
.scroll_icon {
    cursor: pointer;
    font-size: 22px;
    margin-left: 15px;
}
.heading_box {
    position: relative;
}

/* Scroll Buttons */
.scroll_btn {
    display: flex;
    gap: 12px;
}

.scroll_icon {
    cursor: pointer;
    font-size: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
   margin-bottom: 30px;
    transition: 0.3s ease;
}

.scroll_icon:hover {
    background: #045ba8;
    color: #fff;
}

/* ðŸ”¥ Mobile Positioning */
@media (max-width: 768px) {

    .best_project_heading {
        font-size: 24px;
    }

    .scroll_btn {
        position: absolute;
        right: 120px;
        bottom: -480px;
    }

    .scroll_icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .launch_box {
        min-width: 85%;
    }
}

   .residential-premium {
  padding: 30px 0;
  background: #f4fbf9;
}

.section-title {
    position: relative;
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
    letter-spacing: 1px;
}

.section-title span {
  background: linear-gradient(45deg, #009688, #1976d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}


.project-sort {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sort-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 6px 18px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.sort-dropdown:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.sort-label {
  font-size: 13px;
  font-weight: 600;
  color: #777;
  margin-right: 10px;
  letter-spacing: 0.5px;
}

.sort-dropdown select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  cursor: pointer;
  padding-right: 25px;
}

.sort-dropdown i {
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #999;
  pointer-events: none;
  transition: 0.3s;
}

/* Focus effect */
.sort-dropdown select:focus + i {
  transform: rotate(180deg);
}


.project-sort label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}



.project-sort select:hover {
  border-color: #1976d2;
}

@media (max-width: 768px) {

  .project-top-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .project-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .project-sort label {
    font-size: 13px;
    white-space: nowrap;
  }

  .project-sort select {
    flex: 1;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
  }

      .project-tabs {
    gap: 8px;
    padding-bottom: 5px;
  }

  .tab-btn {
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
  }

}

/* Tabs */
.project-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: nowrap;              /* important */
  overflow-x: auto;               /* enable horizontal scroll */
  scroll-behavior: smooth;
  padding-bottom: 10px;
}
.project-tabs::-webkit-scrollbar {
  display: none;
}
.project-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-btn {
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #1976d2;
  background: transparent;
  color: #1976d2;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;            /* prevent line break */
  flex-shrink: 0;
}

.tab-btn.active,
.tab-btn:hover {
  background: linear-gradient(45deg, #009688, #1976d2);
  color: #fff;
  border: none;
}

.tab-btns {
  padding: 5px 15px;
  border-radius: 6px;
  border: 1px solid #1976d2;
  background: transparent;
  color: #1976d2;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;            /* prevent line break */
  flex-shrink: 0;
}

.tab-btns.active,
.tab-btns:hover {
  background: linear-gradient(45deg, #009688, #1976d2);
  color: #fff;
  border: none;
}


/* Card */
.card-box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
    border: 1px solid #ddd;
  transition: 0.4s;
}

.card-box:hover {
  transform: translateY(-10px);
  
}

.card-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}



.view-btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  background: linear-gradient(45deg, #009688, #1976d2);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.view-btn:hover {
  opacity: 0.9;
}

/* Hide animation */
.project-card {
  display: block;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .project-tabs {
    padding-left: 5px;
  }

  .tab-btn {
    font-size: 14px;
    padding: 8px 18px;
  }
}

.hero-video {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background: #000;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay Center Content */
.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

/* Play Pause Button */
.video-control {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-control:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Mobile */
@media (max-width: 768px) {
    .hero-video {
        height: 100vh;
        display: none;
        /* Full screen mobile */
    }

    .hero-video video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

    .hero-logo {
        max-width: 260px;
    }
}

.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);
}

    .invest-m3m-section {
  padding: 40px 0;
  background: #f8f6f1;
}

.invest-image img {
  border-radius: 10px;
 
  transition: 0.4s ease;
}

.invest-image img:hover {
  transform: scale(1.03);
}

.invest-content {
  padding-left: 40px;
}

.invest-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  margin-bottom: 6px;
  color: #1f1f1f;
}

.invest-content p {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 18px;
}

.invest-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 30px;
  background: #57b800;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.invest-btn:hover {
  background: #3f8e00;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .invest-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .invest-content h2 {
    font-size: 30px;
  }
}
.project-content {
  padding: 10px;
}

.project-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  
}

.project-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #777;
  padding: 5px 0px 5px;
  /* margin-bottom: 4px; */
  /* border-bottom: 1px solid #ddd; */
}

.project-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0px;
}

/* PRICE LEFT | CTA RIGHT */
.project-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    gap: 20px;
}

.project-price span {
    display: block;
    font-size: 14px;
    color: #1e6dfa;
    margin-bottom: 0px;
}

.project-price strong {
    font-size: 26px;
    font-weight: 800;
    color: #0346ad;
    white-space: nowrap; /* prevents â‚¹ break */
}

.project-footer .btn {
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #045ba8;
    color: #000;
}
.project-footer .btn:hover {
    background: #045ba8;
    color: #fff;
}
/* Title wrap */
.project-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Small Launch Badge */
/* .launch-badge {
   border: 1px solid #58be07;
    color: #000;
    font-size: 10px;
    padding: 4px 4px;
    border-radius: 5px;
    font-weight: 600;
} */

/* Image Ribbon */
.card-img {
    position: relative;
    overflow: hidden;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.ribbon {
  --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) {

  .ribbon {
    --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;
  }

}
.blog-section {
    padding: 30px 0;
}

/* Card */
.blog-card {
    border: 1px solid #ddd;
    height: 100%;
    background: #fff;
}

/* Image */
.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Tag */
.blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 4px 14px;
    font-size: 12px;
    border-radius: 20px;
}

.blog-tag.green {
    background: #4CAF50;
    color: #fff;
}

.blog-tag.white {
    background: #fff;
    color: #000;
}

/* Content */
.blog-content {
    padding: 20px;
}

.blog-date {
    font-size: 13px;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

.blog-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px;
}

/* Footer */
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-more {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.arrow-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.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;
}
.land-section {
    background: #f8f9fc;
    padding: 30px 0;
}

.land-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.land-image {
    flex: 1;
    position: relative;
}

.land-image img {
    width: 100%;
    border-radius: 16px;
    display: block;
    
}

.image-overlay {
    position: absolute;
    inset: 0;
    border-radius: 16px;
   
}

.land-content {
    flex: 1;
}

.tagline {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #6c757d;
    display: block;
    margin-bottom: 15px;
}

.land-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f1e3a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.land-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.land-btn {
    display: inline-block;
    background: #1f6fff;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.land-btn:hover {
    background: #1557cc;
    transform: translateY(-2px);
}
@media (max-width: 992px) {

    .land-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .land-content h2 {
        font-size: 32px;
    }

}
.about-badge {
    display: inline-block;
    background: #e3e3e35c;
    color: #6b6565;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}


.invest-subtext {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.invest-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    width: 25px;
    height: 25px;
    background: #045ba8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}


/* Button */
.invest-btn {
    display: inline-block;
    background: #045ba8;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.invest-btn:hover {
    background: #57b800;
}
@media (max-width: 992px) {
    .invest-heading {
        font-size: 30px;
    }

    .invest-features {
        grid-template-columns: 1fr;
    }
}
.best_project_heading {
    position: relative;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #222;
    margin: 30px 0;
    display: inline-block;
}

.best_project_heading span {
    color: #0bbf64;   /* Green highlight */
}

/* Left Line */

.best_project_heading::after {
       content: "";
    position: absolute;
    top: 50%;
    left: 96%;
    margin-left: 19px;
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, #000000, transparent);
    transform: translateY(-50%);
}

/* .best_project_heading::before {
    right: 100%;
    margin-right: 20px;
    background: linear-gradient(to left, transparent, #0bbf64);
} */

/* Right Line */
.best_project_heading::after {
    left: 90%;
    margin-left: 20px;
}
@media (max-width: 576px) {
    .best_project_heading::before,
    .best_project_heading::after {
        width: 60px;
    }

    .best_project_heading {
        font-size: 28px;
    }
}
.section-title span {
    color: #000000;   /* Green highlight */
}

/* Right Side Line */
.section-title::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 96%;
    margin-left: 19px;
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, #000000, transparent);
    transform: translateY(-50%);
}
@media (max-width: 576px) {
    .section-title {
        font-size: 26px;
    }

    .section-title::after {
        width: 60px;
        margin-left: 10px;
    }
}
/* FORM WRAPPER */
.col-lg-5 .p-4 {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    border-radius: 12px;
}

/* INPUT & SELECT BASE STYLE */
.col-lg-5 .form-control,
.col-lg-5 .form-select {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    height: 52px;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Placeholder Color */
.col-lg-5 .form-control::placeholder {
    color: rgba(0,0,0,0.5);
}

/* Select text color */
.col-lg-5 .form-select {
    color: rgba(0,0,0,0.7);
}

/* Focus Effect */
.col-lg-5 .form-control:focus,
.col-lg-5 .form-select:focus {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
    color: #000;
}

/* Remove Bootstrap default shadow */
.col-lg-5 .form-control:focus,
.col-lg-5 .form-select:focus {
    box-shadow: none;
    border-color: #fff;
}

/* Button Custom */
.col-lg-5 .btn-success {
    background: #58be07;
    color: #fff;
    font-weight: 600;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease;
}


 .simple-hero {
    position: relative;
    height: 45vh;
    min-height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

/* Background Image */
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay */
.simple-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* Content */
.simple-hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

/* Breadcrumb */
.breadcrumb-custom {
    margin-top: 90px;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumb-custom a {
    color: #1178d3;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 700;
}

.breadcrumb-custom a:hover {
    text-decoration: underline;
}

.breadcrumb-custom span {
    margin: 0 6px;
    color: #ccc;
}

.breadcrumb-custom .active {
    color: #fff;
}

/* Heading */
.simple-hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
}

.simple-hero-content p {
    font-size: 18px;
    opacity: 0.9;
}

/* Mobile */
@media (max-width: 767px) {

    .simple-hero {
        height: 50vh;
        padding: 0 15px;
    }

    .simple-hero-content h1 {
        font-size: 26px;
    }

    .simple-hero-content p {
        font-size: 14px;
    }

    .breadcrumb-custom {
        font-size: 12px;
    }
}

.project-filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* scroll wrapper */
.project-filters-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

.project-filters-wrap::-webkit-scrollbar {
    display: none;
}

/* button row */
.project-filters {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: max-content;
    padding: 5px 0;
}

/* filter buttons */
.filter-btn {
    white-space: nowrap;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: #eeeeee;
    font-size: 14px;
    cursor: pointer;
}

.filter-btn.active {
    background: #000;
    color: #fff;
}

/* arrow buttons */
.scroll-btn {
    border: 1px solid #000;
    background: #fff;
    padding: 0px 6px;
    font-size: 15px;
    
    border-radius: 10px;
}

/* disabled arrows */
.scroll-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #999;
    color: #999;
}

/* ❌ hide arrows on mobile */
@media (max-width: 991px) {
    .scroll-btn {
        display: none;
    }
}

 .property-search-bar {
  background: #f5f6f7;
  padding: 20px 0;
    position: sticky;
  top: 0;
  z-index: 5;

}

/* .search-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
} */

/* Search Box */
.search-input {
  flex: 2;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 8px 15px;
  border: 1px solid #ddd;
}

.search-input i {
  font-size: 16px;
  color: #888;
  margin-right: 8px;
}

.search-input input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

/* Dropdown */
.filter-select {
  flex: 1;
  min-width: 150px;
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

/* Button */
.find-btn {
  padding: 10px 25px;
  border-radius: 50px;
  border: none;
  background: #0346ad;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.find-btn:hover {
  background: #0346ad;
}
@media (max-width: 768px) {

  .search-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .search-input,
  .filter-select,
  .find-btn {
    width: 100%;
  }

}
/* Mobile Filter Button Hidden by Default */
/* Hide mobile filter button on desktop */
.mobile-filter-toggle{
  display:none;
}

/* Keep desktop layout normal */
.mobile-top-row{
  display:flex;
  align-items:center;
  gap:12px;
}

.search-input{
  flex:1;
}

/* MOBILE ONLY */
@media(max-width:768px){

  .search-wrapper{
    flex-direction:column;
  }

  .mobile-top-row{
    display:flex;
    width:100%;
  }

  .search-input{
    flex:1;
    width:100%;
  }

  .mobile-filter-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:45px;
    height:45px;
    border-radius:50%;
    border:1px solid #ddd;
    background:#fff;
  }

  .filter-options{
    display:none;
    flex-direction:column;
    gap:10px;
    margin-top:10px;
    width:100%;
  }

  .filter-options.active{
    display:flex;
  }

}
/* DESKTOP ONLY */

@media (min-width: 992px) {

  .search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  /* BIG SEARCH */
  .search-input {
    flex: 3.5;              
    min-width: 380px;
    height: 54px;           
    padding: 0 22px;
  }

  .search-input input {
    font-size: 16px;
  }

  /* SMALL DROPDOWNS */
  .filter-select {
    flex: 1;                
    min-width: 150px;       
    height: 44px;           
    font-size: 14px;
  }

  /* BUTTON SIZE BALANCE */
  .find-btn {
    height: 44px;
    padding: 0 22px;
  }

}
.location-section {
    background: #f3f3f3;
    padding: 30px 0;
}

.location-section:nth-child(even) {
    background: #ffffff;
}

.location-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

.location-image {
    flex: 1;
}

.location-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.location-content {
    flex: 1;
}

.location-content h2 {
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 500;
    /* margin-bottom: 25px; */
    font-family: serif;
    color: #111;
}

.location-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
    /* max-width: 520px; */
}

.location-btn {
    display: inline-block;
    background: #0346ad;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.location-btn:hover {
    background: #091d33;
    transform: translateY(-2px);
}
@media (max-width: 992px) {

    .location-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .location-image img {
        height: 320px;
    }

    .location-content {
        text-align: center;
    }

    .location-content p {
        margin: 0 auto 25px;
    }
}

@media (max-width: 576px) {

    .location-section {
        padding: 60px 0;
    }

    .location-image img {
        height: 250px;
    }

    .location-content h2 {
        font-size: 26px;
    }

    .location-btn {
        width: 100%;
        padding: 14px;
    }
}
.starting-badge {
    display: inline-block;
    background: #9fb61c;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}
    .premium-header{
    /* position:fixed; */
    top:0;
    width:100%;
    background:#fff;
    z-index:999;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 40px;
}

.logo img{
    height:45px;
}

.header-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.call-btn{
    font-size:18px;
    cursor:pointer;
}

.menu-toggle{
    width:28px;
    cursor:pointer;
}

.menu-toggle span{
    display:block;
    height:2px;
    background:#000;
    margin:6px 0;
    transition:0.3s;
}

/* ================= SIDE MENU ================= */

.side-menu{
    position:fixed;
    top:0;
    right:-100%;
    width:380px;
    height:100vh;
    background:#fff;
    padding:40px;
    transition:0.4s ease;
    box-shadow:-10px 0 30px rgba(0,0,0,0.15);
    z-index:1000;
    overflow-y:auto;
}

.side-menu.active{
    right:0;
}

.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.5);
    display:none;
    z-index:998;
}

.menu-overlay.active{
    display:block;
}

.menu-close{
    text-align:right;
    font-size:22px;
    cursor:pointer;
}

.menu-logo{
    height:50px;
    margin:20px 0 40px;
}

/* ================= MENU LIST ================= */

.menu-list{
    list-style:none;
    padding:0;
    margin:0;
}

.menu-list li{
    margin-bottom:12px;
}

.menu-list a,
.dropdown-toggle{
    text-decoration:none;
    font-size:16px;
    color:#111;
    font-weight:500;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    padding:8px 0;
    transition:0.3s;
}

.menu-list a:hover,
.dropdown-toggle:hover{
    color:#0a70a1;
}

/* ================= SUBMENU ================= */

.submenu{
    list-style:none;
    padding-left:15px;
    max-height:0;
    overflow:hidden;
    transition:0.4s ease;
}

.submenu.open{
    max-height:500px;
}

.submenu li{
    margin:6px 0;
}

.submenu a{
    font-size:14px;
    font-weight:400;
    color:#555;
}

/* Bottom */
.menu-bottom{
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid #eee;
}

.menu-bottom a{
    text-decoration:none;
    font-weight:600;
    color:#0a70a1;
}

/* Responsive */
@media(max-width:768px){
    .side-menu{
        width:100%;
    }
}
