.hero-banner {width: 100%; display: block; background: url(../images_v2/hero-banner.jpg) no-repeat center; height: 450px; margin-top: 75px; background-size: cover; }
.banner-data { width: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 15px;}
.banner-hdr { font-size: 35px; line-height: 48px; color: var(--white); margin: 0;font-weight: var(--font-weight-bold);}
.banner-hdr small { display: block; text-align: center;font-weight: var(--font-weight-medium); font-size: 24px; line-height: 36px; }
.banner-data .cmn-tabs { width: 780px; }
.banner-btm-data { width: 100%; text-align: center; }
.banner-btm-hdr { font-size: 20px; color: var(--white);font-weight: var(--font-weight-medium); line-height: 35px; margin: 0; }
.banner-btm-hdr span { font-size: 35px; font-weight: var(--font-weight-bold); text-decoration: underline; vertical-align: middle; }
.banner-btn-row { width: 100%; display: flex; align-items: center; justify-content: center; gap: 20px; }
.banner-btn-row .btn-light, .calculation-top-row .btn-light { min-width: 215px; background: rgba(255,255,255,0.9); color: var(--body-font-color); border: none; font-size: 16px; font-weight: var(--font-weight-medium); display: flex; align-items: center; justify-content: center; gap: 10px; height: 50px; border-radius: 10px; padding: 15px 20px; line-height: 2; transition: all 0.35s;}
.banner-btn-row .btn-light:hover, .calculation-top-row .btn-light:hover { transform: translateY(-0.25em); outline: none; background: var(--white); }
.cmn-tabs .tab-content .input-group .form-control { height: 50px; border: none; padding: 22px; font-size: 14px; font-weight: var(--font-weight-normal); border-radius: 10px 0 0 10px; }
.cmn-tabs .tab-content .input-group .btn-primary {  width: 130px; border-radius: 0 10px 10px 0; height: 50px; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 16px; font-weight: var(--font-weight-semibold); background: var(--white); color: var(--primary); border-color: var(--white); }
.cmn-tabs .tab-content .input-group .btn-primary svg {width: 20px;height: 20px;}
.cmn-tabs .tab-content .input-group .btn-primary svg path { fill: var(--primary); }
.cmn-tabs .tab-content .input-group .btn-primary:hover { background: var(--primary); color: var(--white);}
.cmn-tabs .tab-content .input-group .btn-primary:hover svg path { fill: var(--white); }
.cmn-tabs .tab-content .input-group .btn-primary i { display: flex;}
.other-icons-row { width: 100%; display: block; }
.other-icons-row ul { margin: 0; padding: 0; width: 100%;  display: flex; align-items: center; justify-content: space-between; }
.other-icons-row ul li { list-style-type: none; }
.yellow-txt { color: var(--yellow); font-style: normal; }
.home-search-section { margin: 50px 0 100px; }
.other-icons-row ul li img {width: 110px;}
.other-icons-row ul li .realtor-txt {font-size: 40px;}
.populer-search-row { width: 100%; display: block; margin-top: 0; }
.cmn-hdr { text-align: center; font-size: 40px; font-weight: 800; line-height: 40px; margin-bottom: 30px; color: var(--newfont-color); }
.sale-cmn-data { width: 100%; display: block; margin-bottom: 30px; }

.sale-cmn-data p { font-size: 16px; font-weight: var(--font-weight-normal); line-height: 40px; color: var(--body-font-color); margin-bottom: 15px; }
.sale-cmn-data p a { font-weight: var(--font-weight-medium); color: var(--primary); }
.sale-cmn-data p a:hover { color: var(--body-font-color); }
.sale-cmn-data ul { margin: 0; padding: 0; padding-left: 15px;}
.sale-cmn-data ul li { list-style-type: none; display: block; margin-bottom: 15px; }
.sale-cmn-data ul li a { font-size: 16px;font-weight: var(--font-weight-medium); color: var(--primary); position: relative; padding-left: 20px; padding-right: 10px; display: flex; }
.sale-cmn-data ul li a:hover { color: var(--body-font-color); }
.sale-cmn-data ul li a:after {content: ''; width: 8px; height: 8px; display: inline-block; background: var(--primary); border-radius: 50%; position: absolute; left: 0; top: 6px;}
.sale-btm-section {width: 100%;display: block;padding: 50px;border-radius: 10px;background: var(--light-bg); margin-top: 30px;}
.sale-btm-section .sale-cmn-data { margin: 0; }
.sale-btm-section .sale-cmn-data ul { display: flex; align-items: center;  flex-wrap: wrap; }
.sale-btm-section .sale-cmn-data ul li { width: 30%; }
.trusted-fsbo-section { width: 100%; display: block; background: var(--light-bg); }
.trusted-fsbo-section i img, .for-sale-section i img { border-radius: 10px; }
.trusted-fsbo-data .cmn-hdr { text-align: left; }
.trusted-fsbo-data p { font-size: 16px; font-weight: var(--font-weight-normal); line-height: 40px; color: var(--body-font-color); margin-bottom: 0; }
.trusted-fsbo-data p a { font-weight: var(--font-weight-medium); color: var(--primary); }
.trusted-fsbo-data p a:hover { color: var(--body-font-color); }
.calculation-section { width: 100%; display: block; background: url(../images_v2/calculation-bg.jpg) no-repeat center; height: 450px; background-size: cover; }
.calculation-data { width: 100%; display: flex; flex-direction: column; gap: 50px; }
.calculation-top-row { width: 100%; display: flex; align-items: center; gap: 50px; }
.calculation-hdr { font-size: 35px; line-height: 50px; color: var(--white); font-weight: var(--font-weight-semibold); min-width: 700px; }
.calculation-hdr strong {text-decoration: underline;}
.calculation-top-row .btn-light, .calculation-top-row .btn-secondary { min-width: 500px;}
.sale-cmn-data.trusted-fsbo-data ul li span { position: relative; color: var(--body-font-color); font-weight: var(--font-weight-normal); padding-left: 20px; }
.sale-cmn-data.trusted-fsbo-data ul li span:after {content: ''; width: 8px; height: 8px; display: inline-block; background: var(--primary); border-radius: 50%; position: absolute; left: 0; top: 7px;}
.agent-hdr { font-size: 16px; color: var(--body-font-color); line-height: 40px; margin-bottom: 15px; display: block;font-weight: var(--font-weight-medium); }
.service-cmn-bx { width: 32%; display: flex; align-items: center; column-gap: 8px; flex-wrap: wrap; box-shadow: 0 0 25px rgba(0, 0, 0, 0.09); border-radius: 10px; padding: 5px 28px; min-height: 120px;border: 1px solid var(--border-color);}
.service-cmn-bx span { font-size: 16px; color: var(--body-font-color); font-weight: var(--font-weight-medium); display: block; line-height: 20px;}
.service-cmn-bx span em { font-size: 20px; color: var(--body-font-color);font-weight: var(--font-weight-bold); }
.service-cmn-bx i {width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;background: var(--light-bg);border-radius: 10px;}
.service-between-gap {row-gap: 50px; margin-top: 70px;}
.service-btm-icn { width: 100%; display: flex; align-items: center; gap: 15px; justify-content: flex-start;}
.service-btm-icn i { width: auto;height: auto;background: transparent;border-radius: 0; }
.service-cmn-bx .service-btm-icn i img {  height: 26px; object-fit: cover; max-width: 100%; max-height: 100%; }
.cmn-grey-section { width: 100%; display: block; background: var(--light-bg); }
.buyers-info {width: 100%;display: flex;flex-direction: column;padding: 50px 20px 20px;gap: 10px;}
.buyers-info span { display: block; font-size: 20px; color: var(--body-font-color); font-weight: var(--font-weight-medium); line-height: 26px; }
.buyers-info p { font-size: 16px; font-weight: var(--font-weight-normal); line-height: 40px; color: var(--body-font-color); margin-bottom: 0; }
.buyers-img img { border-radius: 10px; }
.vacation-rental-section { width: 100%; display: block; background: url(../images_v2/vacation-rental-bg.jpg) no-repeat center; height: 350px; background-size: cover; }
.vacation-rental-data { width: 100%; display: flex; align-items: center; flex-direction: column; gap: 15px; margin-top: 20px; }
.vacation-rental-hdr { color: var(--white); font-size: 30px; line-height: 40px;font-weight: var(--font-weight-semibold); margin: 0;}
.vacation-rental-data p { color: var(--white); text-align: center; font-size: 16px; line-height: 30px; margin: 0;}
#phone_group_error span { font-size: 12px; margin: 0; }
.service-package-row { width: 100%; display: block; }
.service-package-row p { text-align: center; font-size: 25px; line-height: 40px; color: var(--body-font-color); }
.service-package-row p a { font-weight: var(--font-weight-medium); color: var(--primary); }
.service-package-row p a:hover { color: var(--body-font-color); }
.service-package-img { width: 100%; display: flex; align-items: center; flex-wrap: wrap; row-gap: 20px; justify-content: center; column-gap: 60px;margin-top: 50px; }
.service-package-img i {width: 14%;text-align: center;}
.service-package-img i img { max-width: 100%; max-height: 100%; object-fit: cover; width: 135px;}
.testimonial-data { width: 100%; display: block; background: var(--white); border-radius: 10px; padding: 35px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.09); min-height: 240px; }
.testimonial-section .owl-stage-outer { padding: 20px; margin: -20px; }
.testimonial-data span { font-size: 18px; font-weight: var(--font-weight-medium); }
.testimonial-data p { font-size: 14px; font-weight: var(--font-weight-normal); line-height: 25px; color: var(--body-font-color); margin-bottom: 0; }
.testimonial-section .cmn-hdr { margin-bottom: 50px; }
.testimonial-section .owl-nav, .property-all-tab-slider .owl-nav, .vr-rent-slider .owl-nav { position: absolute; top: 45%; left: 0; width: 100%;margin: 0; }
.testimonial-section .owl-nav.disabled, .property-all-tab-slider .owl-nav.disabled, .vr-rent-slider .owl-nav.disabled {display: block;}
.testimonial-section .owl-nav .owl-prev, .property-all-tab-slider .owl-nav .owl-prev, .vr-rent-slider .owl-nav .owl-prev { width: 50px; height: 50px; position: absolute; left: -55px; background: var(--white) !important; display: flex; align-items: center; justify-content: center; border-radius: 10px 0 0 10px;}
.testimonial-section .owl-nav .owl-prev span, .property-all-tab-slider .owl-nav .owl-prev span, .vr-rent-slider .owl-nav .owl-prev span { font-size: 0; background: url(../images_v2/slider-arrow.svg) no-repeat center;width: 22px;height: 22px;display: block;transform: rotate(180deg); background-size: 100%; }
.testimonial-section .owl-nav .owl-next, .property-all-tab-slider .owl-nav .owl-next, .vr-rent-slider .owl-nav .owl-next {width: 50px; height: 50px; position: absolute; right: -55px; background: var(--white) !important; display: flex; align-items: center; justify-content: center; border-radius: 0 10px 10px 0;}
.testimonial-section .owl-nav .owl-next span, .property-all-tab-slider .owl-nav .owl-next span, .vr-rent-slider .owl-nav .owl-next span { font-size: 0; background: url(../images_v2/slider-arrow.svg) no-repeat center;width: 22px;height: 22px;display: block; background-size: 100%; }
.vr-rent-slider .owl-nav { display: none;}
.newadded-properties-tabs { width: 100%; display: block; margin-top: 50px; }
.newadded-properties-tabs .cmn-tabs .nav-tabs { margin-left: 0; width: 100%; align-items: center; justify-content: center; margin-bottom: 50px; }
.newadded-properties-tabs .cmn-tabs .nav-tabs .nav-item .nav-link { min-width: 140px;height: 45px; border-radius: 5px; background: transparent; color: var(--body-font-color);display: flex;align-items: center;justify-content: center;gap: 10px; }
.newadded-properties-tabs .cmn-tabs .nav-tabs .nav-item .nav-link.active { background: var(--primary); color: var(--white); }
.newadded-properties-tabs .cmn-tabs .nav-tabs .nav-item .nav-link.active svg path { fill: var(--white); }

.populer-search-row .cmn-tabs .nav-tabs { margin-left: 0; width: 100%; align-items: center; justify-content: center; }
.populer-search-row .cmn-tabs .nav-tabs .nav-item .nav-link { display: flex;align-items: center;justify-content: center;gap: 10px; background: var(--light-bg); color: var(--body-font-color); }
.populer-search-row .cmn-tabs .nav-tabs .nav-item .nav-link.active { background: var(--primary); color: var(--white); }
.populer-search-row .cmn-tabs .nav-tabs .nav-item .nav-link.active svg path { fill: var(--white); }
.populer-search-row .cmn-tabs .tab-content { border: 1px solid rgba(34,34,34,0.5); border-radius: 10px; margin-top: 1px; padding: 30px 20px; }

.cities-links { width: 100%; display: block; }
.cities-links ul { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.cities-links ul li { list-style-type: none; width: 22%; }
.cities-links ul li a { font-size: 14px; color: var(--body-font-color); font-weight: var(--font-weight-medium); position: relative; padding-left: 20px; display: flex; }
.cities-links ul li a:after { content: ''; width: 6px; height: 6px; display: inline-block; background: rgba(34,34,34,0.7); border-radius: 50%; position: absolute; left: 0; top: 6px;}
.cities-links ul li a:hover { color: var(--primary); }
.service-cmn-bx span.realtor-txt {font-size: 25px;color: #D72228;letter-spacing: -3px; font-family: var(--bodoni-font);}
.service-cmn-bx span.realtor-txt strong { color: var(--black); font-family: var(--bodoni-font); }

.additional-service-block {width: 70%;display: flex;flex-wrap: wrap;align-items: center;margin: 0 auto;gap: 20px;}
.testimonial-user-name-row {width: 100%;display: flex;align-items: center;margin-bottom: 10px;gap: 10px;}
.verify-badge { width: 25px; height: 25px; display: flex; position: relative; top: -2px;}
.testimonial-btm-row { width: 100%; display: flex; flex-direction: column; gap: 5px;}
.testimonial-btm-row strong {font-weight: var(--font-weight-medium);color: var(--primary);font-size: 14px;}
.testimonial-btm-row em { font-style: normal;margin-bottom: 10px;font-size: 14px;}
.testimonial-choose-data.additional-service-data {width: 100%;display: block;margin-top: 70px;}
.testimonial-choose-data.additional-service-data .additional-service-block {width: 100%;justify-content: center;}
.additional-service-data .service-cmn-bx { background: var(--white);}
.additional-service-data .service-btm-icn p { margin-bottom: 0; font-size: 15px; line-height: 22px;}
.additional-service-icn-row {width: 100%;display: flex;align-items: center;gap: 10px;}

/**Calender css start**/
.daterangepicker .calendar .calendar-table table { width: 100%; }
.daterangepicker {position: absolute; color: inherit; background-color: var(--white); border-radius: 4px; border: 1px solid #ddd; width: 278px; max-width: none; padding: 0; margin-top: 7px; top: 100px; left: 20px; z-index: 3001; display: none; font-size: 15px; line-height: 1em;box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);}
.daterangepicker:before, .daterangepicker:after {position: absolute;display: inline-block;border-bottom-color: rgba(0, 0, 0, 0.2);content: '';}
.daterangepicker:before {top: -7px;border-right: 7px solid transparent;border-left: 7px solid transparent;border-bottom: 7px solid #ccc;}
.daterangepicker:after {top: -6px;border-right: 6px solid transparent;border-bottom: 6px solid var(--white);border-left: 6px solid transparent;}  
.daterangepicker.opensleft:before {right: 9px;}
.daterangepicker.opensleft:after {right: 10px;}
.daterangepicker.openscenter:before {left: 0;right: 0;width: 0;margin-left: auto;margin-right: auto;}
.daterangepicker.openscenter:after {left: 0;right: 0;width: 0;margin-left: auto;margin-right: auto;}
.daterangepicker.opensright:before {left: 9px;}
.daterangepicker.opensright:after {left: 10px;}
.daterangepicker.drop-up {margin-top: -7px;}
.daterangepicker.drop-up:before {top: initial;bottom: -7px;border-bottom: initial;border-top: 7px solid #ccc;}
.daterangepicker.drop-up:after {top: initial;bottom: -6px;border-bottom: initial;border-top: 6px solid var(--white);}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {float: none;}
.daterangepicker.single .drp-selected {display: none;}
.daterangepicker.show-calendar .drp-calendar {display: block;}
.daterangepicker.show-calendar .drp-buttons {display: block;}
.daterangepicker.auto-apply .drp-buttons {display: none;}
.daterangepicker .drp-calendar {display: none;max-width: 270px;}
.daterangepicker .drp-calendar.left {padding: 8px 0 8px 8px;}
.daterangepicker .drp-calendar.right {padding: 8px;}
.daterangepicker .drp-calendar.single .calendar-table {border: none;}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {color: var(--white); border: solid black; border-width: 0 2px 2px 0; border-radius: 0; display: inline-block; padding: 3px;}
.daterangepicker .calendar-table .next span {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.daterangepicker .calendar-table .prev span {transform: rotate(135deg);-webkit-transform: rotate(135deg);}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {white-space: nowrap; text-align: center; vertical-align: middle; min-width: 32px; width: 32px; height: 30px; line-height: 24px; font-size: 14px; border-radius: 4px; border: 1px solid transparent; white-space: nowrap; cursor: pointer;font-weight: var(--font-weight-medium); font-weight: normal;}
.daterangepicker .calendar-table th { font-weight: var(--font-weight-semibold); }
.daterangepicker .calendar-table {border: 1px solid var(--white);border-radius: 4px;background-color: var(--white);}
.daterangepicker .calendar-table table {width: 100%;margin: 0;border-spacing: 0;border-collapse: collapse;}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {background-color: #F9F9F9;border-color: transparent;color: var(--primary);}
.daterangepicker td.week, .daterangepicker th.week {font-size: 80%;color: #ccc;}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {background-color: var(--white);border-color: transparent;color: #999;}
.daterangepicker td.in-range {background-color: #ebf4f8;border-color: transparent;color: #000;border-radius: 0;}
.daterangepicker td.start-date {border-radius: 4px 0 0 4px;}
.daterangepicker td.end-date {border-radius: 0 4px 4px 0;}
.daterangepicker td.start-date.end-date {border-radius: 4px;}
.daterangepicker td.active, .daterangepicker td.active:hover { background-color: var(--primary); border-color: transparent; color: var(--white);}
.daterangepicker th.month {width: auto;}
.daterangepicker td.disabled, .daterangepicker option.disabled {color: #999;cursor: not-allowed;text-decoration: line-through;}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {font-size: 12px;padding: 1px;height: auto;margin: 0;cursor: default;}
.daterangepicker select.monthselect {margin-right: 2%;width: 56%;}
.daterangepicker select.yearselect {width: 40%;}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {width: 50px;margin: 0 auto;background: #eee;border: 1px solid #eee;padding: 2px;outline: 0;font-size: 12px;}
.daterangepicker .calendar-time {text-align: center;margin: 4px auto 0 auto;line-height: 30px;position: relative;}
.daterangepicker .calendar-time select.disabled {color: #ccc;cursor: not-allowed;}
.daterangepicker .drp-buttons {clear: both;text-align: right;padding: 8px;border-top: 1px solid #ddd;display: none;line-height: 12px;vertical-align: middle;}
.daterangepicker .drp-selected {display: inline-block;font-size: 12px;padding-right: 8px;}
.daterangepicker .drp-buttons .btn {margin-left: 8px;font-size: 12px;font-weight: bold;padding: 4px 8px;}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {border-right: 1px solid #ddd;}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {border-left: 1px solid #ddd;}
.daterangepicker.show-ranges.rtl .drp-calendar.right {border-right: 1px solid #ddd;}
.daterangepicker.show-ranges.ltr .drp-calendar.left {border-left: 1px solid #ddd;}
.daterangepicker .ranges { float: none;text-align: left;margin: 0;}
.daterangepicker.show-calendar .ranges {margin-top: 8px;}
.daterangepicker .ranges ul {list-style: none;margin: 0 auto;padding: 0;width: 100%;}
.daterangepicker .ranges li {font-size: 12px;padding: 8px 12px;cursor: pointer;}
.daterangepicker .ranges li:hover {background-color: #eee;}
.daterangepicker .ranges li.active {background-color: var(--primary);color: var(--white);}
/* .daterangepicker .calendar-table th.prev i { border: solid #000; transform: rotate(135deg); -webkit-transform: rotate(135deg);border-width: 0 1px 1px 0;border-radius: 0;display: inline-block;padding: 3px; }
.daterangepicker .calendar-table th.next i { border: solid #000; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);border-width: 0 1px 1px 0;border-radius: 0;display: inline-block;padding: 3px;} */
  /*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {width: auto;}
    .daterangepicker .ranges ul {width: 140px;}
    .daterangepicker.single .ranges ul {width: 100%;}
    .daterangepicker.single .drp-calendar.left {clear: none;}
    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {float: left; }
    .daterangepicker {direction: ltr;text-align: left;}
    .daterangepicker .drp-calendar.left {clear: left;margin-right: 0;}
    .daterangepicker .drp-calendar.left .calendar-table {border-right: none;border-top-right-radius: 0;border-bottom-right-radius: 0;}
    .daterangepicker .drp-calendar.right {margin-left: 0;}
    .daterangepicker .drp-calendar.right .calendar-table {border-left: none;border-top-left-radius: 0;border-bottom-left-radius: 0;}
    .daterangepicker .drp-calendar.left .calendar-table {padding-right: 8px;}
    .daterangepicker .ranges, .daterangepicker .drp-calendar {float: left;}
}
@media (min-width: 730px) {
    .daterangepicker .ranges {width: auto;}
    .daterangepicker .ranges {float: left;}
    .daterangepicker.rtl .ranges {float: right;}
    .daterangepicker .drp-calendar.left {clear: none !important;}
}
/**Calender css end**/

/**Homepage QA css start**/
.qa-banner {background: linear-gradient(355deg, #007bff, #002d5c);padding: 30px 0;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);width: 100%;display: block;}
.qa-banner-content {width: 100%;display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.qa-banner-content h2 {margin: 0;color: #fff;font-size: 25px;}
.qa-banner-content h2 span {font-weight: var(--font-weight-bold);color: var(--yellow);}
.qa-banner-content p {margin: 0;color: #fff;font-size: 16px;font-weight: var(--font-weight-medium);}
.qa-banner-data {display: flex;flex-direction: column;gap: 10px;}
.blinking {
  -webkit-animation: 1.5s blink ease infinite;
  -moz-animation: 1.5s blink ease infinite;
  -ms-animation: 1.5s blink ease infinite;
  -o-animation: 1.5s blink ease infinite;
  animation: 1.5s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/**Homepage QA css end**/


.cash-offer-hdr {width: 100%;display: block;margin-bottom: 10px;}
.cash-offer-hdr h3 {font-size: 20px;margin-bottom: 5px;}
.cash-offer-hdr span { font-size: 14px;}
.cash-offer-cmn-radiobtn {width: 100%;display: block;border-radius: 5px;padding: 20px;background: var(--light-bg);}
.cash-offer-cmn-hdr {font-size: 18px;}
.cash-offer-cmn-radiobtn .form-check { width: 48%; height: 70px; margin: 0; display: flex ; align-items: center; justify-content: center; gap: 10px; padding: 0; background: #fff; border-radius: 5px; box-shadow: 0 0 15px rgba(34, 34, 34, .1); }
.cash-offer-cmn-radiobtn .form-check .form-check-input {margin-top: -3px;cursor: pointer;margin-left: 15px;}
.cash-offer-cmn-radiobtn .form-check .form-check-label {font-size: 15px;font-weight: var(--font-weight-semibold); cursor: pointer;width: calc(100% - 40px);line-height: 20px;}
.popup-final-step-row .contactus-form {padding: 0;border: none;box-shadow: none;}
.popup-final-step-row .contactus-form .form-group { display: flex; margin-bottom: 0;}
.final-step-txt {font-size: 22px;}
.slide5 .cash-offer-cmn-hdr {font-size: 16px;margin-bottom: 10px;}
.popup-final-step-row .contactus-form .form-group .form-check { width: 100%; height: auto; background: transparent; box-shadow: none;justify-content: flex-start;align-items: flex-start;}
.popup-final-step-row .contactus-form .form-group .form-check .form-check-input { margin-left: 0;margin-top: .25em;}
.cash-offer-thank-you {width: 100%;display: block;padding: 0px 30px 30px 30px;text-align: center;}
.cash-offer-thank-you i {display: block;margin-bottom: 30px;}
.cash-offer-thank-you i img { width: 65px;}
.cash-offer-thank-you h3 {font-size: 22px;margin-bottom: 30px;}
.cash-offer-thank-you p {font-size: 14px;margin-bottom: 5px;line-height: 24px;}

.slide-loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.6);display: flex;align-items: center;justify-content: center;z-index: 10;}
.slide-loader .loader-inner {font-weight: bold;}
.cash-offer-selection .selection-elements{display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.cash-offer-popup{position: relative;}
.cash-offer-selection-hdr { font-size: 20px;}
.option-box { width: 100%; display: block; padding: 20px; border: 1px solid #ddd; border-radius: 5px; text-align: center;}
.option-box h4 { font-size: 18px;min-height: 28px;}
.option-box h4 img {width: 30%;}
.option-box p {font-size: 15px;line-height: 22px;}
.option-box .btn-primary { font-size: 14px; }
.cash-offer-or-txt {font-size: 18px;font-weight: var(--font-weight-bold);}

.cash-offer-already-exist{width: 100%;display: block;padding: 30px;text-align: center;}
.cash-offer-already-exist .alread-exist-action-btns{display: inline-flex;gap: 30px;}
.cash-offer-already-exist .alread-exist-action-btns button{border-radius: 10px;height: 45px;}
.otp-section {text-align: center;}
.otp-header {font-size: 20px;font-weight: 600;color: var(--newfont-color);margin-bottom: 6px;}
.otp-subtext {font-size: 14px;color: #666;margin-bottom: 20px;margin-top: 20px;}
.otp-input-container {display: flex;justify-content: center;gap: 12px;}
.otp-input {width: 45px;height: 50px;text-align: center;font-size: 18px;border: 1px solid #ccc;border-radius: 8px;outline: none;transition: all 0.2s ease-in-out;}
.otp-input:focus {border-color: #007bff;box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);}
.otp-validity-text {color: #666;font-size: 14px;margin-top: 10px;text-align: center;}
/* ==========================
   Phone Verification (Slide5)
   Scoped to #cashOfferModal
   ========================== */
   #cashOfferModal .phone-verification-box {
    width: 100%;
    max-width: 320px;
    min-height: 250px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 32px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  #cashOfferModal .phone-verification-title {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
  }
  
  #cashOfferModal .phone-verification-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 28px;
    line-height: 1.5;
  }
  
  #cashOfferModal .phone-input-group {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  #cashOfferModal .phone-icon {
    position: absolute;
    left: 13px;
    color: #777;
    font-size: 16px;
    top: 11px;
  }
  
  #cashOfferModal .phone-input-group input {
    width: 100%;
    padding: 11px 17px 11px 54px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    transition: all 0.2s ease;
  }
  
  #cashOfferModal .phone-input-group input:focus {
    border-color: #1877f2;
    box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.15);
  }
  
  #cashOfferModal .send-otp-btn {
    width: 100%;
    background-color: #1877f2;
    border: none;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
  }
  
  #cashOfferModal .send-otp-btn:hover {
    background-color: #166fe5;
    transform: translateY(-1px);
  }
  
  #cashOfferModal .resend-text {
    font-size: 13px;
    color: #666;
    margin-top: 18px;
  }
  
  #cashOfferModal #resendTimer {
    color: #000;
    font-weight: 500;
  }
  
  /* ====== Responsive (mobile-friendly) ====== */
  @media (max-width: 480px) {
    #cashOfferModal .phone-verification-box {
      max-width: 90%;
      padding: 24px 18px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    }
  
    #cashOfferModal .phone-verification-title {
      font-size: 20px;
    }
  
    #cashOfferModal .phone-verification-subtitle {
      font-size: 14px;
      margin-bottom: 24px;
    }
  
    #cashOfferModal .phone-input-group input {
      font-size: 14px;
      padding: 10px 10px 10px 54px;
    }
  
    #cashOfferModal .send-otp-btn {
      font-size: 14px;
      padding: 10px;
    }
  
    #cashOfferModal .resend-text {
      font-size: 12.5px;
    }
  }
  #cashOfferModal .phone-error-text {
    color: #e53935;
    font-size: 13px;
    text-align: left;
    padding-left: 5px;
  }
  #cashOfferModal  input[type="number"]::-webkit-inner-spin-button,
  #cashOfferModal  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.slide6 .final-step-txt, .slide6 .cash-offer-cmn-hdr {margin-bottom: 7px;}


/**New HomePage css start Here**/
.header-lft-logo, .header-rgt-part { gap: 20px; }
.user-img .btn-link { display: flex; align-items: center; gap: 8px; font-size: 16px; text-decoration: none; color: var(--newfont-color);font-weight: normal;}
.user-img .btn-link svg { width: 18px; height: 18px; }
.user-img .btn-link svg path { fill: var(--newfont-color); }
.user-img .btn-link:hover { color: var(--primary); }
.navbar-links .navbar-nav .nav-link, .header .btn-group .btn-dark { border-bottom: none;font-weight: normal;color: var(--newfont-color);}
.list-home-btn .btn-light { border-bottom: none; background: var(--secondary); border-radius: 8px; color: var(--white); padding: 8px; }
.list-home-btn .btn-light:hover { background: #222; color: var(--white); }
.hero-banner.new-homepage-banner {background: var(--white);height: auto;}
.new-homepage-banner-data { display: flex; align-items: center; padding-left: calc((100% - 1570px) / 2); gap: 120px; }
.new-homepage-banner-rgt-part {width: 100%;height: 700px;max-width: 730px;border-radius: 15px 0 0 15px;}
.new-homepage-banner-rgt-part i { width: 100%; height: 100%; display: flex; }
.new-homepage-banner-rgt-part i img { border-radius: 10px 0 0 10px; width: 100%;object-fit: cover;}
.new-homepage-banner-lft-part h1 {font-size: 65px;line-height: 75px;font-weight: 800;}
.new-homepage-banner-lft-part h1 span {display: inline-block;}
.new-homepage-banner-lft-part p {font-size: 18px;line-height: 32px;}
.new-homepage-banner-lft-part .cmn-tabs { border: 1px solid var(--border-color); border-radius: 10px; margin-top: 0; padding: 16px 24px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);}
.new-homepage-banner-lft-part .cmn-tabs .nav-tabs { background: #D4D4D433; border-radius: 8px; margin-left: 0; padding: 4px 8px; margin-bottom: 10px; }
.new-homepage-banner-lft-part .cmn-tabs .nav-tabs .nav-item .nav-link { background: transparent; color: #333; min-width: 120px; border-radius: 8px; font-weight: normal;border: 1px solid transparent;}
.new-homepage-banner-lft-part .cmn-tabs .nav-tabs .nav-item .nav-link.active { color: var(--white);border: 1px solid #E7E7E7;background: var(--secondary);}
.new-homepage-banner-lft-part .banner-btn-row { justify-content: flex-start; gap: 10px; margin-top: 20px; }
.new-homepage-banner-lft-part .banner-btn-row label, .new-homepage-banner-lft-part .banner-btn-row span { font-size: 14px; color: #555555; }
.new-homepage-banner-lft-part .banner-btn-row img { width: 68px;}
.new-homepage-banner-lft-part .realtor-txt { letter-spacing: -2px; line-height: 26px; font-size: 25px; }
.new-homepage-banner-lft-part .cmn-tabs .tab-content .input-group .btn-primary { width: auto; border-radius: 10px !important; }
.new-homepage-banner-lft-part .cmn-tabs .tab-content .input-group .form-control {padding: 22px 22px 22px 5px;}
.new-homepage-banner-lft-part .cmn-tabs .tab-content .input-group .btn-secondary { min-width: 110px; border-radius: 10px !important;}
.header .btn-group .dropdown-toggle::after { background: url(../images_v2/dropdown-arrow-black.svg) center no-repeat;}
.cmn-left-slider { width: 100%; padding-left: calc((100% - 1600px) / 2); }
.new-hdr-row {width: 100%;display: block; margin-bottom: 25px;}
.new-hdr { font-size: 40px; font-weight: 800; color: var(--newfont-color); margin-bottom: 10px; }
.new-hdr-row p { font-size: 20px; font-weight: 300; margin: 0; }
.fsbo-slider .cmn-line-tabs ul.tabs { justify-content: flex-start; }
.property-new-tab-slider {padding-left: 0;}
.property-new-tab-slider .owl-stage {margin-left: -80px;}
.owl-carousel.property-new-tab-slider .owl-nav button { margin: 15px;}
.owl-carousel.property-new-tab-slider .owl-nav.disabled {position: absolute;top: -70px;z-index: 11111111;right: 150px; display: block; margin: 0;}
.owl-carousel.property-new-tab-slider .owl-nav span { font-size: 0; }
.owl-carousel.property-new-tab-slider .owl-nav .owl-prev::before,
.owl-carousel.property-new-tab-slider .owl-nav .owl-next::before{content:''; position:absolute; top:11px; width:25px; height:2px; background:#8c8c8c; transform:translateY(-50%); }
.owl-carousel.property-new-tab-slider .owl-nav .owl-prev::after,
.owl-carousel.property-new-tab-slider .owl-nav .owl-next::after{ content:''; position:absolute; width:10px; height:10px; border-left:2px solid #8c8c8c; border-bottom:2px solid #8c8c8c;transform: rotate(45deg); top:6px; }
.owl-carousel.property-new-tab-slider .owl-nav .owl-prev::before{left:0;}
.owl-carousel.property-new-tab-slider .owl-nav .owl-prev::after{left:0;}
.owl-carousel.property-new-tab-slider .owl-nav .owl-next::before{right:0;}
.owl-carousel.property-new-tab-slider .owl-nav .owl-next::after{right:0;transform: rotate(-135deg);}
.fsbo-slider .cmn-line-tabs .tab_container { overflow: inherit; margin-top: 50px;}
.cmn-line-tabs ul.tabs li { font-size: 16px; font-weight: normal; color: #444444;}
.cmn-line-tabs ul.tabs li.active { font-weight: 600; color: #444444; }
.cmn-line-tabs ul.tabs li.active span:after { background: var(--secondary); }
.populer-search-row .cmn-tabs .nav-tabs .nav-item .nav-link.active { background: var(--secondary); color: var(--white); border: 1px solid #E7E7E7; border-bottom: none;}
.populer-search-row .cmn-tabs .nav-tabs .nav-item .nav-link.active svg path { fill: var(--white); }
.populer-search-row .cmn-tabs .tab-content { border-color: #E7E7E7;}
.cmn-line-tabs ul.tabs li.active svg path { fill: #444444; }
.newadded-properties-tabs .cmn-tabs .nav-tabs .nav-item .nav-link.active { background: var(--white); color: var(--secondary); border: 1px solid #E7E7E7; }
.newadded-properties-tabs .cmn-tabs .nav-tabs .nav-item .nav-link.active svg path { fill: var(--secondary); }
.badge.bg-primary { color: var(--secondary); background: var(--white) !important; font-weight: 600;}
.america-txt { font-weight: var(--font-weight-semibold); color: var(--primary); margin-bottom: 10px;}
/**New HomePage css end Here**/
