:root {
    --White: #fff;
    --Text: #3D3E3F;
    --yellow: #ffcc0a;
    --Secondary: #1A1A1A;
    --Third: #EB664E;
    --Fourth: #1F4B43;
    --Border: #EBEBEB;
}

.z-399 {
    z-index: 399;
}

.mt-80 {
    margin-top: 80px;
}

.navbar-nav li a {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
}

.navbar-nav li a:hover {
    border-bottom: 2px solid white;
    cursor: pointer;
    transition: 0.2s delay;
}

.workspace-login-icon {
    border: 1px solid black;
    border-radius: 50%;
    padding: 10px;
}

.workspace-login-icon:hover {
    border: 1px solid rgb(10, 10, 10);
    cursor: pointer;
}

.workspace-login-icon i {
    font-size: 20px;
    color: black;
}

.login-icon {
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
}

.login-icon.no-white {
    border: 1px solid #133c58;
    padding: 10px;
}

.login-icon:hover {
    border: 1px solid rgb(250, 247, 247);
    cursor: pointer;
}

.login-icon i {
    font-size: 12px;
    color: #fff;
}

.login-icon.no-white i {
    font-size: 12px;
    color: #133c58;
}

.login-icon span {
    color: #fff;
}

.login-icon.no-white span {
    color: #133c58;
}

nav {
    background-color: var(--yellow);
}

.cnt-inner-card h3 {
    color: var(--yellow);
}

/*  webvkit----scrollbar*/
.justify-evenly {
    justify-content: space-evenly !important;
}

.cnt-text p {
    color: var(--yellow);
    font-weight: 600;
    margin-bottom: -5px;
}

header {
    position: absolute;
    top: 0;
}


.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.contact-heading h4 {
    color: #133c58 !important;
}

.c-address p {
    color: #133c58 !important;
}

.contact-top-address {
    border: 2px solid #133c58;
    border-radius: 10px;
    width: 100%;
    padding: 10px 10px;
    margin: auto;
}

.flaticon-phone {
    font-size: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.cnt-icon {
    border: 1px solid var(--yellow);
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: var(--yellow);
}

.box-shadow {
    padding: 30px;
}

.phone h2 {
    color: var(--yellow);
    margin-left: 10px;
    margin-top: 10px;
}

/* .cnt-icon img{
        width:30px;
    } */
.mt-100 {
    margin-top: 100px;
}

.email-text p,
h4 {
    color: var(--yellow);
    /* margin-left: 10px; */
}

.email-text h4 {
    margin-top: -6px;
}

.email-text p {
    font-size: 18px;
}

.send-message {
    color: #133c58 !important;
}

.cnt-form h4 {
    color: #133c58 !important;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.price-bvar {
    display: flex;
}

.deposit-amt {
    border-left: 1px solid grey;
    height: 20px;
    padding-left: 5px;
    margin-left: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.price-bvar {
    margin-top: 10px;
}

.slider-overlay {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    height: 100vh;
    transition: .5s ease;
    opacity: 0.5;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.kyc-box h4 {
    color: #133c58;
}

.kyc-img {
    background-color: #f6f5f3;
    padding: 10px;
    border-radius: 10px;
    width: 80px;
}

.kyc-img img {
    width: 80px;
    height: 80px;
}

.kyc-text h4 {
    color: #133c58;
}

.bg-yellow {
    background-color: var(--yellow);
}

.form-search-content {
    width: 60%;
    margin: auto;
}

.custom-box {
    border: 1px solid grey;
    border-radius: 10px;
    background-color: #fcbb04;
    padding: 20px;
    margin-top: 20px;
}

.custom-box h4 {
    color: white !important;
    text-align: center !important;
}

@media (max-width: 767px) {
    .nearby {
        width: 100%;
    }

    #header_main.style-absolute {
        background-color: var(--yellow);
        padding: 10px;
    }
}

.space-top-10vh {
    padding-top: 11vh !important;
}



.w-100 {
    width: 100%;
}

.text-blue {
    color: #649ec4;
}

.f-w-600 {
    font-weight: 600 !important;
}

.color-blue {
    color: #143d56;
}

.bottom-schedule {
    width: 100%;
    background-color: var(--yellow) !important;
    padding: 5px;
    border-radius: 20px;
    margin-top: 10px;
}

.bottom-schedule h4 {
    color: white !important;
}

.text-small {
    font-size: 12px;
}

.text-suffix {
    font-size: 12px;
    color: #6c757d;
}

.mobile-text {
    background-color: var(--yellow) !important;
    padding: 25px;
    border-radius: 10px;
}

.align-vertically {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-text p {
    font-size: 16px;
    font-weight: 600;
    color: #133c58;
    text-align: center;
    margin-bottom: 0px !important;
    line-height: 15px;
}

.space-bottom {
    margin-bottom: 70px;
}

.last {
    padding: 20px;
}

@media (max-width: 991px) {
    .flex-row-md {
        display: flex;
        flex-direction: row;
    }

    .owner-form {
        width: 90% !important;
        margin: auto;
    }


    .max-w-350 {
        width: 350px !important;
    }

    .navbar-nav {
        padding: 20px;
        background: #f9f9f9;
        border-radius: 20px;
        margin-top: 10px;
    }

    .navbar-nav li {
        padding: 10px;
        border-bottom: 1px solid grey;
        font-size: 16px;
    }

    .login-icon {
        display: none;
    }

    .login-icon i {
        display: none;
    }
}



@media (max-width: 480px) {
    .stickyDiv{
        width:100% !important;
    }
    .my-div {
    width: 100% !important;
    }
    .mb-xs-20 {
        margin-bottom: 25px;
    }

    .mt-xs-80 {
        margin-top: 80px;
    }

    .w-xs-390 {
        width: 350px !important;
    }

    .owner-form {
        width: 96% !important;
        margin: auto;
    }

    .max-w-350 {
        min-width: 360px;
        max-width: 490px !important;

    }


    .loc-text,
    h5 {
        font-size: 14px;
        text-align: center;

    }

    .swiper-slide {
        /* width:310px !important; */
    }

    /* .property-img img{
        width: 94% !important;
    }
    .swiper-slide {
        width: 323px !important;
    } */
    .py-xs-5 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ft-download {
        flex-direction: row;
    }

    .list {
        justify-content: center;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .heading-section {
        text-align: center !important;
    }

    .w-90 {
        width: 90% !important;
    }

    .tf-button-primary {
        margin-top: 15px;
        padding: 12px 15px;
    }

    .tf-button-primary.style-bg-white {
        margin-top: 15px;
        padding: 12px 15px;
    }

    .slider.home7 .wrap-slider .slider-item .slider-content .text-1 {
        font-size: 21px;
        text-align: center;
        width: 100%;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 14px;
        color: var(--White);
        text-shadow: 4px 4px 19px rgba(0, 0, 0, 0.6);
    }

    .navbar-nav {
        display: flex;
        flex-direction: row !important;

    }

    .rounded-workspace-img img {
        height: 25vh !important;
    }

    .workspace-icon img {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .workspace-icon h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .workspace-icon {
        text-align: center;
        padding: 10px;
        border: 1px solid #ffffff;
    }

    .user-sidebar {
        display: none;
    }

    .jumbo-head {
        background-image: url(../images/banner/1.png);
        width: 100%;
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;

    }

    .tall-img {
        width: 100%;
        height: 26vh;
    }

    .space-bottom-mob-user {
        height: 100px;
    }

    .space-bottom-invisible {
        height: 15vh;
    }

    .user-facility-grid img {
        width: 40px !important;
    }

    .user-facility-grid h5 {
        font-weight: 500;
    }

    .page-height-110vh-mob {
        height: 110vh;
    }

    .page-height-130vh-mob {
        height: 130vh;
    }

    .page-height-150vh-mob {
        height: 150vh;
    }

    ::-webkit-scrollbar {
        height: 0px;
    }

    .user-header {
        display: none !important;
    }

    .slider-home7 {
        height: 75vh !important;
    }

    .pb-5 {
        padding-bottom: 5px !important;
    }

    .space-100 {
        padding-top: 0px !important;
    }

    .con-container {
        width: 100%;
        margin: auto;
        padding: 5px;
    }

    .slider.home7 .wrap-slider .image img {
        width: 100%;
        height: 75vh;
        object-fit: cover;

    }

    .slider.home7 .wrap-slider .slider-item {
        height: 75vh !important;
    }

    .form-search-content {
        width: 90% !important;
        margin: auto;
    }

    .mobile-text p {
        font-weight: 500 !important;
    }

    .about-heading h2 {
        font-size: 24px !important;
    }

    .xs-ml-5 {
        margin-left: 5%;
    }

    .widget-content-tab {

        margin-right: 20px;
        left: 0;
    }

    .widget-content-inner {
        padding-top: 150px !important;
    }

    .space-top {
        margin-top: 10px !important;
    }

    .space-bottom {
        margin-bottom: 20px !important;
    }

    .mobile-img img {
        width: 50%;
        margin-left: 25%;
    }

    .mob-width-350 {
        width: 450px !important;
    }

    .center-footer {
        flex-direction: column !important;
    }

    .flex-it {
        display: flex;
        flex-direction: column !important;
    }

    .top-head-bg {
        width: 100%;
        height: 80px;
        background-color: var(--yellow);
        position: absolute;
        top: 0px;
    }

    #header_main.style-no-bg .header-inner .header-inner-wrap {
        background-color: #fcba0300 !important;
    }

    .contact-heading h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .top-header-bg {
        height: 0px !important;
    }

    .space-140 {
        padding-top: 70px !important;
    }

    .loc-img img {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
    }

    .w-300 {
        width: 100% !important;
    }

    .w-400 {
        width: 100% !important;
    }

    .footer .footer-inner .footer-inner-wrap .bottom-footer {
        padding: 10px;
    }

    .wg-social {
        justify-content: left !important;
    }

    .list-social {
        flex-direction: row !important;
    }

    .mob-d-none {
        display: none;
    }


    .slider.home7 .wrap-slider .slider-item .slider-content h1 {
        text-shadow: 4px 4px 19px rgb(0 0 0);
        max-width: 100% !important;
        /* font-weight: 500; */
        margin-bottom: 10px;
    }

    .slider.home7 .wrap-slider .slider-item .slider-content {
        text-align: left !important;
    }


}

@media (max-width: 640px) {
    .navbar-nav {
        /* display: flex; */
        /* flex-direction: column !important; */
    }

    .tall-img {
        width: 50%;
        height: 70%;
    }

    .small-img {
        width: 50%;
        height: 70%;
    }

    .hidden-md {
        display: none !important;
    }

}



/* .widget-content-inner{
    margin-top: 150px !important;
} */

.color-white {
    color: var(--white) !important;
}

.color-yellow {
    color: var(--yellow) !important;
}

.loc-text h5 {
    color: #999999 !important;
    font-weight: 500 !important;
}

.bg-light-red {
    background-color: var(--yellow) !important;
    padding: 0 10px;
}

.flat-news {
    background-color: var(--yellow) !important;
}

.w-full {
    width: 320px !important;
    margin: auto;

}

.name a {
    color: white !important;
    font-size: 25px !important;
}

.list-social li {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(241, 235, 218);
    background: rgb(241, 239, 234);
}

.justify-evenly {
    justify-content: space-around !important;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns for mobile */
    gap: 5px;
}

/* -------------GRIDS---------- */
.grid-item {
    color: grey;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

/* ---------- */
.content {
    text-align: center;
}

/* Media query for desktop view */
@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        /* 4 columns for desktop */
    }
}

/* min-max */
@media (min-width: 989px) {
    .mobile-nav {
        display: none;
    }
}


@media screen and (min-width: 480px) and (max-width: 2800px) {
    .ac-card h5 {
        margin-top: 20px;
    }

    ::-webkit-scrollbar {
        height: 0px;
    }

    .con-container {
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    .mobile-img img {
        width: 55%;
        margin-left: 20%;
    }

    .about-image {
        height: 80vh;

    }

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

    .w-300 {
        width: 310px !important;
    }

    .w-400 {
        width: 300px !important;
    }

    .slider.home7 .wrap-slider .slider-item .slider-content {
        /* padding-bottom: 28px !important; */
        text-align: left !important;
        /* padding-left: 50px; */
    }

    .slider.home7 .wrap-slider .slider-item .slider-content h1 {
        padding-top: 54px;
        max-width: 100% !important;
        font-weight: 700;
        margin-bottom: 7px;
        text-shadow: 4px 4px 19px rgb(0 0 0);
    }

}



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 199;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content-shedule {
    background-color: white !important;
    border: 2px solid goldenrod;
    margin: auto;
    padding: 20px;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* ----------------------- */

.calendar-slider {
    display: flex;
    overflow-x: auto !important;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.calendar-card {
    min-width: 80px;
    height: 100px;
    margin-right: 10px;
    background-color: #e7e7e7;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.calendar-card:last-child {
    margin-right: 0;
    /* Remove margin for last card */
}

/* Hide scrollbar */
.calendar-slider::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.calendar-slider {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}



/* -----------ABOUT--------------- */

.margin-desk-top-100 {
    margin-top: 30px;
}

.abt-top-heading {
    text-align: center;
}

.abt-top-heading h4 {
    color: #133c58 !important;
}


.about-heading h2 {
    color: var(--yellow);
}

/* image---grid---css  */
.image-grid {
    margin: 2em;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: dense;
}

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

.big {
    grid-column: span 2;
    grid-row: span 2;
}

.tall {
    grid-row: span 2;
}

.wide {
    grid-column: span 2;
}


.ranchi img {
    width: 100px;
    height: 100px;

}

.yellow-border {
    border: 2px solid #133c58;
    border-radius: 20px;
}

.space-top-20px {
    margin-top: 20px;
}

.space-top-20vh {
    margin-top: 20vh;
}


.toggle-title {
    color: #133c58 !important;
    padding: 10px 0px;
}

.toggle-content p {
    color: #133c58 !important;
}

.wow {
    color: var(--yellow);
}



.toggle-content span {
    position: absolute;
    margin-left: -20px;
}

.toggle-content p {
    position: relative;
}


.color-blue {
    color: #133c58 !important;
}


.mb-20 {
    margin-bottom: 5px;
}


.border-bottom {
    border-bottom: 5px solid goldenrod;
}

.bd-top-5 {
    border-top: 5px solid #ffbb06 !important;
}

.bdr-20 {
    border-radius: 20px;
}

.p-20 {
    padding: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-10 {
    margin: 10px;
}


.image-grid img {
    border-radius: 20px;
}

.p-10 {
    padding: 10px;
}

.p-30 {

    padding: 30px;
}


.house-owner-text h2 {
    color: #133c58;
    width: 95%;
    margin: auto;
}


.inner-house-box {
    background-color: var(--White);
    margin-top: 20px;
    border: 1px solid grey;
    text-align: center;
    padding: 20px;
    min-height: 30vh;
    max-height: 30vh;
}

.inner-house-box h5 {
    color: #133c58;
    text-transform: uppercase;
}


.sp-top-10vh {
    margin-top: 10vh;
}

.pb-10vh {
    padding-bottom: 10vh;
}

.list-box {
    display: flex;
}

.list-box img {
    width: 100px;
}

.list-text p {
    color: #133c58;
    font-weight: 600;
}


.list-heading h2 {
    color: #133c58;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* ------------------------- */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fdfdfd;
    z-index: 99;
    overflow-x: hidden;
    transition: 0.5s;
}

#mySidenav a {
    font-weight: 500;
    font-size: 20px;
    padding: 20px 20px 20px;
    /* width: 1; */
}

.space-30 {
    padding: 10px 0px 30px 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px !important;
    left: 85%;
    float: right;

}

@media screen and (max-height: 640px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .slider-home7 {
        height: 75vh;
    }

}

.mobile-nav {
    color: #ffffff;
    font-size: 30px;
    cursor: pointer
}

.fotter-bottom-text {
    font-size: 15px;

}

.fotter-bottom-text a {
    color: black !important;

}

.space-100 {
    padding-top: 80px;
}

.home-header {
    position: absolute;
    background-color: transparent;
    top: 0px;
    right: 0;
    width: 100%;
    z-index: 2;
}

.slider-home7 {
    height: 100vh;
}

.slider.home7 .wrap-slider .slider-item {
    height: 100vh;
}

@media (min-height:641) {
    .slider-text-content {
        position: absolute;
        top: 100%;
    }
}

.box-dream .content .title a {
    color: rgb(62 62 62 / 80%) !important;
}




/* ---------user-----panel----- */

.user-header-inner {
    width: 50%;
    margin: auto;
    padding: 10px 20px;
    justify-content: space-around;
    display: flex;

}

.user-header {
    background-color: var(--yellow);
    width: 100vw !important;
}


.user-profile img {
    width: 100px;
    height: auto;
}

.profile-name {
    font-weight: 600;
    font-size: 20px;
}

.user-top-border {
    border: 1px solid grey;

    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 20px;
}

.user-card-button {
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    text-align: center;
    padding: 10px;
}

.user-card-button a {
    font-size: 16px;
}

.user-card {
    scroll-snap-type: center;
    border: 1px solid rgb(204, 201, 201);
    border-radius: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: white;
    position: relative;
}

.user-card h5 {
    padding: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(105, 105, 105);
}

.user-card img {
    position: absolute;
    width: 80px;
    bottom: 40px;
    right: 0;
}

.swiper-wrapper-user {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    width: 1200px;
    max-width: 98%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}


.profile-card {
    scroll-snap-type: center;
    border-radius: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: #133c58;
    position: relative;
}


.profile-card h5 {
    color: white;
    padding: 5px 10px;
    font-weight: 500;
    margin-top: 20px;
}


.profile-card img {
    width: 100px;
    float: right;
    padding: 10px;
    top: -20px;
    margin-top: -10px;


}


.profile-heading {
    border: 1px solid rgb(205 221 240);
    background: rgb(205 221 240);
    margin-top: 30px;
}


.profile-heading h2 {
    color: #133c58;
    padding: 10px;

}


.property-card {
    background-color: #f6dd9a;
    padding: 10px;
    border-radius: 10px;
}

.property-card h5 {
    color: #133c58;
}



/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px rgb(252, 250, 250) !important;
    border-radius: 10px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(185, 184, 184);
    border-radius: 10px;
    width: 100px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: grey;
}



.off-box {
    height: 110px;
}


.foot-box {
    text-align: center;
}


.user-footer {
    background-color: var(--yellow);
    padding: 10px;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 199;

}


.space-bottom-10vh {
    margin-bottom: 10vh;
}


/* ========================== */

.ac-card img {
    width: 90px;
    height: 90px;
}

.ac-card h5 {
    color: #133c58;
    margin-top: 10px;
}


.top-spacing-box {
    margin-top: 20px;
}


.auser-account-card {
    border-radius: 10px;
}

.pay-now-user-btn {
    font-size: 18px;
    font-weight: 900;
}

.pay-now-user-btn span {
    color: #fcba03;
    border: 2px solid #fcba03;
    padding: 5px 7px;
    border-radius: 10px;
}

.pay-now-user-btn:hover span {
    background-color: #FFBB06;
    color: grey !important;
}


.user-header-box {
    background-color: #7fa4f5;
    margin-top: 10px;
    border-radius: 10px;

}


.profile-top-card {
    border: 1px solid rgb(173, 171, 171);
    border-radius: 10px;

}


.profile-top-card p {
    color: #133c58;
}

.yellow {
    color: #fcba03 !important;
    margin-left: 10px;
}


.round-logo-profile img {
    width: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.facility-banner-user {
    background-color: var(--yellow);
    padding: 10px;
}

.facility-banner-user img {
    width: 100px;
}

.facility-banner-user h4 {
    color: white;
    margin-top: 40px;
    font-size: 25px;
}


.user-facility-grid img {
    width: 70px;
}

.user-facility-grid h5 {
    font-size: 15px;
}

.user-facility-grid {
    border: 2px solid #133c58;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    min-height: 109px;
    max-height: 110px !important;
}

.bedroom-grid-item {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 10px;
    min-height: 199px;
    max-height: 200px;
}

.bedroom img {
    width: 70px;
}


.bed-item {
    border: 1px solid #fcba03;
    background-color: #fcba03;
    max-width: 100px;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    font-size: 14px;
}

.bed-item-large {
    border: 1px solid #fcba03;
    background-color: #fcba03;
    width: 120px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.user-link-icon img {
    width: 40px;
}


.user-documents {
    background-color: var(--yellow);
    padding: 10px;
}

.user-documents a {
    color: rgb(41, 40, 40);
    font-size: 18px;
}

.profile-side-button a span {
    border: 1px solid grey;
    padding: 10px;
    width: 100%;
    color: #000;
    font-size: 20px;
    border-radius: 50%;
}

.workspace-heading {
    text-align: center;
    margin-top: 10px;
}

.workspace-heading h4 {
    color: #133c58;
}


.bottom-line {
    height: 6px !important;
    background-color: red;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, red, rgb(8, 121, 14));
    width: 20%;
    margin: auto;
}

.workspace-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.workspace-icon {
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff;
}

.cowork img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    padding: 10px;
    border: 2px solid rgb(206, 204, 204);

}

.cowork-text {
    text-align: center;
}

.rounded-workspace-img {
    padding: 0px 20px;
}

.rounded-workspace-img img {
    height: 60vh;
    border-radius: 20px;
}

.work-text h2 {
    color: var(--yellow);
}

.fs-15 {
    font-size: 12px;
    font-weight: 500;
}



.bg-lightgray {
    background-color: #eeecec;
}


.mt-30 {
    margin-top: 30px;
}

#main-home li a {
    color: white !important;
}

#main-home#header li a {
    color: #133c58 !important;
}

.section-spacing-top-bottom {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-70 {
    margin-top: 67px;

}

.breadcrumb img {
    width: 100%;
    height: auto;
}


.breadcrumb {
    position: relative;
    margin-bottom: 50px;
}

.bread-head {
    position: absolute;
    top: 90px;
    left: 40%;
}


.bg-blue {
    background: #133c58;
    padding: 12px;
    border-radius: 20px;
    min-height: 200px;
}


.main-work-links {
    width: 60%;
    margin: auto;
    display: flex;
}


.brds {
    border: 2px solid white !important;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
}

.brds li a {
    color: white !important;

}


.header-fixed {
    background-color: #fcbb04;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* optional */
    z-index: 199;
}


.jumbo-head {
    background: linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.6)), url("../images/banner/bg.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.jumbotron h1 {
    color: white;
}


.user-sidebar {
    margin-top: 20px;
}

.user-sidebar-inner {
    border: 1px solid grey;
    background-color: rgb(205 221 240);
    border-radius: 10px;
    position: fixed;
    padding: 20px 2px;
    height: 95vh;
    margin-left: 10px;
    width: 210px;
}

.user-sidebar-inner li {
    padding: 20px;
    border: 1px solid rgb(205 221 240);
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #28658d;

}

.user-sidebar-inner li:hover {
    cursor: pointer;
    background-color: #133c58;
}

.user-sidebar-inner li a {
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.w-30 {
    width: 18px;
    margin-top: -5px;
    border: 1px solid rgb(61, 60, 60);
    background-color: rgb(220, 231, 247);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
}


.hover-text:hover {
    background-color: #faf098a9;
    border: 1px solid white;
    color: white !important;
}


.mr-3 {
    margin-right: 20px;
}


a:hover {
    color: #3b3b3b;
}

.border-right {
    border-right: 1px solid white;
    text-align: center;

}

.border-left {
    border-left: 1px solid white;
    text-align: center;
}


.z-index-99 {
    z-index: 99 !important;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.hover-grow {
    transition: transform 0.8s ease-in-out;
}


.icon-heart {
    display: inline-block;
    /* Ensures the icon is visible */
    font-size: 24px;
    /* Adjust size as needed */
    line-height: 1;
    /* Align the icon properly */
    color: currentColor;
    /* Use text color for the icon fill */
    width: 1em;
    /* Equalize icon size */
    height: 1em;
    /* Match the icon container size */
    text-align: center;
    background-color: var(--icon-bg, transparent);
    /* Dynamic background */
    border-radius: 50%;
    /* If you want a circular background */
    overflow: hidden;
    /* Keep the background clipped */
}

button.selected {
    background-color: #5dc896;
    color: white;
    padding: 5px 20px;
    border: 1px solid #5dc896;
}

.selected-filters-header {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-chip {

    display: inline-flex;
    align-items: center;
    background-color: rgb(192 203 221);
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #3D3B40;
    font-size: 14px;
}

.close-btn {
    margin-left: 10px;
    background: none;
    border: none;
    font-size: 14px;
    color: rgb(240, 32, 32);
    cursor: pointer;
}

.clear-all-btn {
    background-color: rgb(240, 31, 31);
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

/* General Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
    /* Width of the vertical scrollbar */
}

/* Scrollbar Track (Background) */
::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* Light grey background */
    border-radius: 10px;
    /* Rounded corners */
}

/* Scrollbar Thumb (Draggable part) */
::-webkit-scrollbar-thumb {
    background: #E7C873;
    color: #E7C873;
    /* Dark grey color */
    border-radius: 5px;
    /* Rounded corners */
}

/* Scrollbar Thumb (On Hover) */
::-webkit-scrollbar-thumb:hover {
    background: #E7C873;
    /* Darker color on hover */
}

/* Scrollbar Corner (Intersection of vertical and horizontal scrollbars) */
::-webkit-scrollbar-corner {
    background: #f0f0f0;
    /* Match the track color */
}

/* For Firefox (Using scrollbar-color and scrollbar-width) */
html {
    scrollbar-color: #E7C873;
    /* Thumb color and track color */
    scrollbar-width: 5px;
    /* Options: auto, thin, none */
}


.mt-50 {
    margin-top: 50px;

}

.vh_90 {
      height: 70vh !important;
    width: 80%;
    margin: auto;
    border: 2px solid rgb(236, 199, 31);
}

.my-div {
    width: 100%;
    color: white;
    text-align: center;
    position: relative;
    /* Default position */
    top: 0;
}

.fixed {
    position: fixed;
    top: 100px;
    /* right:30px !important; */
    /* width: 30%; */

    z-index: 1000;
}


/* Disable fixed positioning on smaller screens */
@media (max-width: 768px) {}



.scrollable-container {
    max-height: 80vh;
    /* or any value depending on how much you want visible */
    overflow-y: auto !important;
    scroll-behavior: smooth;
}



.property-address {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}


.h-120 {
    min-height: 110px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .vh_90 {
      height: 70vh !important;
    width: 90%;
    margin: auto;
    border: 2px solid rgb(236, 199, 31);
}

    .max-w-350 {
        width: 480px !important;
    }
}

@media (max-width: 576px) {
    .mt-xs-30vh {
        margin-top: 30vh !important;
    }

    .xs-mt-90 {
        margin-top: 90px;
    }

    .vh_90 {
        margin-top: 20px;
        height: auto !important;
        border: 2px solid rgb(236, 199, 31);
    }

    .btn-group .btn {
        width: 100% !important;
        margin-bottom: 10px;
    }
}


.owner-form {
    width: 70%;
    margin: auto;
}


.pt-70 {
    padding-top: 70px;
}



.bg-lightdark {
    background-color: #000000d0;
}

.overflow-x-scroll {
    overflow-x: scroll;
}


/* -------------------------------------------------------- */
.custom-form-group {
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
}

.custom-input {
    width: 100%;
    padding: 1rem 2.5rem 0.5rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
}

.custom-input:focus {
    border-color: #0d6efd;
}

.custom-floating-label {
    position: absolute;
    top: -14%;
    left: 1rem;
    transform: translateY(10%);
    color: #888;
    font-size: 12px;
    background-color: white;
    padding: 0 4px;
    transition: 0.2s ease all;
    pointer-events: none;
}

.custom-input:focus+.custom-floating-label,
.custom-input:not(:placeholder-shown)+.custom-floating-label,
.custom-input:valid+.custom-floating-label {
    top: -10px;
    left: 0.75rem;
    font-size: 0.75rem;
    color: #0d6efd;
}

.custom-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #aaa;
    pointer-events: none;
}


.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}


/* ------------------------------------ */



#daySelector > div {
    flex-shrink: 0; /* Prevent shrinking */
}


/* ------------=============================== */

   .nav-tabs .nav-link {
        color: #000;
        background-color: #f8f9fa;
        border: none;
        font-weight: 600;
        font-size: 1.25rem;
    }

    .nav-tabs .nav-link.active {
        background-color: #000;
        color: #ffc107;
        font-weight: 700;
        border-radius: 0.5rem 0.5rem 0 0;
    }

    .tab-content {
        font-size: 1.125rem;
    }

    #daySelector {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
    }

    #daySelector .flex-shrink-0 {
        display: inline-block;
        min-width: 100px;
        margin-right: 10px;
        overflow-x: scroll !important;
    }

    .for-checkbox-tools {
        display: block;
        padding: 10px;
        border-radius: 10px;
        font-size: 1rem;
    }

    .checkbox-tools:checked + .for-checkbox-tools {
        background-color: #000;
        color: #ffc107;
        font-weight: bold;
    }

    .btn {
        font-size: 1.1rem;
    }

    .btn-lg {
        font-size: 1.4rem;
    }

    .fs-1 {
        font-size: 2rem !important;
    }

    .fs-4 {
        font-size: 1.4rem !important;
    }

    .text-muted {
        font-size: 0.95rem;
    }



        #daySelector::-webkit-scrollbar {
        height: 6px;
    }

    #daySelector::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    #daySelector::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


