/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767281873
Updated: 2026-01-01 15:37:53

*/



.term-text-cls {   
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25%;
    background-color: #e2e2e2;
    color: #5d81db;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
}


.single-filter .e-filter {
    display: flex;
    flex-direction: column;
}

.single-filter .e-filter-item {
    background: transparent !important;
    border: none !important;
    padding-left: 22px !important;
    position: relative;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
}

.single-filter .e-filter-item::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.single-filter .e-filter-item[aria-pressed="true"]::before {
    background: #c8102e;
    border-color: #c8102e;
}

.single-filter .e-filter-item[aria-pressed="true"]::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-60%) rotate(-45deg);
}


.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
    font-family: inherit;
}

.elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.elementor-pagination .page-numbers:hover {
    background: #C8102E;
    color: #fff !important;
    transform: translateY(-2px);
}

.elementor-pagination .page-numbers.current {
    background: #C8102E;
    color: #fff !important;
    font-weight: 600;
    cursor: default;
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
    padding: 0 18px;
    font-weight: 600;
}

.elementor-pagination .page-numbers.prev:not([href]) {
    opacity: 0.4;
    cursor: not-allowed;
}

.elementor-pagination .page-numbers.dots {
    background: transparent;
    cursor: default;
    padding: 0 10px;
}

.elementor-pagination .page-numbers.dots:hover {
    background: transparent;
    color: inherit;
    transform: none;
}


.animated-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition:
        background 0.4s ease,
        backdrop-filter 0.4s ease,
        -webkit-backdrop-filter 0.4s ease,
        box-shadow 0.4s ease,
        transform 0.4s ease;
}

.animated-sticky-header.is-scrolled {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

body.dark-header .animated-sticky-header.is-scrolled {
    background: rgba(0, 0, 0, 0.55);
}

.job-cat-cls .elementor-icon-list-text {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
/* Mobile last */

@media (max-width: 480px) {

    .elementor-pagination .page-numbers {
        display: none;
    }

    .elementor-pagination .page-numbers.prev,
    .elementor-pagination .page-numbers.next,
    .elementor-pagination .page-numbers.current,
    .elementor-pagination .page-numbers.dots,
    .elementor-pagination .page-numbers[href*="/2/"] {
        display: inline-flex;
    }

}
