/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* import files */
/* @import url("../css/auth.css");
@import url("../css/header_footer.css"); */

body {
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    overflow-x: hidden;
}

body.scroll {
    overflow: hidden;
}

a,
a:hover {
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    text-decoration: none;
}

a:hover {
    color: #BB952A;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-container {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 1200px) {
    .custom-container {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 991px) {
    .custom-container {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 767px) {
    .custom-container {
        padding-right: 12px;
        padding-left: 12px;
    }
}
/* Main */
main {
    padding: 79px 0 0;
}

.error {
    font-size: 12px;
    color: #FF0000;
    /* padding: 0 15px; */
    display: none;
}

.search-open {
    position: relative;
}

.search-open:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
}

/* ------------- Common CSS ---------- */
.gold-btn {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background: #BB952A;
    border: 1px solid #BB952A;
    transition: 1s all ease;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
}

.gold-btn::before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
    border-radius: 10px;
}

.gold-btn:hover {
    background: #FFF;
    color: #BB952A;
}

.gold-btn:hover::before {
    width: 100%;
}

/* -----COmmon  */
.cmon-btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: #BB952A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;
    width: fit-content;
    z-index: 1;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    justify-content: center;
    text-transform: capitalize;
}

.cmon-btn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.cmon-btn:hover,
.cmon-btn:hover a {
    background: #FFF;
    color: #BB952A;
}

.cmon-btn:hover::before {
    width: 100%;
}

.cmon-btn:hover svg path {
    stroke: #BB952A;
}

/* ------------- Common CSS [END]---------- */
/*------Home [ START ]---------*/
.banner_blog {
    position: relative;
    /* padding: 30px 0; */
}

.banr_bx {
    position: relative;
    min-height: 100svh;
}

.banner_img {
    position: relative;
}

.banner_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007a;
    z-index: 1;
}

.banner_img::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    background-image: url(../images/home-bannerblur-img.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    filter: blur(54px);
    z-index: -1;
    background-size: cover;
    background-position: bottom;
}

.banner_img img {
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.35);
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-height: 2000px;
    min-height: 600px;
}

.banner_text {
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
}

.banner_text.visible {
    opacity: 1;
}

.banner_text h1 {
    font-size: 67px;
    font-weight: 700;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.kkhomepagesrc {
    background: #FFFFFF;
    padding: 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    width: 62%;
}

.kkhomepagesrc .form-group,
.aft_srch .form-group {
    margin-bottom: 0;
    width: 100%;
    padding: 10px 14px;
    position: relative;
    border: 1px solid transparent;
}

.kkhomepagesrc .form-group:hover {
    background: #f0f0f0;
    border-radius: 10px;
}

.kkhomepagesrc .form-group::before,
.aft_srch .form-group::before {
    content: '';
    background-color: #0000001A;
    content: "";
    height: 32px;
    right: -7px;
    position: absolute;
    top: calc(50% - 16px);
    width: 1px;
}

.kkhomepagesrc .form-group:last-child::before,
.aft_srch .form-group:last-child::before {
    display: none;
}

.kkhomepagesrc .form-group:nth-last-child(2)::before,
.aft_srch .form-group:nth-last-child(2)::before {
    display: none;
}

.kkhomepagesrc .form-group:last-child,
.aft_srch .form-group:last-child {
    width: fit-content;
}

.kkhomepagesrc .form-group input::-webkit-input-placeholder,
.aft_srch .form-group input::-webkit-input-placeholder {
    color: #000;
}

.kkhomepagesrc .form-group label,
.aft_srch .form-group label {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 4px;
}

.kkhomepagesrc .form-group .form-control,
.aft_srch .form-group .form-control {
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
}

.kkhomepagesrc .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    font-weight: 600;
}

.kkhomepagesrc .form-group .form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(187 149 42 / 0%);
}

.kkhomepagesrc .form-group.focus_active {
    border-radius: 7px;

}

.kkhomepagesrc .form-group.focus_active .form-control {
    border: 0 !important;
}

.dropdown-toggle::after {
    display: none;
}

.kksearch-clear {
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.form-group.focus_active .kksearch-clear {
    display: block;
    /* or flex depending on your layout */
}

.frm-lft .select2-container {
    width: 100% !important;
}

.frm-lft .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: unset;
    border-radius: unset;
    text-align: left;
}

.frm-lft .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.srch_btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: #BB952A;
    padding: 14px 17px;
    display: inline-flex;
    border-radius: 10px;
    grid-gap: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 0;
    align-items: center;
    justify-content: center;
}

.srch_btn svg {
    width: 20px;
    height: 20px;
}

.form-group.focus_active .form-control {
    border: 1px solid #bb952a !important;
}

.venue-dropdown,
.date-dropdown {
    position: relative;
    z-index: 99;
}

#hostInquiryForm .venue-dropdown {
    z-index: 0;
}

.planning_dropdown {
    border: 1px solid #ECECEC;
    background: #FFFFFF;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 66px;
}

.planning_dropdown.show {
    display: block;
}

.planning_dropdown>p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 10px;
}

.planning_dropdown .nav-tabs {
    flex-wrap: nowrap;
    border-bottom: 1px solid #0000001A;
    margin-bottom: 10px;
    grid-gap: 15px;
    padding: 10px 10px 0;
}

.planning_dropdown .nav-tabs .nav-link {
    border: 0;
    background-color: transparent;
    padding: 0 0 10px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0%;
}

.planning_dropdown .nav-tabs .nav-link.active {
    color: #000000;
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid #BB952A;
    width: 100%;
}

.planning_dropdown .tab-content ul {
    height: 180px;
    overflow-y: auto;
}

.planning_dropdown .tab-content ul li {
    display: block;
    text-align: left;
    padding: 8px 12px;
}

.planning_dropdown .tab-content ul li:hover,
.select2-results__option:hover {
    background: #f0f0f0;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f0f0f0;
}

.planning_dropdown .tab-content ul li a {
    color: #777777;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0%;
    display: block;
}

.more_flx {
    margin-bottom: 0;
    border-top: 1px solid #0000001A;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 7.5px;
    color: #BB952A;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0%;
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    border: 0;
    background-color: transparent;
    outline: none;
}

.select2-container .select2-selection--single {
    height: auto;
    text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F5F5F5;
    color: #424242;
}

.select2-dropdown {
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.select-srch .select2-dropdown {
    min-width: 328px !important;
    width: 100%;
    padding: 0px !important;
    left: -0.9em;
    right: 0;
    margin: 0 auto;
    top: 12px;

}

.select-srch .select2-results__option {
    padding: 10px !important;
}

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-dropdown {
    min-width: 100%;
}

.select2-results__option--selectable {
    font-size: 14px;
}

/* .underpena-sec{
    padding: 15px 0;
} */
.underpena-sec p {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
}

.underpena-sec ol {
    padding-left: 16px;
}

.underpena-sec ol li {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    list-style: decimal;
}

/* -------- flatpicker ----------- */
.time-calender .flatpickr-calendar.inline {
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding-right: 10px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background-color: transparent;
}

.time-calender.show {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
    gap: 24px;
}

.time-calender {
    box-shadow: 0px 8px 24px 0px #00000026;
    border-radius: 6px;
    min-width: 100%;
    display: none;
    position: absolute;
    left: 55%;
    padding: 24px 24px 24px 0;
    top: calc(100% + 9px);
    transform: translateX(-50%);
}

.planning-dropdown {
    border: 1px solid #ECECEC;
    border-radius: 6px;
    display: none;
}

.planning-dropdown.show {
    display: block;
}

.search-txt {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 10px 15px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    speak: none;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-sizing: border-box;
    color: #000;
    font-family: icomoon !important;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 32px;
    line-height: 18px;
    padding: 6px;
    position: static;
    text-transform: none;
    top: 40px;
    width: 32px;
    display: grid;
    place-content: center;
}

.flatpickr-next-month.flatpickr-disabled,
.flatpickr-prev-month.flatpickr-disabled {
    color: #d6d6d6;
    cursor: default;
    display: block;
}

.flatpickr-days {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 32px;
}

.flatpickr-months {
    align-items: center;
    padding: 12px;
    display: flex;
    justify-content: space-between;
}

.flatpickr-innerContainer {
    padding: 8px;
}

.flatpickr-months .flatpickr-month {
    height: auto;
    flex: 1;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    padding: 5px;
    display: flex !important;
    align-items: center;
}

.flatpickr-current-month {
    padding: 0;
    height: auto;
    position: relative;
    font-size: inherit;
    left: 0;
}

.flatpickr-calendar.open {
    width: auto;
    padding: 10px 10px 10px;
}

.time-selector {
    padding: 10px 0 10px 20px;
    background: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 320px;
}

.time-range {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #212121;
}

.time-wrapper div {
    /* display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-bottom: 1px solid #ECECEC;
    justify-content: space-between; */
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-bottom: 1px solid #ECECEC;
    justify-content: space-between;
}

.time-wrapper {
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.time-wrapper select {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 4px;
    border: unset;
    outline: none;
}

.time-wrapper label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #212121 !important;
    width: max-content !important;
}

.time-wrapper input {
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    width: 105px;
    border: 1px solid #e5e5e5;
    padding: 8px 8px;
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: unset;
}

.flatpickr-day.selected {
    border: none;
    background: #000000;
    color: #BB952A;
    max-height: 28px;
    max-width: 28px;
    border-radius: 50%;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flatpickr-day.selected:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.flatpickr-day.today {
    max-height: 28px;
    max-width: 28px;
    border-radius: 50%;
    line-height: unset;
    padding: 8px;
    border-color: unset;
    /* margin: 0 6px; */
}

span.flatpickr-weekday {
    text-align: left;
    margin-left: 5px;
}

.dayContainer {
    /* gap: 5px; */
    gap: 16px;
    width: 295.875px;
    min-width: 295.875px;
    max-width: 295.875px;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

/* span.flatpickr-day.prevMonthDay, span.flatpickr-day.nextMonthDay{
    display: block !important;
} */
.flatpickr-weekdays {
    display: flex;
    gap: 32px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    padding-bottom: 10px;
    display: flex;
    width: 295.875px;
}

.flatpickr-day {
    font-size: 14px;
    height: auto;
    font-weight: 600;
    color: #212121;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 8px; */
    max-width: 28px;
    max-height: 28px;
    border: unset;
}

.time-calender .flatpickr-calendar:before {
    left: unset;
    width: 1px;
    height: 100%;
    right: -14px;
    background-color: rgba(0, 0, 0, 0.1);
    border: unset;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 -8px;
}

.flatpickr-current-month {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 32px;
    justify-content: center;
    padding: 0;
    position: static;
    width: auto;
}

.numInputWrapper {
    max-width: 44px;
    width: auto;
}

.flatpickr-current-month input,
.flatpickr-current-month select {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #212121;
    text-align: center;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: #0000;
    color: #00000080;
    font-size: 100%;
    pointer-events: none;
}

.flatpickr-current-month input.cur-year {
    -webkit-text-fill-color: #333;
    -webkit-appearance: textfield !important;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    -webkit-user-select: none;
    user-select: none;
}

.arrowDown,
.arrowUp {
    display: none !important;
}

/* ------------ flatpicker [end] -------------- */
.gallery_blog {
    padding: 45px 0 0;
}

.cmon_title h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 57px;
    color: #000000;
    margin-bottom: 3px;
}

.cmon_title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 35px;
}

.cmon_title span {
    font-size: 110px;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    color: #130223;
    margin-bottom: -77px;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: transparent;
    font-family: sans-serif;
    opacity: 0.1;
    display: block;
    text-transform: uppercase;
}

.gallery_bx {
    position: relative;
}

.gallery_bx img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 0.67/1;
}

.gallery_bx::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.2%, #000000 100%);
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    z-index: 11;
    height: 100%;
    border-radius: 14px;
}

.img_text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    border-radius: 0 0px 12px 12px;
    z-index: 11;
    padding: 10px 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.img_text h3,
.img_text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;
    display: block;
}

.img_text p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
}

.owl-gallery-slider .owl-nav.disabled {
    display: block;
    margin: 0 auto;
}

.owl-gallery-slider .owl-nav button.owl-next,
.owl-gallery-slider .owl-nav button.owl-prev {
    width: 39px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;
}

.owl-gallery-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

.owl-gallery-slider .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.owl-gallery-slider .item a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

/* Dark inner shadow always visible */
.owl-gallery-slider .item a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 96px 0 #0000003d;
    pointer-events: none;
    z-index: 1;
}

/* Hover gradient overlay */
.owl-gallery-slider .item a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #0000003d, #040000cc);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 2;
}

.owl-gallery-slider .item a:hover::after {
    opacity: 1;
}

.grid_blog {
    /* padding: 91px 0 44px; */
    padding: 0 0 44px 0;
}

.kkcolumns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.kkcolumns .bg-01 .grid_img:nth-child(odd) img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 24px;
    aspect-ratio: 0.67 / 1;
}

.kkcolumns .bg-01 .grid_img:nth-child(even) img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
}

.grid_img {
    backdrop-filter: blur(34px);
    border-radius: 12px;
    overflow: hidden;
}

/* .grid_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} */
.perfect_blog {
    padding: 64px 0 40px;
}

.spaces-right {
    text-align: right;
}

.spaces-right img {
    object-fit: cover;
    width: 100%;
}

.space_list {
    padding-right: 37px;
}

.space_list li {
    display: flex;
    align-items: center;
    grid-gap: 40px;
    box-shadow: 0px 8px 23px 0px #00000026;
    background: #FFFFFF;
    padding: 20px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.space_list li:hover {
    background-color: #BB952A;
}

.space_list li:hover img {
    filter: brightness(0) invert(1);
}

.space_list li:hover .space_txt h3,
.space_list li:hover .space_txt p {
    color: #fff;
}

.space_txt h3 {
    font-size: 20px;
    font-weight: 700;
    color: #BB952A;
    margin-bottom: 6px;
}

.space_txt p {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    margin: 0;
}

.host_blog {
    padding: 44px 0;
}

.host_wrapper {
    background: #000000;
    border-radius: 20px;
    overflow: hidden;
}

.host_left img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.host_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 90px 0px 73px;
}

.host_right h3,
.review-area h3 {
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.host_right p,
.review-area p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

/* --------------- wd-mr ----------------------- */
.home-btn {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    padding: 13px 17px;
    display: block;
    width: fit-content;
    margin: 0;
}

/* ----------- Client Review -------- */
.review-lft {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    flex-flow: column;
}

.review-lft h4 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-bottom: 16px;
    color: #FFF;
}

.review-lft .common_btn {
    margin: 0 auto;
}

.review-area {
    background: #FFFFFF30;
    border-radius: 20px;
    padding: 70px 58px;
    height: 100%;
    position: relative;
}

.review-box {
    background: #FFFFFF25;
    backdrop-filter: blur(116.07266998291016px);
    border-left: 7px solid #BB952A;
    padding: 56px 38px;
    position: relative;
}

.review-box::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(../images/coma-top.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 57px;
    height: 57px;
}

.review-box::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(../images/coma-bottom.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 57px;
    height: 57px;
}

.review-box p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.show_reviews {
    align-items: center;
    background: none;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    margin: 20px 0 0;
    outline: none;
    padding: 10px 20px;
    transition: border-color .2s ease-out, color .2s ease-out;
}

.show_reviews:hover {
    border: 1px solid #BB952A;
    color: #BB952A;
}

.user-intro-txt h5 {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.rvw-user-intro {
    display: flex;
    gap: 14px;
}

.user-intro-txt h5 {
    font-weight: 700;
    font-size: 18px;
    color: #FFFF;
    margin-bottom: 3px;
}

.user-intro-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2px;
}

.owl-review.owl-carousel button.owl-dot {
    background: #D9D9D9;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
}

.owl-review .owl-dots {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    gap: 10px;
}

.owl-review.owl-carousel button.owl-dot.active {
    background: #BB952A;
    width: 28px;
    border-radius: 90px;
}

/* -------- Discover space ----------- */
.discover-blog {
    padding: 120px 0 80px;
    position: relative;
}

.discover-space-area {
    background: #000000;
    border-radius: 20px;
    padding: 53px 70px 0;
}

.discover-lft-txt h3 {
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.discover-lft-txt p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.app-btn-grp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.discover-img-area {
    margin: -150px 0 0;
}

/* -------- Discover space [end]----------- */
/* home search mobile view */

.where-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 15px 0 0;
}

.where-main {
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px 20px;
}

.where-default .form-group label {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.where-default .form-group .form-control {
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

/*------Home [ END ]-----------*/
/* ------------ bottom to top arrow [start] -------- */
.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #e3e3e3;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.3s ease-in-out;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-up svg.scroll-circle path {
    stroke: #BB952A;
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.scroll-up svg path {
    fill: none;
}

.scroll-up::after {
    content: "\f062";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #BB952A;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

/* ------------ bottom to top arrow [end] -------- */
.rvw-user-intro .user-img img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-img img {
    width: 128px;
    min-width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 14px;
}

.pro-sub-title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

/* ===== Home Gallery Section ===== */
/* ===== GIGGSTER STYLE GALLERY ===== */

.hp-gallery-section {
    position: relative;
    /* more breathing space */
}

.gallery-grid {
  
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    /* VERY IMPORTANT */
    padding-top: 150px;
    /* top breathing like giggster */
}

.gallery-grid--content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Desktop */
    gap: 16px;
    width: 100%;
    padding: 0 60px;
}

.gallery-grid--col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    will-change: transform;
}
.gallery-grid--col:nth-child(2n-1) {
    --translate: calc(112px - 240px);
    transform: translateY(var(--translate));}
.gallery-grid--item {
    border-radius: 24px;
    overflow: hidden;
}

.gallery-grid--item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.gallery-grid--col:nth-child(1) .gallery-grid--item:nth-child(1) img,
.gallery-grid--col:nth-child(1) .gallery-grid--item:nth-child(3) img {
    height: 420px;
}

/* Column 2 (shift pattern) */
.gallery-grid--col:nth-child(2) .gallery-grid--item:nth-child(2) img {
    height: 420px;
}

/* Column 3 (different start) */
.gallery-grid--col:nth-child(3) .gallery-grid--item:nth-child(1) img {
    height: 420px;
}

/* Column 4 */
.gallery-grid--col:nth-child(4) .gallery-grid--item:nth-child(3) img {
    height: 440px;
}



/* --------------Terms & COndition ------------- */
.leagal-banner-blog {
    background: #F9F9F9;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 0;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.search-form .form-control {
    background: #FFFFFF;
    border: 1px solid #00000033;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 15px 18px 15px 52px;
    border-radius: 12px;
}

.search-form .form-control:focus {
    box-shadow: none;
    border-color: #BB952A;
}

.search-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 15px;
}

/* --------- about area --------- */
.terms_blog {
    padding: 90px 0 80px;
    position: relative;
}

.terms_blog h2 {
    color: #000;
    font-size: 26px;
    margin-bottom: 24px;
}

.terms_title {
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    margin-bottom: 28px;
}

.terms_blog p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}

.terms_blog p strong a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.terms_blog h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

.terms_blog h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.terms_blog li {
    margin-bottom: 16px;
}

.terms_blog li:last-child {
    margin-bottom: 0;
}

.terms_blog li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12.5px 15px;
    font-weight: 600;
    font-size: 15px;
    color: #5A5A5A;
}

.terms_blog li a.active,
.terms_blog li a:hover {
    background: #0000001A;
    border-radius: 7px;
}

.terms_blog ol li {
    list-style-type: auto;
}

/* ------ raection box [START]--------- */
.reaction-box {
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.reaction-box p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-bottom: 15px;
}

.reaction-radio-group {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.react-btn+.reaction-label {
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 32px;
    cursor: pointer;
    transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s, filter 0.32s linear;
    transform-origin: 50% 60%;
}

.react-btn {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.react-btn+.reaction-label:hover {
    transform: scale(1.32);
}

.react-btn+.reaction-label:active {
    transform: scale(1.4);
}

.react-btn:checked+.reaction-label {
    filter: grayscale(0);
    transform: scale(1.32);
}

.react-btn:not(:checked)+.reaction-label {
    filter: grayscale(100%);
}

/* ------ raection box [END]--------- */
/* ================= contact Support [START] ===================== */
.contact-suport-blog {
    padding: 50px 0;
    position: relative;
}

.support-img {
    text-align: center;
}

.support-img img {
    object-fit: cover;
    margin-bottom: 21px;
}

.contct-soport-area h1 {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #000000;
}

.contct-soport-area p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.support-bx {
    background: #000000;
    border: 1px solid #0000001A;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.suport-dtls h2 {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.02rem;
    color: #FFFFFF;
}

.suport-dtls a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02rem;
    color: rgb(255 255 255 / 80%);
}

.suport-dtls a:hover {
    color: #FFF;
}

.suport-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: radial-gradient(795.76% 240% at 50% 10.83%, #F2E79E 0%, #F2E79E 0.01%, #EDD681 2.16%, #D9B85A 4.9%, #CA9F3A 7.6%, #BF8E24 10.22%, #B88417 12.35%, #B68012 16.36%, #C29429 23.16%, #C7992E 28.5%, #C8A33E 37.92%, #C8A33E 47.48%, #C8A33E 56.52%, #C8A33E 65.93%, #C7992E 75.48%, #B68012 83.99%, #B88316 87.28%, #BE8D23 89.93%, #C89D37 92.97%, #D7B455 95.33%, #E9D07A 97.68%, #F2E79E 100%);
}

/* ================= contact Support [END] ===================== */
/* ------------------- All Notification [ START ]------------ */
.noti_blog {
    padding: 40px 0 88px 0;
}

.noti_bx {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.noti_flx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 15px;

}

.noti_flx h1 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
}

.noti_flx a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(187, 149, 42, 1);
}

.noti_blog ul li {
    position: relative;
    padding: 0 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;

}

.noti_blog ul li:hover {
    background-color: rgba(187, 149, 42, 0.1);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
}

.noti_blog .unread_noti:after {
    top: 20px;
}

.unread_noti {
    display: flex;
    align-items: center;
    background-color: rgba(187, 149, 42, 0.1);
}

.noti_blog ul li a {
    padding: 15px;
}

.noti_blog ul li p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(84, 84, 84, 1);
    text-align: left;
}

.noti_blog ul li span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    display: block;
    text-align: left;
}

.notishow-btn {
    display: block;
    padding: 12px 12px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 24px auto 0;
    width: fit-content;
}

.notishow-btn:hover {
    background-color: rgba(255, 166, 22, .122);
}

.extra-notifi {
    display: none;
}

/* ------------------- All Notification [ END ]------------ */





/*----------------- Account START---------------------------*/
.acc-setting-blog {
    padding: 64px 0 80px;
    position: relative;
}

.account-menu-lft {
    position: relative;
    border-right: 1px solid #0000001F;
    height: auto;
}

.account-menu-lft ul {
    margin: 0;
    padding: 0;
}

.account-menu-lft ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #858585;
    padding: 14px 0;
    text-transform: capitalize;
}

.account-menu-lft ul li.active {

    border-right: 3px solid #BB952A;
}

.account-menu-lft ul li.active a {
    font-weight: 600;
    color: #000;
}

.account-right-area {
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}

.account-right-area h1 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.account-right-area p {
    font-weight: 400;
    font-size: 15px;
    color: #858585;
    margin-bottom: 18px;
}

.account-form h2 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.account-form h2 span {
    color: #FF5252;
}

.profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 24px;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.profile-image {
    box-shadow: 5px 5px 40px 0px #0000001A;
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #bb952a;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-overlay {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: #fff;
    border: 1.5px solid #bb952a;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
    gap: 12px;
    padding: 6px 15px;
    max-width: none;
    max-height: none;
    border-radius: 25px;
    box-shadow: 0 4px 12px rgba(187, 149, 42, 0.2);
}

/* .profile-wrapper:hover {
    opacity: 1;
    bottom: -5px;
} */

.profile-wrapper:hover .photo-overlay {
    opacity: 1;
}

.photo-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #bb952a;
    background: transparent;
    border: 0;
    padding: 2px 5px;
    transition: all 0.2s ease;
}

.photo-action:hover {
    color: #f5c842;
}

.photo-action span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: 'Outfit', sans-serif;
    white-space: nowrap;
}

.photo-action svg {
    display: none;
    /* Removed hover inside view icons as requested */
}

.photo-divider {
    width: 1px;
    height: 15px;
    background: rgba(187, 149, 42, 0.3);
    flex-shrink: 0;
}

#btn-remove-photo {
    color: #ff6b6b !important;
}

#btn-remove-photo:hover {
    color: #ff4444 !important;
}

/* crop model css */

.crop-container {
    max-height: 500px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f8f9fa;
}

#crop-image {
    max-width: 100%;
}

.cropper-view-box {
    outline: 1px solid #fff;
    outline-color: rgba(255, 255, 255, 0.75);
}

.cropper-modal {
    background-color: rgba(0, 0, 0, 0.8);
}

.cropper-line,
.cropper-point {
    display: block !important;
    background-color: #BB952A !important;
}

.profile-wrapper p {
    font-weight: 500;
    font-size: 14px;
    color: #BB952A;
    margin-bottom: 0;
    cursor: pointer;
}

.account-form .form-group {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.account-form .wd-form-field .form-group {
    margin-bottom: 0;
}

.account-form .wd-form-field {
    margin-bottom: 20px;
}

.account-form .form-group label {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.account-form .form-group label span {
    color: #FF5252;
}

.account-form .form-group>span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(133, 133, 133, 1);
    margin-bottom: 5px;
}

.account-form .form-control {
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 13px;
    color: #000;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.account-form .form-control:focus {
    box-shadow: none;
    border-color: #BB952A;
}

.account-form .form-control:disabled {
    background: #F5F5F5;
    border: 1px solid #D6D6D6;
}

.account-form .verify-icon {
    position: absolute;
}

.commrelative-wrap {
    position: relative;
}

.commrelative-wrap .verify-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.account-form .form-group .error-text {
    color: #dc3545;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0;
    padding: 6px 0;
}

.comnobtn {
    font-weight: 500;
    font-size: 13px;
    color: #BB952A;
    display: block;
    background: transparent;
    border: none;
    margin-bottom: 5px;
}

.project-modal .modal-content {
    background: #FFFFFF;
    border-radius: 0;
    padding: 15px;
}

.project-modal .modal-header {
    padding: 1em 1em 0;
}

.grey-txt {
    color: rgba(0, 0, 0, 0.5) !important;
}

.commpopup-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
}

.project-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px 18px 0 0;
    background: transparent;
    border: none;
}

.perinfo-frm label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
}

.permobilpho {
    color: #FF5252;
}

.perinfo-frm .form-control {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 14px 13px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.perinfo-frm .form-group .form-control:focus {
    box-shadow: none;
    border-color: #BB952A;
}

.perinfo-frm p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin: 14px 0;
}

.project-modal .cmon-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.kkgldbtn-btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: #BB952A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;
    width: fit-content;
    z-index: 1;
}

.kkgldbtn-btn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.kkgldbtn-btn:hover,
.kkgldbtn-btn:hover a {
    background: #FFF;
    color: #BB952A;
}

.kkgldbtn-btn:hover::before {
    width: 100%;
}

.irswfrm-btn {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background: #BB952A;
    border: 1px solid #BB952A;
    transition: 1s all ease;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #FFF;
    padding: 14px 17px;
    display: inline-block;
    cursor: pointer;
}

.irswfrm-btn::before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
    border-radius: 10px;
}

.irswfrm-btn:hover {
    background: #FFF;
    color: #BB952A;
}

.irswfrm-btn:hover::before {
    width: 100%;
}

.kkgldbtn-btn a {
    color: #ffffff;
}

.otpfrm .otp-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.otpfrm .otp-form input {
    flex: 1;
    width: 50px;
    height: 50px;
    border: 1px solid #ced4da;
    color: #212529;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.otpfrm .otp-form input:focus {
    border-color: #BB952A;
    outline: none;
}

.cntfindsec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.project-modal .cntfindsec {
    justify-content: center;
    grid-gap: 15px;
}

.cntfindsec .cmon-btn {
    margin: 0;
    text-align: justify;
}

.verificconf-btn,
.resndotp-btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: #BB952A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;
    width: fit-content;
    z-index: 1;
}

.verificconf-btn:before,
.resndotp-btn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.verificconf-btn:hover,
.resndotp-btn:hover {
    background: #FFF;
    color: #BB952A;
}

.verificconf-btn:hover::before,
.resndotp-btn:hover::before {
    width: 100%;
}

.currmobilewrap p {
    font-size: 14px;
    color: #424242;
}

.updateemail-frm label {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    margin-bottom: 5px;

}

.updateemail-frm label span {
    color: #FF5252;
}

.updateemail-frm .form-control {
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 13px;
    color: #000;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.updateemail-frm .form-group .form-control:focus {
    box-shadow: none;
    border-color: #BB952A;
}

.kkconfirmverbtn {
    margin-top: 24px;
}

.spamtxt {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.account-form .select2-container {
    width: 100% !important;
    padding: 14px 13px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.account-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.account-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.account-form .select2-results__option {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.account-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20637 7.70685C8.01884 7.89433 7.76453 7.99964 7.49937 7.99964C7.2342 7.99964 6.97989 7.89433 6.79237 7.70685L1.13537 2.04985C1.03986 1.95761 0.963674 1.84726 0.911265 1.72526C0.858856 1.60326 0.83127 1.47204 0.830116 1.33926C0.828962 1.20648 0.854264 1.0748 0.904545 0.951901C0.954826 0.829005 1.02908 0.717352 1.12297 0.623459C1.21686 0.529567 1.32852 0.455314 1.45141 0.405033C1.57431 0.354752 1.70599 0.32945 1.83877 0.330604C1.97155 0.331758 2.10277 0.359344 2.22477 0.411753C2.34677 0.464162 2.45712 0.540344 2.54937 0.635854L7.49937 5.58586L12.4494 0.635854C12.638 0.453696 12.8906 0.352902 13.1528 0.35518C13.415 0.357459 13.6658 0.462628 13.8512 0.648036C14.0366 0.833444 14.1418 1.08426 14.144 1.34645C14.1463 1.60865 14.0455 1.86125 13.8634 2.04985L8.20637 7.70685Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    border-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/* .select2-container--open .select2-dropdown{
    top: 7px;
    right: 0;
    left: -15px;
    width: 267px !important;
}
.select2-container--open .select2-dropdown--below{
    border-top: 1px solid  #dee2e6!important;
} */
.kkmt-21 {
    margin-top: 21px;
}

.kklinkacount-wrap {
    margin: 30px 0 0;
}

.kklinkacount-wrap h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: unset;
    border-top: 1px solid #00000033;
    padding-top: 30px;
}

.border-btm {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.kkgogeconct {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #00000033;
}

.payment-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 12px;
}

.kkgogeconct.active.kkgoogle .kkgnotcnct h3 {
    color: #1466ed;
}

.kkgogeconct.active.kkapple .kkgnotcnct h3 {
    color: #000000;
}

.kkgogeconct.active.stripe .kkgnotcnct h3 {
    color: #5167FC;
}

.kkgogeconct.active .kkgogeconct-lft svg,
.kkgogeconct.active .kkgnotcnct h3 {
    opacity: 1;
}

.kkgogeconct-rgt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.kkgnotcnct h3 {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: unset;
    opacity: 0.3;
}

.kkgnotcnct span {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.kkgogeconct-link a {
    color: rgba(187, 149, 42, 1);
    font-size: 13px;
    font-weight: 600;
}

.account-form .form-group label.kksndcellphn {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.account-form .form-group label.kksndcellphn input {
    margin-right: 10px;
    margin-top: 2px;
}

.account-form .form-group .form-check-input {
    min-width: 18px;
    min-height: 18px;
    margin-right: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.account-form .form-group label>.kksndcellphn-kk span {
    font-weight: 500;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    text-transform: none;
}

.kksndcellphn-kk p {
    margin-bottom: unset;
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.account-form .form-group .form-check-input:checked {
    background-color: #BB952A;
    border-color: #BB952A;
}

.account-form .form-group .form-check-input:focus {
    box-shadow: unset;
}

.labeltop-notver {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.labeltop-notver>span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(133, 133, 133, 1);
    margin-bottom: 5px;
    text-transform: capitalize;
}

.percell-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
}

.view-menu--notification {
    display: block;
    font-size: 14px;
    font-style: normal;
    padding: 8px 14px;
    position: relative;
}

.view-menu--notification__warn {
    background-color: #ffa6161f;
    border-left: 2px solid #ffa616;
    color: #222;
    font-weight: 600;
}

.addpayment-btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: #BB952A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;
    width: fit-content;
    z-index: 1;
    text-transform: capitalize;
}

.addpayment-btn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.addpayment-btn:hover,
.addpayment-btn:hover a {
    background: #FFF;
    color: #BB952A;
}

.addpayment-btn:hover::before {
    width: 100%;
}

.kkgogeconct .kkgogeconct-lft svg {
    opacity: 0.3;
}

/* --------------Payment Card ---------- */

.payment-method .card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 0;
    border-bottom: 1px solid #00000033
}

.payment-method:last-child .card-item {
    margin-bottom: 21px;
}

.payment-method .left {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border: 0;
}

.icon img {
    object-fit: cover;
    height: 38px;
}

.payment-method h4 {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 8px;

}

.payment-method h4 span {
    background: #BB952A;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    display: block;

}

.card-left p {
    font-weight: 500;
    font-size: 14px;
    color: #545454;
    margin: 0;
}

.payment-method .menu {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.payment-method .menu-wrap {
    position: relative;
}

.payment-method .add-btn {
    margin-top: 26px;
    background: #c89b2b;
    border: none;
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    cursor: pointer;
}

/* -------Payment Card end--------- */
.kkpayouts-sec {
    padding: 64px 0 80px;
    position: relative;
}

/* -----IRS Form---------- */
.irssubsfrm-wrap ul li {
    padding: 20px 0;
    border-bottom: 1px solid #00000033;
}

.irssubsfrm-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.irssubsfrm-info span {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
}

.payoutmeth-wrap {
    margin-top: 40px;
}

.payoutmeth-wrap h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.payoutmeth-wrap p {
    font-weight: 400;
    font-size: 15px;
    color: #858585;
    margin-bottom: 8px;
}

.payoutmeth-wrap ul li {
    padding: 21px 0;
    border-bottom: 1px solid #00000033;
}

.payoutmeth-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.payoutmeth-lft h3 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.payoutmeth-lft h3>span {
    font-weight: 400;
    font-size: 15px;
    color: #545454;
}

.payoutmeth-lft>span {
    font-weight: 400;
    font-size: 16px;
    color: #545454;
}

.mtpay-btn {
    margin-top: 30px;
}

.irssubpage-sec {
    padding: 33px 0 75px 0;
}

.irsbak-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in;
}

.irsbak-btn:hover span {
    color: rgba(187, 149, 42, 1);
}

.irsbak-btn:hover svg path {
    fill: rgba(187, 149, 42, 1);
}

.irsbak-btn span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(133, 133, 133, 1);
}

.irssubpage-main h1 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.kkirsform .form-group label {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: #000000;
    display: block;
    margin-bottom: 6px;
}

.kkirsform .forminnr span,
.comtextpay span,
.fatca {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.kkirsform .forminnr span a,
.fatca a {
    color: rgba(187, 149, 42, 1);
    text-decoration: underline;
}

.fatca a:hover {
    color: #000 !important;
}

.kkirsform .form-group {
    margin-bottom: 24px;
}

.smalltextbox {
    width: 60%;
}

.form-check-input:focus {
    box-shadow: unset;
}

.correspond-lft .form-check-input {
    width: 20px;
    height: 20px;
    /* margin-right: 10px; */
    border: 1px solid rgba(221, 221, 221, 1);
    margin-top: 1px;
    margin-right: 6px;
}

.correspond-lft .form-check-input:checked {
    background-color: #BB952A;
    border-color: #BB952A;
}

.correspond-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 40%;
}

.correspond-lft label {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center;
    font-size: 13px;
    font-weight: 400 !important;
}

.taxpaynum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.kkirsform .select2-container {
    width: 100% !important;
    padding: 12px 14px;
    border: 1px solid rgba(221, 221, 221, 1);

}

.kkirsform .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20637 7.70685C8.01884 7.89433 7.76453 7.99964 7.49937 7.99964C7.2342 7.99964 6.97989 7.89433 6.79237 7.70685L1.13537 2.04985C1.03986 1.95761 0.963674 1.84726 0.911265 1.72526C0.858856 1.60326 0.83127 1.47204 0.830116 1.33926C0.828962 1.20648 0.854264 1.0748 0.904545 0.951901C0.954826 0.829005 1.02908 0.717352 1.12297 0.623459C1.21686 0.529567 1.32852 0.455314 1.45141 0.405033C1.57431 0.354752 1.70599 0.32945 1.83877 0.330604C1.97155 0.331758 2.10277 0.359344 2.22477 0.411753C2.34677 0.464162 2.45712 0.540344 2.54937 0.635854L7.49937 5.58586L12.4494 0.635854C12.638 0.453696 12.8906 0.352902 13.1528 0.35518C13.415 0.357459 13.6658 0.462628 13.8512 0.648036C14.0366 0.833444 14.1418 1.08426 14.144 1.34645C14.1463 1.60865 14.0455 1.86125 13.8634 2.04985L8.20637 7.70685Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    border-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #BB952A;
}

.irssubpage-main {
    max-width: 670px;
    margin: 0 auto;
}

.tranwrap-sec {
    margin-top: 40px;
}

.tranwrap-sec h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.kkirsform .form-control {
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 12px 14px;
    color: #000;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}


.tranwraptable thead tr th {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.tranwraptable tbody tr td {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 5px;
}

.tranwraptable tbody .tra-completed {
    color: #51B414;
    font-size: 14px;
    font-weight: 400;
}

.tranwraptable tbody .tra-pending {
    color: #BB952A;
    font-size: 14px;
    font-weight: 400;
}

.tranwraptable tbody .tra-canceled {
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
}

.tranhisto-wrap {
    text-align: center;
    margin-top: 21px;
    display: block;
}

.tranhisto-wrap .cmon-btn {
    margin: 0 auto;
    text-align: center;
}

.irssubsfrm-info .dropdown-center a:after,
.payoutmeth-rgt .dropdown-center a:after {
    content: unset;
}

.irssubsfrm-info .dropdown-menu,
.payoutmeth-rgt .dropdown-menu {
    padding: unset;
    min-width: 100px;
    transform: translate(-77px, 25px) !important;
    box-shadow: 0px 4px 24px 0px #00000040;


}

.irssubsfrm-info .dropdown-menu li,
.payoutmeth-rgt .dropdown-menu li {
    padding: unset;
}

.irssubsfrm-info .dropdown-menu li:last-of-type,
.payoutmeth-rgt .dropdown-menu li:last-of-type {
    border-bottom: unset;
}

.labeltop-notver .verifiedcol {
    color: #159929;
}

.labeltop-notver .notverifiedcol {
    color: #BB952A;
}

.payoutmeth-rgt .dropdown-item,
.irssubsfrm-info .dropdown-item {
    font-size: 14px;
}

.payoutmeth-rgt .dropdown-item:hover,
.irssubsfrm-info .dropdown-item:hover {
    background-color: #BB952A;
    color: #fff;
}

.payoutmeth-rgt .dropdown-menu.show li:first-of-type:hover a,
.irssubsfrm-info .dropdown-menu.show li:first-of-type:hover a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.payoutmeth-rgt .dropdown-menu.show li:last-of-type:hover a,
.irssubsfrm-info .dropdown-menu.show li:last-of-type:hover a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.kkdeltacc-ul ul {
    padding-left: 1rem;
}

.kkdeltacc-ul ul li p {
    margin-bottom: unset;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.kkdeltacc-ul ul li {
    position: relative;
}

.kkdeltacc-ul ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1);
    top: 7px;
    left: -12px;
}

.kkdeltacc-ul ul li {
    margin-bottom: 21px;
    position: relative;
}

/* ----Payout Dropdown */
.persnl-info .menu, .proj_card_info .menu, .proj_flx  .menu-wrap .menu{
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.persnl-info .menu-wrap, .proj_card_info .menu-wrap, .proj_flx .menu-wrap {
    position: relative;
}

.persnl-info .dropdown, .proj_card_info .dropdown, .proj_flx .dropdown {
    position: absolute;
    right: 0;
    top: 23px;
    background: #fff;
    border-radius: 8px;
    display: none;
    min-width: 160px;
    box-shadow: 0px 4px 14px 0px #0000000F;
    padding: 5px;
    margin: 0;
    z-index: 1;

}

.persnl-info .dropdown a, .proj_card_info .dropdown a, .proj_flx .dropdown a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;

}

.persnl-info .dropdown a:hover, .proj_card_info .dropdown a:hover, .proj_flx .dropdown a:hover   {
    background: #c89b2b24;
    border-radius: 8px;
}

.persnl-info .menu-wrap:hover .dropdown,  .proj_card_info .menu-wrap:hover .dropdown, .proj_flx  .menu-wrap:hover .dropdown{
    display: block;
}

/*-----------------Account END ---------------------------*/
/*--------------List Your Space [START] ----------*/
.multi-tabs {
    flex-wrap: nowrap;
    padding: 5px;
    background: #F4F4F4;
    border-radius: 7px;
    border-bottom: 0;
}

.multi-tabs li {
    width: 100%;
    display: block;
}

.multi-tabs li .nav-link {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    opacity: 0.3;

}

.multi-tabs .nav-item.show .nav-link,
.multi-tabs .nav-link.active {
    border: 0;
    box-shadow: 0px 4px 4px 0px #0000001C;
    border-radius: 5px;
    opacity: 1;
}

.multi-tabs .nav-link:focus,
.multi-tabs .nav-link:hover {
    border-color: transparent;
}


.space-banner-blog {
    padding: 12px 0 34px;
    position: relative;
}

.list-space-banner {
    background: url(../images/list-space/space-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 117px 75px;
    position: relative;
    border-radius: 40px;
}

.list-space-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.9) 100%);
    border-radius: 40px;
}

.space-bnr-txt h1 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 20px;
}

.space-bnr-txt p {
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}

.space-bnr-txt h2 {
    font-weight: 700;
    font-size: 22px;
    color: #FFF;
    margin-bottom: 20px;
}

.space-bnr-txt a,
.ready-to-start a {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFF;
    padding: 12px 30px;
    display: inline-block;
}

.host-type-blog {
    padding: 30px 0 88px;
    position: relative;
}

.host-type-blog h3 {
    font-size: 35px;
    font-weight: 600;
    color: #8F8E94;
    margin-bottom: 22px;
}

.host-type-blog h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 26px;
    color: #000;
}

.host-type-bx {
    position: relative;
    margin-bottom: 30px;
}

.host-type-bx img {
    height: 70px;
    /* height: 104px; */
    object-fit: contain;
    margin-bottom: 7px;
}

.host-type-bx h4 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.host-type-bx p {
    font-weight: 400;
    font-size: 16px;
    color: #8F8E94;
    margin-bottom: 0;
}

.space-steps-area {
    display: flex;
    align-items: baseline;
    margin-bottom: 57px;
    grid-gap: 20px;
}

.space-steps-icon {
    background: url(../images/list-space/step-icon.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 250px;
    min-width: 250px;
}

.space-steps-icon span {
    font-weight: 600;
    font-size: 35px;
    color: #FFF;
}

.space-steps-text h3,
.ready-to-start h3 {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    margin-bottom: 0;
}

.ready-to-start h3 {
    font-size: 38px;
}

.space-steps-text p {
    font-weight: 400;
    font-size: 18px;
    color: #8F8E94;
    margin-bottom: 0;
}

.wd-pt-40 {
    padding-top: 40px;
}

.space-steps-text h4 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 7PX;
}

.host-steps-dtls img {
    margin-bottom: 15px;
    height: 180px;
    object-fit: cover;
}

.host-steps-dtls p {
    font-size: 16px;
}

.ready-to-start {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

/*------------ List Your Space [END] ---------------*/
/* ---------------Filter Modal of Search Page */
/*--filter Model--*/
.kkfilter-model .modal-content {
    min-width: 570px;
    border-radius: unset;
    background-color: #fff;
}

.kkfilter-model .modal-header {
    padding: 20px;
}

.kkfilter-model .kknavpill-main {
    margin: 20px auto;
}

.kkfilter-model .modal-header .kkfilter-title {
    flex: 1;
    text-align: center;
}

.kkfilter-title h1 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.kkprirange-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.kkprilabels {
    display: flex;
    justify-content: space-between;
}

.kkprice-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.kkrange-container {
    position: relative;
    margin: 20px 0 20px 0;
}

.kkrange-slider {
    height: 2px;
    background: #e5e5e5;
    border-radius: 5px;
    position: relative;
}

.kkrange-progress {
    height: 100%;
    background: #BB952A;
    border-radius: 5px;
    position: absolute;
}

.kkrange-input {
    width: 100%;
    position: absolute;
    top: 0;
    height: 2px;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
    z-index: 2;
    right: 0;
}

.kkrange-input::-webkit-slider-thumb {
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #BB952A;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    cursor: pointer;
}

.kkrange-input::-moz-range-thumb {
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #BB952A;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.kkglbpadding {
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.kkfilter-frm .kkglbpadding:last-of-type {
    border-bottom: unset;
}

.kkfiltminhrs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.kkfilterminhours {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    outline: none;
}

.kkfilterminhours::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #BB952A;
    cursor: pointer;
}

.kkfilterminhours::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #BB952A;
    cursor: pointer;
}

.kkfilter-model {
    /* backdrop-filter: blur(55px); */
    background: #0000004D;
}

.kkfilter-frm .kkglbpadding .form-group p {
    margin-left: 30px;
    margin-bottom: unset;
    font-size: 14px;
}

.kkfilter-model .modal-footer {
    justify-content: space-between;
}

.kkfilclear-btn {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.kkcommon-btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: #BB952A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
    text-align: center;
}

.kkcommon-btn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.kkcommon-btn:hover {
    background-color: #ffffff;
    color: #BB952A;
}

.kkcommon-btn:hover::before {
    width: 100%;
}

.kkfilter-frm .form-check-input:checked {
    background-color: #BB952A;
    border-color: #BB952A;
}

.kkfilter-frm .form-group .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.kkfilter-frm .form-group .form-check-input:focus {
    box-shadow: unset
}

.kkfilter-frm .form-group span {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.kkshowall-btn {
    padding: 12px 0;
}

.kkshowall-btn a {
    font-size: 14px;
    color: #bb952a;
    font-weight: 400;
}

.kkshowall-btn a:hover {
    color: #BB952A;
}


.kkserchdrg label {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.kkserchdrg .form-group .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.kkserchdrg .form-group .form-check-input:checked {
    background-color: #BB952A;
    border-color: #BB952A;
}

.kkserchdrg .form-group .form-check-input:focus {
    box-shadow: unset;
}

.extra {
    display: none;
}

.show-btn {
    font-weight: 500;
    font-size: 14px;
    color: #BB952A;
    display: block;
}

.instant-book {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instant-left h3 {
    margin-bottom: 6px;
}

.instant-left p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #666;
}

/* toggle switch */

.instant-book .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
}

.instant-book .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.instant-book .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E7E7E7;

    border-radius: 30px;
    transition: .3s;
}

.instant-book .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background: #848484;
    border-radius: 50%;
    transition: .3s;
}

.instant-book .switch input:checked+.slider {
    background: #4caf50;
}

.instant-book .switch input:checked+.slider:before {
    transform: translateX(18px);
    background: #fff;
}

.flx-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flx-space .form-check-input {
    margin-right: 0;
}

.flx-space span {
    font-weight: 600 !important;
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 0;

}

/*--------------- Search Result [ START ]-------------- */
.fts {
    display: flex;
    position: relative;
    flex: 1 1 auto;
}

/* .desktop-hidden{
    display: none !important;
} */

.srch_lftside.full-width {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.srch_lftside.full-width .col-lg-4,
.srch_lftside.full-width .col-xxl-3,
.srch_lftside.full-width .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
}


.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 20px;
}

.srch_lftside {
    width: 70%;
}

.search-left {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
}

.search-left .form-group {
    position: relative;
}

.search-left .form-control {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    width: 100%;
    padding: 10px 40px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.search-left .form-control:focus {
    box-shadow: 0 0 0 0 transparent;
}

.search-left .form-group .srch-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 7px 0 0 15px;
}

.search-left .form-group .srch-icon svg {
    width: 16px;
    height: 16px;
}

.search-right {
    position: relative;
}

.search-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #e0e0e0;
    height: 63px;
    margin: -20px -20px 0;
}

.filter-icon {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    grid-gap: 8px;
    font-weight: 600;
    cursor: pointer;
}

.kkserchdrg {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 15px;
}

.kkserchdrg label {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.kkserchdrg .form-group .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.kkserchdrg .form-group .form-check-input:checked {
    background-color: #BB952A;
    border-color: #BB952A;
}

.kkserchdrg .form-group .form-check-input:focus {
    box-shadow: unset;
}

/* ----Search Tabs---- */
.src_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 15px;
}

.vanue-location {
    background: #FFFFFF;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.src_top ul {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.src_top ul li a {
    background-color: #00000080;
    backdrop-filter: blur(3px);
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-top {
    bottom: 0;
    top: unset;
}

.leaflet-left .leaflet-control {
    margin: 0 0 20px 20px;
}

.kknavpill-main {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
    width: fit-content;
    padding: 5px 5px;
    border-radius: 7px;
    margin: 20px 0;
}

.full-width .kknavpill-main {
    margin: 20px auto;
}

.kknavpill-main .nav-link.active,
.kknavpill-main .show>.nav-link {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000001C;
    padding: 4px 32px;
    color: #000000;
    opacity: 1;
}

.kknavpill-main .nav-link {
    color: #000000;
    padding: 4px 32px;
    opacity: 0.30;
}

.kknavpill-main li button span img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.kkwallspace-title p {
    font-weight: 400;
    font-size: 14px;
}

.kkshowing-res {
    padding: 24px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.kkshowing-res p {
    margin-bottom: unset;
    text-align: left;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.result_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.result_flx p {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.map-toggle {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: sans-serif;
    cursor: pointer;
}

.map-toggle input {
    display: none;
}

.toggle-btn {
    width: 30px;
    height: 22px;
    background: transparent;
    border-radius: 20px;
    position: relative;
    transition: 0.3s;
    border: 1px solid rgba(173, 173, 173, 1);
}

.toggle-btn::before {
    content: "✕";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #9e9e9e;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

/* ON State */
.map-toggle input:checked+.toggle-btn {
    background: #e8e0c5;
}

.map-toggle input:checked+.toggle-btn::before {
    content: "✓";
    left: 11px;
    background: #b8962e;
}

.srch_detail > a {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin: 6px 0 4px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.venue_list ul {
    color: #222;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -9px; */
}

.venue_list ul li {
    align-items: center;
    display: flex;
    position: relative;
    grid-gap: 3px;
}

.venue_list ul li::before {
    content: "・";
    font-size: 12px;
    margin: 0 1px;
}

.venue_list ul li:first-child::before {
    display: none;
}

.venue_list ul li h5 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
}

.venue_list ul li p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.venue_price p {
    font-weight: 400;
    font-size: 13px;
    color: #6D6D6D;
    list-style: disc;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
    margin-bottom: 0;
}

.venue_price p span {
    background: linear-gradient(90deg, #F2E79E -3.77%, #EDD681 -1.43%, #D9B85A 1.53%, #CA9F3A 4.45%, #BF8E24 7.28%, #B88417 9.58%, #B68012 13.92%, #C29429 21.27%, #C7992E 27.05%, #C8A33E 37.24%, #C8A33E 47.57%, #C8A33E 57.34%, #C8A33E 67.52%, #C7992E 77.85%, #B68012 87.06%, #B88316 90.61%, #BE8D23 93.47%, #C89D37 96.76%, #D7B455 99.32%, #E9D07A 101.86%, #F2E79E 104.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
}

.new-listing {
    font-size: 13px;
    color: #BB952A;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

.srch_rgtside {
    width: 30%;
    overflow: hidden;
}

.map_bx {
    height: calc(100vh - 80px);
    min-width: 30%;
    position: fixed;
    top: 80px;
}

.map_bx iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.map-close {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 #00000059;
    color: #858585;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    padding: 12px 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    display: none;
}

/* --------------Search Result [ END ]----------------- */
.similar_blog {
    padding: 30px 0;
}

.wd-srch-box {
    position: relative;
    margin-bottom: 24px;
}

.srchitem_img img{
	width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.srchitem_img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.srchitem_img::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 96px 0 #0000003d;
    pointer-events: none;
    z-index: 1;
}

.srchitem_img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #0000003d, #040000cc);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 2;
}

.srchitem_img:hover::after {
    opacity: 1;
    z-index: 9;
}

.owl-srch .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 0 15px;
    z-index: 0;
}

.owl-srch:hover .owl-nav {
    opacity: 1;
}

.owl-srch .owl-nav button {
    background: #00000080 !important;
    padding: 15px !important;
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.kkmaptogg {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.kkswich-sec {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 24px;
    margin-right: 10px;
}

.kkswich-sec input {
    opacity: 0;
    width: 0;
    height: 0;
}

.kkmaptogg input:checked+.kkslid-tgl {
    background-color: transparent;
    border: 1px solid rgba(173, 173, 173, 1);
}

.kkslid-tgl {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid rgba(173, 173, 173, 1);
}

.kkmaptogg input:checked+.kkslid-tgl:before {
    transform: translateX(15px);
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.00065 3.33333L0.333984 5L5.33398 10L13.6673 1.66667L12.0007 0L5.33398 6.66667L2.00065 3.33333Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: rgba(187, 149, 42, 1);
    color: #92c353;
}

.kkslid-tgl:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83398 1.83325L10.1673 10.1666M1.83398 10.1666L10.1673 1.83325' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    height: 24px;
    width: 24px;
    left: 0;
    bottom: 0;
    background-color: rgba(173, 173, 173, 1);
    transition: .4s;
    border-radius: 50%;
    font-size: 12px;
    background-position: center;
}

.showmaptxt {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    border: unset;
    white-space: nowrap;
}

#searchmapclose {
    display: none;
}

@media (min-width: 992px) {
    .kkmobilecheck {
        display: none;
    }
}

/* -----Search Result Page Owl SLider */

/*----- like Checkbox ----*/
.wd-mr-like {
    position: absolute;
    display: inline-block;
    right: 15px;
    display: flex;
    gap: 5px;
    /* z-index: 9; */
}

.wd-mr-like input[type="checkbox"],
.wd-mr-fvrt input[type="checkbox"] {
    display: none;
}

.wd-mr-like label input[type="checkbox"] {
    position: relative;
    margin: 0;
    cursor: pointer;
    background: #00000080;
    backdrop-filter: blur(3px);
    min-width: 24px;
    height: 24px;
    /* display: flex;
  align-items: center;
  justify-content: center; */
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
}

.wd-mr-like label input[type="checkbox"]:checked+svg path,
.wd-mr-fvrt label input[type="checkbox"]:checked+svg path {
    stroke: #FF0000;
    fill: #FF0000;
}

.wd-mr-fvrt label input[type="checkbox"]:checked+svg {
    opacity: 1;
}

.wd-mr-like label {
    background-color: #00000080;
    backdrop-filter: blur(3px);
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
}

.wd-mr-like label svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/*----- like Checkbox [ END ]----*/

/*------Search Result [ END ] ------------*/




/*--visit-help-center-*/

.advans-team {
    background-color: #000000;
    padding: 42px 0;
}

.advans-team h1 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.srcartcal-frm .form-control {
    padding: 16px 52px 16px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    background-color: #ffffff;
}

.srcartcal-frm .form-group {
    position: relative;
    z-index: 9;
}

.srcartcal-frm .kksrcbtn-icn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-color: #BB952A;
    padding: 8px 8px;
    border-radius: 10px;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    border: 1px solid;
    border-image-source: linear-gradient(113.85deg, rgba(0, 0, 0, 0.3) -2.07%, rgba(0, 0, 0, 0) 54.92%, rgba(0, 0, 0, 0.3) 103.46%);
    cursor: pointer;
}

.all-frqst {
    padding: 60px 0;
}

.frqst-wrap ul li {
    border: 1px solid #0000001A;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 18px 18px;
}

.frqst-wrap ul li:hover {
    border: 1px solid #000000;
}

.avfrqst-list {
    display: flex;
    align-items: center;
}

.frqst-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.frqst-list img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.avfrqst-list .avtaruser-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: -10px;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    object-fit: cover;
}

.avfrqst-list .avtaruser-img:last-of-type {
    border: unset;
}

.avfrqst-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.frqst-innr h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
}

.avfrqst-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.avfrqst-info span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 9;
}

.avfrqst-info span:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.avfrqst-info span:first-of-type::before {
    content: unset;
}

/*--visit-help-center End--*/


/*--Most Frequently Asked--*/
.mstfrk-sec {
    padding-top: 40px;
    padding-bottom: 80px;
}

.breadcrumb {
    margin-bottom: unset;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 300;
}

.breadcrumb-item a {
    color: #000000;
}

.breadcrumb-item.active {
    color: #858585;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.mstfeask-icon {
    padding: 30px 0 16px 0;
    display: flex;
    gap: 14px;

}

.mstfrk-inr h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 16px 0;
}

.avfrqst-inricon {
    display: flex;
    align-items: center;
}

.mstfeask-wrap {
    /* display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-left: 12px; */
}

.mstfeask-wrap h1 {
    margin: 0 0 8px;
}

.avfrqst-inricon img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: -10px;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    object-fit: cover;
}

.mstfrk-inr {

    margin-bottom: 34px;
}

.mstavfrqst-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.mstavfrqst-info span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 9;
}

.mstavfrqst-info span:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}

.mstavfrqst-info span:first-of-type::before {
    content: unset;
}

.sec-headtitle h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.about-faq-box {
    border: 1px solid #DDDDDDDD;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.about-faq-box li a.active,
.about-faq-box li a:hover {
    background: #0000001A;
    /* border-radius: 7px; */
}

.about-faq-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 15px;
    font-weight: 600;
    font-size: 15px;
    color: #5A5A5A;
    border-bottom: 1px solid rgb(187 149 42 / 20%);
}

.about-faq-box li:last-child a {
    border-bottom: 0;
}

/*--Most Frequently Asked End--*/
/*--Most Frequently Asked Detail--*/
.satytips-sec h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: unset;
}

.safimg-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 0 20px 0;
}

.safimg-lft img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.safimg-rgt p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: unset;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 4px;
}

.safimg-rgt p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding-bottom: 4px;
}

.alltipsrent-qus h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: unset;
    padding: 14px 0;
}

.alltipsrent-qus p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.articalinfo {
    margin-bottom: 24px;
}

.articalinfo p {
    font-size: 16px;
    font-weight: 400;
}

.articalinfo p a {
    color: #000;
    text-decoration: underline;
}

.alltipsrent-qus ul {
    padding-left: 24px;
}

.alltipsrent-qus ul li {
    position: relative;
    list-style: disc;
    margin-bottom: 14px;
}

.saftytips-innr {
    margin-bottom: 24px;
}

.saftytips-innr h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.saftytips-innr p {
    font-size: 16px;
    font-weight: 400;
    color: #000;

}

.saftytips-innr p a {
    color: #000;
    text-decoration: underline;
}

/*--Most Frequently Asked Detail--*/

/*--Contact us page--*/

.contfrm-sec {
    padding: 50px 0;
}

.contpage-title h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.contpage-title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.contctfrmpage .form-group {
    position: relative;
    margin-bottom: 21px;

}

.contctfrmpage .form-control {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 14px 13px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.contctfrmpage .form-group .form-control:focus {
    box-shadow: none;
    border-color: #BB952A;
}

.contctfrmpage .form-group label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block;
}

.cnfrpg-btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: #BB952A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;
    width: fit-content;
    z-index: 1;
}

.cnfrpg-btn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.cnfrpg-btn:hover {
    background: #FFF;
    color: #BB952A;
}

.cnfrpg-btn:hover::before {
    width: 100%;
}

.contctfrmpage .select2-container {
    width: 100% !important;
    padding: 14px 13px;
    border: 1px solid rgba(221, 221, 221, 1);
}

/* Select Wrapper with dropdown arrow */
.select-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.select-wrapper select,
.requesttype {
    width: 100%;
    padding: 14px 40px 14px 13px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.select-wrapper select:focus,
.requesttype:focus {
    outline: none;
    border-color: #BB952A;
    box-shadow: none;
}

.select-wrapper select:hover,
.requesttype:hover {
    border-color: #BB952A;
}

.select-wrapper .select-icon {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.select-wrapper:focus-within .select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-wrapper select option {
    padding: 10px;
    color: #000;
}

.rntlwill-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 28px;
}

.comstartdate {
    position: relative;
}

.comicon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.contctfrmpage .iti {
    z-index: 1;
}

/*--Contact us page End--*/
/* -----OTP Verification */
.modal-title-otp {
    font-size: 28px !important;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}


.change-btn,
.change-btn .cmon-btn {
    margin: 0 auto;
    text-align: center;
}

/* ----------------Search Venue Detail Page [ START ]---------- */
.srch_venue {
    padding: 40px 0 30px;
}

.kksinwalldet-btn {
    margin: 0 0 20px;
    width: fit-content;
}

.kksinwalldet-btn a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
}

.kksinwalldet-btn a svg {
    margin-right: 20px;
}

.ld_photos {
    display: flex;
    gap: 10px;
    width: 100%;
    position: relative;
}

.ld_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 33%;
    position: relative;
}

.ld_left {
    width: 70%;
}

.ld_left img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 2.74 / 2;
}

.ld_img {
    width: 100%;
}

.ld_img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 64 / 32;
}

.shows_btn {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 30px 20px;
}

.ld_photos .ld_left,
.ld_photos .ld_img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.ld_photos img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.ld_photos .ld_left::before,
.ld_photos .ld_img::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 80px 0 #0000003d;
    z-index: 1;
    pointer-events: none;
}

.ld_photos .ld_left::after,
.ld_photos .ld_img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #0000003d, #040000cc);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    pointer-events: none;
}

.ld_photos .ld_left:hover::after,
.ld_photos .ld_img:hover::after {
    opacity: 1;
}

.ld_photos .ld_left:hover img,
.ld_photos .ld_img:hover img {
    transform: scale(1.08);
}

.shows_btn {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 20px 20px;
}

/* -----------------Modal Gallery [ START ]-------------- */
/* ---------- Modal Gallery------- */
.gal_modal .modal-xl {
    --bs-modal-width: 100%;
}

.gal_modal .modal.fade .modal-dialog {
    margin: 0;
}

.gal_modal .modal-dialog {
    margin: 0;
    background-color: #fff;
    height: 100%;
}

.gal_modal.modal {
    --bs-modal-border-radius: 0;
    --bs-modal-border-width: 0;
    z-index: 1111;
}

.gal_modal .modal-content {
    padding: 0 30px;
}

.gal_modal .modal-header {
    border: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    padding: 15px 0 15px;
    border-radius: 0;
}

.gal_modal .modal-body {
    padding: 0;
}

.back-arrow {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #676161;
}

.share_info {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.share_info a {
    color: #676161;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    font-size: 15px;
    font-weight: 600;
}

.share_info .dropdown-toggle::after {
    display: none;
}

.info-mob {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

.info-mob a {
    background: #FFFFFF;
    border: 0.9px solid #0000001A;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.gal_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gal_grid img {
    height: 308px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.fancybox__container {
    z-index: 9999;
}

/* -----Like icon dropdown in gallery modal */
.kkbookmrk-popup .dropdown-menu {
    background: #fff;
    width: 280px;
    height: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 6.99px 20.98px 0px rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: 10px !important;
}

.kkbookmrk-popup .dropdown-menu:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: #ffffff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.kkcretprjbtm {
    padding: 12px 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.kkcretprjbtm button {
    border: none;
    background-color: transparent;
    font-size: 11px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.kkcretprjbtm button svg {
    margin-right: 7px;
}

.kkpojtlist-wrp {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.kkcrtprjarea {
    padding: 20px 14px 14px 14px;
}

.kkcrtprjarea h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 23px;
    text-align: center;
}

/* Create Project */
.cretproj-frm .form-group {
    margin-bottom: 16px;
}

.cretproj-frm .form-control {
    padding: 14px 13px;
    border-radius: unset;
    border: 1px solid rgba(221, 221, 221, 1);
}

.kkcrtprjarea p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: rgba(84, 84, 84, 1);
}

.cretproj-frm .kkfrmbtntran {
    background-color: transparent;
    border: unset;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.kkcretproj-frmbtn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: #BB952A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 79px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.kkcretproj-frmbtn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.kkcretproj-frmbtn:hover {
    background-color: #ffffff;
    color: #BB952A;
}

.kkcretproj-frmbtn:hover::before {
    width: 100%;
}

.kkcretpojt-list {
    padding: 20px 10px 10px 10px;
    margin-bottom: 50px;
    overflow: hidden;
    height: auto;
    overflow-y: auto;
}

.kkcretpojt-list ul li {
    width: 100%;
    padding: 7px 7px;
    border: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
}

.kkcretpojt-list ul li:hover {
    background-color: rgba(187, 149, 42, 0.1);
}

.kkcretpojt-list ul li a {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-center.kkbookmrk-popup button label {
    cursor: pointer;
}

.kkcretpojt-wrp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.kkcretpojt-inr {
    max-width: 35px;
    max-height: 35px;
    width: 35px;
    height: 35px;
}

.kkcretpojt-inr img {
    margin-bottom: unset;
    border-radius: unset;
    object-fit: cover;
    height: inherit;
}

.kkcretpojt-nam h5 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: unset;
}

.cretproj-frm .form-control:focus {
    box-shadow: none
}


/* ----------------Modal Gallery [ END ]------------ */
/* */
.multi-tabs .nav-link span img {
    height: 30px;
    object-fit: contain;
}

.venue-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0;
}

.venue-top-title h1 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 1);
}

.venue-top-title .share_info {
    grid-gap: 10px;
}

.venue-top-title .share_info a {
    background: #FFFFFF;
    border: 0.9px solid #0000001A;
    width: 41px;
    min-width: 41px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.venue-dtls-line ul {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.kkinstbok-type {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin: 20px 0;
}

.strike-text {
    text-decoration: line-through;
    color: #bfbfbf;
    background: #8080802e;
    pointer-events: none;
}

.strike-text span svg path {
    stroke: #bfbfbf;
}

.kkinstbok-type label {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.25s;
}

.kkinstbok-type label .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.kkinstbok-type label span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
}

.kkinstbok-type label span svg {
    margin-right: 8px;
}

/* hide radio */
.kkinstbok-type input[type="radio"] {
    display: none;
}

/* selected button */
.kkinstbok-type input[type="radio"]:checked+label,
.kkinstbok-type label:has(input[type="radio"]:checked) {
    border: 1.5px solid #BB952A;
    background: #FFF8E6;
}

/* optional hover */
.kkinstbok-type label:hover {
    border-color: #BB952A;
}

.venue-details-blog .multi-tabs {
    margin: 20px 0;
}

.kktwobok-innr {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.kktwobokicon-lft {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.kktwobokicon-lft svg {
    width: 18px;
    height: 18px;
}

.kktwobokicon-rgt h6 {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.40);
    margin-bottom: 4px;
}

.kktwobokicon-rgt h5 {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: unset;
}

.kktwoboklght-wrap {
    padding: 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
}

.venue-dtls-line li {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    /* list-style: disc; */
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 4px;
    line-height: normal;
}

.venue-dtls-line li a {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    text-decoration: underline;
}

.venue-dtls-line li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 10px 0 0 -15px;
}

.venue-book-dtls ul li:first-child,
.venue-dtls-line li:first-child::before {
    margin-left: 0;
    list-style: none;
    display: none;
}

.new-listing-detail span {
    color: #d1a425;
    font-weight: 500;
}

.booking-type {
    margin: 0;
    padding: 0;
    border: 0;
}

.venue-descript {
    margin-top: 22px;
}

.venue-descript p {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}

.venue-descript p a {
    font-weight: 700;
    color: #BB952A;
}

.venue-txt {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

.venue-txt p {
    margin-bottom: 0;
}

.listing_bx {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.product_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-bottom: 0;
}

.product_list li {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.product_list li span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.list_txt h6 {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.40);
    margin-bottom: 4px;
}

.list_txt h3 {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.list_title {
    display: flex;
    align-items: flex-end;
    grid-gap: 6px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.list_descrip {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin: 0;
}

.more_txt {
    font-weight: 700;
    color: #BB952A;
    text-decoration: underline;
}

.categ_list {
    padding-left: 25px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.categ_list li {
    color: #424242;
    /* list-style: disc; */
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
}

.categ_list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #424242;
    margin: 9px 0 0 -15px;
}

.listing_bx .accordion-item {
    border: 0;
}

.listing_bx .accordion-button {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    background: #D9D9D91A;
    color: #424242;
}

.listing_bx .accordion {
    --bs-accordion-border-width: 0;
    margin-bottom: 15px;
    --bs-accordion-btn-icon-width: 1rem;
}

.listing_bx .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.listing_bx .accordion-button::after {
    width: 20px;
    height: 15px;
}

.accordion-button:focus {
    box-shadow: none;
}

.listing_bx .accordion-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 10px;
    margin: 10px 20px;
}

.accordion-body ul li:last-child {
    padding-bottom: 0;
    border: 0;
}

.open-hours-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.open-hours-name {
    width: 110px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.open-hours-time {
    font-size: 14px;
    font-weight: 400;
    color: rgba(84, 84, 84, 1);
}

.addon_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.addtxt h5 {
    margin: 10px 0 5px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.addtxt a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    display: block;
    margin: 10px 0 0;
}

.addtxt span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.owl-addons .owl-nav {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    position: absolute;
    top: 0;
    right: 0;
    margin: -2.5em 0 0;
}

.owl-addons .owl-nav button {
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    border-radius: 8px;

    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    align-items: center;

    width: 25px;
    height: 25px;
    box-shadow: 2px 2px 3px 1px #00000014;
}
.add-item .cmon-btn{
    margin: 0 auto;
    text-align: center;
}
/* ----Description Modal */
.descrip-modal .modal-header {
    display: block;
    padding: 20px 20px 0;
}

.descrip-modal .modal-header h5 {
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.descrip-modal h6 {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.descrip-modal p {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.descrip-modal ul {
    padding-left: 1rem;
}

.descrip-modal ul li {
    font-size: 15px;
    margin-bottom: 5px;
    list-style: disc;
}

.descrip-modal .review_items {
    display: block;
}

.descrip-modal .reivew-box {
    margin-bottom: 15px;
}

/* ------ booking sidebar ------ */
.venue-right-side {
    position: sticky;
    top: 110px;
}

.booking-sidebar {
    border: 1px solid #DDDDDD;
    box-shadow: 0px 7px 14px 0px #0000001A;
    padding: 15px;
    border-radius: 10px;
}

.booking-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-per-hr {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
}

.price-per-hr span {
    font-weight: 500;
    font-size: 15px;
}

.price-time {
    font-weight: 500;
    font-size: 15px;
    color: #7777;
    margin: 0;
}

.date-entry {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.date-msg-entry {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.booking-form .form-group {
    width: 100%;
}

.booking-form label {
    font-size: 14px;
    display: block;
    margin: 0;
}

.booking-form .form-select {
    border: none;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    border-radius: unset;
    background-image: url(data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' fill-rule='evenodd' clip-rule='evenodd' d='M4.41231 5.16245C4.30292 5.27181 4.15457 5.33325 3.99989 5.33325C3.84522 5.33325 3.69687 5.27181 3.58748 5.16245L0.287561 1.86254C0.231847 1.80873 0.187407 1.74436 0.156836 1.67319C0.126264 1.60202 0.110172 1.52548 0.109499 1.44802C0.108826 1.37057 0.123585 1.29375 0.152915 1.22206C0.182246 1.15037 0.225561 1.08524 0.280332 1.03047C0.335103 0.975702 0.400232 0.932388 0.471921 0.903058C0.543611 0.873727 0.620425 0.858968 0.697879 0.859641C0.775334 0.860314 0.851879 0.876406 0.923048 0.906978C0.994217 0.93755 1.05858 0.981989 1.11239 1.0377L3.99989 3.9252L6.88739 1.0377C6.99741 0.931445 7.14476 0.872648 7.29771 0.873977C7.45066 0.875306 7.59697 0.936655 7.70512 1.04481C7.81328 1.15296 7.87463 1.29927 7.87595 1.45222C7.87728 1.60517 7.81849 1.75252 7.71223 1.86254L4.41231 5.16245Z' fill='black'/%3E%3C/svg%3E%0A);
    background-size: 8px 10px;
    padding: 8px 0;
}

.booking-form .form-control {
    border: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 8px 16px 8px 0;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #6c757d;
    outline: none;
    font-weight: 400;
    color: #000;
    border-radius: 0;
}

.msg-txt label {
    margin-bottom: 5px;
}

.msg-txt textarea {
    border: 1px solid #DDDDDD !important;
    padding: 10px !important;
}

.booking-form .form-control:focus {
    box-shadow: none;
}

.booking-form .form-group.focus_active .form-control {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.booking-form .cmon-btn {
    width: 100%;
    margin: 15px auto;
}

.form-flex {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.add-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.add-day-btn {
    font-weight: 500;
    font-size: 14px;
    color: #BB952A;
    background: transparent;
    border: none;
}

.add-day-btn:hover {
    text-decoration: underline;
    color: #BB952A;
}

.add-more p {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
}

.reserve-btn {
    margin: 15px 0;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 12px 15px;
    background: #BB952A;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.all-btn {
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
}

.cancel-txt {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 16px;
    text-align: center;
}

.kkvenprchrs-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.kkvenprchrs-wrap span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.kkven-total {
    border-top: 1px solid rgba(187, 149, 42, 1);
    padding-top: 8px;
}

.kkvenprchrs-wrap svg {
    margin-left: 10px;
}

/* ---------- review ------------ */
.review_blog {
    padding: 30px 0 0;
}

.venue-rvw-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.venue-rvw-title ul {
    display: flex;
    align-items: center;
    gap: 2.5px;
}

.review-user {
    display: flex;
    gap: 10px;
}

.revew-user-img img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.reviuser-intro h4 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.reviuser-intro h4 ul{
	display: flex;
    align-items: center;
}

.review-time {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-time span {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.30);
    margin-bottom: 0;
}

.review-time ul {
    display: flex;
    align-items: center;
}

.review-time img {
    width: 10px;
    height: 10px;
}

.reviuser-intro p,
.reivew-box p {
    font-weight: 400;
    font-size: 14px;
    color: #545454 !important;
    margin-bottom: 0;
}

.reivew-box ul li {
    list-style: none;
}

/*--21-5-2025--*/
.kkmsghost-wrap {
    padding: 15px;
    background: rgba(245, 245, 245, 1);
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.kkmsghost a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.kkmsgusrhost-lft {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    position: relative;
}

.host-icon {
    position: absolute;
    bottom: -10px;
    right: 2px;
}

.kkmsgusrhost-lft img {
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: inherit;
}

.kkmsgusrhost-rgt h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: unset;
}

.kkrespon-lft span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.kkmsghst-btn {
    padding: 17px 47px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    text-align: center;
}

.kkmsghst-btn:hover {
    border-color: #BB952A;
    color: #BB952A;
}

.form-select:focus {
    box-shadow: none;
}

.ld-reviews-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.ld--title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.ld-reviews-title--rating {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.ld-reviews-title--reviews:before {
    content: "·";
    font-weight: 700;
    margin: 0 8px;
    text-align: center;
}

.review_items {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

/* message host */
.message-host-box {
    background: #F5F5F5;
    border: 1px solid #0000001A;
    border-radius: 10px;
    padding: 40px;
}

.message-host-lft {
    padding-right: 35px;
    border-right: 1px solid #00000033;
}

.host-dtls a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.host-img {
    position: relative;
}

.host-img img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.host-name h4 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

.host-name p {
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.40);
    margin-bottom: 0;
}

.host-keys {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.host-keys li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.respons-time p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.message-host-right h5 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
    gap: 10px;
}

.message-host-right p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}

.message-host-right p a {
    text-decoration: underline;
    color: #000000;
}

.host-btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 12px 45px;
    color: #000000;
    border: 1px solid #0000001A;
    border-radius: 10px;
    display: block;
    width: fit-content;
}

.host-btn:hover {
    border-color: #BB952A;
    color: #BB952A;
}

.space-sec {
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    position: relative;
}

/* map  */

.loaction-blog h3 {
    display: flex;
    align-items: flex-end;
    grid-gap: 6px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.para_txt {
    font-size: 15px;
    margin-bottom: 15px;
}

.map-img-area img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

/* Share listing Modal */
.kkshare-model,
.wd-blur-bg {
    /* backdrop-filter: blur(55px); */
    background: #0000004D;
    z-index: 9999;
}

.kkshare-model .modal-content {
    border-radius: unset;
    padding: 20px;
    min-width: 570px;
}

.kkmodal-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.kkmodal-header .kksharelist-title {
    flex: 1;
    text-align: center;
}

.kksharelist-title h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1);
}

.kksharelist-title p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: rgba(84, 84, 84, 1);
}

.kkshare-model .modal-body {
    padding: unset;
}

.kksocialshare {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    border: 1px solid rgba(244, 210, 133, 1);
    border-radius: 17px;
    margin-bottom: 17px;
    background: transparent;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
}

.kksocialshare:hover {
    background: rgba(187, 149, 42, 0.1);
}

.kksocialshare span:last-of-type {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

/* Host Message Modal */
/*----Message to Host Start----*/
.kkaddfees-model {
    backdrop-filter: unset;
}

.msghost-wrappop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msghost-title h2 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 6px;
}

.msghost-title p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.msghost-img {
    position: relative;
}

.msghost-img img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.booking-form .form-group .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.booking-form .form-group .form-check-input:focus {
    box-shadow: unset;
}

.booking-form .form-group .form-check-input:checked {
    background-color: #BB952A;
    border-color: #BB952A;
}

.booking-form .add-moress,
.booking-form .msgwalladd-more {
    margin-bottom: 15px;
}

.add-moress,
.msgwalladd-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-moress p,
.msgwalladd-more p {
    font-weight: 500;
    font-size: 13px;
    color: #999999;
    margin-bottom: 0 !important;
}

.lblfnt-frm label {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

.modal-dialog-scrollable.noscrollbar .modal-body {
    overflow-y: unset;
}

.conthost-footlft span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.conthost-footlft h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.starttyp-innr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 8px;
    gap: 8px;
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 100%;
}

.starttyp-innr button {
    background-color: transparent;
    border: unset;
}

.starttyp-rgt img {
    height: 24px;
    width: 24px;
}

.starttyp-rgt {
    width: 100%;
    text-align: center;
}

.starttyp-rgt span {
    font-size: 14px;
    color: #000;
}

.starttyp-wrap {
    display: none;
}

.starttyp-wrap.show {
    display: block;
}

.kkaddfees-model .modal-content {
    padding: 25px 25px;
    border-radius: unset;
    overflow: hidden;
    overflow-y: auto;
}

.seckkremovedaybtn {
    outline: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.msgwallkkremovedaybtn {
    outline: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.send-msg-btn {
    margin: 15px 0;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 12px 15px;
    background: #BB952A;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.date-flx {
    display: flex;
    align-items: center;
}

.date-flx .form-check-input {
    margin-top: 0;
}

.host-msg label {
    font-weight: 500;
    color: #000;
}

.conthost-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.conthost-footrgt .cmon-btn {
    margin: 0;
}

/*----Message to Host End----*/
/* ------------Wallscape Tabs---------- */
.wallscape_bx {
    display: block;
    width: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 10px;
    border-radius: 8px;
}

.wall_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.wallscape_bx h5 {
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin: 10px 0 6px;
}

.wallscape_bx ul li {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 6px;
}

.wallscape_bx ul li:last-child {
    margin-bottom: 0;
}

/* Processing Image Modal */
.process_img {
    margin: 0 auto;
    text-align: center;
}

/* ----------------Search Venue Detail Page [ END ]-------------- */
/* --------------Checkout Page [ START ]--------------- */
.checkout_blog {
    padding: 30px 0;
}

.checkout_frm h3 {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0;
}

.checkout_frm h5 {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFF4;
}

.checkout_frm h5 span {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid rgba(143, 142, 148, 1);
    color: #8F8E94;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.checkout_frm h5:hover {
    color: #bb952a;
}

.checkout_frm h5:hover span {
    color: #bb952a;
    border: 1.5px solid #bb952a;
}

.checkout_frm .form-group {
    margin-bottom: 20px;
}

.checkout_frm .form-group label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 1);
}

.checkout_frm .select2-container {
    width: 100% !important;
    padding: 12px 13px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.checkout_frm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 9px;
    border-style: none;
    transform: translate(-12px, 6px);
}

.checkout_frm .form-group .form-control {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 14px 13px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.asterik {
    color: red;
}

/* Addon  */
.epk-wrapper-card {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.epk-left-flex {
    display: flex;
    align-items: center;
    gap: 14px;
}

.epk-thumb-img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.epk-text-block h4 {
    margin: 0 0 6px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.epk-text-block h4 a {
    color: rgba(0, 0, 0, 0.8);
}

.epk-price-line {
    font-size: 14px;
    margin: 4px 0;
}

.epk-more-link {
    font-size: 13px;
    color: #bb952a;
    text-decoration: none;
}

.epk-qty-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.epk-qty-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #222;
    background: transparent;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.epk-qty-input {
    width: 50px;
    height: 36px;
    text-align: center;
    border: 1px solid #222;
    border-radius: 8px;
    margin: 0 auto;

}

/* Remove number input arrows (important) */
.epk-qty-input::-webkit-inner-spin-button,
.epk-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.epk-qty-input {
    -moz-appearance: textfield;
    /* Firefox */
}

.epk-minus-btn,
.epk-plus-btn {
    border: 0;
}

/* Cancellation accordian */
.cancellation_bx .accordion-header .accordion-button {
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.70) !important;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none !important;
    padding: 15px 0 !important;
}

.cancellation_bx .accordion-button:focus {
    box-shadow: none;
}

.cancellation_bx .accordion-item {
    padding-bottom: 0;
    margin-bottom: 0;
    --bs-accordion-border-width: 0;
}

.cancellation_bx .accordion-item:last-of-type {
    border-bottom: 0;
}

.cancellation_bx .accordion-body {
    padding: 0 0 !important;
}

.cancellation_bx .accordion-body p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(84, 84, 84, 1);
    padding-right: 30px;
}

.cancellation_bx .accordion-body p a {
    color: rgba(187, 149, 42, 1);
    text-decoration: underline;
}


.cancellation_bx .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.by_pressing {
    padding-top: 20px;
    border-top: 1px solid #0000001A;
}


/* end */
.check_flx {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 7px 14px 0px #0000001A;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;

}

.select_item {
    display: block;

}

.select_item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.check_itemlist h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
}

.check_itemlist p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(119, 119, 119, 1);
}

.total_amount {
    display: none;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* --------------Checkout Page [ END ]------------------ */
/* -----Image Processing Modal */
.img-modal .modal-content {
    background: transparent;
    border: 0;
    width: fit-content;
    padding: 0;
}

.img-modal .modal-header {
    border: 0;
}

.img-modal .btn-close {
    opacity: 1;
}

.img-modal .modal-body {
    padding: 0;
}

/* --------Host Booking [ START ]----------- */
.host_blog {
    padding: 40px 0 80px;
}

.host_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #00000033;
    width: 100%;
    padding-bottom: 4px;
}

.host_tabs ul {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    width: 100%;
}

.host_tabs ul li button {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    padding: 0 0 14px;
    background: transparent;
    border-radius: 0 !important;
    border-bottom: 3px solid transparent;
    position: relative;
}

.host_tabs .nav-pills .nav-link.active,
.host_tabs .nav-pills .show>.nav-link {
    background: transparent;
    color: #000;
}

.host_tabs ul li button::before {
    content: '';
    border-bottom: 3px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 -7px 0;
}

.host_tabs ul li button.active::before {
    border-bottom: 3px solid #BB952A;
}

.host_tabs .nav-link:focus,
.nav-link:hover {
    color: #000;
}

.host_tabs span.select2.select2-container.select2-container--default {
    width: fit-content !important;
}

.host_srch .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 10px 40px 10px 10px !important;
    min-width: 200px;
}

.host_srch .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/gold-down.png)no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 9px;
    height: 6px;
    border: 0;
    left: unset !important;
    margin: 7px 15px 0 0;
}

.host_srch span.select2-dropdown.select2-dropdown--below {
    min-width: 200px;
}

.host_srch .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.host_blog .tab-content {
    margin: 50px 0 0;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.booking-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Poppins", serif;
}

.booking-table th {
     text-align: left;
    font-size: 14px;
    color: #333333;
    padding: 12px;
    border-bottom: 1px solid #0000001A;
    font-weight: 600;
    font-size: 16px;

}

.booking-table tr {
    cursor: pointer;
    border-bottom: 1px solid #0000001A;
}

.booking-table td {
    padding: 14px 12px;
    /* border-bottom:1px solid  #0000001A; */
    font-size: 14px;
    color: #000;
    font-weight: 500;
    vertical-align: middle;

}

.badge {
    color: #fff !important;
    padding: 6px !important;
}

.renter-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.renter-info img {
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.text-ellipsis {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MOBILE */

@media (max-width:768px) {

    .booking-table thead {
        display: none;
    }

    .booking-table tr {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

    .booking-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        flex-direction: column;
    }

    .booking-table td:first-child {
        flex-direction: unset;
    }


    .booking-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #666;
    }

    td[data-label="Status"]::before {
        color: #fff;
    }
}

.pending_txt {
    color: #F59E0B !important;
}

.approve_txt,
.complete_txt {
    color: #16A34A !important;
}

.upcoming_txt {
    color: #2563EB !important;
}

.cancel_txt {
    color: #DC2626 !important;
}

.expire_txt {
    color: #6B7280 !important;
}

.review {
    color: #F59E0B !important;
    text-decoration: underline;
    font-weight: 600;
}

.reviewed {
    color: #bb952a !important;
    font-weight: 600;
}

/* ---------------Booking Detail [ START ]--------- */
.bvenue_blog {
    padding: 40px 0 80px;
}

.booking_bx {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    grid-gap: 128px;
}

.booking-card {
    position: sticky;
    top: 110px;
    min-width: 150px;
    max-width: 150px;
}

.booking-card-image {
    margin-bottom: 15px;
}

.booking-card-image img {
    width: 100%;
    display: block;
    height: 120px;
    object-fit: cover;
}

.booking-card ul li {
    margin-bottom: 15px;
}

.booking-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.booking-label {
    font-weight: 600;
    font-size: 12px;
    color: #333333;
    margin-bottom: 5px;
}

.booking-value {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.booking-details {
    box-sizing: initial;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
}

.block {
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.block_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book_img img {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.title {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;

}

.payout_title {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.link,
.support {
    color: #BB952A;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.muted,
.payment-time {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.muted a {
    color: #BB952A;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    text-decoration: underline;
}

.chat_txt {
    color: #BB952A;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    text-decoration: underline;
}

.block p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;

}

.block-item {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.block-item img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.price {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.more-text {
    display: none;
}

.listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addon_txt p {
    font-weight: 500;
    margin-bottom: 2px;
}

.addon_txt p a {
    color: #333333;
}

.actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 20px 0;
}

.booking_btns {
    padding: 10px 40px;
    border-radius: 10px;
    border: 1px solid;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}

.accept {
    border-color: #4CAF50;
    color: #4CAF50;
    background: #f0fff4;
}

.reject {
    border-color: #e53935;
    color: #e53935;
    background: #fff5f5;
}

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

.info-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;

}

.total {
    border-top: 1px solid #000000;
}

.total span {
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;

}

.info-list li span {
    font-weight: 400;
    font-size: 14px;
    color: #545454;

}

.listing_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing_flx h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #333333;

}

.list_img img {
    height: auto;
    object-fit: cover;
    height: 64px;
}

.welcome_list {
    padding-left: 1.5rem;
}

.welcome_list li {
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;
}

/* -------------Leave Review [ START ]------------ */
/* booking review */
.booking-review-blog {
    padding: 30px 0 50px;
    position: relative;
}

.booking-review-blog h1 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
}

.wd-rvw-profl {
    border: 1px solid #EFEFF4;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.rvw-profl-img img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.rvw-profl-intro h2 {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.rvw-profl-intro p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
}

.review-form {
    margin: 30px 0;
    position: relative;
}

.review-form-star {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.review-form-star h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    min-width: 124px;
}

.rating-star-group label>svg {
    width: 20px;
}

.table.kk-tbl-data thead tr {
    border-bottom: 1px solid #0000000D;
}

/* write a review modal */
.rating-star-group {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.rating-star-group input {
    display: none;
}

.rating-star-group label svg path {
    stroke: #BB952A;
    fill: none;
    transition: fill 0.3s ease;
}

.rating-star-group input:checked~label svg path,
.rating-star-group input:checked~label~label svg path {
    fill: #BB952A;
}

/* Hover effect */
.rating-star-group label:hover svg path,
.rating-star-group label:hover~label svg path {
    fill: #e6c55f;
}

.review-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.review-form .form-group label {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    margin-bottom: 5px;
}

.review-form .form-group .form-control {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.review-form .form-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.review-form .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #BB952A;
}

.review-form .form-group textarea.form-control {
    height: 192px;
}

.form-button {
    border-top: 1px solid #0000001A;
    margin-top: 30px;
    padding-top: 30px;
}

.rvw-submit-btn {
    padding: 12px 27px;
    border-radius: 10px;
    background: #BB952A;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #FFF;
    white-space: nowrap;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 auto;
}

.pending-book {
    font-weight: 500;
    font-size: 14px;
    color: #545454;
}

.booking-edit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-edit button {
    border: none;
    background: transparent;
}

/* -------------Leave Review [ END ]--------------- */
/* Completed  */
.review-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #BB952A;
    border-bottom: 1px solid #BB952A;
    margin-bottom: 20px;
}

.review-alert-content {
    max-width: 70%;
}

.review-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
}

.review-text {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.review-alert-content .cmon-btn {
    white-space: nowrap;
}

.cancel_list {
    display: flex;
    align-items: center;
    /* padding-left: 1rem; */
    grid-gap: 30px;
}

.cancel_list li {
    list-style: disc;
}

.cancel_list li:first-child {
    list-style: none;
}

.cancel_list li:first-child a {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}

/* ----------------Rent Booking [ START ] -----------*/
.rent_blog {
    padding: 40px 0 100px;
}

.rent_blog h4 {
    font-weight: 600;
    font-size: 38px;
    color: #000000;
    margin-bottom: 65px;
}

.switc_btns {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
}

.switc_btns .cmon-btn {
    padding: 12px 30px;
}

.switc-btn {
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    background-color: transparent;
    color: #BB952A;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid rgba(187, 149, 42, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;
    width: fit-content;
    z-index: 1;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    text-transform: capitalize;
}

.switc-btn:before {
    background: #BB952A;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.switc-btn:hover,
.switc-btn:hover a {
    background: #FFF;
    color: #fff;
}

.switc-btn:hover::before {
    width: 100%;
}

.switc-btn:hover svg path {
    fill: #fff;
}

.rentbook_blog {
    padding: 30px 0;
}

.rentbook_blog .host_tabs {
    margin-bottom: 20px;
}

.rent-booking {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #DDDDDD;
    padding: 0 20px 0 0;
}


.rent-booking-img img {
        /* max-width: 175px; */
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.rent-booking-content {
    flex: 1;
}

.rent-booking-status {
    font-weight: 500;
    font-size: 16px;
    color: #BB952A;
    margin-bottom: 10px;
}

.rent-booking-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin: 10px 0 15px;

}

.rent-booking-info {
    display: flex;
    gap: 30px;
}

.rent-booking-item span {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: block;

}

.rent-booking-item strong {
    font-size: 13px;
}

.rent-address iframe {
    width: 100%;
    height: auto;
}

/* ---------------Rent Booking [ END ] ---------- */
/* =================== Listing ==================== */
.listing-blog {
    padding: 40px 0 80px;
    position: relative;
}

.list_container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.all-listing-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.listing-drpmnu .dropdown-toggle {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.listing-drpmnu .dropdown-toggle::after {
    display: none;
}

.drop-icon svg {
    transition: transform 0.2s;
}

.listing-drpmnu .dropdown-toggle.show .drop-icon svg {
    transform: rotate(-180deg);
}

.listing-drpmnu .dropdown-menu.show {
    position: absolute;
    right: 0;
    top: 23px;
    background: #fff;
    border-radius: 8px;
    /* display: none; */
    min-width: 160px;
    box-shadow: 0px 4px 14px 0px #0000000F;
    padding: 5px;
    margin: 0;
    border: 0;
}

.listing-drpmnu .dropdown-item {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

/* common dropdown css */
.listing-drpmnu .dropdown-item.active,
.listing-drpmnu .dropdown-item:active {
    background: #c89b2b24;
    border-radius: 8px;
}

.listing-drpmnu .dropdown-item:focus,
.listing-drpmnu .dropdown-item:hover {
    background: #c89b2b24;
    border-radius: 8px;
}

.listing-drpmnu .dropdown-menu li:first-child .dropdown-item {
    border-radius: 8px;
}

.listing-drpmnu .dropdown-menu li:last-child .dropdown-item {
    border-radius: 8px;
}

/* common dropdown css [END]*/


.wd-listing-box {
    background: #FFFFFF;
    border: 1px solid #C7C7CD;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tutorial-text {
    max-width: 75%;
}

.tutorial-text h5 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 20px;
    color: #000;
    text-align: left;
}

.tutorial-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #6c757d;
    text-align: left;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.draft-option-line {

    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: fit-content;
}

.list-option-flx {
    display: flex;
    align-items: center;
    gap: 12px;
}

.listing-blog .flex-column {
    flex-direction: unset !important;
}

/* list mark */
.list-mark input[type="checkbox"] {
    display: none;
}

.list-mark {
    position: relative;
    display: inline-block;
}

.list-mark svg {
    width: 16px;
    height: 16px;
}

.list-mark input[type="checkbox"]+label {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.list-mark input[type="checkbox"]:checked+label svg path {
    stroke: #BB952A;
    /* fill: #BB952A; */
}

.list-mark input[type="checkbox"]:checked+label svg {
    opacity: 1;
}

/* list mark [END] */
/* Dropdown */
.list-option-flx .menu,
.calen-container .menu {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.list-option-flx .menu-wrap,
.calen-container .menu-wrap {
    position: relative;
}

.list-option-flx .dropdown,
.calen-container .dropdown {
    position: absolute;
    right: 0;
    top: 23px;
    background: #fff;
    border-radius: 8px;
    display: none;
    min-width: 160px;
    box-shadow: 0px 4px 14px 0px #0000000F;
    padding: 5px;
    margin: 0;

}

.list-option-flx .dropdown a,
.calen-container .dropdown a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-align: left;

}

.list-option-flx .dropdown a:hover,
.calen-container .dropdown a:hover {
    background: #c89b2b24;
    border-radius: 8px;
}

.list-option-flx .menu-wrap:hover .dropdown,
.calen-container .menu-wrap:hover .dropdown {
    display: block;
}

/* dropdown */
.list-body-area {
    display: flex;
    justify-content: space-between;

}

.draft-optionwrap {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: flex-end;
}

.list-body-lft {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wd-list-location img {
    height: 100px;
    object-fit: cover;
    min-width: 100px;
    width: 100%;
    max-width: 100px;
}

.wd-locat-txt {
    width: 100%;
}

.wd-locat-txt h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 6px;
    text-align: left;
}

.wd-locat-txt p {
    font-weight: 500;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    text-align: left;
}

.wd-updtae-side {
    display: flex;
    align-items: center;
    gap: 21px;
    width: 100%;
}

.wd-updtae-side .switc-btn {
    font-size: 14px;
    padding: 8px 15px;
    min-width: 110px;
    justify-content: center;
}


.wd-updtae-side p {
    margin-bottom: 0;
}

.list-icon-rght {
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    gap: 10px;
    width: fit-content;
}

.list-icon-rght img {
    height: 50px;
    object-fit: contain;
}

.list-icon-rght svg {
    width: 16px;
    height: 16px;
}

.list-icon-rght p {
    font-weight: 500;
    font-size: 13px;
    /* color: rgba(0, 0, 0, 0.5); */
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.text-gold {
    color: #bb952a !important;
}

.incomplete-txt {
    color: #F59E0B;
}

.review-txt {
    color: #3B82F6;
}

.active-txt {
    color: #10B981;
}

.reject-txt {
    color: #EF4444;
}

.suspend-txt {
    color: #7C3AED;
}

.unlist-txt {
    color: #6B7280;
}

/* --------- list Done ---------- */
.list-done-side {
    width: 75%;
}

.list-done-side h1 {
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
}

.list-publish-btn {
    font-weight: 600;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 10px;
    background: #BB952A;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #FFF;
    white-space: nowrap;
    text-align: center;
    display: block;
    text-transform: capitalize;
    width: 100%;
}

.prvw-btn {
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    padding: 12px 40px;
    display: block;
    width: fit-content;
    text-align: center;
    min-width: 130px;
}

.list-done-side .list-body-lft {
    margin-bottom: 20px;
}

/* ---------------Listing Calendar [ START ]------------- */
.calendar_blog {
    padding: 40px 0 80px;
}

.sticky-time {
    position: sticky;
    top: 110px;
}

.calendar_blog h3 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

.blocktime .form-group {
    margin-bottom: 18px;
    position: relative;
}

.blocktime .form-group label {
    display: block;
    font-size: 12px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 13px;
}

/* Chrome, Safari, Edge */
.blocktime input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

/* Optional: remove extra padding space */
.blocktime input[type="date"]::-webkit-inner-spin-button,
.blocktime input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Firefox */
.blocktime input[type="date"] {
    appearance: none;
    -moz-appearance: none;
}

/* Chrome, Safari, Edge */
.blocktime input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

/* Remove extra UI parts */
.blocktime input[type="time"]::-webkit-clear-button,
.blocktime input[type="time"]::-webkit-inner-spin-button {
    display: none;
}

/* Firefox */
.blocktime input[type="time"] {
    appearance: none;
    -moz-appearance: none;
}

.blocktime .form-group .form-control {
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 12px 14px;
    background: #fff;
    border-radius: 2px;
    color: #000;
}

.blocktime .form-group span {
    font-size: 14px;
    color: #c49a2c;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 15px 15px 0;
}

.blocktime .form-group span svg {
    width: 20px;
    height: 20px;
}

.timing_bx {
    padding-left: 60px;
    position: relative;
    height: 100%;
}

.timing_bx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #999999;
    margin: 0 0 0 15px;
    height: 100%;
}

.calen-container {
    border: 1px solid #DDDDDD;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.calen-divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}


.calen-icon {
    position: relative;
    width: 60%;
}

.calen-icon span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3e7cc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 16px;
    z-index: 1;
    position: relative;
}

.calen-icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 17px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #0000004D;
}

.calen-date-block {
    /* width: 45%; */
    display: flex;
    flex-direction: column;
}

.calen-left {
    text-align: left;
}

.calen-right {
    text-align: right;
}

.calen-date {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;

}

.calen-time {
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin-bottom: 0;
}

/* Update Modal */
.blocktime .modal-footer {
    justify-content: center;
    border: 0;
    margin: 0;
    grid-gap: 15px;
    padding-bottom: 0;
}

.close-btn {
    box-shadow: 0px 5px 14px 0px #00000066;
    background-color: #000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 1);
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;
    width: fit-content;
    z-index: 1;
    display: block;
    text-transform: capitalize;
}

.close-btn:before {
    background: #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 100%;
    color: #BB952A;
}

.close-btn:hover,
.close-btn:hover a {
    background: #FFF;
    color: #000;
}

.close-btn:hover::before {
    width: 100%;
}

/* ---------------Listing Calendar [ END ]--------------- */
/* -------------Listing Steps [ START ]----------------- */
.steps_blog {
    padding: 40px 0 80px;
}

.steps-title {
    margin-bottom: 15px;
}

.steps-title h3 {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
}

.steps-title p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
    color: rgb(0, 0, 0, 0.8);
}

.inr-title {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;
}

.list-form .form-group label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1);
    display: block;
}

.list_select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 12px 13px !important;
    min-width: 200px;
}

.list_select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/dropdown-arrow.png)no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 13px;
    height: 8px;
    border: 0;
    left: unset !important;
    margin: 6px 20px 0 -10px;
}

.list_select2 span.select2-dropdown.select2-dropdown--below {
    min-width: 200px;
}

.list_select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.step-flx {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

/* .step-flx .form-group:nth-child(2), .list-form .step-flx:last-child {
    max-width: 35%;
} */
.list-form .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.list-form .form-control {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 12px 13px;
    border-radius: 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.list-form .form-control::placeholder {
    color: rgb(0, 0, 0, 0.7);
}

.location-rgt {
    padding: 25px;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    position: sticky;
    top: 110px;
}

.location-rgt h4 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.location-rgt h5 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.locright-img {
    margin-bottom: 10px;
}

.location-rgt p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(143, 142, 148, 1);
    margin-bottom: 0;
}

.step-progress {
    position: fixed;
    left: 0px;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
}

.step-progress .progress-bar {
    background: #bb952a;
}

.step-progress .progress {
    height: 6px;
    border-radius: 10px;
}

.kd-ftrspace {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prev-btn {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    text-decoration: none;
}
.prev-btn:hover{
    color: #bb952a;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    text-decoration: none;
}
.prev-btn:hover svg path{
    fill: #bb952a;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    text-decoration: none;
}
.next-btn {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #bb952a;
    background: transparent;
    border: 0;
}

/* -----------Listing Step 2 ---------- */
.list_map iframe {
    width: 100%;
}

/* ------Listing step 4---------- */
.category-listing h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.location-note {
    background-color: rgba(255, 166, 22, .122);
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    display: block;
}

.location-note p {
    margin-bottom: 0;
    color: #222;
    font-size: 14px;
}
.location-note p a{
    color: #BB952A;
    text-decoration: underline;
    font-weight: 700;
}
.category-flx {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.category-img {
    max-width: 60px;
    min-width: 60px;
    width: 100%;
}

.category-img img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.category-listing .category-bx {
    border: 1px solid #DDDDDD;
    margin-bottom: 24px;
}

.category-flx .form-group .form-check-input {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(182 129 20 / 70%);
    margin-top: 0px;
}

.category-flx .form-group .form-check-input:checked {
    background-color: #BB952A;
    border-color: #BB952A;
}

.category-flx .form-group .form-check-input:focus {
    box-shadow: unset;
}

.category-flx .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.category-flx .form-group h5 {
    margin-bottom: 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

/* step 5 */
.num-bx {
    display: flex;
    align-items: center;
    position: relative;
}

.kknum-inptval {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 12px 50px 12px 12px;
    font-size: 16px;
    -moz-appearance: textfield;
}

.kk-decloc-btn {
    right: 40px;
}

.plusmin-group {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.plusmin-group button {

    background-color: transparent;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    width: 40px;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.2s;
    position: relative;
}

.plusmin-group button svg {
    width: 14px;
    height: 14px;
}

.plusmin-group button:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.parking_listing .category-flx h5 {
    font-size: 14px;
}

.parking_listing .category-flx {
    margin-bottom: 10px;
}

.yesno-toggle {
    display: inline-flex;
    overflow: hidden;
    position: relative;
    border: 1px solid #DDDDDD;
}

.yesno-toggle input[type="radio"] {
    display: none;
}

.yesno-toggle label {
    display: inline-block;
    padding: 14px 18px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.30);
}

/* YES selected */
.yesno-toggle input[type="radio"][value="1"]:checked+label {
    background: #4CAF50;
    color: #ffffff;
}

/* NO selected */
.yesno-toggle input[type="radio"][value="0"]:checked+label {
    background: #8F8E94;
    color: #ffffff;
}

/* Divider */
.yesno-toggle label:first-of-type {
    border-right: 2px solid #DDDDDD;
}

.location-listing {
    padding-left: 2rem;
}

.location-listing .form-group label {
    margin-bottom: 15px;
}

.key-bx {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.key-bx .map-toggle {
    margin-bottom: 16px;
}

.key-bx .text,
.price-bx .text {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: -1px;
    line-height: 0;
}

.publish-bx {
    background-color: #FFF4E3;
    padding: 20px 20px;
    border-left: 2px solid #FFA616;
}

.publish-bx p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.counts {
    position: absolute;
    right: 10px;
    bottom: -25px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.character {
    position: absolute;
    right: 10px;
    bottom: -25px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.step-txt {
    margin: 15px 0;
    font-size: 14px;
    color: #000;
}

/* ---------------Upload Images Grid View Venue step 9------- */
.upload-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 per row */
    gap: 15px;
    margin: 20px 0 0;
    width: 100%;
}

/* Upload Box (now behaves like grid item) */
.upload-box {
    background: white;
    border: 2px dashed #ddd;
    border-radius: 12px;
    padding: 35px 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upload-box:hover {
    border-color: rgba(187, 149, 42, 1);
    background-color: #f8fff9;
}

.upload-box:hover .camera-icon {
    opacity: 1;
}

.camera-icon {
    opacity: 0.6;
}

.camera-icon svg {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
}

.upload-box .cmon-btn {
    margin: 0 auto;
    text-align: center;
}

/* Preview Item */
.preview-item {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    cursor: move;
    transition: transform 0.2s, opacity 0.2s;
    background: white;
    border: 1px solid #e0e0e0;
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Delete button */
.delete-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-btn:hover {
    background: red;
}

.upload-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.add-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    color: #222;
    width: fit-content;
}

.add-more-btn:hover {
    border-color: #bbb;
    background: #f8f9fa;
    color: #000;
}

/* -----------------Venue Step 10---------- */
.rules_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #0000001A;
}

.rules_list h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.kk-rulesdetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #0000001A;
}

.kk-rulesdetail h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: unset;
}

.rule_check {
    display: flex;
    align-items: center;
    width: fit-content;
    background: #F4F4F4;
    padding: 5px 8px;
    border-radius: 7px;
    gap: 5px;
}

.rule_check .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    opacity: 0;
}

.rule_check label {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
}

.rule_check input:checked+label {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000001C;
}

.rule_check input:checked+label svg.kkcls-tick path {
    fill: #FF2C55;
}

.rule_check input:checked+label svg.kkrht-tick path {
    fill: #4CAF50;
}

.delete-icon {
    background: #f4f4f4;
    padding: 10px 20px;
    border-radius: 7px;
    border: none;
}

.cust_bx {
    margin-top: 20px;
}

.cust_bx label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.cust_bx .form-group {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.cust_bx .form-group button {

    border: 1px solid #8D8D8D;
    background: #fff;
    padding: 11px 45px;
    font-size: 15px;
}

.cust_bx .form-group button:hover {
    background-color: rgba(187, 149, 42, 1);
    color: #fff;
    transition: all 0.4s ease-in-out;
    border-color: rgba(187, 149, 42, 1);
}

/* ---------------------Add On Venue Step 11---------- */
.add_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_flx .steps-title {
    max-width: 80%;
}

.toggle-title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #000;
}

.add-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.add-toggle .form-check-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.tgbtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 100px;
}

.tgbtn:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.add-toggle input:checked+.tgbtn {
    background: radial-gradient(795.76% 240% at 50% 10.83%, #F2E79E 0%, #F2E79E 0.01%, #EDD681 2.16%, #D9B85A 4.9%, #CA9F3A 7.6%, #BF8E24 10.22%, #B88417 12.35%, #B68012 16.36%, #C29429 23.16%, #C7992E 28.5%, #C8A33E 37.92%, #C8A33E 47.48%, #C8A33E 56.52%, #C8A33E 65.93%, #C7992E 75.48%, #B68012 83.99%, #B88316 87.28%, #BE8D23 89.93%, #C89D37 92.97%, #D7B455 95.33%, #E9D07A 97.68%, #F2E79E 100%);
}

.add-toggle input:focus+.tgbtn {
    box-shadow: 0px 3px 30px 0px #0000001F inset;
}

.add-toggle input:checked+.tgbtn:before {
    transform: translateX(16px);
}

.cretlist-flx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #00000052;
    border-radius: 8px;
    gap: 12px;
    padding: 12px;
    margin-bottom: 24px;
}

.cretlist-lft {
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
}

.cretlist-rgt h1 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.cretlist-rgt span {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
}

.addonslider-wrap {
    padding-top: 32px;
    border-top: 1px solid #0000004D;
}

.addonslider-wrap h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.addonslider-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

/* Upload Images */
.avatar-upload {
    position: relative;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto 30px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;

}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
}

.avatar-upload .avatar-preview {
    position: relative;
    border: 1px solid #19204C1A;

}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 157px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-edit.kkimgactive {
    opacity: 0;
}

.createmodal .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 100%;
}

.createmodal span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.modal-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-flx label {
    font-size: 14px;
    font-weight: 500;
    color: #000000;

}

.cancel-txt {
    border: 0;
    outline: unset;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.duplicate_bx .accordion-body{
    padding: 10px 0 0;
}
.duplicate_bx .accordion-item:not(:first-of-type){
    border: 1px solid #e9e9e9;
}
.duplicate_bx .accordion-item:last-of-type, .duplicate_bx .accordion-item:first-of-type{
    border-radius: 10px;
}
.duplicate_bx h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
}

.duplicate_listing {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.duplicate_listing li {
    display: flex;
    align-items: center;
    list-style-type: disc;
}

.equipment-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;

}

.max-qty-span {
    position: relative
}

.max-qty-span:before {
    content: '';
    position: absolute;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -9px;
    top: 30%;
    transform: translateY(50%);
}

.equipment-price span {
    font-size: 12px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 2px;
}

.equipment-more {
    color: #BB952A;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.addon-item {
    margin-bottom: 16px;
}

/* --------------aVAILBILITY sETUP Step 12 */
.kkopen-hour-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kkselect-boxwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kkdayrow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    width: auto;
    height: 65px;
    gap: 20px;
}

.time-container {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity 0.3s ease;
}

.time-container span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.kkdaynam {
    font-weight: 600;
    width: 100px;
    font-size: 16px;
}

.separator {
    margin: 0 5px;
    color: #000;
}

/* hidden */
.time-container.hide {
    display: none;
}

/* Open / Closed text */
.map-toggle .closedtxt {
    display: none;
}

.kkopen-hour-sec .map-toggle input:not(:checked)~.text {
    display: none;
}

.map-toggle input:not(:checked)~.closedtxt {
    display: inline;
}

.note_txt {
    font-size: 12px;
}

.text,
.closedtxt {
    font-size: 14px;
}
.key-bx .map-toggle input:not(:checked)~.text {
    display: block;
}
/* -------Step 15---------------- */
.form-tag {
    font-size: 13px;
    font-weight: 400;
}

.hour-tag {
    position: absolute;
    top: 42px;
    right: 15px;
    width: auto;
    text-align: right;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.auto_bx {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.auto_bx h3 {
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.auto_bx .category-flx {
    margin-bottom: 15px;
}
.disabled-input {
    opacity: 0.4;
    pointer-events: none; /* optional, ensures clicks on child elements are ignored */
}
/* step 16 */
.instant_form .category-flx .form-group {
    align-items: flex-start;
}

.insta_data p {
    color: rgb(0, 0, 0, 0.8);
    font-size: 14px;
}

.insta_data h5 {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 5px !important;
}
/* .activity-instant{
    display: none;
} */
.activity-instant h6{
    margin: 15px 0 10px;
    font-weight: 600;
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
}
.activity-instant ul li{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.activity-instant ul li:last-child{
    border-bottom: 0;
}
.activity-instant .report-modal .form-group{
    margin-bottom: 0;
}
/* ------------More Modal -------*/
.more-modal h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: normal;
}

.more-modal ul {
    padding-left: 1.5rem;
}

.more-modal ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    list-style-type: disc;
}

.more-modal p {
    font-size: 14px !important;
    color: #000;
    margin-bottom: 0;
    text-align: left !important;
}

.more-modal .cmon-btn {
    margin: 0 auto;
    text-align: center;
}

.label-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_fee {
    color: #000;
    font-size: 14px;
}

.custom_bx {
    padding: 15px 0 20px;
    border-bottom: 1px solid #0000001A;
}

.custom-fee {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #BB952A;
}

#feeModal .cmon-btn {
    margin: 0 auto;
    text-align: center;
}

.addon-item {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: transparent;
    padding: 15px;
}
/* ------------Step 17------- */
.added_fee li{
    border-bottom: 1px solid #0000001A;
    padding: 10px 0;
}
.added_fee li:last-child{
    border-bottom: 0;
}
.added_fee li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.added_lft h6{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 3px;
}
.added_lft p{
    color: rgb(0, 0, 0, 0.7);
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.edit-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.delete-txt{
    color: red;
    display: block;
}
/* -------------Listing Steps [ END ]-------------- */
/* ------------Listing Wallscape Steps [ START ] -------------*/
.wallmesr-lft img {
    min-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.wallimg-flx {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.wallimg-flx p {
    font-size: 14px;
    margin-bottom: 0;
}

.comm-textsize {
    font-size: 14px;
    font-weight: normal;
}

.walable_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 0;
}

.walable_flx p {
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    margin-bottom: 6px;
}

.walable_flx .character,
.walable_flx .counts {
    position: unset;
}

.basic_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.basic-tag {
    background: radial-gradient(795.76% 240% at 50% 10.83%, #F2E79E 0%, #F2E79E 0.01%, #EDD681 2.16%, #D9B85A 4.9%, #CA9F3A 7.6%, #BF8E24 10.22%, #B88417 12.35%, #B68012 16.36%, #C29429 23.16%, #C7992E 28.5%, #C8A33E 37.92%, #C8A33E 47.48%, #C8A33E 56.52%, #C8A33E 65.93%, #C7992E 75.48%, #B68012 83.99%, #B88316 87.28%, #BE8D23 89.93%, #C89D37 92.97%, #D7B455 95.33%, #E9D07A 97.68%, #F2E79E 100%);
    padding: 4px 5px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.12) inset;
    color: #fff;
    border-radius: 100px;
    margin-right: 12px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.basic_flx p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 13px;
}

/* ------------Listing Wallscape Steps [ END ] -------------*/


/* hosting guide step start */

.host-side-blog {
    padding: 48px 0 50px;
    position: relative;
}

.host-guide-text h1 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin-bottom: 8px;
}

.host-guide-text p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 1rem;
}

.guide-img img {
    display: block;
    height: auto;
    margin: 32px 0;
    max-width: 100%;
    object-fit: cover;
}

.host-guide-botm {
    margin-top: 30px;
    padding: 30px 0 60px;
    position: relative;
    border-top: 1px solid #0000001A;
}

.host-side-blog .guide-btn {
    padding: 12px 30px;
    display: block;
    width: fit-content;
    border-radius: 10px;
    background: #BB952A;
    box-shadow: 0px 5px 14px 0px #BC8A1F66;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.host-side-blog .guide-step-2 .location-img img,
.host-side-blog .guide-step .guide-review img {
    box-shadow: 0px 7px 24px 0px #0000001A;
    margin-bottom: 2rem;
    margin-top: 12px;
    border-radius: 10px;
    width: 100%;
}

.guide-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.guide-list h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 1rem;
}

.guide-list ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: disc;
}

.guide-list ul li {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    list-style: disc;
}

.guide-list ol {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: decimal;
}

.guide-list ol li {
    list-style: decimal;
}

.guide-list ol li h4 {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 0;
}

.guide-list h5 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}

.guide-step-9 .host-guide-text h2 {
    font-weight: 700;
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
}

/* ------------------Projects [ START ]-------------- */
.project_blog {
    padding: 40px 0 80px;
}

.proj_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.proj_flx h3 {
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom: 0;
}

.proj_btn {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 10px;
    color: #555555;
    display: block;
    width: fit-content;
    border: 1px solid #555555;
}

.proj_bt:hover {
    color: #555;
}

.proj_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.proj_card{
    display: block;
}
.proj_card_img{
    width: 100%;
    aspect-ratio: 302/200;
    overflow: hidden;
    border-radius: 12px;
}
.proj_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.proj_txt a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proj_txt p{
    font-weight: 400;
    font-size: 14px;
    color: #8F8F8F;
    margin-bottom: 0;
}

.project-card {
    border: none;
    background: transparent;
}

.project-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

.project-info {
    padding-top: 10px;
}
.proj_card_info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
      margin: 14px 0 0;
}
/* No Project Data */
.no_data{
}
.no_data span{
    background: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.no_data span svg {
    width: 90px;
    height: 90px;
}
.no_data p{
    font-size: 16px;
    margin: 6px auto 30px;
    text-align: center;
}
/* ------------Create Project Modal------ */
.form-date{
    position: absolute;
    top: 0;
    right: 0;
    margin: 40px 15px 0 0;
    pointer-events: none;
}
.createproj .form-control[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.img-upload{
    position: relative;
}

.img-field{
    border: 1px solid #ddd;
    padding: 12px 13px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-text{
    color: rgb(0, 0, 0, 0.7);
    font-size:14px;
}

.img-icon{
    font-size:18px;
    color:#BB952A;
}

.img-preview{
    display:none;
    width: 100%;
    height: auto;
    border-radius: 6px;
    aspect-ratio: 2 / 1;
    object-position: center;
    object-fit: cover;
}
.uload-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 10px 0 0;
}
.status_bx{
    border: 1px solid #DDDDDD;
    padding: 16px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.status_lft{
    display: flex;
    align-items: center;
    grid-gap:12px
}
.status_txt h4{
    font-weight: 600;
    font-size: 13.15px;
    color: #000;
    margin-bottom: 0;

}
.status_txt span{
    font-weight: 400;
    font-size: 11px;
    color: rgb(0, 0, 0, 0.7);
    margin-bottom: 0
}
.createproj .modal-footer {
    justify-content: center;
}
.img-preview-box{
    display:none;
    position:relative;
}

.img-preview-box img{
    width:100%;
    border-radius:10px;
    display:block;
}

.img-remove{
    position:absolute;
    top:8px;
    right:8px;
    width:26px;
    height:26px;
    background:#fff;
    border-radius:50%;
    text-align:center;
    line-height:26px;
    font-size:18px;
    cursor:pointer;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
}
/* Time calendar */
.createproj .time-calender.show{
    min-width: auto;
    width: fit-content;
    z-index: 11;
    position: relative;
    transform: translateX(0%);
    left: 0;
}
.createproj .time-calender .flatpickr-calendar:before{
    display: none;
}
/* ------------------ Projects [ END ]----------------*/
/* --------------------Project Details [ START ] -------------*/
.dproj_blog{
    padding: 40px 0 80px;
}
.back-arrow{
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    min-width: 45px;
    height: 45px;
    width: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail_tabs .nav-tabs{
    border-bottom: 1px solid #DDDDDD;
    grid-gap: 15px;
}
.detail_tabs .nav-tabs .nav-link{
    padding: 0 0px 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
}
.detail_tabs .nav-tabs .nav-link{
    font-weight: 400;
    font-size: 15px;
    color: #8F8F8F;
}
.detail_tabs .nav-tabs .nav-item.show .nav-link, .detail_tabs .nav-tabs .nav-link.active{
    border-bottom: 2px solid #BB952A;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #000;
}
.detail_tabs .nav-tabs .nav-link:focus, .detail_tabs .nav-tabs .nav-link:hover{
    border: 0;
}
.srch-power{
    position: relative;
}
.powerhost{
    background: #00000066;
    border-radius: 6px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    grid-gap: 4px;
    justify-content: center;
    width: fit-content;
    font-weight: 500;
    font-size: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 12px;

}
.leave_note{
    border: 1px solid #D8D8D8;
    padding: 10px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    margin: 12px 0 0;
}
.leave_note span{
    text-decoration: underline;
}
.member_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.mem_lft{
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.mem_img img{
    border-radius: 50%;
    object-fit: cover;
    min-width: 40px;
    height: 40px;
} 
.mem_lft h5{
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;

}
.mem_lft h5 small{
    font-weight: 500;
    font-size: 12px;
    color: #888888;
}
.member_list span{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.mem_listing{
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.mem_listing a{
    font-weight: 500;
    font-size: 15px;
    color: #BB952A;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.dproj_rgt{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
/* .invite-btn{
    border: 1px solid #D8D8D8;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    display: flex;
    align-items: center;
    grid-gap: 8px;
} */
.grop-btns{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.grop-btns a{
    font-weight: 600;
    font-size: 13px;
    display: block;
    width: fit-content;
    padding: 7px 11px;
    border-radius: 10px;

}
.accept-btn{
    border: 1px solid #51B414;
    color: #51B414;
}
.reject-btn{
    border: 1px solid #FF0000;
    color: #FF0000;
}
/* --------------Share Project Modal [ START ] ------------------*/
.shareproj-modal .modal-content{
    padding: 20px 25px;
    border-radius: 0;
}
.shareproj-modal .modal-body{
    padding: 0;
}
.pubpri-title h6{
    font-weight: 400;
    font-size: 15px;
    color: #333;
    margin-bottom:10px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.pubpri-title h6 span{
    margin-bottom: 0;
}
.pubpri-title span{
    font-weight: 400;
    font-size: 11px;
    color: #333;
    display: block;
    margin-bottom: 25px;

}
.shareproj_bx h5{
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 3px;

}
.shareproj_bx p{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-bottom: 25px;
}

.share-label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
    color: #000;
}

.share-field{
    display:flex;
    overflow:hidden;
}

.share-box .form-control{
    flex:1;
    border: 1px solid #DDDDDD;
    padding:12px;
    font-size:14px;
    outline:none;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    color: rgb(0, 0, 0, 0.3);
}
.share-box .form-control::placeholder{
    color: rgb(0, 0, 0, 0.3);
}

.copy-btn{
    border:none;
    padding:0 0 0 16px; 
    background:#fff;
    cursor:pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #BB952A;
}
.leave_img img{
    min-width: 80px;
    width: 80px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
}
.comment-modal .modal-content{
    padding: 25px;
    border-radius: 0;
}
.comment-modal .btn-close{
    background: transparent;
    opacity: 0.3;
}
.comment-modal .modal-header{
    margin-bottom: 30px;
    padding: 0;
    border: 0;
}
.leave_lft h5{
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
}
.leave_lft p{
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin-bottom: 0;
}

.leave_rght{
    display: flex;
    grid-gap: 15px;
}
.comment-modal .modal-body{
    padding: 0;
}

.comment-modal ul li{
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 15px;
}
.comment-img img{
    min-width: 30px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}
.user_info{
    display: flex;
    align-items: center;
    grid-gap: 13px;
}
.user_info h6{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.user_info span{
    background: #999999;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.user_info small{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}
.comment-txt p{
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    color: #545454;


}
.msg-box{
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.msg-avatar img{
    min-width:40px;
    height:40px;
    border-radius:50%;
    object-fit: cover;
}

.comment-modal .form-group {
    width: 100%;
    position: relative;
}

.comment-modal .form-group .form-control{
    width:100%;
    font-size:14px;
    padding: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
}

.msg-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:6px;
}

.msg-count{
    font-size:12px;
    color:#999;
}

.msg-send{
    border:none;
    background:none;
    cursor:pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px 0;
}
.no-post{
    margin: 0 auto;
    text-align: center;
}
.no-post span{
    display: block;
    margin: 0 auto 15px;
}
.no-post p{
    font-weight: 400;
    font-size: 12px;
    color: #545454;


}
/* --------------Share Project Modal [ END ]-------------------- */
/* --------------------Project Details [ END ]----------------- */


/* cities page style */

.cities-list-section {
    padding: 40px 0 80px;
}

.cities-list-section .cities-list-heading {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.cities-list-section .cities-list-heading h1 {
    font-size: 48px;
    color: #000;
    font-weight: 600;
}

.cities-list-section .cities-list-heading p {
    font-size: 26px;
    color: #424242;
    font-weight: 400;
    margin-bottom: 0;
}

.cities-list-section .citieslistarea {
    border-top: 1px solid #00000033;
    padding-top: 2rem;

}

.cities-list-section .citieslistarea .citieslistarea-content {
    display: flex;
    flex-wrap: wrap;
}

.cities-list-section .citieslistarea .citieslistarea-content .city-link {
    color: #BB952A;
    font-size: 16px;
    line-height: 34px;
    max-width: 25%;
    min-width: 224px;
    padding-right: 16px;
    width: 25%;
}

.cities-list-section .citieslistarea .citieslistarea-content .city-link:hover {
    text-decoration: underline;
}


.hostotherprofile {
    position: relative;
    padding: 40px 0 80px;
}

.hostotherprofile .sharbtn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin: 15px 0;
}

.hostotherprofile .sharbtn-wrap .host-user-name {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

.hostotherprofile .profile-info {
    padding: 20px 0;
    margin: 20px auto;
    border-bottom: 1px solid #EFEFF4;
    max-width: 100%;
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(3, 1fr);
}
.hostotherprofile .profile-info-dtls{
    display: flex;
    align-items: center;
}
.hostotherprofile .profile-info-dtls p {
    font-weight: 400;
    font-size: 14px;
    color: #858585;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 3px;
}

.hostotherprofile .profile-info-dtls p span {
    color: #000000;
    display: flex;
    align-items: center;
    grid-gap: 3px;
}

.hostotherprofile .owlprofile-slider .owl-nav {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.hostotherprofile .owlprofile-slider .owl-prev-btn,
.hostotherprofile .owlprofile-slider .owl-next-btn {
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.hostotherprofile .owlproimglist-itm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 12px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .084);
    border-radius: 2px;
}

.hostotherprofile .owlpro-imgslide {
    min-width: 120px;
    width: 120px;
    height: 100px;
}

.hostotherprofile .owlpro-imgslide img {
    object-fit: cover;
    height: inherit;
    width: 100%;
    border-radius: 2px;
}

.hostotherprofile .owlproimg-slidergt h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}



.hostotherprofile .kkreprt-pro {
    font-size: 15px;
    font-weight: 500;
    color: #BB952A;
    padding: 30px 0 0;
    margin: 30px 0 0;
    display: block;
    border-top: 1px solid #efeff4;

}

.hostotherprofile .owlprofileslide-box h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #000;
}

.hostotherprofile .owlprofile-slider .owl-nav button {
    pointer-events: all;
}

.hostotherprofile .sharbtn-wrap .user-name img {
    margin-left: 0.5rem;
}

.find-film-blog {
    padding: 30px 0 36px;
    position: relative;
}

.find-film-blog h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.find-film-blog p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.find-film-blog .kkhomepagesrc .form-group::before {
    display: none;
}

.find-film-blog .kkhomepagesrc {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 12px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 98;
    margin-bottom: 1rem;
}

.find-film-blog .kkhomepagesrc .form-group:hover {
    background-color: transparent;
}

.find-film-blog .kkhomepagesrc .form-group {
    padding: 5px 0 10px;
}

.find-film-blog .kkhomepagesrc .form-group:last-child {
    width: 100%;
}

.find-film-blog .kkhomepagesrc .linedivider {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.find-film-blog .kkhomepagesrc .select2-dropdown {
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 8px 23px 0px #00000026;
}

.find-film-blog .find-venue-img {
    text-align: center;
}

.find-venue-img img {
    border-radius: 30px;
    object-fit: cover;
    height: 406px;
    width: auto;
}

.venue-listing-step {
    padding: 30px 50px 36px;
    position: relative;
}

.venue-listing-step .venue-listing-step-wrap .venue-listing-step-wrapper {
    padding-right: 3rem;
}

.venue-listing-step .venue-listing-step-wrap .venue-listing-step-wrapper .venue-listing-step-title h1 {
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    margin-bottom: unset;
    padding-bottom: 1.5rem;
}

.venue-listing-step .venue-listing-step-wrap .venue-listing-step-wrapper .venue-listing-step-title .subtitle {
    color: #8F8E94;
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
}

.kk-thebsictabwrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #0000001A;
}
.kk-thebsictabwrp .switc-btn{
    min-width: 132.09px;
    justify-content: center;
}
.kk-thebsictabinnr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.kk-thebsictabnum {
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgb(0, 0, 0, 0.7);
}

.kk-thebsictabnum span {
    display: inline-block;
    color: rgb(0, 0, 0, 0.7);
}

.kk-thebsictabdtil h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
    color: #000;
}

.kk-thebsictabdtil p {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    margin-bottom: unset;
}

.kkbsicedit-btn {
    font-weight: 500;
    font-size: 15px;
    color: #BB952A;
}


.kk-brdtpbtm {
    border-bottom: 1px solid #0000001A;
}
/* Completed */
.completed .kk-thebsictabnum {
    border-color: #BB952A;
    position: relative;
}

.completed .kk-thebsictabnum {
    border-color: #bb952a !important;
}

.completed .kk-thebsictabnum span {
    color: #bb952a;
}

.completed .kk-thebsictabdtil h4 {
    color: #bb952a;
}

.completed .kk-thebsictabdtil p {
    color: #545454;
}

.venue-listing-step .venue-listing-step-wrap .venue-listing-step-wrapper .venue-listing-step-title{
    margin-bottom: 3rem;

}
.hostotherprofile .review_items{
    grid-template-columns: repeat(1, 1fr) !important;
}

.venue-listing-step .venue-listing-step-wrap .tutorialinfo {
    border: 1px solid #e9ecef;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.venue-listing-step .venue-listing-step-wrap .tutorialinfo h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.venue-listing-step .venue-listing-step-wrap .step-progress{
    position: relative;
    margin-bottom: 1rem;
}   

.venue-listing-step .venue-listing-step-wrap .tutorialinfo p {
    font-size: 14px;
}

.kklistdon-main{
    margin-bottom: 2rem;
}

.kklistdon-main .kklistdon-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.kklistdon-img {
    border: 1px solid #0000002e;
}
.kklistdon-img a{
    display: block;
}
.kklistdon-main .kklistdon-wrap img{
    object-fit: cover;
    min-width: 180px;
    width: 180px;
    height: 180px;
}

.kklistdon-main .kklistdon-wrap .kklistdon-rgt .kklistdon-rgtinfo h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: unset;
}

.kklistdon-main .kklistdon-wrap .kklistdon-rgt .kklistdon-rgtinfo .address-info{
    font-weight: 500;
    font-size: 15px !important;
    color: rgba(0, 0, 0, 0.40);
}

.kklistdon-main .kklistdon-wrap .kklistdon-rgt .kkpubprev-wrap {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 10px;
}

.disabled-link {
    pointer-events: none;
    cursor:not-allowed;
    opacity: 0.6;
}

.venue-listing-step .venue-listing-step-wrap .heading-part h5{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 1rem 0;
}

.venue-listing-step .venue-listing-step-wrap .card-details{
    display: flex;
    justify-content: space-between;
}

.venue-listing-step .venue-listing-step-wrap .card-details i{
    margin: 0.8rem;
    color: #000000;
}

/* Menu wrap for card details */
.venue-listing-step .venue-listing-step-wrap .card-details .menu-wrap {
    position: relative;
    margin-top: 0.5rem;
}

.venue-listing-step .venue-listing-step-wrap .card-details .menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transform: rotate(90deg);
}

.venue-listing-step .venue-listing-step-wrap .card-details .dropdown {
    position: absolute;
    right: 0;
    top: 23px;
    background: #fff;
    border-radius: 8px;
    display: none;
    min-width: 160px;
    box-shadow: 0px 4px 14px 0px #0000000F;
    padding: 5px;
    margin: 0;
    z-index: 10;
}

.venue-listing-step .venue-listing-step-wrap .card-details .dropdown a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.venue-listing-step .venue-listing-step-wrap .card-details .dropdown a:hover {
    background: #c89b2b24;
    border-radius: 8px;
}

.venue-listing-step .venue-listing-step-wrap .card-details .menu-wrap:hover .dropdown {
    display: block;
}

.kkselbthwl-wrap {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 10px;
    margin-bottom: 24px;
    height: 100%;
    border-radius: 10px;
    min-height: 200px;
}

.kkwallborder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    background: #fafafa;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.kkicncirc {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #BB952A;
    display: grid;
    place-items: center;
}

.kkwallborder p {
    margin: 15px 0 5px;
    color: #BB952A;
    font-size: 16px;
    font-weight: 500;
}

.hostotherprofile .about-list h4{
    color: #000;
    margin-top: 1rem;
}

.hostotherprofile .profile-info-dtls p{
    text-transform: capitalize;
}

.hostotherprofile .sharbtn-wrap .sharbtn-left{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.report-icon{
    background: transparent;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #bb952a;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-venues-title {
    font-weight: 700;
    font-size: 28px;
    color: rgb(0, 0, 0);
    margin-bottom: 1.5rem;
}
/* ----------------Activity Detail [ START ]----------- */
.search-result-sec{
    padding: 30px 0;
}
/* -------------------Chat [ START ]------------ */

/* GRID LAYOUT */
.app{
    display:grid;
    grid-template-columns: 22% 1fr 22%;
    height: calc(100vh - 79px);
    transition:all .3s ease;
}
.left,
.middle,
.right{
    min-height:0;
}
/* LEFT */
.left{
    border-right:1px solid #ddd;
    display:flex;
    flex-direction:column;
}

.left-header{
    padding:15px;
    border-bottom:1px solid #ddd;
    height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-header .form-group{
    width: 100%;
    position: relative;
}
.left-header .form-group .srch-icon{
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px 6px 0 0;
    background: #fff;
    padding: 5px;
}
.left-header .form-control{
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 8px 13px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.left-list{
    flex:1;
    overflow-y:auto;
}
.chat-item{
    padding:12px;
    border-bottom:1px solid #eee;
    cursor:pointer;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.chat-user img{
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.msglist_title{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.msg_info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.msg_txt{
    width: 100%;
}
.msg_txt h5{
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
}
.msg_txt p{
    font-weight: 500;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #A2A2A2;
    margin-bottom: 0;

}
.msg_txt span{
    font-weight: 400;
    font-size: 12px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.msg_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.msg_flx h6{
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dte_bx{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
}
.dte-txt{
    font-weight: 400;
    font-size: 11px;
    color: #9E9D9D;
    margin-bottom: 0;
    display: block;
}
.offline_icon{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF383C;
}
.unread{
    font-weight: 600;
}
.attach_item{
    display: flex;
    align-items: center;
    grid-gap: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #BB952A;
}
/* MIDDLE */
.middle{
    display:flex;
    flex-direction:column;
}
.chat-back{
    display: none;
}
.top-bar{
    padding:15px;
    border-bottom:1px solid #ddd;
    display:flex;
    justify-content:space-between;
    height: 58px;
}
.user-nme{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.hided-btn{
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.btn-text{
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.hided-btn .arrow{
    display:flex;
    align-items:center;
    transition:transform .3s ease;
}
/* rotate arrow when hidden */
.hide-right .arrow{
    transform:rotate(180deg);
}
.hided-btn svg{
    transition: transform 0.3s ease;
}

/* when right panel is hidden */
.hide-right #toggleBtn svg{
    transform: rotate(90deg);
}
.hide-right .user-chats{
        width: 91.5%;
}
.hide-right .out-chats{
    width: 86.5%;
}
.chat-area{
    flex:1;
    overflow-y:auto;
    padding:20px;
}
.msg{
    padding:10px;
    margin-bottom:10px;
    max-width:45%;
    border-radius:8px;
}
/* 🔥 HIDE RIGHT (SMOOTH LIKE APP UI) */
.app.hide-right{
    grid-template-columns: 22% 1fr 0%;
}

.app.hide-right .right{
    opacity:0;
    pointer-events:none;
    overflow:hidden;
}
/* Inbox Select2 */
 .left-header .select2-container--default .select2-selection--single .select2-selection__rendered{
    background: transparent;
    border: 0;
    font-weight:500;
    font-size: 18px;
}
.left-header span.select2-dropdown.select2-dropdown--below{
    width: fit-content !important;
}
.left-header .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: block;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 9px;
    opacity: 0.6;
    border-style: none;
    transform: translate(25px, -2px);
}
.left-header .select2-container{
    width: fit-content !important;
}
.chat_body span.select2-dropdown.select2-dropdown--below
{
    width: fit-content !important;
}
.msg-date{
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #545454;
}
.system-bx{
    border: 2px solid #EBEBEB;
    background: #FFFFFF;
    padding: 10px 12px;
    margin-bottom: 20px;
}
.system-bx h3{
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-bottom: 3px;

}
.system-bx p{
    font-weight: 400;
    font-size: 12px;
    color: #545454;
    margin-bottom: 0;
}
.user-chats{
    display: flex;
    align-items: flex-end;
    grid-gap: 7px;
    width: 96%;
    margin: 0 auto 20px;
}
.user-chats .row{
    align-items: flex-end;
    flex-wrap: nowrap;
}
.out-chats .row{
    align-items: flex-end;
    flex-wrap: nowrap;
}
.out-chats .chat-pro{
        margin: 0 auto 20px 0;
}
.chat-pro {
    margin: 0 auto 0 0;
    text-align: right;
}
.chat-pro img{
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.incoming_chats{
    background: #F8F8F8;
    padding: 9px 12px;
    border-radius: 5px;
    width: fit-content;
}
.user-chats h4, .out-chats h4{
    display: flex;
    align-items: center;
    grid-gap: 7px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color: #000;
}
.chat_times{
    font-weight: 400;
    font-size: 11px;
    color: #545454;
    display: block;
}
.user-chats p, .out-chats p{
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin-bottom: 0;
}
.custom-bx{
    border: 2px solid #FFEAC7;
    background: #FFFFFF;
    padding: 10px 12px;
    margin-bottom: 20px;
}
.custom-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 5px;
}
.custom-title h4{
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}
.custom-title span{
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    position: relative;
    margin: 0 0 0 20px;
}
.custom-title span::before{
    content: '';
    background: #545454;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px 0 0 -13px;
}
.custom-bx p, .creject-bx p, .acreject-bx p{
    font-weight: 400;
    font-size: 12px;
    color: #545454;
    margin-bottom: 3px;
}
.custom-bx a, .creject-bx a, .acreject-bx a{
    font-weight: 500;
    font-size: 12px;
    color: #BB952A;
    display: block;
}
.creject-bx{
    border: 2px solid #FFCFCB;
    padding: 10px 12px;
    margin-bottom: 20px;
}
.out-chats{
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    grid-gap: 7px;
    width: 88%;
    margin: 0 auto 20px;
}
.outgoing_chats{
    background: #E5E5E5;
    padding: 9px 12px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 0 0 auto;

}
.tick-mark{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px auto 0;
}
.acreject-bx{
    border: 2px solid #C2EECD;
    padding: 10px 12px;
    margin-bottom: 20px;
}
.send-pictures{
    margin: 10px 0 0;
}
.send-pictures img{
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.scrollbar {
    overflow-x: hidden;
    height: calc(100vh - 195px);
    overflow-y: auto;
    scrollbar-color: rgba(187, 149, 42, 0.2) #fff;
    scrollbar-width: thin;
    
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 58px;
    -webkit-box-shadow: none;
    background-color: rgba(187, 149, 42, 0.3);
}
.chat-input{
    padding:10px;
    border-top:1px solid #ddd;
    position: relative;
}
.chat-input .form-control{
    padding: 11px 15px 11px 40px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.chat-input .form-control::placeholder{
    color: rgb(0, 0, 0, 0.3);
}
.chat-input span{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 20px 20px;
}
.send-btn{
    background: radial-gradient(795.76% 240% at 50% 10.83%, #F2E79E 0%, #F2E79E 0.01%, #EDD681 2.16%, #D9B85A 4.9%, #CA9F3A 7.6%, #BF8E24 10.22%, #B88417 12.35%, #B68012 16.36%, #C29429 23.16%, #C7992E 28.5%, #C8A33E 37.92%, #C8A33E 47.48%, #C8A33E 56.52%, #C8A33E 65.93%, #C7992E 75.48%, #B68012 83.99%, #B88316 87.28%, #BE8D23 89.93%, #C89D37 92.97%, #D7B455 95.33%, #E9D07A 97.68%, #F2E79E 100%);
    border-radius: 50%;
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 20px 18px 0;
}
/* RIGHT */
.right-flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.right-flx h6{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    letter-spacing: 2%;

}
.right{
    border-left:1px solid #ddd; 
}
.right-details{
    padding: 20px;
}
.right-img img{
    width: 100%;
    height: auto;
    aspect-ratio:3/2;
    object-fit: cover;
}
.right-details h3{
    font-weight: 600;
    font-size: 16px;
    color: #000;
   margin: 20px 0;
   display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.right-btn{
    padding: 20px 0;
    border-top: 1px solid #0000001A;
}
.right-btn .cmon-btn{
    width: 100%;
}
.ouser-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #0000001A;
    padding: 20px 0;
}
.ouser-lft h4{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.ouser-lft a{
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: #BB952A;
    display: block;
}
.ouser-img img{
    min-width: 60px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    object-fit: cover;
}
.right-info{
    border-bottom: 1px solid #0000001A;
    padding-bottom: 20px;
}
.right-info h5{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #000;
}
.right-info p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #545454;
    margin-bottom: 0;
}
.right-info p a{
    text-decoration: underline;
    color: #BB952A;
}
.discover_bx{
    background: #000000;
    padding: 25px 11px;
    border-radius: 13px;
}
.discover-img img{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.discover_bx h6{
    font-weight: 700;
    font-size: 23.28px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.discover_bx p{
    font-weight: 400;
    font-size: 12.45px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.discover_bx .app-btn-grp{
    justify-content: center
}
.right-details ul li {
    padding: 15px 0;
    border-bottom: 1px solid #0000001A;
}
.right-details ul li:last-child{
    border-bottom: 0;
}
.right-details ul li a{
    font-weight: 500;
    font-size: 15px;
    color: #BB952A;
}
body.mobile-right-open{
    overflow: hidden;
}
/* Report Modal Message */
.report-modal .modal-header{
    align-items: flex-start;
}
.report-modal .form-group{
    margin-bottom: 14px;
}
.report-modal .form-group label{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    cursor: pointer;
}
.report-modal .form-group label h5{
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}
.report-modal .form-group .form-check-input{
    width: 20px;
    height: 20px;
    border: 1px solid rgb(182 129 20 / 70%);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px; /* square box */
    position: relative;
    cursor: pointer;
    background: #fff;
    margin: 0;
}

/* checked background */
.report-modal .form-group .form-check-input:checked{
    background-color: #BB952A;
    border-color: #BB952A;
}

/* tick mark */
.report-modal .form-group .form-check-input:checked::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
}

.radio-to-checkbox .form-group .form-check-input{
    width: 20px;
    height: 20px;
    border: 1px solid rgb(182 129 20 / 70%);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px; /* square box */
    position: relative;
    cursor: pointer;
    background: #fff;
    margin: 0;
}

/* checked background */
.radio-to-checkbox .form-group .form-check-input:checked{
    background-color: #BB952A;
    border-color: #BB952A;
}

/* tick mark */
.radio-to-checkbox .form-group .form-check-input:checked::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
}

/* override bootstrap radio style */
.report-modal .form-check-input:checked[type=radio]{
    background-image: none;
}
/* -----------------Chat [ END ]----------- */
/* ------------------Message Custom RAte [ START ]------------- */
.payout-rate{
    list-style:none;
    padding:0;
    margin: 15px 0;
}
.payout-rate h6{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.payout-rate li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 0;
    font-size:14px;
}
.payout-rate li:first-child{
    border-bottom:1px solid #ddd;
}
.payout-rate span{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    display: block;
}
.total-rate{
    border-top:1px solid #000;
}
.payout-rate li.disabled span{
    color:#b5b5b5;
    border-bottom:none;
}
.include .addonswitch{
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin-bottom: 15px;
}
.include .addonswitch h6{
    margin-bottom: 0;
    color: rgb(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: 500;
}
.include p{
    font-size: 12px;
    font-weight: 400;
    color: rgb(0, 0, 0, 0.7);
}
.include p a{
    text-decoration: underline;
    color: #BB952A;
}
.includ_txtarea{
    margin-bottom: 15px;
    display: none;
}
.includ_txtarea textarea{
    border-radius: 0;
    font-size: 14px;

}
/* ------------Archive Confirmation Popup [ START ]------------ */
.confirm-modal span{
    margin: 0 auto 15px;
    display: block;
    text-align: center;
}
.confirm-modal p{
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    color: rgb(0, 0, 0, 0.8);
}
.confirm-modal .modal-footer{
    border: 0;
    justify-content: center;
    padding: 0 0 20px;
    margin: 0;
}

.createproj .dayContainer{
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
.createproj .time-calender.show{
    width: 100%;
    justify-content: center;
}
.createproj .flatpickr-calendar{
    width: 100%;
}
.createproj .flatpickr-innerContainer{
    justify-content: center;
}
.createproj .flatpickr-days{
    width: 100%;
}
.createproj .flatpickr-rContainer{
    width: 100%;
    display: block;
}
.createproj .flatpickr-day.flatpickr-disabled, .createproj .flatpickr-day.flatpickr-disabled:hover, .createproj .flatpickr-day.prevMonthDay, .createproj .flatpickr-day.nextMonthDay, .createproj .flatpickr-day.notAllowed, .createproj .flatpickr-day.notAllowed.prevMonthDay, .createproj .flatpickr-day.notAllowed.nextMonthDay{
    visibility: visible !important;
}
.createproj .time-calender.show{
    padding: 12px !important;
}
/* ----------Pratik Bhai Css */
.host_tabs ul li button.active::before, .host_tabs ul li a.active::before {
    border-bottom: 3px solid #BB952A;
}
 
.host_tabs ul li button::before, .host_tabs ul li a::before {
    content: '';
    border-bottom: 3px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 -7px 0;
}
.host_tabs ul li button, .host_tabs ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    padding: 0 0 14px;
    background: transparent;
    border-radius: 0 !important;
    border-bottom: 3px solid transparent;
    position: relative;
}
/* -----------------Keval Css Changes -----------*/
 .tags-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    min-height: 48px;
    cursor: text;
}

.tags-input .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.tags-input .tag-input-field {
    border: none;
    outline: none;
    flex: 1;
    min-width: 120px;
    height: 32px;
    background: transparent;
    font-size: 14px;
}

/* Cropper Custom Styles */
#cropPhotoModal .modal-dialog {
    max-width: 600px;
    width: 95%;
}

#cropPhotoModal .crop-container {
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    overflow: hidden;
}

/* Add padding feel to cropper-view-box */
.cropper-view-box {
    outline: 1px solid rgba(255, 255, 255, 0.75);
    /* This creates an internal padding effect for the selection box */
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1) inset;
    border-radius: 4px;
}
/* ----------New Css 6th April----------*/
.form-control.is-invalid{
    background-image: none;
}

:focus-visible {
    outline: none;
}
/* -----------------Edit Booking Details-------------- */
.edit-box{
    padding: 15px 0 0;
}
.edit-title{
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.bk-table{
    border:1px solid #d8d8d8;
    border-radius:8px;
    list-style:none;
    margin:0;
    padding:0;
}

.bk-item{
    padding:12px 16px;
}

.bk-item + .bk-item{
    border-top:1px solid #d8d8d8;
}

.bk-row{
    display:flex;
    font-size:15px;
    color:rgba(0,0,0,0.9);
}

.bk-label{
    flex-shrink:0;
}

.bk-label::after{
    content:"·";
    font-weight:700;
    margin:0 8px;
}

.bk-row-up{
    font-weight:700;
}

.bk-prev{
    color:#a5a5a5;
    font-size:12px;
    margin-top:2px;
}

.prc-table{
  border:1px solid #d8d8d8;
  border-radius:8px;
  font-size:16px;
}

.prc-item{
  padding:12px 16px;
}

.prc-item + .prc-item{
  border-top:1px solid #d8d8d8;
}

.prc-row{
  display:flex;
  font-size: 14px;
}

.prc-row-up{
  font-weight:600;
  
}

.prc-row-old{
      color: #a5a5a5;
    font-size: 12px;
    padding-top: 2px;
    font-weight: 400;
}


.prc-det{
  flex:1;
  text-align:left;
}

.prc-price{
  min-width:25%;
  text-align:right;
}

.prc-row-old .prc-price{
  text-decoration:line-through;
}

.prc-foot{
  border-top:2px solid #222;
  font-weight:600;
}

.prc-info{
  display:flex;
  flex-wrap:wrap;
}

.prc-help{
  margin-left:6px;
}

.prc-sec{
  font-size:14px;
  font-weight:400;
}
.booking-details hr{
    color: #eee;
}
.border-item{
    border: 1px solid #d8d8d8;
    padding: 12px;
    border-radius: 8px;
}

html, body.modal-open, body.modal-open main {
    height: 100%;
}

/* -------------Add On Items Popup [ START ]------- */
.additems-img {
    margin-bottom: 15px;
}
.additems-img img{
    width: 100%;
    height: 288px;
    /* border-radius: 8px; */
    object-fit: cover;
}
.items-tag{
    display: flex;
    align-items: center;
    grid-gap:15px;
    margin-bottom: 5px;
}
.items-tag span{
    position: relative;
    font-size: 12px;
    display: block;
}
.items-tag span::before{
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 -10px;
    display: inline-block;
    font-weight: 700;
}
.items-tag span:first-child::before{
    display: none;
}
.addon-price span{
    font-size: 15px;
    color: #222;
    display: block;
 
}
.addon-previews h4{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
}
.addon-previews p{
   margin: 10px 0 20px !important;
    /* white-space: pre-line; */
    word-break: break-word;
    font-size: 14px !important;
    text-align: left !important;
}
.addon-previews .cmon-btn{
    width: 100%;
    display: block;
}
/* -------------Add On Items Popup [ END ]------- */
.chat-item.active {
    background: #bb952a26;
}
/* ── Action / system notification message bubble ── */
.system-action-bx {
    border: 2px solid #FFF0D0;
    background: #FFFBF0;
    padding: 10px 12px;
    margin-bottom: 20px;
    text-align: center;
}
.system-action-bx p {
    font-weight: 500;
    font-size: 13px;
    color: #7a5c0f;
    margin-bottom: 4px;
}
.system-action-bx .action-time {
    font-size: 11px;
    color: #9e8040;
}
.auth-modal.host-msg .modal-body p {
    text-align: right;
}
/*30-04-2026*/
.chat-input label{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 20px 20px !important;

}