.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

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

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.agency-logo-ctn {
    display: inline-block;
    width: 200px;
}

.agency-logo-ctn img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

/* homepage search bar */
.quick-search .input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}

.quick-search .input-wrapper input {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #bcbcbc;
    padding: 0px;
    line-height: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    height: 47px;
    appearance: none;
    text-transform: uppercase;
    background: transparent;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: none !important;
    outline: none !important;
}

.autocomplete-suggestions {
    border: solid 1px #bcbcbc;
    background: #fff;
    padding: 0 15px;
    overflow-x: auto;
}

/* team section */
.team-swiper .swiper-wrapper {
    width: 80%;
}

.team-swiper .swiper-button-next, 
.team-swiper .swiper-button-prev {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    color: #dc1c2e;
    border: solid 1px #dc1c2e;
    background: rgba(255, 255, 255, .8);
    outline: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.4s all ease;
    z-index: 1000;
}

.team-swiper .swiper-button-prev:after, 
.team-swiper .swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-swiper .swiper-button-next:hover, 
.team-swiper .swiper-button-prev:hover {
    color: #fff;
    background: #dc1c2e;
}

.team-card {
    position: relative;
}

.team-card .team-img {
    aspect-ratio: 9 / 16;
}

.team-card .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card .team-description-ctn {
    width: 100%;
    height: 100%;
    max-height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(185, 43, 51, 0.8);
    padding: 20px 15px;
    text-align: center;
    transition: all .5s ease;
}

.team-card:hover .team-description-ctn {
    max-height: 100%;
}

.team-card .top-ctn {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.team-card:hover .top-ctn {
    justify-content: center;
}

.team-card .team-name {
    margin-bottom: 15px;
}

.team-card .team-name h3 {
    font-size: 24px;
    color: #fff;
}

.team-card .team-name p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .050em;
    color: #fff;
}

.team-card .team-bio {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1s ease
}

.team-card:hover .team-bio {
    height: fit-content;
    opacity: 1; 
}

.team-card .team-bio p {
    line-height: 1.5;
    color: #fff;
}

.team-card .team-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.team-card .team-contact a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50%;
}

.team-card .team-contact a:hover {
    border-color: #dc1c2e;
    background-color: #dc1c2e;
}

/* contact form consent message */
#contact-modal .consent-ctn label,
#schedule-showing-modal .consent-ctn label,
.consent-ctn label {
    font-size: 14px;
    text-align: left;
    text-transform: initial;
    color: #000;
}

.consent-ctn a {
    color: #000;
    text-decoration: underline;
}

.contactform .consent-ctn label,
.contactform .consent-ctn a {
    color: #fff;
}

/* new pagination buttons style start */
.nolist {
    padding: 0;
}

.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;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover {
    color: #fff;
    background: #000;
}

.current-page-pagination {
    color: #fff;
    background: #000;
}
/* new pagination buttons style end */

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

/* 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: 55px!important;
    line-height: 39px;
    padding: 0 22px;
    margin-top: 10px;
    font-size: 14px;
    border: solid 2px #dc1c2e!important;
    color: #fff!important;
    transition: all 250ms ease-in-out;
    background: #dc1c2e!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: #dc1c2e!important;
    border-color: #dc1c2e;
    background: transparent!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: #000!important;
    border: solid 1px #000!important;
    background: #dc1c2e;
    margin-top: 25px;
    transition: all 250ms ease-in-out;
}

/* submit button hover style */
#multi-step-form .fw-btn-submit:hover {
    color: #dc1c2e!important;
    border-color: #dc1c2e;
    background: transparent!important;
}

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

/* single property page */
.single-properties .header {
    background: #000;
    padding: 10px 20px;
}

#contact-modal .form-control,
#schedule-showing-modal .form-control {
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    color: #000 !important;
    margin-bottom: 15px;
    border: 1px solid #000 !important;
    height: 45px;
    padding: 0px 15px;
}

#contact-modal textarea.form-control,
#schedule-showing-modal textarea.form-control {
    height: 130px;
    resize: none;
}

/* testimonial page */
.testimonial-form-section {
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 6%,rgba(255,255,255,0.8) 33%,rgba(255,255,255,0.8) 63%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%), url(../images/bg-home.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.testimonial-form {
    padding: 50px 50px;
    background: rgba(255, 255, 255, 0.6);
}

.testimonial-form input,
.testimonial-form textarea {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #bcbcbc;
    padding: 0px;
    line-height: 15px;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    height: 47px;
    appearance: none;
    text-transform: uppercase;
    background: transparent;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: none !important;
    outline: none !important;
}

.testimonial-form textarea {
    height: 125px;
    resize: none;
}

.testimonial-form input:focus,
.testimonial-form textarea:focus {
    background: transparent;
}
