/* 
Theme Name: Minework
Description: -
Author: AW Bali Digital
Template: hello-elementor
Version: 2.0.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 */
body.overflow-hidden {
	overflow: hidden;
}
.page-header {
	display: none;
}

/* Navbar */
.btn-mobile-nav {
    width: 25px;
    height: 50px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: end;
	cursor: pointer;
}
.burger-line{
	width: 25px;
	height: 1px;
	background: #222;
	position: relative;
	display: block;
	transition: 0.5s ease;
}
.burger-line:before, .burger-line:after{
	content: '';
	width: 25px;
	height: 1px;
	background: #222;
	position: absolute;
	transition: 0.5s ease;
}
.burger-line:before{
	top: -8px;
	left: 0;
}
.burger-line:after{
	bottom: -8px;
	left: 0;
}
.btn-mobile-nav.active .burger-line {
    transform: rotate(45deg);
}
.btn-mobile-nav.active .burger-line:before {
    transform: rotate(90deg);
	top: 0px;
}
.btn-mobile-nav.active .burger-line:after {
    transform: rotate(90deg);
	bottom: 0px;
}

.mobile-overlay{
	left: 100% !important;
	z-index: 99;
	transition: 0.7s ease;
}
.mobile-overlay.active{
	left: 0% !important;
}
.main-header.scrolled {
  	background: #fff !important;
  	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.offcanvas {
	left: 100% !important;
	transition: left 0.5s ease-in-out;
}
.offcanvas.is-open {
	left: 0% !important;
}
.filter-offcanvas {
	left: 100% !important;
	transition: left 0.5s ease-in-out;
}
.filter-offcanvas.is-open {
	left: 0% !important;
}
.elementor-item-active {
	background: #00000000 !important;
	color: #000;
}
.mobile-menu .elementor-item:hover {
	background: #00000000 !important;
	color: #000 !important;
}
.mobile-menu .elementor-nav-menu--dropdown {
	margin-top: 0px !important;
}
.search-btn {
	cursor: pointer;
}
.close-search-icon {
	cursor: pointer;
}
.search-container {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.search-container.open {
	opacity: 1;
	z-index: 9999;
}
.tabs-search .filter-chips {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.tabs-search .filter-chips .chip {
	padding: 10px 15px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	color: #8c8c8c;
	font-weight: 600;
	background: transparent;
	transition: all 0.2s ease-in;
}
.tabs-search .filter-chips .chip:hover {
	border: 1px solid #1f4b3f;
	color: #1f4b3f;
}
/* Additional CSS for Post Search */
.latest-jobs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.latest-job-card {
    display: flex;
    flex-direction: column;
    border: 1.5px solid #cdcdcd;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #333333;
    background: #ffffff;
    transition: all 0.3s ease;
}
.latest-job-card:hover {
    border-color: #1f4b3f;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}
.job-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.job-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    line-height: 1.4;
    margin: 0;
}
.job-card-excerpt {
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}
.job-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    gap: 8px;
}
.job-card-location,
.job-card-date {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #888888;
}
.no-jobs {
    color: #888888;
    font-size: 14px;
    padding: 20px 0;
}
.e-n-tabs-heading {
	gap: 10px 0px;
}
@media (max-width: 1024px) {
    .latest-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .latest-jobs-grid {
        grid-template-columns: 1fr;
    }
	.latest-job-card.hide-on-mobile {
        display: none;
    }
}
.category-chip-direct.active {
    background-color: #e85c2b;
    border-color: #e85c2b;
    color: #ffffff;
}
.job-card-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #e85c2b;
    background: #fff5f2;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 5px;
}

/* Footer */
.footer-menu nav {
	background-color: #00000000;
}
.footer-menu nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 20px;
}
.footer-menu nav ul .elementor-item {
	color: #fff;
}
.footer-form .elementor-turnstile-field {
	position: absolute !important;
	opacity: 0 !important;
	left: 350px;
}

/* Template Loop ETC */
.work-divider p{
	margin: 0;
}
.job-company{
	color: #5BBB7B;
}
.job-company-logo{
	display: flex;
}
.job-company-logo img{
	width: 90px;
	height: 90px;
	object-fit: contain;
}

/* Checkbox Filter */
.checkbox-filter .e-filter-item{
	position: relative;
}
.checkbox-filter .e-filter-item:before{
	content: '';
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border: 1px solid #1F4B3F;
	border-radius: 5px;
}
.checkbox-filter .e-filter-item:after{
	content: '✓';
	display: none;
	position: absolute;
	left: 3px;
    bottom: 9px;
    font-size: 11px;
}

.checkbox-filter .e-filter-item[aria-pressed=true]:after{
	display: block;
	color: #fff;
}
.checkbox-filter .e-filter-item[aria-pressed=true]:before{
	background: #1F4B3F;
}

/* Math Captcha */
.captcha-error {
  	display: block;
  	color: #e74c3c;
  	font-size: 13px;
  	margin-top: 6px;
}

/* Post Blog */
.post-widget .elementor-grid {
	display: flex;
	flex-direction: column;
}
.post-widget .elementor-grid .post-wrapper {
	flex-direction: row !important;
	align-items: center;
	gap: 10px;
}
.post-widget .elementor-grid .post-wrapper .post-image {
	width: 50%;
}
.post-widget .elementor-grid .post-wrapper .inner-content {
	width: 50%;
}

/* Job Template */
.home-job-title h2 a {
	transition: all 50ms ease-in;
}
.home-job-title h2 a:hover {
	font-weight: 500;
}

/* Responsive */
@media only screen and (max-width: 767px){
	.job-company{
		color: #5BBB7B;
		font-size: 13px !important;
	}
	.main-header {
		background: #fff !important;
	}
}