.nobatnegar-archive-container h1,
.nobatnegar-archive-container h2,
.nobatnegar-archive-container h3,
.nobatnegar-archive-container h4,
.nobatnegar-archive-container h5,
.nobatnegar-archive-container h6,
.nobatnegar-archive-container p,
.nobatnegar-archive-container label {
	font-family: est;
}

.nobatnegar-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: est;
}

/* header */
.nobatnegar-archive-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
	font-family: est;
}

.nobatnegar-archive-header h1 {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
	font-family: est;
}

.nobatnegar-archive-header p {
    color: #7f8c8d;
    font-size: 16px;
    margin: 0;
	font-family: est;
}

/* filters */
.nobatnegar-filters {
	font-family: est;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecef;
}

.filter-group {
    flex: 1;
    min-width: 150px;
}

.filter-group .filter-input, .filter-group .filter-select {
    width: 100% !important;
    padding: 0px 15px !important;
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    background: #f8f9fa !important;
    transition: all 0.3s ease !important;
    font-family: est;
    height: 40px !important;
}
.filter-group .filter-input:focus,
.filter-group .filter-select:focus {
    border-color: #3498db;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.filter-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-button {
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: est;
}

.filter-button.apply {
    background: #3498db;
    color: white;
}

.filter-button.apply:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.filter-button.reset {
    background: #e74c3c;
    color: white;
}

.filter-button.reset:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

/* cards */
.providers-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.arachive-provider-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.arachive-provider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-color: #3498db;
}

.arachive-provider-card .provider-details {
    padding: 10px;
    text-align: center;
}

.provider-image-wrapper {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arachive-provider-card .provider-image {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background-size: cover;
}
.provider-img {
	width: 100%;
}
.info-box h4 {
    margin: 8px 0 4px;
    font-size: 20px;
    color: #2c3e50;
}

.info-box h4 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.info-box h4 a:hover {
    color: #3498db;
}

.info-box h5 {
    margin: 4px 0;
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;	
	justify-content: center;
}
.list-mode-card .info-box h5 {justify-content: flex-start;}
.info-box .provider-title {
    color: #2c3e50;
    font-weight: 500;
}

.info-box .provider-jobtime {
    color: #3498db;
}

.info-box .provider-jobtime i {
    margin-left: 5px;
}

.provider-description {
    margin: 10px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* rating */
.provider-card-rating {
    margin: 10px 0;
}

.nn-star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
}

.nn-star {
    font-size: 20px;
    color: #ddd;
    transition: color 0.2s;
}

.nn-star.filled {
    color: #f1c40f;
}

.nn-rating-count {
    font-size: 13px;
    color: #95a5a6;
    margin-right: 5px;
}

/* contact box */
.contact-box {
    padding: 25px 0;
    border-bottom: 1px solid rgb(140 140 140 / 10%);
}

.icons-left {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.icons-left a {
    color: #7f8c8d;
    font-size: 20px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    text-decoration: none;
}

/* city cat */
.city-cat {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin: 10px 0;
    font-size: 13px;
}

.city-cat span {
    color: #7f8c8d;
}

.city-cat span i {
    margin-left: 5px;
}

.city-cat span a {
    color: #3498db;
    text-decoration: none;
}

.city-cat span a:hover {
    text-decoration: underline;
}

/* buttons */
.button-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

.button-container .button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: est;
    justify-content: center;
    height: 40px;
}

.button-container .details-button {
    background: #ecf0f1;
    color: #2c3e50;
}

.button-container .details-button:hover {
    background: #d5dbdb;
    transform: translateY(-2px);
}

/* no providers */
.no-providers-found {
    text-align: center;
    padding: 60px 20px;
    color: #95a5a6;
    grid-column: 1 / -1;
}

.no-providers-found i {
    font-size: 64px;
    display: block;
    margin-bottom: 15px;
    color: #bdc3c7;
}

.no-providers-found h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.no-providers-found p {
    font-size: 16px;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 10px 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination a:hover {
    background: #3498db;
    color: white;
    border-color: #3498db;
}

.pagination .current {
    background: #3498db;
    color: white;
    border-color: #3498db;
}

.pagination .dots {
    border: none;
    color: #95a5a6;
}

/* list-view */
.providers-cards-container.list-view .arachive-provider-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 5px;
}

.providers-cards-container.list-view .list-mode-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.providers-cards-container.list-view .list-mode-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-color: #3498db;
}

.card-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
	flex-direction: row-reverse;
}

.card-top-left .list-contact-box {
    padding: 0;
    border: none;
}

.card-top-left .list-contact-box .icons-left {
    gap: 10px;
}

.card-top-left .list-contact-box .icons-left a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    background: #f8f9fa;
    color: #7f8c8d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.card-top-right .list-rating {
    margin: 0;
}

.card-middle-row {
    display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 5px 0;
}

.middle-left {
    flex: 1;
}

.middle-right {
    flex-shrink: 0;
}

.list-info-box {
    text-align: right;
    padding: 0;
}

.list-info-box h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.list-info-box h4 a {
    font-size: 18px;
}

.list-info-box .provider-title {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 500;
    margin: 3px 0;
}

.list-info-box .provider-jobtime {
    font-size: 13px;
    margin: 3px 0;
}

.list-info-box .provider-description {
    margin: 8px 0 0 0;
    font-size: 14px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-image-wrapper {
    margin: 0;
}

.card-middle-row .provider-image {
    height: 180px;
}
.list-mode-card .card-middle-row .provider-image {
    width: 180px;
}
.card-bottom-row {
    display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #f0f0f0;
}

.list-button-container {
    margin: 0;
    gap: 8px;
}

.list-city-cat {
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.list-city-cat span {
    font-size: 13px;
    color: #7f8c8d;
}

.list-city-cat span i {
    margin-left: 5px;
}

.list-city-cat span a {
    color: #3498db;
    text-decoration: none;
}

.list-city-cat span a:hover {
    text-decoration: underline;
}

/* responsive */
@media (max-width: 992px) {
    .providers-cards-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
	
    .nobatnegar-archive-container {
        padding: 15px;
    }
    
    .nobatnegar-archive-header h1 {
        font-size: 24px;
    }
    
    .nobatnegar-filters {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 15px;
    }
    
    .filter-group {
        min-width: auto;
    }
    
    .filter-actions {
        flex-direction: column;
    }
    
    .filter-button {
        width: 100%;
        justify-content: center;
    }
    
    .providers-cards-container {
        grid-template-columns: 1fr;
    }
    
    .booking-modal {
        padding: 20px;
        max-width: 100%;
        margin: 10px;
    }
    
    .modal-header h3 {
        font-size: 18px;
    }
    
    .arachive-provider-card .provider-image {
        width: 100px;
        height: 100px;
    }
    
    .city-cat {
        align-items: center;
        gap: 5px;
    }
    
    .icons-left {
        gap: 10px;
    }
    
    .icons-left a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .button-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    .button-container .button {
        justify-content: center;
        width: 100%;
    }
    .providers-cards-container.list-view .list-mode-card {
        padding: 15px;
    }
    
    .card-middle-row {
        flex-direction: column-reverse;
        align-items: center;
        gap: 15px;
    }
    
    .middle-right {
        width: 100%;
        text-align: center;
    }
    
    .list-provider-image {
        width: 150px;
        height: 150px;
    }
    
    .middle-left {
        width: 100%;
    }
    
    .list-info-box {
		text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-box {
		text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }   
    .card-bottom-row {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: stretch;
    }
    
    .list-button-container {
        justify-content: center;
    }
    
    .list-city-cat {
        justify-content: center;
    }
    
    .card-top-row {
        gap: 10px;
        align-items: center;
    }
    
    .card-top-left .list-contact-box .icons-left {
        justify-content: center;
    }	
}

@media (max-width: 480px) {
    .nobatnegar-archive-header {
        padding: 20px 15px;
    }
    
    .nobatnegar-archive-header h1 {
        font-size: 20px;
    }
    
    .arachive-provider-card .provider-details {
        padding: 15px;
    }
    
    .nn-star {
        font-size: 16px;
    }
    .list-provider-image {
        width: 120px;
        height: 120px;
    }
    
    .list-info-box h4 a {
        font-size: 16px;
    }
    
    .list-info-box .provider-description {
        font-size: 13px;
    }
    
    .list-city-cat {
		align-items: center;
        gap: 5px;
        justify-content: space-between;
    }	
}