#estimate-wizard {
    width: 100%;
}
#estimate-wizard h1 {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
}
.step {
    display: none;
}
.active-step {
    display: block;
}
.option-grid,
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.step-tag {
    font-size: 15px;
    letter-spacing: 3px;
    color: #c8a58c;
    margin-bottom: 25px;
    font-weight: 600;
    cursor: pointer;
}
.sub-text {
    font-size: 18px;
    line-height: 1.7;
    color: #214b5a;
    margin-bottom: 35px;
}
.two-col {
    gap: 20px;
    margin-bottom: 25px;
}
.two-col input {
    border: none;
    border-bottom: 1px solid #214b5a;
    padding: 15px 0;
    font-size: 18px;
    background: 0 0;
    outline: 0;
}
.option-grid {
    gap: 15px;
    margin-bottom: 30px;
}
.option-grid label {
    background: #f7f7f7;
    padding: 18px 22px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    min-height: 80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    border: 1px solid #eee;
}
.option-grid label:hover {
    border-color: #ccc;
}
.option-grid input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.wizard-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 18px 50px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.wizard-btn:hover {
    background: #222;
}
.back-btn {
    background: 0 0;
    border: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin-right: 15px;
    padding: 18px 0;
}
.privacy-text {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}
#property-card p {
    display: inline-flex;
    align-items: center;
    margin: 0 18px 12px 0;
    font-size: 15px;
}
#property-card strong {
    margin-right: 5px;
}
#property-card h3 {
    margin-bottom: 18px;
}
/* 1. Desktop Lock: Yeh purana code sirf desktop (badi screen) par chalega */
@media (min-width: 768px) {
    .item-body .item-amenities {
        width: 100% !important;
        display: flex !important;
        justify-content: flex-end !important;
        gap: 25px !important;
        margin-left: auto !important;
        margin-top: -35px !important; /* Desktop inline jugaad safe rahega */
    }
}

/* 2. Mobile Inline Fix: Yeh sirf phone par chalega aur bina break kiye inline karega */
@media (max-width: 767px) {
    /* Card ki body ko grid banayenge taaki components ko aamne-saamne bitha sakein */
    .item-wrap-v1 .item-body {
        display: grid !important;
        grid-template-columns: 1fr auto !important; /* Left me space, Right me amenities */
        gap: 5px 10px !important;
    }

    /* Title ko poori width dekar upar fix karenge */
    .item-wrap-v1 .item-body .item-title {
        grid-column: 1 / span 2 !important;
        width: 100% !important;
    }

    /* Address ko row 2 ke left side me bithaenge */
    .item-wrap-v1 .item-body .item-address {
        grid-column: 1 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    /* Amenities ko row 2 ke right side me chipkaenge bina kisi minus margin ke */
    .item-wrap-v1 .item-body .item-amenities {
        grid-column: 2 !important;
        width: auto !important;
        display: flex !important;
        justify-content: flex-end !important;
        gap: 12px !important; /* Mobile ke hisab se perfect gap */
        margin: 0 !important; /* Purana minus margin mobile par zero kiya */
    }

    /* Agar koi button ya description hai to wo niche full width me rahega */
    .item-wrap-v1 .item-body .item-btn-v1,
    .item-wrap-v1 .item-body .item-description {
        grid-column: 1 / span 2 !important;
    }
}
.item-body {
    display: flex;
    flex-direction: column;
}
#property-lightbox .modal-header,
.btn-expand,
.h-rooms,
.item-amenities .houzez-icon,
.item-amenities i,
.item-amenities-text,
.pagination .page-item:not(:first-child):not(:last-child),
.property-overview-data .hz-meta-label,
.property-overview-item i,
.slick-next,
.slick-prev {
    display: none !important;
}
.agent-contact-line,
.agent-image img,
.agent-phone-wrap,
.agent-phone-wrap > div {
    display: block !important;
}
.item-amenities li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.h-beds .hz-figure::after,
.property-overview-data .col:first-child strong::after {
    content: " BED";
}
.h-baths .hz-figure::after,
.property-overview-data .col:nth-child(2) strong::after {
    content: " BATH";
}
.h-cars .hz-figure::after,
.property-overview-data .col:nth-child(3) strong::after {
    content: " CAR";
}
/* 1. Dropdown container ka default background white fix karne ke liye */
.bootstrap-select .dropdown-menu {
    background-color: #fff !important;
}

/* 2. Hover aur Active state me background dark karne ke liye */
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li.active a,
.bootstrap-select .dropdown-menu li.selected a {
    background-color: #364051 !important;
    color: #fff !important;
}

/* 3. CONFLICT FIX: A tag ke andar ke har element (span, text) ka color forcibly white karne ke liye */
.bootstrap-select .dropdown-menu .dropdown-item.active *,
.bootstrap-select .dropdown-menu .dropdown-item:focus *,
.bootstrap-select .dropdown-menu .dropdown-item:hover *,
.bootstrap-select .dropdown-menu li a:focus *,
.bootstrap-select .dropdown-menu li a:hover *,
.bootstrap-select .dropdown-menu li.active a *,
.bootstrap-select .dropdown-menu li.selected a * {
    color: #fff !important;

}
.property-overview-data .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
}
.property-overview-data .col {
    flex: 0 0 auto !important;
}
.property-overview-data ul,
.property-overview-item {
    margin: 0 !important;
}
.property-overview-data .col:nth-child(4) strong::after {
    content: " SQM";
}
.property-overview-data strong {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #364051;
}
.agent-information-module,
.agent-information-module .agent-details,
.agent-information-module .property-form-wrap {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.agent-image {
    width: 100% !important;
    margin-bottom: 20px;
}
.agent-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    object-fit: cover !important;
}
.agent-position {
    color: #fff !important;
    opacity: 0.8;
}
.agent-contact-line {
    color: #fff !important;
    width: 100% !important;
    clear: both !important;
    margin-bottom: 10px !important;
}
.view-agent-profile-btn {
    border: 1px solid #fff !important;
    background: #364051 !important;
}
#property-lightbox .modal-dialog {
    max-width: 1100px !important;
    width: 95%;
    margin: 20px auto !important;
    height: calc(100vh - 40px) !important;
}
#property-lightbox .modal-content {
    border: none;
    border-radius: 0;
    overflow: visible !important;
    height: auto !important;
    color: #364051;
}
#property-lightbox .modal-body {
    overflow: visible !important;
    max-height: none !important;
    padding-bottom: 20px !important;
}
#property-lightbox .lightbox-gallery-wrap {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 25px 30px 20px;
}
#property-lightbox #lightbox-slider-js img,
#property-lightbox .lightbox-gallery-wrap img {
    max-height: 60vh !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}
.lightbox-gallery {
    text-align: center;
}
#lightbox-slider-js {
    max-width: 760px;
    margin: 0 auto;
}
#lightbox-slider-js img {
    width: 100%;
    height: auto;
    display: block;
}
.custom-lightbox-header {
    position: relative;
    margin-bottom: 25px;
}
.custom-lightbox-title-wrap h2 {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.custom-lightbox-actions a,
.custom-lightbox-meta .meta-item {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.custom-lightbox-address {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #364056;
    margin: 0;
}
.custom-lightbox-meta {
    position: absolute;
    right: 0;
    top: 45px;
    display: flex;
    align-items: center;
    gap: 22px;
}
.custom-lightbox-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}
.custom-lightbox-meta .meta-item span {
    font-size: 12px;
}
.custom-lightbox-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 18px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
.custom-lightbox-actions a {
    text-decoration: none;
    font-size: 14px;
    color: #364051;
}
.custom-lightbox-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}
.custom-lightbox-next,
.custom-lightbox-prev {
    width: 28px;
    height: 28px;
    border: 1px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}
.custom-lightbox-counter {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
#property-lightbox .btn-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    z-index: 9999;
    opacity: 1 !important;
    filter: none !important;
}
body.modal-open {
    overflow: hidden !important;
}
#property-lightbox {
    overflow-y: auto !important;
}
@media only screen and (max-width: 767px) {
    #property-lightbox .lightbox-gallery-wrap {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
        background: #fff !important;
    }
    #property-lightbox .custom-lightbox-header {
        position: relative !important;
        margin-bottom: 20px !important;
    }
    #property-lightbox .custom-lightbox-meta {
        position: static !important;
        display: flex !important;
        justify-content: space-between !important;
        gap: 10px !important;
        margin-top: 18px !important;
    }
    #property-lightbox .custom-lightbox-actions {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        margin: 10px 0 !important;
    }
    #property-lightbox .custom-lightbox-actions a {
        display: inline-block !important;
        margin: 0 !important;
        white-space: nowrap !important;
        font-size: 11px !important;
        letter-spacing: 0.5px !important;
    }
    #property-lightbox #lightbox-slider-js {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 10px !important;
    }
    #property-lightbox #lightbox-slider-js img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
}
@media (max-width: 767px) {
    .property-overview-data .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        padding-left: inherit;
        justify-content: center !important;
        gap: 12px !important;
        overflow-x: auto;
    }
    .property-overview-data .col {
        flex: 0 0 auto !important;
        width: auto !important;
    }
    .property-overview-data strong {
        font-size: 13px !important;
        letter-spacing: 0.3px !important;
    }
    #property-lightbox .lightbox-gallery-wrap,
    #property-lightbox .modal-body,
    #property-lightbox .modal-content {
        height: auto !important;
        overflow: visible !important;
    }
    #property-lightbox .modal-dialog.custom-property-modal {
        height: auto !important;
        max-height: none !important;
        margin: 10px auto !important;
    }
    #property-lightbox .modal-content {
        min-height: 120px !important;
        background: #fff !important;
    }
    #property-lightbox #lightbox-slider-js,
    #property-lightbox .lightbox-gallery {
        float: none !important;
        clear: both !important;
        display: block !important;
        width: 100% !important;
    }
    #property-lightbox .custom-lightbox-actions {
        margin-bottom: 20px !important;
    }
    #property-lightbox .custom-lightbox-actions,
    #property-lightbox .custom-lightbox-header {
        position: relative !important;
        z-index: 99 !important;
    }
    #property-lightbox .lightbox-gallery {
        transform: none !important;
        float: none !important;
        clear: both !important;
        display: block !important;
        width: 100% !important;
        margin-top: 40px !important;
    }
    .mobile-property-contact {
        padding: 15px !important;
    }
    .mobile-property-contact .agent-details {
        flex: 1 !important;
        min-width: 0 !important;
    }
    .mobile-property-contact .agent-image img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover !important;
    }
    .mobile-property-contact .agent-name {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }
    .mobile-property-contact .btn,
    .mobile-property-contact .btn-secondary,
    .mobile-property-contact .btn-secondary-outlined {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }
    .mobile-property-contact .d-flex.justify-content-between {
        align-items: center !important;
        gap: 8px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-property-contact .d-flex.justify-content-between {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 15px !important;
    }
    .mobile-property-contact .agent-details {
        flex: 1 !important;
    }
    .mobile-property-contact .agent-image img {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover !important;
    }
    .mobile-property-contact .agent-information {
        margin-left: 12px !important;
    }
    .mobile-property-contact .agent-name {
        font-size: 18px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
    }
    .mobile-property-contact .btn,
    .mobile-property-contact .btn-secondary,
    .mobile-property-contact .btn-secondary-outlined {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        flex-shrink: 0 !important;
    }
    .property-overview-data .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }
    .property-overview-data .col {
        width: auto !important;
        flex: 1 1 auto !important;
        max-width: none !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        text-align: center !important;
    }
    .property-overview-item {
        justify-content: center !important;
    }
    .hz-meta-label {
        font-size: 11px !important;
    }
}
.elementor-element-e8ad5e0 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    margin: 0 !important;
}
.elementor-element-a2abab4 .property_title {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #364051 !important;
}
.elementor-element-09cfec2 h2 {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #777 !important;
    font-weight: 400 !important;
}
@media (max-width: 1024px) {
    .elementor-element-a2abab4 .property_title {
        font-size: 20px !important;
        line-height: 1.15 !important;
    }
    .elementor-element-09cfec2 h2 {
        font-size: 13px !important;
    }
}
@media (max-width: 767px) {
    .elementor-element-e8ad5e0 {
        text-align: left !important;
        width: 100% !important;
    }
    .elementor-element-a2abab4 .property_title {
        font-size: 11px !important;
        line-height: 1.2 !important;
        margin-bottom: 4px !important;
    }
    .elementor-element-09cfec2 h2 {
        font-size: 11px !important;
        line-height: 1.4 !important;
        letter-spacing: 1px !important;
    }
}
.property-overview-data .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    gap: 20px !important;
}
.property-overview-data .col {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
}
.property-overview-item {
    justify-content: center !important;
}
.hz-meta-label {
    text-align: center !important;
    white-space: nowrap !important;
}
.elementor .e-flexbox-base {
    padding: 1px 5px !important;
    display: flex;
    flex-direction: row;
}
.pagination .page-item:first-child,
.pagination .page-item:last-child {
    display: inline-block !important;
}
.pagination .page-link {
    border: 1px solid #364051 !important;
    padding: 15px 40px !important;
    color: #364051 !important;
    background: 0 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 150px;
    margin: 0 20px !important;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 0 !important;
}
.pagination .page-item:first-child .page-link::after {
    content: "PREVIOUS" !important;
    font-size: 14px !important;
}
.pagination .page-item:last-child .page-link::after {
    content: "NEXT" !important;
    font-size: 14px !important;
}
.pagination .page-link:hover {
    background: #364051 !important;
    color: #fff !important;
}
#property-lightbox .lightbox-gallery-wrap .custom-lightbox-header .btn-close,
#property-lightbox .lightbox-gallery-wrap .close-fullscreen-btn {
    display: none !important;
}
#property-lightbox .expand-image-btn {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 100 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 12px !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}
#property-lightbox .absolute-close-btn {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    z-index: 999999 !important;
    background: transparent !important;
    border: none !important;
    font-size: 40px !important;
    color: #fff !important;
    cursor: pointer !important;
}
#property-lightbox.fullscreen-mode-active {
    background: #000 !important;
}
#property-lightbox.fullscreen-mode-active .modal-dialog,
#property-lightbox.fullscreen-mode-active .modal-content,
#property-lightbox.fullscreen-mode-active .modal-body,
#property-lightbox.fullscreen-mode-active .lightbox-gallery-wrap,
#property-lightbox.fullscreen-mode-active .lightbox-gallery,
#property-lightbox.fullscreen-mode-active .lightbox-slider {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    border: none !important;
    border-radius: 0 !important;
}
#property-lightbox.fullscreen-mode-active .modal-header,
#property-lightbox.fullscreen-mode-active .custom-lightbox-header,
#property-lightbox.fullscreen-mode-active .custom-lightbox-actions,
#property-lightbox.fullscreen-mode-active .expand-image-btn,
#property-lightbox.fullscreen-mode-active .custom-lightbox-counter {
    display: none !important;
}
#property-lightbox.fullscreen-mode-active .slick-list,
#property-lightbox.fullscreen-mode-active .slick-track,
#property-lightbox.fullscreen-mode-active .slick-slide,
#property-lightbox.fullscreen-mode-active .lightbox-slide-item {
    height: 100vh !important;
}
#property-lightbox.fullscreen-mode-active .slide-inner-wrap {
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
#property-lightbox.fullscreen-mode-active .fullscreen-image {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    object-fit: cover !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
#property-lightbox.fullscreen-mode-active .custom-lightbox-navigation {
    display: block !important;
    position: fixed !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999999999 !important;
    pointer-events: none;
}
#property-lightbox.fullscreen-mode-active .custom-lightbox-prev,
#property-lightbox.fullscreen-mode-active .custom-lightbox-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    font-size: 40px !important;
    padding: 20px !important;
    cursor: pointer !important;
    border: none !important;
    z-index: 9999999999 !important;
    pointer-events: auto;
}
#property-lightbox.fullscreen-mode-active .custom-lightbox-prev {
    left: 20px !important;
}
#property-lightbox.fullscreen-mode-active .custom-lightbox-next {
    right: 20px !important;
}

.agent-contact-line a,
.agent-contact-line a:link,
.agent-contact-line a:visited,
.agent-contact-line a:hover,
.agent-contact-line a:focus,
.agent-contact-line a:active {
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .property-overview-data .row {
        gap: 4px !important; /* 20px ko kam karke 4px kar diya */
        justify-content: flex-end !important; /* Same rakha hai taaki right side align rahe */
    }
}

@media (max-width:1024px){
.desktop-only{
display:none !important;
}
}
