/* 
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 */
*{
font-family: "Montserrat", Sans-serif;
}

/* ✅ 1. Reduce Popup Width */
#popmake-782 {
max-width: 500px !important;
width: 90% !important;
padding: 30px !important;
box-sizing: border-box;
border-radius: 10px;
background-color: #fff;
}

/* ✅ 2. Blur Background Behind Popup */
body.pum-open {
overflow: hidden;
}

body.pum-open > *:not(.pum-overlay-wrap):not(script):not(style) {
filter: blur(5px);
transition: filter 0.3s ease-in-out;
}

/* ✅ 3. Center Submit Button and Style */
.wpcf7-submit {
background-color: #6181C0 !important;
color: #fff !important;
padding: 10px 20px !important;
border-radius: 4px !important;
border: none;
font-weight: 600;
cursor: pointer;
display: inline-block;
}

/* ✅ 4. Optional: Style Close Button */
/* ✅ Clean & centered close button with just 1 X */
.pum-theme-default .pum-close {
top: 10px !important;
right: 10px !important;
background-color: #6181C0 !important;
color: #fff !important;
font-size: 20px !important;
width: 36px;
height: 36px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
border: none;
text-align: center;
line-height: 1;
}

/* ✅ Hide any default inner text (like "Close") */
.pum-close span {
display: none !important;
}


.pum-close::before {
display: none !important;
content: none !important;
}

/* Popup Close Button Style */
.pum-close.popmake-close {
background-color: #6181C0 !important;
color: #fff !important;
border: none !important;
font-size: 20px !important;
font-weight: bold;
border-radius: 6px !important;
padding: 8px 12px !important;
width: 40px;
height: 40px;
display: flex !important;
justify-content: center;
align-items: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
margin: 20px;
}


.job-description {
font-family: 'Montserrat', sans-serif !important;
font-size: 18px !important;
}

.job-description * {
font-family: 'Montserrat', sans-serif !important;
font-size: 18px !important;
}

//pagination 

.job-pagination * {
font-family: 'Montserrat', sans-serif !important;
font-size: 18px !important;
font-weight: 400;
}

.job-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.job-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.job-pagination .page-numbers:hover {
  background-color: #6181C0;
  color: #fff;
}

.job-pagination .page-numbers.current {
  background-color: #6181C0; /* Blue color for active */
  color: #fff;
  font-weight: bold;
}

.job-pagination .page-numbers.prev,
.job-pagination .page-numbers.next {
  font-size: 20px;
}


/*for new job-testing-page*/
.jobdiva-live-list .job-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.jobdiva-live-list .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}



.job-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pagination-btn {
    display: inline-block;
    padding: 8px 14px;
    background-color: #ffffff;
    border: 1px solid #6181C0;
    border-radius: 4px;
    color: #6181C0;
    text-decoration: none;
    font-weight: normal;
    transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

a.pagination-btn:hover, a.pagination-btn.active {
    background-color: #6181C0 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* ✅ Correct active selector */
.pagination-btn:active {
    background-color: #6181C0 !important;
    color: #ffffff !important;
    border: 1px solid #6181C0 !important;
    font-weight: bold;
}

/*--------------------------------------------------------------*/

.jd-job-details-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
  background: #fff;
  border-left: 5px solid #00a7e1;
}

.jd-job-details-container h1 {
  font-size: 28px;
  margin-bottom: 5px;
}

.jd-job-details-container .job-id {
  color: #999;
  font-size: 16px;
  margin-left: 10px;
}

.jd-job-details-container .location {
  color: #00a7e1;
  font-weight: bold;
  margin: 10px 0;
}

.jd-job-details-container .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.jd-job-details-container .tag {
  background: #e5f4fb;
  padding: 6px 10px;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
}

.jd-job-details-container .apply-button {
  background: #00a7e1;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 5px;
  font-weight: bold;
}

.jd-job-details-container h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.jd-job-details-container .description {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.jd-job-details-container .share {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.jd-job-details-container .share img {
  cursor: pointer;
}


/*------------template responsive--------------------------------*/


@media (max-width: 1024px) {
  .job-listing-wrapper {
    flex-direction: column;
    padding: 30px 15px;
  }

  .filter-sidebar, .job-results {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .job-heading {
    font-size: 24px;
    padding: 20px 10px 10px;
  }

  .primary-button,
  #apply-filters,
  .read-more-btn {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }

  select, input[type="checkbox"] {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .job-heading {
    font-size: 20px;
    padding: 10px;
  }

  label {
    font-size: 14px;
  }

  .job-card {
    padding: 15px;
  }

  .primary-button,
  #apply-filters,
  .read-more-btn {
    font-size: 14px;
    padding: 8px;
    width: 110px;
  }
}



/*---------------------Job Details Template -------------------*/

.job-detail-wrapper {
  max-width: 60vw;
  margin: 60px auto;
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

@media (max-width: 1024px) {
  .job-detail-wrapper {
    max-width: 90vw;
    padding: 40px 30px;
    margin: 40px auto;
  }
}

@media (max-width: 768px) {
  .job-detail-wrapper {
    max-width: 95vw;
    padding: 30px 20px;
    margin: 30px auto;
    border-radius: 8px;
  }

  .job-header h1 {
    font-size: 24px !important;
  }

  .metadata {
    font-size: 16px !important;
  }

  .job-detail-wrapper span,
  .job-detail-wrapper a,
  .job-detail-wrapper div {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .job-detail-wrapper {
  max-width: 90vw !important;
    padding: 25px !important;
    margin: 20px auto;
    border-radius: 6px;
  }

  .job-header h1 {
    font-size: 20px !important;
  }

  .read-more-btn,
  .popup-trigger {
    font-size: 14px;
    padding: 8px 12px;
  }

  .job-detail-wrapper span,
  .job-detail-wrapper a,
  .job-detail-wrapper div {
    font-size: 14px;
  }
}


.pum-theme-default .pum-container {
  max-width: 90vw !important;
  padding: 30px 20px !important;
}

@media (max-width: 768px) {
  .pum-theme-default .pum-container {
    max-width: 95vw !important;
    padding: 25px 15px !important;
  }
}

@media (max-width: 480px) {
  .pum-theme-default .pum-container {
    padding: 20px 10px !important;
  }
}





.job-results > div:first-child {
  display: none !important;
}





.clear-filter-btn {
  padding: 8px 16px;
  background: #fff;
  color: #6181C0;
  border: 1px solid #6181C0;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
  height: 44px;
  width: 150px;
  text-align: center;
  justify-content: center;
}
.clear-filter-btn:hover {
  background: #d7d7d7;
}

@media (max-width: 600px) {
  .clear-filter-btn, #apply-filters {
    padding: 6px 12px !important;
    height: 38px;
    width: 120px;
    font-size: 14px;
    text-align: center;
  justify-content: center;
  }
}





.skeleton-job-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.skeleton-job-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-title, .skeleton-meta, .skeleton-line {
  height: 16px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 12px;
}

.skeleton-title {
  width: 60%;
  height: 22px;
}

.skeleton-meta {
  width: 40%;
  height: 16px;
}

.skeleton-line {
  width: 100%;
  height: 12px;
}

.skeleton-line.short {
  width: 80%;
}

@keyframes pulse {
  0% { background-color: #e0e0e0; }
  50% { background-color: #f5f5f5; }
  100% { background-color: #e0e0e0; }
}





.job-skeleton {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  animation: pulse 1.5s infinite;
}

.skeleton-title,
.skeleton-meta,
.skeleton-lines {
  background: #e2e2e2;
  border-radius: 4px;
  margin-bottom: 10px;
}

.skeleton-title {
  width: 60%;
  height: 20px;
}

.skeleton-meta {
  width: 40%;
  height: 14px;
}

.skeleton-lines {
  width: 100%;
  height: 60px;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.6; }
  100% { opacity: 1; }
}

.page-header{
padding: 60px 0;
}