
*{
    line-height:1.5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    text-decoration: none; 
}

body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color:#444; 
}

/****************** job list ************************/
/****************** job list ************************/
/****************** job list ************************/
/****************** job list ************************/

.list-content-words{
    line-height:1.7;
}
.container {
    width: 90%;
    margin: 0 auto;
}
.filter-box {
    margin-bottom: 20px;  
    padding:20px 0;
    background:rgb(0, 55, 61);
}
.job-type-filters{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; 
}
.job-type-filters label {
    margin: 0 10px 10px 0;  
}
#job-list {
    width: 100%;
    border-collapse: collapse;
    background:#fff;
}
#date-created{
color:rgb(0, 187, 0); border:rgba(255, 0, 0, 0.05);
font-weight: bold;
}
#date-created
 
#search-btn{
    border:none;
    background:rgb(4, 142, 255);
    color:#fff;
    padding:10px;
    border-radius: 3px;
    font-size: 17px;
}
 

/*******************************/
#preloader { 
    min-height:70vh;
    padding:25px 150px; 
    display: flex;
    justify-content: center;
    align-items: center; 
}

#preloaderborder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background:#fff;
    width:100%;
    height:100px;
}

#preloader #preloaderborder #preloaderanim {
    border: 4px solid #ccc;
    border-top: 4px solid rgb(0, 183, 255); /* Animated part */
    border-radius: 50%; /* Circle shape */
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/***************************/

.job-container{ 
    margin:0;
}
.section-border{
    width:100%;  
    padding:10px 150px; 
    
}
.filter-box{
    width:100%;    
}
.filter-box .input-filters{
    width:100%;
    display:flex;  
    margin-bottom:14px;
    padding-top:10px; 
    padding-bottom:5px; 
}
.filter-box .input-filters input[type="text"] , .filter-box select{
    border: 1px solid #ccc; 
    width:33.3%;
    height:40px;
    padding:8px;
}
 
#label{    
    border-radius: 50px; 
    color:#fff;
    box-sizing: border-box;
    background:rgba(255, 255, 255, 0.178); 
    padding:3px 8px; 
}
#job-list-head{ 
    font-size: 17px;
    margin-bottom:10px; 
    color:rgb(0, 100, 146);
}


.job-list-card{
    display:block;
    padding:15px 10px;
    border-bottom: 1px solid #eee;
}
#wrapp-list{ 
    position: relative;
}

#wrapp-list a{ 
    color:#888;
}
#title{
    color:#222; 
}
.border-list{
    display: flex; 
    display: flex;
    align-items:center;  
}

#image-list{
    display: flex;
    align-items:center;
    justify-content:center; 
    height:55px;
    width:55px;
}
#image-list img{ 
    height:55px;
    width:55px;
}

#body-list{  
    width:100%;
    display: flex; 
    justify-content:flex-start;
}

#body-list-1{ 
    width:50%;
    display: flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction: column;
}
#body-list-2{
    width:50%;
    display: flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction: column;
}

  /* Button */
#love-list {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  #love-list-btn {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  /* Heart Icon */
  #love-list-btn img {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    transition: color 0.3s;
  }

  /* Click Animation */
  #love-list-btn.animate-click img {
    animation: pulse 0.4s ease-in-out;
    transform-origin: center;
  }

  @keyframes pulse {
    0% { transform: scale(1); }
    40% { transform: scale(1.3); }
    60% { transform: scale(0.95); }
    100% { transform: scale(1); }
  }
  

/* Responsive Design */
 @media (max-width: 750px) {
    #preloader {
        min-height:70vh;
        padding:25px 10px;  
    }
    .section-border{  
        padding:10px 10px;  
    }
    .filter-box{
        width:100%;    
    }
}

@media (max-width: 420px) {
    #body-list{  
        flex-direction: column;
    }
      #body-list-1{ 
        width:80%;
    }
    #body-list-2{
        width:80%;
    }
}

/****************** header ************************/
/****************** header ************************/
/****************** header ************************/
/****************** header ************************/



.logo { color:rgb(0, 118, 235);
    text-align: left;
    display: flex;
    align-items: center;
   justify-content: flex-start;
}

.navbar {
    display: flex;
    justify-content: space-between;
    width: auto; 
    transition: transform 0.3s ease-in-out;
}

.nav-menu {
    list-style: none;
    display: flex;
}

.nav-item {
    position: relative; 
}

.nav-menu {
    list-style: none;
    display: flex;
}


.dropdown-menu { 
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    list-style: none;
    padding: 0.5rem 0;
    display: none;
    min-width: 150px;
}

.dropdown-menu li {
    padding: 0.5rem;
}

.dropdown-menu li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
}

.dropdown-menu li a:hover {
    background-color: #555;
}


/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 200%;
    left: 0;
    display: none;
    background-color: #333;
    list-style: none;
    padding: 0.5rem 0; 
    min-width: 150px; 
    transition: all 0.3s ease-in-out;
}

/* Move the dropdown to the left */
.dropdown:hover .dropdown-menu {
    top: 100%; 
}

.dropdown-menu li {
    padding: 0.5rem;
}

.dropdown-menu li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
}

.dropdown-menu li a:hover {
    background-color: #555;
}

/* Rotate angle icon on hover */
.dropdown:hover > .nav-link .fa {
    transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 750px) {
     #logo-menu{
        display:block;
     }

   .navbar.open .nav-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        padding: 1rem;
        z-index: 1;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 0;
        left: -100%;
        transition: left 0.3s ease-in-out;
        width: 100%;
        z-index: 190; 
    }

    .nav-item {
        width: 100%;
    }


    header { 
    padding: 1rem 10px; 
    
    }
    .navbar {
        position: fixed;
        top:0;
        height:100vh;
        background:#333;
        left:-100%;
        display: block; 
        width:100%;
        transition: all 0.3s ease;
    }

    .navbar.open {
        left:0; 
    }

    .dropdown-menu {
    position: relative;
    border-radius:6px;
    margin-left:20px;
    background:rgba(9,9,9,0.3);
}

    .navbar.open .nav-menu {
        display: block;
        left: 0;
    }
}

main {
    padding: 2rem;
    text-align: center;
}



/****************** job page ************************/
/****************** job page ************************/
/****************** job page ************************/
/****************** job page ************************/

.job-page-container {
    width: 100%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Class 1 - Job Title */
.job-title h1 {
    font-size: 1.3rem;
    margin-bottom: 2px;
}

/* Class 2 - Job Info Section */
.job-info { 
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 8px; 
}


.other-details {  
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.other-details p{
    color:#444;
    font-size: 16px;   
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 8px 13px;
    margin-right: 20px;
}

/* Full Time and Posted Text */
.full-time { 
    font-weight: bold;
}

.posted {
    font-size: 0.9rem;
    color: #888;
}


.deadline {
    font-size: 0.9rem;
    color: #888; 
}

/* Class 3 - Company Info */
.company-info { 
    border-top:1px solid #eee;
    border-bottom:1px solid rgb(240, 184, 0);
    padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px; 
}

.company-info .logo{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 

}

.company-info .logo img {
    width: 60px;
    height: 60px;  
}

.company-info .company-details h1 { 
    font-size: 17px;  line-height:1.4;
}

.company-info .company-details p {
    font-size: 16px;
    color: #777; line-height:1;
}

.company-links {
    min-width:150px;
    color:#888; 
    display:flex; 
    align-items:center; 
    justify-content:flex-end;
}

.company-links a {
    margin-right: 15px;
}

.company-links img {
    width: 25px;
    height: 25px;
}
#company-data{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Class 4 - Action Icons */
.action-icons {
    display: flex; 
    margin-top: 20px;
}

.action-icons button { 
    border:none;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width:auto; 
    cursor: pointer; 
    background-color: #eee;
    border-radius: 50px;
    transition: background-color 0.3s ease; 
}
.action-icons .heart-icon{
    color:rgb(255, 0, 90); color:rgb(218, 141, 0);
}

.action-icons .apply-btn{
    background:rgb(0, 128, 145);
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
} 
 

.action-icons button:hover {
    background-color: #ccc;
}

/* Class 5 - Job Description */
.job-description {
    margin-top: 30px;
    padding: 20px 0;
    border-top:2px solid rgb(0, 128, 145);
}

.job-description h1 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: rgb(0, 128, 145);
}

.job-description p {
    font-size: 17px;
    line-height: 1.6;
}

/* Class 6 - Share Pop-Up */
.share-popup{
    display:flex;  
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left:-100%;
    width:100%; 
    height: 100vh;
    background: rgba(0, 25, 39, 0.753);
    z-index: 10010; 
    transition: all 0.3s ease;
    padding:150px; 
}

.share-popup.action{ 
    left:0; 
}


.share-popup-inner{ 
    width:100%;  
    background: #fff;
    border-radius: 3px;
    padding: 20px;
} 
.share-popup-inner h1{ 
    font-size: 18px;
}
.share-options{ 
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; 
}
.share-options button {
    margin: 10px;
    padding: 15px 20px;
    background-color: #eee;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.share-options button i{
    margin-bottom: 10px;  
    padding: 10px; 
    font-size: 30px; 
    display: flex; 
    justify-content: center;
    align-items: center; 
}
.share-popup h3 { 
    color: #333;    
    font-size: 17px;
    line-height: 1.7;
    padding:15px 0;
    text-align: left;
    margin-bottom: 8px;
}

.share-popup .times{
    color: #333;
    font-size: 17px;  
    height:40px;
    width:40px;
    background: rgba(255, 255, 255, 0.5);
    border:none;
}

.share-options button:hover {
    background-color: #e0e0e0;
}

.apply-inner{
    border: 1px solid rgba(0, 204, 255, 0.377);
    border-radius: 20px;
    background: rgb(240, 252, 255);
    font-size: 17px;
    color: #222;
    padding:10px;
    margin:16px 0;
}

#apply-note-btns button{
    border:none;
    background:none;
    font-size: 17px;
    color:#333;
    text-align: left;
}
#apply-note-btns #apply-note-btn-link{ 
    color:rgb(0, 109, 123); 
    font-weight: bold;
}
#apply-note-btns #apply-note-btn-link:hover{ 
    color:rgb(10, 62, 74); 
    text-decoration: underline;
}


/***************************/
@media (max-width: 750px) { 
    .job-page-container { 
        margin: 10px auto; 
    }
    .share-popup{ 
        align-items:flex-end;
        padding:1px; 
        background: rgba(0, 25, 39, 0.753);
    }
    
.share-popup-inner{ 
    width:100%;  
    background: #fff; 
    padding: 10px;
    border-radius: 10px;
}
}

@media (max-width: 550px) {
    .company-info {
        flex-direction: column;
        align-items: flex-start; 
    }
    .company-links {
        min-width:100%;  
        justify-content:flex-start;
        }
        #company-data{
            margin-bottom:15px;
        }
}

@media (max-width: 600px) {
    .other-details {
        flex-direction: column;  
        width:100%;
    }
    .other-details p{
        width:100%;
        margin-right: 0;
        margin-top: 10px;
    }
}

/****************** post job form ************************/
/****************** post job form ************************/
/****************** post job form ************************/
/****************** post job form ************************/


.jobPostForm section h2, h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.jobPostForm {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.jobPostForm section {
    margin-bottom: 20px;
}

.jobPostForm section label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.jobPostForm section label .inputs, .jobPostForm section label select, .jobPostForm section label textarea {
    width: 100%;
    padding: 10px 4px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 16px; 

}
#radio-box{ 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background:rgb(245, 245, 245);
    padding:0 15px; 
    height:40px;
    margin-bottom: 5px;
}

.jobPostForm section label textarea {
    resize: vertical;
    height: 150px; 
}

.radio .radio-input{ 
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
    margin-bottom:20px; 
}

.radio-input label p{ 
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobPostForm button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.jobPostForm button:hover {
    background-color: #0056b3;
}

#previewSection {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px; 
}


#closePreview {
    background-color: #ff4747;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

#closePreview:hover {
    background-color: #cc0000;
}
