.elementor-362 .elementor-element.elementor-element-ca0e7c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6b1a4aa */body {
    font-family: Poppins;
    margin: 0;
    background: #f8f8f6;
}

/* HERO */
.hero {
    position: relative;
}

.hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    bottom: 40px;
    left: 60px;
    color: #fff;
}

.hero h1 {
    font-size: 40px;
    margin: 5px 0;
}

.badge {
    background: #D4AF37;
    padding: 6px 12px;
    border-radius: 20px;
}

/* MAIN */
.property-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    padding: 60px;
}

/* LEFT */
.left h2 {
    margin-bottom: 10px;
}

.left p {
    color: #555;
}

/* FEATURES */
.features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin: 20px 0;
}

/* GALLERY */
.gallery {
    display: flex;
    gap: 10px;
}

.gallery img {
    width: 32%;
    border-radius: 10px;
}

/* RIGHT */
.right {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    height: fit-content;
}

/* PRICE */
.price-box h1 {
    margin: 5px 0;
    color: #D4AF37;
}

/* DETAILS */
.details p {
    margin: 8px 0;
}

/* BUTTON */
.btn {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 25px;
    border: none;
    background: #0f172a;
    color: #fff;
    cursor: pointer;
}

.btn.outline {
    background: transparent;
    border: 1px solid #ccc;
    color: #000;
}/* End custom CSS */