/* 
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: 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 */


.job-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.job_slider {
    width: 100%;
}
.shift_slider{
    width: 100%;
}

.job-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 98% !important;
    margin: 0px;    
    min-height: 450px;
    margin-left: 5px;
}
.job-listings .owl-stage-outer .owl-stage {
    margin-top: 80px;
}
.job-listings .owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    position: absolute;
    top: 0%;
    right: 0%;
}
.job-listings.job-listings-job{
    align-items: baseline;
    min-height: 450px !important;
 }
 .job-card.no_slider_width{
    min-height: 520px !important;
 }

.header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
}
.salary_div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.job_title, .salary {
    font-family: "SF Pro", Sans-serif;
    text-transform: capitalize;
    margin-top: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #008e1e;
}
.per_hour {
    color: #686868;
    font-family: "SF Pro", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.time {
    color: #003399;
}   

p.location {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "SF Pro", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #686868;
    transition: color 0.3s;
}
.map_div .location img {
    width: auto;
}
.time_wrap_div .multishift_div img {
    width: auto;
}
.company_ditail_div {
    padding-top: 15px;
    padding-bottom: 15px;
}

h4.description_title, p.reimbursement_text {
    color: #686868;
    font-family: "SF Pro", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
}
.discription_div p.description {
    color: #1d1d1d;
    font-family: "SF Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.9px;
	   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.reimbursement_text {
    margin-bottom: 15px;
}
.info, .software_proficiency_div .skills, .skills_div .skills {
    color: #003399;
    font-family: "SF Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}
.info span {
    font-weight: 400;
    color: #1d1d1d;
    margin-left: 15px;
}

.view_more_btn {
    display: flex;
    gap: 6px;
    font-family: "SF Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 1.1px;
    color: #1d1d1d;
    border: none;
    padding: 0px;
}
.view_more_btn:after {
    content: url(/wp-content/uploads/2024/10/view-more-open.svg);
}
.view_less_btn {
    display: flex;
    gap: 6px;
    font-family: "SF Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 1.1px;
    color: #1d1d1d;
    border: none;
    padding: 0px;
    display: none;
}
.view_less_btn:after {
    content: url(/wp-content/uploads/2025/04/view-less-arrow.svg);
    margin-left: 6px;
    /* margin-top: -5px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); */
}
/* .view_more_btn.arrow:after {
    margin-top: -5px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
} */
.company {
    display: flex;
    justify-content: center;
    font-weight: bold;
    flex-direction: row;
}
.company_ditail_div .company .company_name {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.company_ditail_div .company .company_type {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.skills {
    font-weight: bold;
    margin-top: 10px;
}

ul {
    padding-left: 30px;
    margin: 5px 0;
}
ul li::marker {
    color: #003399;
    font-size: 26px;
}

.software_proficiency_div ul li, .skills_div ul li {
font-family: "SF Pro", Sans-serif;
}

.software_proficiency_div .skills, .skills_div .skills {
    margin-bottom: 0px;
}

.reimbursement {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding-bottom: 20px;
    font-size: 14px;
}

.apply-btn {
    background-color: #008e1e;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.apply-btn a{    
    display: flex;
    background-color: #008e1e;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 4px;
    text-align: center;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.apply-btn a:hover{
    display: flex;
    background-color: #008e1e;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 4px;
    text-align: center;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
.apply-btn:hover {
    background-color: #218838 !important;
}
.apply-btn:focus {
    background-color: #218838 !important;
}
.apply-btn:active {
    background-color: #218838 !important;
}

.view_more_content {
    padding-top: 20px;
    padding-bottom: 10px;
}

.reimbursement {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 14px;
    flex-direction: column;
}
.reimbursement_icon_div {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}
.reimbursement_icon_div span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #1d1d1d;
    transition: color 0.3s;
}
.multishift_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
}
.multishift_div p {
    margin: 0px;
}
.time_wrap_div {
    display: flex;
    justify-content: space-between;
}
.owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
}

.owl-nav button:hover {
    fill: #FF5722;
    color: #FF5722;
}

.owl-carousel .owl-stage {
    display: flex;
    /* position: relative;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap; */
}
.owl-carousel.owl-drag .owl-item {
    display: flex;
}

.no-slider {
  display: flex;
  justify-content: center;
  gap: 20px; /* Adjust spacing */
}
.no-slider .item {
  flex: 1;
  max-width: calc(33.333% - 20px); /* Distribute items evenly */
}
.owl-carousel .owl-stage {
    margin-top: 20px;
    margin-bottom: 20px;
}
.date_wrap_div {
    display: flex;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.no_slider_width {
    width: 31% !important;
}
.dnone {
    display: none;
}
img.left-arrow {
    transition: filter 0.3s ease-in-out;
}
img.left-arrow:hover {
    filter: invert(58%) sepia(89%) saturate(731%) hue-rotate(5deg) brightness(104%) contrast(101%);
}


@media only screen and (max-width: 1024px) {
    .job-listings .owl-nav {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 20px;
        position: absolute;
        top: 0%;
        right: 2%;
    }
}
/* responsive css for location page job cards */


@media only screen and (max-width: 768px) {
    .job-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        width: 96% !important;
        margin: 0px;    
        min-height: 470px;
        margin-left: 5px;
    }
    .owl-carousel.owl-drag .owl-item {
        display: flex;
        margin-left: 10px;
    }
    .job-listings .owl-stage-outer .owl-stage {
        margin-top: 60px;
    }
    .owl-nav button .nav-btn-clutch-section img {
        width: 80%;
    }
    .no_slider_width {
        width: 46% !important;
    }
    .header .title_div {
        padding-right: 10px;
    }
    .company_ditail_div .company .company_name{
        padding-right: 10px;
    }
}

@media only screen and (max-width: 540px) {
    .job-card{
        width: 95% !important;
        margin-left: -6px;
        min-height: 420px;
    }
	.job-card.no_slider_width {
    min-height: auto !important;
}
    .job-listings .owl-stage-outer .owl-stage {
        margin-top: 80px;
    }
    .job-listings .owl-nav {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 5px;
        position: absolute;
        top: 5%;
        right: 6%;
    }
    .owl-carousel.owl-drag .owl-item {
        display: flex;
        justify-content: center;
    }
    .time {
        color: #003399;
        margin-block-end: 0px;
    }
    .owl-nav {
        gap: 0px;
    }
   
}

@media only screen and (max-width: 375px) {
    .job-card {
        width: 98% !important;
        margin-left: 5px;
    }
    .date_wrap_div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .date_wrap_div span {
        font-size: 14px;
    }


}