.job-listings {
    display: flex;
    flex-wrap: wrap;
}

.job-listing {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    width: calc(33.333% - 40px);
    box-sizing: border-box;
}
.job-listing h2{
    font-size: 26px;
}
.job-boxes{
    display: flex !important;
}

.apply-now {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.apply-now:hover {
    background-color: #005177;
}

.form-table input, .form-table textarea, .form-table select {
    width: 100%;
}
/* Style for the Home Page */
.job-boxes {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: -10px !important;
}

.job-box {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    width: calc(31.333% - 20px);
    box-sizing: border-box;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-box h2 {
    margin: 0;
    font-size: 1.5em;
}

.job-box p {
    margin: 10px 0;
}

.job-box a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.job-box a:hover {
    background-color: #005a87;
}

/* Additional styling for general plugin layout */
.wrap h1 {
    margin-bottom: 20px;
}
/* Style for the Home Page */
.job-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: -10px;
    padding: 10px;
}

.job-box {
    border: 2px solid #ddd; 
    padding: 20px;
    margin: 10px; 
    width: calc(31.333% - 20px);
    box-sizing: border-box;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-box h2 {
    margin: 0;
    font-size: 1.5em;
}

.job-box p {
    margin: 10px 0;
}

.job-box a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.job-box a:hover {
    background-color: #005a87;
}

/* Additional styling for general plugin layout */
.wrap h1 {
    margin-bottom: 20px;
}
/* Style for the Home Page */
.job-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between boxes */
    margin: -10px;
    padding: 10px;
}

.job-box {
    border: 2px solid #ddd; /* Border around each box */
    padding: 20px;
    margin: 10px; /* Margin around each box */
    
    box-sizing: border-box;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-box h2 {
    margin: 0;
    font-size: 1.5em;
}

.job-box p {
    margin: 10px 0;
}

.job-box a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.job-box a:hover {
    background-color: #005a87;
}

/* Additional styling for general plugin layout */
.wrap h1 {
    margin-bottom: 20px;
}

/* Style for the Apply Job Form */
.apply-job-form-container {
    max-width: 60%;
    width: 60%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#apply-job-form {
    display: flex;
    flex-direction: column;
}

#apply-job-form input[type="text"],
#apply-job-form input[type="email"],
#apply-job-form input[type="number"],
#apply-job-form input[type="file"],
#apply-job-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

#apply-job-form input::placeholder,
#apply-job-form textarea::placeholder {
    color: #999;
}

#apply-job-form textarea {
    height: 100px;
    resize: vertical;
}

#apply-job-form button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#apply-job-form button:hover {
    background-color: #005a87;
}
/* Add your custom styles here */
#apply-form-popup,
#success-message-popup {
    display: none;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

#apply-form-popup {
    width: 500px;
}

#success-message-popup {
    width: 300px;
    text-align: center;
}

#apply-form label,
#apply-form input,
#apply-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#apply-form button {
    display: block;
    margin: 0 auto;
}

.bot-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f1f1f1;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.bot-icon img {
    width: 100%;
    height: auto;
}




/* Inline CSS */
.job-boxes{
    gap: 1rem !important;
    display: flex !important;
}
/* Styling for job boxes container */
.job-boxes {
display: flex;
flex-wrap: wrap;
gap: 20px; /* Space between boxes */
}

/* Styling for each job box */
.job-box {
border: 2px solid #ddd; /* Border for job boxes */
border-radius: 8px; /* Rounded corners */
padding: 20px 0px 30px;
flex: 1 1 calc(10% - 20px); /* Three boxes per row with space */
box-sizing: border-box; /* Include padding and border in width */
position: relative; /* For absolute positioning of button */
background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent background */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Light shadow */
}

/* Styling for job box title */
.job-box h3 {
margin-top: 0;
font-size: 1.5em;
color: #333;
}
.job-box h2{
font-family: akshar;
font-size: 1.8em;
font-weight: 500;
}
.job-box p{
font-size: 18px;
font-family: akshar;
}
.job-listings{
text-align: center;
}
.job-listing{
border-radius: 10px;
}
.job-listing h2{
font-family: akshar;
}

/* Styling for the view applications button */
.view-applications-button {
display: block;
background-color: #0073aa; /* Button background color */
color: #fff; /* Button text color */
border: none;
border-radius: 5px; /* Rounded corners */
padding: 10px 20px; /* Increased padding */
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 1em;
margin-top: 10px;
transition: background-color 0.3s ease; /* Smooth background color transition */
}
.apply-now{
font-family: akshar;
margin: 10px;
}
.view-applications-button:hover {
background-color: #005a87; /* Darker background on hover */
}

.job-box{
text-align: center;
}
.wrap{
/* text-align: center; */
}
.wrap h1{
font-family: akshar;
padding: 20px 0px !important;
font-size: 32px !important;
}
.wrapwel h1{
text-align: center;
font-weight: 500;
font-family: akshar;
padding: 20px 0px !important;
font-size: 32px !important;
}
.view-applications{
text-decoration: auto;
padding: 5px;
border: 1px solid #3b3b3b;
border-radius: 5px;
}
.job-description{
font-family: akshar;
text-align: center !important;
margin-top: -10px !important;
}
/* Styling for the dynamic entry count */
.job-box .entry-count {
font-size: 2em; /* Increased font size */
font-weight: bold;
color: #0073aa; /* Color for entry count */
display: block;
margin-top: 10px;
}

/* Styling for job applications form popup */
.apply-form-container, .contact-form-container {
display: none; /* Hidden by default */
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
z-index: 1000; /* Ensure it appears above other elements */
}

/* Styling for form fields */
.apply-form-container input, .contact-form-container input, 
.apply-form-container textarea, .contact-form-container textarea {
width: 100%; /* Full width for input fields */
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}

.apply-form-container button, .contact-form-container button {
background-color: #0073aa; /* Button background color */
color: #fff; /* Button text color */
border: none;
border-radius: 5px; /* Rounded corners */
padding: 10px 15px;
cursor: pointer;
font-size: 1em;
width: 100%; /* Full width button */
}

.apply-form-container button:hover, .contact-form-container button:hover {
background-color: #005a87; /* Darker background on hover */
}

/* Styling for form labels */
.apply-form-container label, .contact-form-container label {
display: block;
margin-bottom: 5px;
}
#applicationChart{
height: 356px !important;
}
#applicationChart{
margin-left: 350px;
}
/* .elementor-shortcode{
display: flex;
} */
/* Mobile view */
@media only screen and (max-width: 767px) {
    /* Styles for mobile devices go here */
    .job-box{
        width: calc(100% - 20px);
        width: 100% ;
    }
  }
  
  /* Tablet view */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles for tablets go here */
    .job-box{
        width: calc(48% - 20px);
    }
  }
