:root {
  --accent-color: #e60000;
}

.bigger-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  max-width: 1440px;
}

#mw-messages {
    bottom: 70px!important;
}

.sold-map,
#sold_map {
    overflow-x: hidden;
}

#progress {
    max-width: 400px!important;
    width: 100%!important;
}

.prop-page-banner {
  margin-top: 150px;
}

.mw-calc-table > tbody > tr.active > td > input[readonly],
.mw-calc-table > tbody > tr.active > td > textarea[readonly] {
  color: #000 !important;
}

#calculate_lt {
  border-radius: 0px;
  color: #fff !important;
  border: 0px;
  padding: 0px 50px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 64px;
  display: inline-block;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  font-family: "Work Sans", sans-serif;
  background: #000 !important;
}

#calculate_lt:hover {
  background: var(--accent-color) !important;
  color: #fff !important;
}

.section-title h1 {
  font-size: 40px;
  line-height: 1.4;
}

.properties .btn-default.active {
  color: #fff;
  border-color: #e60000;
  background: #e60000;
}

.ip-about {
  padding-top: 120px;
}

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

.about.ip-about .section-title h1 {
  text-wrap: balance;
}

/* new pagination buttons style start */
.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
}

.my-pagination-btn {
    display: inline-block;
    min-width: 55px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: solid 1px #000;
    background: transparent;
    padding: 12px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover,
.current-page-pagination {
    color: #fff;
    border-color: #e60000;
    background: #e60000;
}
/* new pagination buttons style end */

/* MARKETING ALERT START */
.alerts-section {
    padding: 50px 0;
}

.alerts-section .bg {
    background: #272525;
    padding: 50px;
}

/* progress bar */
#multi-step-form .fw-progress-bar-container,
#multi-step-form .fw-step-part-title {
    display: none!important;
}

@media (min-width: 769px) {
    #multi-step-form .fw-wizard-step-header-container {
        margin-bottom: 0;
    }
}

/* left border */
#multi-step-form .fw-step-part {
    background-color: transparent!important;
    border-left: none!important;
}

@media (min-width: 769px) {
    #multi-step-form .fw-step-part {
        padding: 0!important;
        border-left: none!important;
        background-color: transparent!important;
    }
}

/* steps title + form label */
#multi-step-form span.msf-h3 {
    font-size: 24px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height: 2!important;
    color: #000!important;
    margin: 0!important;
}

/* title text + checkbox labels */
#multi-step-form .fw-wizard-step-header p,
#multi-step-form [data-type=fw-radio] label, #multi-step-form [data-type=fw-checkbox] label,
.fw-paragraph-container {
    font-size: 18px!important;
    color: #000;
}

/* checkboxes display */
@media screen and (min-width: 577px) { 
    #multi-step-form .fw-choice.fw-input-container {
        display: inline-block;
        width: 49%;
        margin-bottom: 0;
    }
}

/* checkboxes check */
#multi-step-form [data-type=fw-checkbox] input[type=checkbox]:checked+label:before, 
#multi-step-form ul.fw-progress-bar li.fw-active .fw-txt-ellipsis {
    color: #000 !important;
}

/* step 3 inputs labels */
.alerts-section #multi-step-form [data-type=fw-text] .fw-input-container label {
    margin-top: 0!important;
}

/* button container */
#multi-step-form .fw-wizard-buttons {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

@media (max-width: 768px) {
    #multi-step-form .fw-wizard-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* buttons styling */
#multi-step-form .fw-wizard-buttons button, 
#multi-step-form .fw-wizard-buttons .fw-btn {
    height: 45px!important;
    line-height: 39px;
    padding: 0 22px;
    margin-top: 10px;
    font-size: 14px;
    border: solid 1px #000!important;
    color: #fff!important;
    transition: all 250ms ease-in-out;
    background-color: #000!important;
    opacity: 1!important;
}

/* button hover style */
#multi-step-form .fw-wizard-buttons button:hover, 
#multi-step-form .fw-wizard-buttons .fw-btn:hover {
    color: #fff!important;
    border: solid 1px #e60000!important;
    background: #e60000!important;
}

#multi-step-form .fw-button-previous, 
#multi-step-form .fw-button-next, 
#multi-step-form .fw-button-fileupload {
    background: transparent !important;
}

/* submit button styling */
#multi-step-form .fw-btn-submit {
    color: #fff!important;
    border: solid 1px #000!important;
    background-color: #000!important;
    margin-top: 25px;
    transition: all 250ms ease-in-out;
}

/* submit button hover style */
#multi-step-form .fw-btn-submit:hover {
    color: #fff!important;
    border: solid 1px #e60000!important;
    background: #e60000!important;
}

/* summary field */
#multi-step-form div.fw-step-summary-field {
    border-left: 8px solid #000!important;
}
/* END REAL ESTATE ALERT */

/* buy sell page */
/* .about.ip-about ul {
    list-style: none;
    padding-left: 2em; 
} */

.about.ip-about ul li {
    padding: 8px 0;
    text-align: justify;
}

/* .about.ip-about ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 21px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/11/right-chevron.png);
    background-color: #e60000;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
} */
