/* Map */
.jobs-map {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #d1d5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.no-jobs-message {
    text-align: center;
    padding: 40px;
    color: #222222;
    font-size: 18px;
    background: #cf00000a;
    border-radius: 8px;
    border: 2px dashed #eb0000;
}

 
 

/* Load More */
 
/* Loading Spinner */
.loading-spinner {
    text-align: center;
    padding: 40px;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #bbcf00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Map Marker Popup */
.leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 0;
}

.map-popup {
    padding: 15px;
}

.map-popup h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #0066cc;
}

.map-popup p {
    margin: 5px 0;
    font-size: 13px;
    color: #666;
}

.map-popup a {
    display: inline-block;
    margin-top: 10px;
    color: #bbcf00;
    text-decoration: none;
    font-weight: 600;
}

.map-popup a:hover {
    text-decoration: underline;
}

/* Override default Leaflet cluster styles */
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

/* Hover effect on clusters */
.marker-cluster-icon:hover {
    z-index: 1000 !important;
}

.jobs-list{ display: block; width: 100%; padding: 44px 0 0 0;}
.job-card{border-radius: 30px;border: solid 1px #707070; display: flex; align-items: stretch; width: 100%;}
.job-card .job-card-left { padding: 42px ; width: 100%; display: block;}
.job-card .job-card-left h3{color: #707070;  line-height: 1; font-size: 34px; font-weight: 500; padding: 0 0 10px; display: block;}
.job-card .job-card-left .job-excerpt{ color: #707070;  line-height: 1.33; font-size: 24px;font-family: Quicksand; }
.job-card .job-card-left  .job-btn{ display: flex ; padding: 29px 0 0 0;}
.job-card .job-card-right{border-left: solid 1px #707070; padding: 30px; display: flex; align-items: center; justify-content: center; min-width: 371px; width: 371px; flex-direction: column;}
.job-card .job-card-right .job-logo{ display: flex; align-items: center; justify-content: center;}
.job-card .job-card-right .job-logo img{ width: 100%; height: auto; max-height: 180px;}
.job-card .job-card-right .job-meta{ font-size: 15px; font-weight: 500; color: #707070; gap: 7px; padding: 35px 0 0 0;display: flex; align-items: center; justify-content: center; }
.job-card .job-card-right .job-meta i{ display: flex; align-items: center; }
.job-card .job-card-right .job-meta i img{ width: 17px; height: auto;}
.job-card + .job-card{ margin-top: 20px; }

 
body .marker-cluster-custom{ border: rgba(187, 207, 0,0.2) solid 0px !important ; box-shadow: 0 0 0 7px rgba(187, 207, 0,0.2); background: rgba(187, 207, 0,0.7) !important; }
body .marker-cluster-custom span {color: #707070; font-weight: 500;}
.load-more-block{  padding: 66px 0 0 0; display: block; text-align: center; }
.load-more-block .load-more-container{ display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;}
.load-more-block .load-more-btn{ background: none; font-size: 16px; color: var(--body-text-color);  line-height: 1.56; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 0 0 4px; font-family: "Open Sans"; font-weight: 400;}
.load-more-block .load-more-btn:hover{ font-weight: 600;}
.load-more-block .load-more-btn::after{ width: 0; transition: all 0.2s ease-in-out; height: 1px; position: absolute; left: 0; bottom: 0; content: ''; background:  var(--body-text-color);}
.load-more-block .load-more-btn:hover::after{ width: 100%; }
.load-more-block .load-text{line-height: 1.79; padding: 20px 0 0 0; font-size: 14px; color: #a8a8a8;  font-size: 14px;   font-family: "Open Sans"; }


@media (min-width: 1231px) and (max-width: 1599px) {
.job-card .job-card-left{ padding: 24px; } 
.job-card .job-card-left h3 {font-size: 30px;}
.job-card .job-card-left .job-excerpt {font-size: 20px;}   
.job-card .job-card-right{ width: 300px; min-width: 300px;}
}
@media (min-width: 992px) and (max-width: 1230px) {
.job-card .job-card-left{ padding: 24px; } 
.job-card .job-card-left h3 {font-size: 30px;}
.job-card .job-card-left .job-excerpt {font-size: 20px;}   
.job-card .job-card-right{ width: 300px; min-width: 300px;}    
}
@media (max-width: 991px) {
.job-card .job-card-left{ padding: 24px; } 
.job-card .job-card-left h3 {font-size: 30px;}
.job-card .job-card-left .job-excerpt {font-size: 20px;}   
.job-card .job-card-right{ width: 300px; min-width: 300px;}     
}
@media (max-width: 767px) {
.job-card{ padding: 33px 23px 43px; flex-direction: column-reverse;}   
.job-card .job-card-left{ padding:36px 0 0  0; text-align: center; }
.job-card .job-card-left .job-btn{ padding: 66px 0 0 0; justify-content: center; }
.job-card .job-card-left h3{color: #4a4a4a; font-size: 19px; font-weight: 500; padding: 0 0 18px; text-align: center; }
.job-card .job-card-right{ width: 100%; min-width: 100%; padding: 0; border: 0;}
.job-card .job-card-left .job-excerpt { color: #4a4a4a;  line-height: 1.56; font-size: 16px;}
.job-card .job-card-right .job-meta{ margin: 36px 0 0 0; padding: 7px 16px; width: 100%; background: #fafafa; border-radius: 100px; line-height: 1; }

.load-more-block{ padding: 54px 0 0 0; }
.load-more-block .load-more-btn{ padding: 0 15px 6px; font-size: 14px;}
.load-more-block .load-more-btn::after{ width: 100%;}
.load-more-block .load-text{ max-width: 240px; margin: 0 auto; text-align: center; padding: 34px 0 0 0 ; }
}
/* new css */

.nursinghome-place-sec {
    position: relative;
    z-index: 910;
    padding: 77px 0 66px;
    background-color: var(--bg-color);
}
.nursinghome-place-sec .title {
    text-align: center;
    margin-bottom: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.nursinghome-place-sec .title .filter-input {
    min-width: 450px;
    font-family: "Quicksand";
    font-size: 34px;
    color: #707070;
    font-weight: normal;
    background: none;
    border: none;
    outline: none;
}
.nursinghome-place-wrap {
    max-width: 1046px;
    margin: 0 auto;
}
.nursinghome-place-wrap .form-cls {
    display: flex;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 31px;
    background-color: #ffffff;
    padding: 10px 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.nursinghome-place-wrap .form-cls .input-col button {
    margin-left: auto;
    background-image: linear-gradient(to right, #1a70b8, #6ca05b 71%, #bbcf00);
}
.nursinghome-place-wrap .form-cls .input-col {
    /*width: 25%;*/
    padding: 0 23px 0 15px;
    position: relative;
    flex: 1 1 auto;
}
.nursinghome-place-wrap .form-cls .input-col::after {
    position: absolute;
    width: 1px;
    height: 29px;
    background-color: #707070;
    content: "";
    right: 0;
    top: 0;
}
.nursinghome-place-wrap .form-cls .input-col:last-child::after {
    display: none;
}
.nursinghome-place-wrap .form-cls .input-col:nth-child(3)::after {
    display: none;
}
.nursinghome-place-wrap .form-cls .input-col:last-child {
    padding: 0;
}
.nursinghome-place-wrap .form-cls .input-col .nice-select {
    width: 100%;
    border: 0;
}
.nursinghome-place-wrap .form-cls .input-col .nice-select span.current {
    font-size: 20px;
    color: #707070;
}
.nursinghome-place-wrap .form-cls .input-col .nice-select:after {
    width: 9px;
    height: 6px;
    border: 0;
    background-image: url(../images/svg/drop-downarrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(0);
    right: -5px;
}
.nursinghome-place-wrap .form-cls .input-col button span {
    font-weight: bold;
}

.nursinghome-page-main {
    position: relative;
    z-index: 10;
    padding: 66px 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 94px;
}
.filter-category-sec {
    width: 320px;
    min-width: 320px;
    display: flex;

    align-items: flex-start;
    justify-content: flex-end;
}
.filter-category-sec-inner {
    position: sticky;
    top: 66px;
    border-radius: 30px;
    padding: 60px 60px 80px 0;
    display: block;
    width: 100%;
    background-color: #fafafa;
    min-width: calc((100vw - 1670px) / 2 + 100% + 7px);
    display: flex;
    justify-content: flex-end;
}
.filter-category-sec-inner-mn {
    width: 100%;
    max-width: 260px;
}
.filter-category-sec-inner::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/svg/filter-category-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}
.filter-category-sec h3 {
    margin-bottom: 44px;
    font-size: 28px;
    color: #707070;
}
.filter-category-wrap {
    display: flex;
    flex-direction: column;
}
.filter-category-wrap button {
    background: none;
    width: 100%;
    height: 37px;
    border: 1px solid #707070;
    border-radius: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 31px;
    text-align: left;
}
.filter-category-wrap button.active {
    background-color: #afa0d8;
    border-color: #afa0d8;
    color: var(--white);
}
.filter-category-wrap button.active .icon {
    border-color: var(--white);
}

.filter-category-wrap button + button {
    margin-top: 7px;
}
.filter-category-wrap button span {
    min-width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    border-radius: 100%;
    position: relative;
}
.filter-category-wrap button.active span {
    background-color: #fff;
}
.filter-category-wrap button.active span::after {
    position: absolute;
    width: 11px;
    height: 10px;
    content: "";
    background-image: url(../images/svg/icon-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.nursinghome-page-wrap {
    width: 100%;
}

.nursinghome-box-wrap {
    max-width: 1224px;
    width: 100%;
    margin-left: auto;
    padding-right: 140px;
}
.nursinghome-box {
    border: 1px solid var(--theme-color-primary);
    display: flex;
    justify-content: space-between;
    padding: 25px 50px 50px 31px;
    border-radius: 30px;
}
.nursinghome-box + .nursinghome-box {
    margin-top: 20px;
}
.nursinghome-box .btnbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
}
.nursinghome-box .btnbox a + a {
    margin-top: 16px;
}
.nursinghome-box .text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.nursinghome-box .text-box .title {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 24px;
}
.nursinghome-box .text-box .title a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #707070;
    font-weight: 500;
}
.nursinghome-box .text-box .title a i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nursinghome-box .text-wrap {
    display: flex;
    width: 100%;
    gap: 20px;
}
.nursinghome-box .text-btn-wrap {
    width: 50%;
}
.nursinghome-box .avtar-dtl {
    width: 50%;
}
.nursinghome-box .avtar-dtl i {
    display: none;
}
.nursinghome-box h4 {
    font-size: 20px;
    margin-bottom: 24px;
}
.nursinghome-box .text-btn-wrap .btnbox {
    max-width: 218px;
}
.nursinghome-box .text-btn-wrap .btnbox a + a {
    margin-top: 10px;
}
.nursinghome-box .text-btn-wrap .btnbox a {
    font-size: 13px;
    height: 33px;
    background-color: rgba(230, 230, 230, 0.25);
}
.nursinghome-box .avtar-box {
    display: flex;
    gap: 20px;
}
.nursinghome-box .avtar-box .icon {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    overflow: hidden;
}
.nursinghome-box .avtar-box h6 {
    font-size: 16px;
    margin-bottom: 17px;
}
.nursinghome-box .avtar-box ul li a {
    display: flex;
    align-items: center;
    gap: 9px;
}
.nursinghome-box .avtar-box ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nursinghome-box .text-box .title h4 {
    display: none;
}
.nursing-btn {
    display: none;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .filter-category-sec-inner {
        min-width: calc((100vw - 1220px) / 2 + 100% + 7px);
    }
}

@media (min-width: 1231px) and (max-width: 1599px) {
    .nursinghome-box-wrap {
        padding-right: 30px;
    }
    .nursinghome-page-main {
        gap: 40px;
    }
    .filter-category-sec-inner {
        min-width: calc((100vw - 970px) / 2 + 100% + 7px);
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    .nursinghome-page-main {
        flex-direction: column;
    }
    .nursinghome-box-wrap {
        padding: 0 20px;
    }
}
@media (max-width: 1230px) {
    .filter-category-sec {
        padding: 21px;
        width: 340px;
        background-color: var(--white);
        position: fixed;
        top: 50%;
        left: -20px;
        z-index: 120;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out;
    }
    .filter-category-sec.active {
        transform: translateX(0);
    }

    .nursing-btn {
        padding: 23px 28px;
        background-color: var(--theme-color-primary);
        position: fixed;
        top: 50%;
        z-index: 100;
        border-radius: 0 15px 15px 0;
        display: flex;
        left: 0;
        z-index: 9999;
    }
    .filter-category-sec {
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.9);
        border-radius: 0 18px 18px 0;
        padding: 0;
        z-index: 9999;
    }
    .filter-category-sec-inner {
        padding: 29px 31px 53px 79px;
    }
    .filter-category-sec h3 {
        margin-bottom: 41px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 19px;
    }
    .filter-category-sec .close {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .nursinghome-page-main {
        flex-direction: column;
        padding: 0;
    }
    .footer-main > .social-icon {
        display: flex;
    }

    .nursinghome-place-sec {
        background-color: transparent;
        padding: 70px 0 62px;
    }
    .nursinghome-place-sec .title {
        flex-direction: column-reverse;
        gap: 7px;
        margin-bottom: 33px;
    }
    .nursinghome-place-wrap .form-cls {
        flex-direction: column;
        padding: 42px 23px 27px;
    }
    .nursinghome-place-wrap .form-cls .input-col {
        width: 100%;
        padding: 0;
    }
    .nursinghome-place-ul {
        padding: 15px 0;
    }
    .nursinghome-place-wrap .form-cls .input-col .nice-select:after {
        right: -1px;
    }
    .nursinghome-place-wrap .form-cls .input-col .nice-select {
        padding: 0;
        height: 55px;
        display: flex;
        align-items: center;
    }
    .nursinghome-place-wrap .form-cls .input-col::after {
        display: none;
    }
    .nursinghome-place-wrap .form-cls .input-col:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
    }
    .nursinghome-place-wrap .form-cls .input-col + .input-col {
        border-top: 1px solid #707070;
    }

    .nursinghome-box-wrap {
        padding: 0 20px;
    }
    .nursinghome-box {
        flex-direction: column;
        padding: 20px 23px 43px;
    }
    .nursinghome-box .text-box .title {
        flex-direction: column;
        gap: 17px;
    }
    .nursinghome-box .text-box .title a {
        height: 36px;
        background-color: #fafafa;
        border-radius: 18px;
        width: 100%;
    }
    .nursinghome-box .text-box .title .logo img {
        height: 76px;
    }
    .nursinghome-box .text-wrap {
        flex-direction: column;
    }
    .nursinghome-box .avtar-box {
        padding: 0 !important;
        max-height: 0;
        overflow: hidden;
    }
    .nursinghome-box .avtar-box.active {
        padding: 26px 0 !important;
        max-height: none;
    }
    .nursinghome-box .avtar-dtl,
    .nursinghome-box .text-btn-wrap {
        width: 100%;
    }
    .nursinghome-box .text-btn-wrap .btnbox {
        max-width: 100%;
    }
    .nursinghome-box h4 {
        text-align: center;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .nursinghome-box .avtar-box {
        flex-direction: column;
        background-color: #fafafa;
        align-items: center;
        border-radius: 15px;
        padding: 26px 0;
    }
    .nursinghome-box .avtar-box h6 {
        margin-bottom: 12px;
        text-align: center;
    }
    .nursinghome-place-wrap .nice-select .list {
        width: 100%;
        left: 0;
    }
    .nursinghome-box .avtar-dtl i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 10px;
    }
    .nursinghome-box .text-box .title h4 {
        display: flex;
        margin: 0;
        font-size: 19px;
    }
    .nursinghome-box .text-btn-wrap > h4 {
        display: none;
    }

    .filter-category-wrap button {
        font-size: 14px;
    }
    .filter-category-sec::before {
        display: none;
    }
    .filter-category-icon {
        display: flex;
        position: absolute;
        top: 29px;
        left: 27px;
        z-index: 1;
    }
    .nursinghome-place-sec .title .filter-input {
        min-width: auto;
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}
