.elementor-17 .elementor-element.elementor-element-2f04fd2:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-2f04fd2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://brickzerealty.com/wp-content/uploads/2026/06/bgproject.avif");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17 .elementor-element.elementor-element-2f04fd2 > .elementor-background-overlay{background-color:#000000;opacity:0.67;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17 .elementor-element.elementor-element-2f04fd2 > .elementor-container{min-height:466px;}.elementor-17 .elementor-element.elementor-element-2f04fd2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-7805b6c{text-align:center;}.elementor-17 .elementor-element.elementor-element-7805b6c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:45px;font-weight:bold;text-transform:uppercase;color:#FFFFFF;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-f420af0 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-f420af0 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-17 .elementor-element.elementor-element-f420af0{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-17 .elementor-element.elementor-element-f420af0 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-ecb84f3{margin-top:-188px;margin-bottom:0px;}.elementor-bc-flex-widget .elementor-17 .elementor-element.elementor-element-9dd94d6.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-17 .elementor-element.elementor-element-9dd94d6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}/* Start custom CSS for html, class: .elementor-element-453a812 */.projects-section {
            max-width: 1400px;
            margin: 0 auto;
            padding: 4rem 1.5rem;
        }

        /* ----- SLOGAN STYLES ----- */
        .section-heading {
            font-size: 32px;
            font-weight: 700;
            letter-spacing: -0.3px;
            color: #fff;
            text-align: center;
            margin-bottom: 12px;
            position: relative;
        }

        .section-heading .highlight {
            background: linear-gradient(135deg, #B68B40, #ffcb72);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.section-subhead {
    text-align: center;
    font-size: 15px;
    color: #3e3e3e;
    max-width: 680px;
    margin: 0 auto 48px auto;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.2px;
    background: #f9f6e5;
    padding: 18px;
}

        .cards-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
        }
        .btn-detail.btn-enquiry:hover a {
            color:#fff;
        }

 .project-card {
            flex: 1 1 340px;
            max-width: 380px;
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.02);
            transition: transform 0.25s ease, box-shadow 0.3s ease;
            overflow: hidden;
            border: 1px solid #EAE3D8;
            display: flex;
            flex-direction: column;
        }

        .project-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 28px 40px -16px rgba(0, 0, 0, 0.12);
            border-color: #DCCFAF;
        }

        /* ----- IMAGE STYLES ----- */
        .card-media {
            background: #EADECB;
            padding: 1.2rem 1rem 1rem 1rem;
            text-align: center;
            position: relative;
            min-height: 180px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .card-media img {
            width: 100%;
            height: auto;
            max-height: 200px;
            object-fit: cover;
            border-radius: 18px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
            display: block;
            background: #f0ebe3;
            transition: transform 0.3s ease;
        }

        .project-card:hover .card-media img {
            transform: scale(1.01);
        }

        .badge-luxury {
            display: inline-block;
            background: rgba(30, 47, 44, 0.75);
            backdrop-filter: blur(4px);
            padding: 6px 14px;
            border-radius: 100px;
            font-size: 12px;
            font-weight: 600;
            color: #F6EFE2;
            letter-spacing: 0.4px;
            margin-bottom: 12px;
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 2;
        }

        .tag-status {
            background: #F2E2C9;
            color: #9B7A47;
            font-size: 12px;
            font-weight: 700;
            border-radius: 40px;
            padding: 4px 14px;
            display: inline-block;
            margin-top: 10px;
            position: absolute;
            bottom: 12px;
            right: 12px;
            z-index: 2;
        }

        .property-icon {
            font-size: 48px;
            margin: 8px 0 4px;
            filter: drop-shadow(2px 6px 10px rgba(0,0,0,0.1));
        }

        .card-content {
            padding: 1.5rem 1.5rem 1.8rem;
            flex: 1;
        }

        .project-title {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: -0.3px;
            color: #1E2F2C;
            margin-bottom: 4px;
            line-height: 1.25;
        }

        .project-location {
            font-size: 16px;
            color: #B48C48;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 6px 0 12px 0;
        }

        .spec-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 16px;
            margin: 14px 0 14px;
            font-size: 14px;
            background: #F9F6F0;
            padding: 10px 14px;
            border-radius: 24px;
        }

        .spec-list span {
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 500;
            color: #2F4943;
        }

        .price-info {
            font-size: 24px;
    font-weight: 800;
    color: #ef0000;
    margin: 6px 0 8px;
    letter-spacing: -0.2px;
        }

        .price-info small {
            font-size: 14px;
            font-weight: 500;
            color: #6F7E7A;
        }

        .possession {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #F2EFE9;
            padding: 6px 14px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 500;
            color: #4A5B56;
            margin: 8px 0 12px;
        }

        .amenities-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 16px 0 10px;
            border-top: 1px solid #EDE5D9;
            padding-top: 16px;
        }

        .amenities-row span {
            font-size: 13px;
            background: #F3EFE8;
            border-radius: 32px;
            padding: 4px 12px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #4D5F5A;
            font-weight: 500;
        }

        .rera-badge {
            font-size: 14px;
            background: #FFF7ED;
            color: #A87C40;
            padding: 5px 10px;
            border-radius: 50px;
            display: inline-block;
            margin: 10px 0 0;
            font-weight: 500;
            font-family: monospace;
            letter-spacing: 0.3px;
        }

        /* ----- BUTTON GROUP (two buttons) ----- */
        .btn-group {
            display: flex;
            gap: 10px;
            margin-top: 18px;
            width: 100%;
        }

        .btn-group .btn-detail {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 16px;
            border-radius: 44px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.25s ease;
            border: none;
            cursor: pointer;
            gap: 6px;
            min-width: 0;
        }

        .btn-view {
            background: #1E2F2C;
            color: white;
        }

        .btn-view:hover {
            background: #B68B40;
            color: #0F1F1C;
        }

        .btn-enquiry {
            background: #B68B40;
            color: #0F1F1C;
            box-shadow: 0 4px 14px rgba(182, 139, 64, 0.25);
        }
        .btn-detail.btn-view a {
            color:#fff;
        }

        .btn-enquiry:hover {
            background: #D4A85C;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(182, 139, 64, 0.35);
        }

        .location-highlights {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 4px;
            font-size: 13px;
            color: #43645C;
            font-weight: 500;
        }

        .location-highlights i {
            font-style: normal;
            background: #E9E2D6;
            padding: 2px 10px;
            border-radius: 30px;
        }

        @media (max-width: 800px) {
            .projects-section { padding: 2rem 1rem; }
            .section-heading { font-size: 32px; }
            .project-title { font-size: 1.5rem; }
            .price-info { font-size: 1.4rem; }
        }

        @media (max-width: 480px) {
            .cards-container { gap: 1.5rem; }
            .card-content { padding: 1.2rem; }
            .spec-list { gap: 6px 10px; }
            .amenities-row span { font-size: 12px; }
            .btn-group {
                flex-direction: column;
                gap: 8px;
            }
            .btn-group .btn-detail {
                padding: 14px 16px;
            }
        }
        @media (min-width: 769px) {
            .card-content {
                max-height:450px;
                overflow-y:scroll;
            }
        }

        .card-content::-webkit-scrollbar {
    width: 6px;
}

.card-content::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 20px;
}

.card-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #f9f6e5, #a68363);
    border-radius: 20px;
}

.card-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #f9f6e5, #a68363);
}/* End custom CSS */