.repm-multistep-form { max-width: 600px; margin: 32px auto; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px #ddd; padding: 30px; }
.repm-step { margin-bottom: 20px; }
.repm-step h3 { color: #1d3557; }
.repm-next-btn, .repm-prev-btn, .repm-step button[type="submit"] {
    display: inline-block; background: #457b9d; color: #fff; padding: 10px 22px; border-radius: 4px; margin: 12px 8px; cursor: pointer; border: none; font-size: 16px;
}
.repm-prev-btn { background: #adb5bd; }
.repm-progress-bar { width: 100%; background: #e0e0e0; height: 8px; border-radius: 4px; margin-bottom: 18px; }
.repm-progress-bar div { height: 8px; background: #457b9d; border-radius: 4px; width: 25%; transition: width 0.3s; }
.repm-listing { display: flex; flex-wrap: wrap; gap: 20px; }
.repm-listing-item { background: #f1f3f4; padding: 14px; border-radius: 7px; width: 230px; box-shadow: 0 1px 6px #ccc; }
.repm-listing-item img { border-radius: 7px; }
.repm-listing-amenities { margin-top: 8px; }
.repm-listing-amenities .repm-icon { margin-right: 8px; font-size: 13px; color: #2a9d8f; }
.repm-single-property { max-width: 820px; margin: 40px auto; background: #fff; padding: 32px; border-radius: 11px; box-shadow: 0 2px 20px #ddd; }
.repm-single-gallery img { margin: 5px 10px 10px 0; border-radius: 7px; }
.repm-single-details p { margin: 6px 0; }
.repm-single-amenities { margin: 18px 0; }
.repm-single-amenities .repm-icon { margin-right: 14px; font-size: 18px; color: #e76f51; }

.container-custom {
    max-width: 1400px;
    font-family: "Rokkitt", Sans-serif;
}