/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

@import url("../hello-elementor/style.css");

h1, h2 , h3 ,h4 , h5, h6{
    font-family: "Montserrat", Sans-serif !important;
}
body{
    font-family: "Unna", Sans-serif !important;
}
#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}


.decor-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 96% auto;
    background-position: 0 -3px;
}

.decor-bg.home-decor {
    top: 500px;
    background-size: 100% auto;
    background-position: 0 -3px;
}

header + div , main{
  background-color: #F5F5F5 !important;
  background-image: url('https://dev-img-web.pantheonsite.io/wp-content/uploads/2025/07/decor-home-page.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;

}

.main_title h1 , .main_title h2{
    z-index: 2;
    position: relative;
}

.main_title:before {
    content: "";
    width: 118px;
    height: 102px;
    background-image: url(./img/decor-title.svg);
    position: absolute;
    top: -65px;
    left: -45px;
    background-size: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}


.job_filt_sec .job-listing-categories a {
    color: #fff;
}
.job_filt_sec .pagination {
    justify-content: center;
    gap:10px;
}
.job_filt_sec .pagination span, .job_filt_sec .pagination a {
    color: #fff;
}
.job_filt_sec .pagination a:hover {
    color: #000;
}
.main_div .job-preview:last-child {
    margin: 0;
}
.main_div {
    padding: 20px 0px 40px 0px;
}
div#page .wrap .job-post {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.job_filt_sec .job-listing-categories a:hover {
    color: #000;
}
.job-postings-filters {
    display: none;
}
@media only screen and (max-width: 767px) {
    .job_filt_sec .job-preview {
        clear: both;
    }
    .job_filt_sec .job-listing-categories.align-left {
        text-align: left !important;
        float: left !important;
    }
}