﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    list-style: none;
    color: #141414;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

body {
    background: #FAFAFA;
    font-family: 'Inter';
    font-style: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.p_10_16 {
    padding: 10px 16px;
}

.pt-120 {
    padding-top: 120px;
}

.btn-primary {
    background-color: #1570EF;
}

.text_primary {
    color: #1570EF;
}

.text_warning_500 {
    color: var(--Warning-500, #F79009);
}

/*------------------------------------- *********** Section 1 ********** ------------------------------*/
.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_24 {
    font-size: 24px;
}

.fs_28 {
    font-size: 28px;
}

.fs_30 {
    font-size: 30px;
}

.fs_36 {
    font-size: 36px;
}

.fs_48 {
    font-size: 48px;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.text_gray_900 {
    color: #141414;
}

.text_gray_400 {
    color: var(--Gray-400, #A3A3A3);
}

.text_gray_500 {
    color: var(--Gray-500, #737373);
}

.text_gray_600 {
    color: #525252;
}

.text_gray_700 {
    color: var(--Gray-700, #424242);
}

.text_gray_950 {
    color: var(--Gray-950, #0F0F0F);
}

.text_red_500 {
    color: var(--Red-500, #F14E42);
}

.text_red_600 {
    color: var(--Red-600, #D92D20);
}

.text_warning_600 {
    color: var(--Warning-600, #DC6803);
}

.bg_primary_50 {
    background: var(--Primary-50, #EFF8FF);
    border-radius: 16px;
    padding: 20px 24px;
}

.lh_20 {
    line-height: 20px;
}

.lh_24 {
    line-height: 24px;
}

.lh_30 {
    line-height: 30px;
}

.lh_32 {
    line-height: 32px;
}

.lh_38 {
    line-height: 38px;
}

.lh_60 {
    line-height: 60px;
}

.px_14 {
    padding: 14px;
}

.text_525252 {
    color: #525252;
}

.text_141414 {
    color: #141414;
}

.card {
    border-color: #F5F5F5;
}

.valuation-card {
    padding: 20px;
    border-radius: 8px;
}

    .valuation-card .initial {
        color: #D92D20;
        /* Red color */
    }

    .valuation-card .adjusted {
        color: #1570EF;
    }

.hero-img {
    width: 100%;
    max-width: 324px;
    object-fit: cover;
    border-radius: 10px;
}

.water-vawe {
    width: 100%;
    max-width: 530px;
}

.zillo-main {
    width: 100%;
    max-width: 238px;
}

/* new */
.slider-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #1570EF 0%, #1570EF 0%, #ddd 0%, #ddd 100%);
    border-radius: 5px;
    outline: none;
    opacity: 1;
    transition: background 0.2s, opacity 0.2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #FFF;
        border: 2px solid #1570EF;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .slider::-webkit-slider-thumb:hover {
            background: #FFF;
            border: 1px solid #1570EF;
        }

    .slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #1570EF;
        border-radius: 50%;
        cursor: pointer;
    }

.slider-label {
    margin-bottom: 16px;
    font-size: 18px;
    color: #525252 !important;
}

.footer-section {
    border-top: 1px solid var(--Gray-200, #E5E5E5);
    background: var(--Base-white, #FFF);
    margin-top: 25px;
    padding: 24px 0;
}


/* property-page */
.view-all-img {
    right: 30px;
    bottom: 30px;
    width: fit-content;
}

.current-brd {
    border-radius: var(--radius-2xl, 16px);
    border: 1px solid var(--Gray-200, #E5E5E5);
    padding: 24px;
}

.input-bid {
    width: 100%;
    max-width: 352px;
}

    .input-bid input {
        border-radius: var(--radius-md, 8px);
        background: var(--Gray-100, #F5F5F5);
        height: 46px;
    }

#bidSection {
    display: none;
    /* Initially hidden */
    margin-top: 20px;
}

.shows-section .form-switch .form-check-input {
    width: 49px;
    height: 24px;
}

.form-check-input input {
    height: 24px;
}

.property-accorden .accordion-button:not(.collapsed) {
    color: var(--Gray-900, #141414);
    background-color: transparent;
    box-shadow: unset;
}

.property-accorden .accordion-item {
    background-color: transparent;
    border-radius: var(--radius-2xl, 16px);
    border: 1px solid var(--Gray-200, #E5E5E5);
}

    .property-accorden .accordion-item:first-of-type,
    .property-accorden .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .property-accorden .accordion-item:last-of-type .accordion-button.collapsed,
    .property-accorden .accordion-item:last-of-type .accordion-collapse,
    .accordion-item:last-of-type {
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }

.property-accorden .accordion-button {
    border-radius: 16px;
}

.property-accorden .accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--Gray-200, #E5E5E5);
}

.video-container {
    position: relative;
    /* display: inline-block; */
    max-width: 100%;
    height: 386px;
}

    .video-container video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 8px;
    }

    .video-container .custom-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 72px;
        height: 72px;
        transform: translate(-50%, -50%);
        font-size: 36px;
        color: #1570EF;
        background: #FFFFFF;
        border-radius: 50%;
        padding: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .video-container .hide-button {
        display: none;
    }

    /* Optional: hide timeline, fullscreen, etc. */
    .video-container video::-webkit-media-controls-timeline {
        display: none !important;
    }

    .video-container video::-webkit-media-controls-current-time-display,
    .video-container video::-webkit-media-controls-time-remaining-display,
    .video-container video::-webkit-media-controls-fullscreen-button {
        display: none !important;
    }

.map-direction {
    height: 400px;
    border-radius: var(--radius-md, 8px);
    border: 2px solid var(--Gray-200, #E5E5E5);
}

    .map-direction iframe {
        border-radius: 8px;
    }

/* offer-page  */

.congratulation-card {
    width: 100%;
    max-width: 722px;
    margin: 0 auto;
    padding: 40px;
}

    .congratulation-card .offer-card {
        border: 1px solid #1570EF;
        border-radius: 4px;
        padding: 16px;
        position: relative;
        text-align: center;
        /* min-height: 140px; */
    }

    .congratulation-card .offer-price {
        position: absolute;
        top: -1.25rem;
        left: 50%;
        transform: translateX(-50%);
        background-color: #1570EF;
        color: white;
        padding: 7px 12px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        clip-path: polygon(14px 0, calc(100% - 0px) 0, 100% 50%, calc(100% - 14px) 100%, 0px 100%, 0 50%);
        /* box-shadow: 0 2px 4px rgb(59 130 246 / 0.5); */
        z-index: 10;
    }

    .congratulation-card .form-control {
        border-radius: var(--radius-md, 8px);
        background: var(--Gray-100, #F5F5F5);
        border: none;
        padding: 10px 12px;
        font-size: var(--size-md, 14px);
        font-weight: 400;
        line-height: var(--line-height-2xl, 20px);
    }

        .congratulation-card .form-control::placeholder {
            color: var(--Gray-600, #525252);
        }

    .congratulation-card .btn-unlock {
        border-radius: var(--radius-md, 8px);
        background: var(--Primary-600, #1570EF);
        border: none;
        font-weight: 600;
        padding: 10px 16px;
        font-weight: 500;
        margin-top: 24px;
        /* font-size: 1.1rem; */
        width: 100%;
        color: white;
        cursor: pointer;
        margin-top: 1rem;
        font-size: var(--size-lg, 16px);
    }

.offers-unlock-card {
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
    padding: 40px;
}
/* markeeting modal  */
.markeeting-modal {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}
    /* .markeeting-modal .form-switch .form-check-input {
      width: 2em;
      height: 1em;
    } */
    .markeeting-modal .compensation-text, .Premium-text {
        display: none;
    }

    .markeeting-modal .prise-input {
        border-radius: var(--radius-md, 8px);
        background: var(--Gray-100, #F5F5F5);
        border: none;
    }



    .markeeting-modal .setting-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

    /* .setting-row label {
      font-size: 14px;
      font-weight: 500;
      color: #1C1C1E;
    } */

    .markeeting-modal .form-switch .form-check-input {
        width: 49px;
        height: 24px;
        background-color: #D6D6D6;
        border-color: #D6D6D6;
        appearance: none;
        border-radius: 34px;
        position: relative;
        transition: background-color 0.3s;
    }

        .markeeting-modal .form-switch .form-check-input::before {
            content: "";
            position: absolute;
            top: 2px;
            left: 3px;
            width: 18px;
            height: 18px;
            background-color: white;
            border-radius: 50%;
            transition: transform 0.3s;
        }

        .markeeting-modal .form-switch .form-check-input:checked {
            background-color: #007AFF;
            border-color: #007AFF;
        }

            .markeeting-modal .form-switch .form-check-input:checked::before {
                transform: translateX(25px);
            }

    .markeeting-modal .timer-inputs {
        display: flex;
        gap: 10px;
        margin-top: -8px;
        margin-left: 0;
        margin-bottom: 16px;
    }

        .markeeting-modal .timer-inputs input {
            width: 38px;
            border-radius: var(--radius-md, 8px);
            background: var(--Gray-100, #F5F5F5);
            padding: 10px;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
        }

    .markeeting-modal .form-check-input:focus {
        box-shadow: unset;
    }

    .markeeting-modal .hidden {
        display: none !important;
    }


    /*  */
    .markeeting-modal .slider-wrapper2 {
        position: relative;
        width: 100%;
        margin-top: 40px;
    }

        .markeeting-modal .slider-wrapper2 input[type="range"] {
            -webkit-appearance: none;
            width: 100%;
            height: 10px;
            border-radius: 5px;
            background: linear-gradient(to right, #1570EF 0%, #ddd 0%);
            outline: none;
            transition: background 0.3s ease;
        }

            .markeeting-modal .slider-wrapper2 input[type="range"]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 26px;
                height: 26px;
                border-radius: 50%;
                background-color: #1570EF;
                border: 4px solid #FFF;
                cursor: pointer;
                /* border: none; */
                /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); */
            }

        .markeeting-modal .slider-wrapper2 .slider-label {
            position: absolute;
            top: -22px;
            font-size: 16px;
            font-weight: 500;
            color: #1570EF !important;
            opacity: 0;
            transform: translateX(-50%) scale(0.8);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

            .markeeting-modal .slider-wrapper2 .slider-label.active {
                opacity: 1;
                transform: translateX(-50%) scale(1);
            }


/* sign-up login */
.signup_bg {
    background-image: url(../images/signup_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px;
    padding-top: 0;
    width: 100%;
    min-height: 100vh;
    height: fit-content !important;
    position: sticky;
    top: 0;
}

.sign-up-section {
    min-height: 100vh;
    display: grid;
    place-items: center;
}

.sign-up-section-right {
    min-height: calc(100vh - 0px);
    position: sticky;
    top: 0;
    /* height: fit-content; */
}

.signup_bg::after {
    position: absolute;
    content: '';
    left: 30px;
    width: calc(100% - 60px);
    height: 100%;
    bottom: 0;
    background-image: url(../images/instant_update.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
/* login */
.input_field {
    border-radius: var(--border-redius-sm, 8px);
    background: var(--Gray-100, #F5F5F5);
    padding: 12px 16px;
    width: 100%;
    border: none;
    font-size: var(--size-md, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-2xl, 20px);
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.form-control::placeholder {
    color: var(--Gray-400, #A3A3A3);
}

.input-group-text {
    cursor: pointer;
}

.succesfully-section {
    background-color: #1570EF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

    .succesfully-section .succesfull-card {
        border-radius: 16px;
        padding: 48px;
        max-width: 700px;
        width: 100%;
        border: 1px solid var(--Gray-200, #E5E5E5);
        background: var(--Base-white, #FFF);
    }

    .succesfully-section .flatpickr-months {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 10px;
    }

    .succesfully-section span.flatpickr-weekday {
        color: var(--Gray-900, #141414);
        margin-top: 20px;
        /* font-family: var(--family-Inter, Inter); */
    }

    .succesfully-section .dayContainer {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }

    .succesfully-section .flatpickr-calendar.inline {
        width: 100%;
        box-shadow: none;
        border-radius: var(--radius-md, 8px);
        border: 1px solid var(--Gray-200, #E5E5E5);
    }

    .succesfully-section .flatpickr-days {
        width: 100%;
    }

    .succesfully-section .flatpickr-day {
        border-radius: var(--radius-md, 8px);
        max-width: 53px;
    }

        .succesfully-section .flatpickr-day.today {
            background-color: #0d6efd; /* Bootstrap primary color */
            color: white;
            font-weight: bold;
        }

        .succesfully-section .flatpickr-day.selected {
            background: #0b5ed7;
            border-color: #0b5ed7;
            color: white;
        }

    .succesfully-section .time-slot-scroll {
        max-height: 250px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .succesfully-section .time-solt {
        border-radius: var(--radius-md, 8px);
        border: 1px solid var(--Gray-200, #E5E5E5);
        padding: 10px;
    }

    .succesfully-section .timezone-header {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .succesfully-section .gmt-btn {
        width: 100%;
        border-radius: var(--radius-md, 8px);
        border: 1px solid var(--Primary-100, #DAEEFF);
        color: var(--Gray-900, #141414);
        font-size: var(--size-md, 14px);
        font-style: normal;
        font-weight: 500;
        line-height: var(--line-height-2xl, 20px); /* 142.857% */
        letter-spacing: var(--letter-spacing-xs, 0px);
        padding: 12px;
        background-color: white;
    }

        .succesfully-section .gmt-btn.active {
            color: #FFFF;
            border-radius: var(--radius-md, 8px);
            background: var(--Primary-600, #1570EF);
        }

@media screen and (max-width: 768px) {

    .view-all-img {
        right: 30px;
        bottom: 30px;
        width: fit-content;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .signup_bg {
        padding: 50px 30px 200px;
    }

    .sign-up-section-right,
    .signup_bg {
        height: auto;
        position: relative;
    }
}

@media screen and (max-width: 450px) {
    .video-container {
        height: 295px;
    }

        .video-container .custom-play-button {
            width: 45px;
            height: 45px;
            font-size: 28px;
        }

    .map-direction {
        height: 250px;
    }

    .fs_48 {
        font-size: 36px;
    }

    .lh_60 {
        line-height: normal;
    }

    .fs_30 {
        font-size: 24px;
    }

    .fs_24 {
        font-size: 20px;
    }

    .fs_20 {
        font-size: 18px;
    }

    .congratulation-card,
    .offers-unlock-card {
        padding: 20px 20px 40px;
    }

    .fs_36 {
        font-size: 26px;
    }

    .fs_18 {
        font-size: 16px;
    }
}

@media screen and (max-width: 350px) {
    .fs_24 {
        font-size: 18px;
    }

    .fs_48 {
        font-size: 30px;
    }

    .fs_sm_12 {
        font-size: 12px;
    }
}


























.card {
    border-radius: 8px !important;
}

@media screen and (max-width: 992px) {

    .navbar-collapse.show {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }



    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: rgba(0, 0, 0, .1);
        padding: 0;
        border: none;
        outline: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 575px) {

    .hero-img,
    .zillo-main {
        max-width: 100%;
    }

    .contact-btn {
        width: 100%;
    }
}
