/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.3.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


#projecttable_wrapper {
/*    overflow-x: scroll;*/
    padding: 15px 15px;
}
div#projecttable_length,
div#projecttable_filter {
	padding: 15px 0px;
}
div#projecttable_length label, 
div#projecttable_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Barlow", Sans-serif;
}
.project-filter {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: right;
    padding: 0px 15px;
}
select#categoryFilter {
    width: auto;
    font-family: "Barlow", Sans-serif;
}
table#projecttable {
    border-spacing: 10px;
    border: none;
    font-family: "Barlow", Sans-serif;
}
table#projecttable tr.ongoing-row td {
    background-color: #f5fbb2 !important;
}
table#projecttable tr td {
    white-space: normal !important;
    background: #f5f5f5 !important;
    border: none;
    box-shadow: none;
    font-family: "Barlow", Sans-serif;
}
table#projecttable tr th {
    background-color: #FF5F13;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    font-family: "Barlow", Sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}
.hide-cate{
    display: none;
}
td.count-project {
    text-align: center;
}
h4.filter-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Barlow", Sans-serif;
    margin: 0px;
}
a.paginate_button, div#projecttable_info {
    font-family: "Barlow", Sans-serif;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    background: #FF5F13 !important;
    border-radius: 50% !important;
    border-color : #FF5F13 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {
    background: transparent !important;
    border-color : transparent !important;
    color: #FF5F13 !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover {
    background: transparent !important;
    border-color : transparent !important;
    color: #FF5F13 !important;
}

.services-grid-sec .elementor-loop-container.elementor-grid .elementor:nth-child(odd) .elementor-element {
    background-image: url("../../../wp-content/uploads/2025/03/section-bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services-grid-sec .elementor-loop-container.elementor-grid .elementor:nth-child(even) .elementor-element {
    background-image: url("../../../wp-content/uploads/2025/03/section-bg3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



/* responsive css */

@media (max-width: 767px) {
    .project-filter {
        display: block;
    }
    h4.filter-heading {
        margin-bottom: 10px;
        font-size: 16px;
    }
    select#categoryFilter {
        width: 100%;
    }
    div#projecttable_length, div#projecttable_filter {
        margin: 0px;
    }

}