/* General Styles */
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
     overflow-x: hidden;
}

#content-wrapper {
    flex: 1; /* Takes up available space */
}

footer {
    background: #f4f4f4;
    color: #333;
    text-align: center;
    /*padding: 20px;*/
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Container for job listings */
.job-listing {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: -11px 12px 9px 0px rgba(10, 65, 217, 0.6);
    margin: 20px;
    padding: 20px;
    width: 607px;
   position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap; /* Ensure proper wrapping on smaller screens */
      
}
.company-info {
    display: flex;
    align-items: center;
}

/* Company Logo */
.company-logo {
    width: 60px;
    height: 50px;
    object-fit: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
 h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
        height: auto;
    }
/* Job ID Container */
.job-id-container {
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-right: 20px;
    
}

/* Job Title */
.job-listing h3 {
    margin: 0 0 10px;
    font-size: 1.5em;
    color: #333;
}

/* Job Details */
.job-listing p {
    margin: 10px 0;
    font-size: 1em;
    color: #555;
}

/* Bold text */
.job-listing p strong {
    font-weight: bold;
    color: #333;
}
.hidden-company-id {
    display: none;
}

/* Apply Button */
.apply-btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1em;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.apply-btn:hover {
    background-color: #0056b3;
}
.find-job-bx form {
    padding: 23px 22px 5px 26px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    box-shadow: -5px -2px 20px 0px #007bff;
    margin: 62px;
    margin-left: 203px;
    width:680px;
}
/* Custom Row */
.row-custom {
    display: flex;
    flex-wrap: wrap;
    margin-right: -248px;
    margin-left: -13px;
}

/* .dezPlaceAnistyle Form Styling */
.dezPlaceAnistyle {
    margin: 20px;
    width: 63px;
    padding: 20px;
    box-shadow: -3px -2px 15px 0px #007bff;
}

/* Adjust for medium screens (e.g., tablets, between 768px and 1200px) */
@media (max-width: 1200px) {
    .dezPlaceAnistyle {
        width: 50px; /* Decrease width for medium screens */
        padding: 15px; /* Adjust padding for better fit */
    }
}

/* Adjust for small screens (e.g., mobile devices, between 576px and 768px) */
@media (max-width: 768px) {
    .dezPlaceAnistyle {
        width: 40px; /* Further decrease width for small screens */
        padding: 10px; /* Adjust padding for smaller screens */
        margin: 10px; /* Reduce margin for small screens */
    }
}

/* Adjust for extra small screens (below 576px, very small devices) */
@media (max-width: 576px) {
    .dezPlaceAnistyle {
        width: 30px; /* Smallest width for extra small devices */
        padding: 8px; /* Adjust padding */
        margin: 5px; /* Reduce margin for extra small screens */
    }
}

/* General Styles for Desktop and Large Screens */
.parents-container {
    background-color: white; /* Background color of the parent div */
    padding: 30px; /* Padding around the content */
    display: flex; /* To align content in center */
    justify-content: center; /* Center horizontally */
}

.cust-quote-box {
    background-color: rgba(255, 255, 255, 1.00);
    padding: 20px; 
    width:1100px;/* Padding around the content */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
    margin: 15px 20px; /* Margin to separate it from other elements */
    max-width: 600px; /* Maximum width for the inner content */
}

.cust-quote-info h4 {
    font-size: 24px; /* Font size for the heading */
    color: #333; /* Text color for the heading */
    margin-bottom: 10px; /* Margin below the heading */
}

.cust-quote-info p {
    font-size: 16px; /* Font size for the paragraph */
    color: #666; /* Text color for the paragraph */
    margin-bottom: 15px; /* Margin below the paragraph */
}

.custom-site-button {
    display: inline-block; /* Display as inline block */
    background-color: #007bff; /* Button background color */
    color: #fff; /* Button text color */
    padding: 10px 20px; /* Button padding */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded button corners */
    transition: background-color 0.3s; /* Transition effect on hover */
}

.custom-site-button:hover {
    background-color: #0056b3; /* Background color on hover */
}

/* Responsive Styles for Laptops */
@media (max-width: 1024px) {
    .parents-container {
        padding: 20px; /* Reduced padding for smaller laptop screens */
    }
    
    .cust-quote-box {
        padding: 18px; /* Slightly reduced padding for laptop screens */
        max-width: 90%; /* Use more width on laptop screens */
    }

    .cust-quote-info h4 {
        font-size: 22px; /* Adjusted font size for laptop screens */
    }

    .cust-quote-info p {
        font-size: 15px; /* Adjusted font size for paragraph on laptop */
    }
}

/* Responsive Styles for Tablets and Larger Phones */
@media (max-width: 768px) {
    .parents-container {
        padding: 15px; /* Reduced padding for tablets and large phones */
    }
    
    .cust-quote-box {
        padding: 15px; /* Reduced padding for the inner content */
        margin: 10px 0; /* Reduced margin to fit smaller screens */
        max-width: 100%; /* Full width on smaller screens */
    }

    .cust-quote-info h4 {
        font-size: 20px; /* Smaller font size for heading on mobile */
    }

    .cust-quote-info p {
        font-size: 14px; /* Smaller font size for paragraph on mobile */
    }

    .custom-site-button {
        padding: 8px 16px; /* Reduced padding for button on smaller screens */
    }
}

/* Additional Media Query for Smaller Phones */
@media (max-width: 480px) {
    .parents-container {
        padding: 10px; /* Even smaller padding for very small screens */
    }

    .cust-quote-box {
        padding: 10px; /* Smaller padding for the inner content */
        margin: 5px 0; /* Reduced margin to fit smaller screens */
    }

    .cust-quote-info h4 {
        font-size: 18px; /* Smaller font size for heading on very small screens */
    }

    .cust-quote-info p {
        font-size: 13px; /* Smaller font size for paragraph on very small screens */
    }

    .custom-site-button {
        padding: 6px 12px; /* Further reduced padding for the button */
    }
}

/* Additional Media Query for Large Desktop Screens */
@media (min-width: 1280px) {
    .parents-container {
        padding: 40px; /* Increased padding for larger screens */
    }

    .cust-quote-box {
        max-width: 880px;
        margin-left:98px;/* Slightly wider width for larger screens */
    }

    .cust-quote-info h4 {
        font-size: 26px; /* Larger font size for headings on large screens */
    }

    .cust-quote-info p {
        font-size: 18px; /* Larger font size for paragraphs on large screens */
    }
}

.fluctuate {
  display: inline-block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.featured-companies-container {
    text-align: center;
    padding: 20px;
    background-color: white;

}

/*h2 {*/
/*    font-size: 24px;*/
/*    margin-bottom: 20px;*/
/*}*/

.filter-buttons {
    margin-bottom: 20px;
}

.filter-button {
    padding: 10px 20px;
    margin: 0 5px;
    border: none;
    border-radius: 20px;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-button.active,
.filter-button:hover {
    background-color: #3983ef;
    color: #fff;
}


.companies-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.company-card {
 
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: left;
    height: 275px;
}

.company-logo {
    max-width: 100%;
    margin-bottom: 15px;
}
 
h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.reviews {
    color: #666;
    margin-bottom: 10px;
}

.company-description {
    font-size: 14px;
    margin-bottom: 15px;
}

.view-jobs-button {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #3983ef;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
}

.view-jobs-button:hover {
    background-color: #0056b3;
}

.view-all-companies {
    margin-top: 20px;
}

.view-all-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    
    background-color: #fff;
    color: #3983ef;
    border: 1px solid #3983ef;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.view-all-button:hover {
    background-color: #3983ef;
    color: #fff;
}

.three-steps {
    background-color: #ffffff;
    padding: 50px 0;
    text-align: center;
}

/*.cash {*/
/*    max-width: 1200px;*/
    
/*    margin: 0 auto;*/
/*    padding: 0 px;*/
/*        background-color: white;*/
/*}*/

.section-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
    font-weight: bold;
}

.steps-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.step-item {
    max-width: 300px;
    margin: 0 15px;
    text-align: center;
}

.step-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.step-icon img {
    width: 100%;
    height: auto;
}

.step-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.step-item p {
    font-size: 14px;
    color: #666;
}
/* styles.css */
.recent-jobs-title {
    margin-left: 700px;
}

.recent-jobs-subtitle {
    margin-left: 680px;
}

@media (max-width: 768px) {
    .steps-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .step-item {
        margin-bottom: 30px;
    }
}

  .cap {
            max-width: 960px;
            margin: 30px auto;
            padding: 0 20px;
        }

      /* Base styling */
.hero {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 198px;
    margin-right: -79px;
    margin-left: 0px;
    width: 949px;
    align-content: flex-start;
    flex-direction: row;
}

.hero-content {
    flex: 1;
    margin-right: 20px;
}

.hero img {
    width: 236px;
    height: 173px;
    border-radius: 8px;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-left: -370px;
}

.hero p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-left: -120px;
}

.btns {
    background-color: #3983ef;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-left: -502px;
}

.btns:hover {
    background-color: #3983ee;
}

/* Media queries for responsiveness */

/* Very large screens (1200px and up) */
@media (min-width: 1200px) {
    .hero {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .hero h2 {
        font-size: 2.5rem;
        margin-left: -300px;
    }

    .hero p {
        font-size: 1.2rem;
        margin-left: -100px;
    }

    .btns {
        margin-left: -400px;
    }
}

/* Large screens (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero {
        width: 90%;
        margin-right: 0;
        margin-left: 0;
    }

    .hero h2 {
        font-size: 2.3rem;
        margin-left: -200px;
    }

    .hero p {
        font-size: 1.1rem;
        margin-left: -80px;
    }

    .btns {
        margin-left: -250px;
    }
}

/* Medium screens (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }

    .hero img {
               width: 180px;
        height: 130px;
        margin-bottom: 15px;
        margin-left: 480px;
        margin-top: -120px;
    
    }

    .hero h2 {
        font-size: 2rem;
        margin-left: 0;
    }

    .hero p {
        font-size: 1rem;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .btns {
        margin-left: 0;
    }
}

/* Small screens (mobile devices, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        width: 100%;
        margin: 0;
    }

    .hero img {
        width: 150px;
        height: 110px;
        margin-bottom: 10px;
    }

    .hero h2 {
        font-size: 1.8rem;
        margin-left: 0;
    }

    .hero p {
        font-size: 0.9rem;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .btns {
        margin-left: -85px;
    }
}

/* Extra small screens (mobile devices, below 576px) */
@media (max-width: 575px) {
    .hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        width: 100%;
        margin: 0;
    }

       .hero img {
        margin-top: -50px;
        width: 92px;
        height: 66px;
        margin-bottom: 8px;
        margin-left: 134px;
    }

    .hero h2 {
        font-size: 1.5rem;
        margin-left: 0;
    }

    .hero p {
        font-size: 0.8rem;
        margin-left: 0;
        margin-bottom: 8px;
    }

    .btns {
        margin-left: -85px;
    }
}
.sec-head {
    margin-bottom: 50px;
    margin-left: 672px; /* Adjust as needed */
}

.unique-carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 75px; /* Adjust as needed */
    background-color: #f9f9f9;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap; /* Prevent wrapping of items */
}

.unique-carousel-track {
    display: flex;
    white-space: nowrap;
    width: 200%; /* Adjust width to accommodate all items */
    animation: scroll 30s linear infinite; /* Adjust duration based on number of items */
}

.unique-carousel-item {
    flex: 0 0 auto;
    width: 200px; /* Adjust width as needed */
    height: 46px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; /* Space between items */
    border: 1px solid #ddd;
    border-radius: 25px;
    background-color: #2e55fa;
    color: white;
    font-weight: 500;
    text-align: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move by 50% of the track's width */
    }
}

/* Button styling */
.view-alls-btn {
    padding: 12px 24px;
    width:150px;
    border: none;
    border-radius: 25px;
    background-color: white; /* White background color */
    color: black; /* Black text color */
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 8px #007bff; /* Subtle shadow for 3D effect */
    transition: background-color 0.3s, transform 0.3s; /* Smooth color and scale transition */
    margin: 20px auto; /* Center button horizontally */
    display: block; /* Ensures the button is a block-level element for centering */
}

/* Additional Styles for Button Container */
.carousel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center contents horizontally */
}
/* For screens 2500px and above */
@media (min-width: 2500px) {
    .sec-head {
        margin-left: 1226px; /* Adjust margin-left for very large screens */
    }
}
/* Responsive styles */
@media (max-width: 1200px) {
    .sec-head {
        margin-bottom: 40px; 
        margin-left: 457px; /* Adjust margin for smaller screens */
    }

    .unique-carousel-item {
        width: 180px; /* Adjust width for smaller screens */
        height: 40px; /* Adjust height for smaller screens */
    }

    .view-alls-btn {
        padding: 10px 20px; /* Adjust padding for smaller screens */
        font-size: 16px; /* Adjust font size for smaller screens */
        margin: 20px auto; /* Center button horizontally */
    }
}

@media (max-width: 768px) {
    .sec-head {
        margin-bottom: 30px;
        margin-left: 320px; /* Adjust margin for smaller screens */
    }

    .unique-carousel-item {
        width: 150px; /* Adjust width for even smaller screens */
        height: 35px; /* Adjust height for even smaller screens */
        margin-right: 5px; /* Adjust space between items */
    }

    .view-alls-btn {
        padding: 8px 16px; /* Adjust padding for smaller screens */
        font-size: 14px; /* Adjust font size for smaller screens */
        margin: 20px auto; /* Center button horizontally */
    }
}

@media (max-width: 480px) {
    .sec-head {
        margin-bottom: 20px;
        margin-left: 115px; /* Adjust margin for very small screens */
    }

    .unique-carousel-container {
        height: auto; /* Allow container to expand based on content */
        padding: 5px 0; /* Adjust padding for smaller screens */
    }

    .unique-carousel-item {
        width: 120px; /* Adjust width for very small screens */
        height: 30px; /* Adjust height for very small screens */
        margin-right: 2px; /* Adjust space between items */
    }

    .view-alls-btn {
        padding: 6px 12px; /* Adjust padding for very small screens */
        font-size: 12px; /* Adjust font size for very small screens */
        margin: 15px auto; /* Center button horizontally */
    }
}

.m-b{
        margin-top: -20px;
    margin-bottom: 0;
    margin-left: -30px;
}
.mb5{
    margin-left:-35px;
}
/* Base styling */
.sectionss-head {
    margin-bottom: 50px;
}

.head-counters h6 {
    color: #494949;
}

/* General container styling */
.category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 15px;
}

.category-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.category-box:hover {
    background-color: #007bff;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.category-box .icon {
    font-size: 20px;
    margin-right: 10px;
}

/* Responsive styling for all devices */

/* Very large screens (desktops, laptops, 1200px and up) */
@media (min-width: 1200px) {
    .sectionss-head {
        margin-bottom: 60px;
        margin-left:400px;
    }
    .head-counters h6 {
        font-size: 18px;
        margin-left:7px;
    }
}

/* Large screens (laptops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .sectionss-head {
        margin-bottom: 55px;
        margin-left:350px;
    }
    .head-counters h6 {
        font-size: 16px;
        margin-left:30px;
    }
}

/* Medium screens (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .sectionss-head {
        margin-bottom: 50px;
        margin-left:120px;
    }
    .head-counters h6 {
        font-size: 14px;
         /*margin-left:120px;*/
    }

    .category-container {
        padding: 15px;
        gap: 10px;
    }

    .category-box {
        font-size: 14px;
        padding: 8px 15px;
    }

    .category-box .icon {
        font-size: 18px;
    }
}

/* Small screens (mobile devices, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .sectionss-head {
        margin-bottom: 40px;
        margin-left:-120px;
    }
    .head-counters h6 {
        font-size: 13px;
        margin-left:105px;
    }

    .category-container {
        padding: 10px;
        gap: 8px;
    }

    .category-box {
        flex-direction: column;
        padding: 10px;
        font-size: 12px;
    }

    .category-box .icon {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/* Extra small screens (mobile devices, below 576px) */
@media (max-width: 575px) {
    .sectionss-head {
        margin-bottom: 30px;
        text-align: center;
        margin-left:39px;
    }
    .head-counters h6 {
        font-size: 12px;
        margin-left:5px;
    }

    .category-container {
        padding: 8px;
        gap: 5px;
    }

    .category-box {
        flex-direction: column;
        padding: 8px;
        font-size: 11px;
    }

    .category-box .icon {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .job-listing {
        padding: 15px;
        margin: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .company-logo {
        width: 50px;
        height: 40px;
        right: 10px;
        top: 10px;
    }

    .job-id-container {
        width: 60px;
        height: 60px;
        font-size: 1em;
        margin-right: 10px;
    }

    .apply-btn {
        padding: 8px 12px;
        font-size: 0.9em;
    }

    .row-custom {
        margin-right: -175px; /* Adjust the right margin for smaller screens */
        margin-left: -10px; /* Adjust the left margin for smaller screens */
        flex-direction: row; /* Stack the items vertically */
    }
    
}
     /*.m-b5,.fw4{*/
     /*    margin-left:50%;*/
     /*}*/
   
/*@media (min-width: 786px) {*/
/*    .col-lg-3 {*/
/*        -ms-flex: 0 0 25%;*/
/*        flex: 0 0 25%;*/
/*        max-width: 25%;*/
/*    }*/
/*    .m-b5{*/
/*        margin-left:50%;*/
/*    }*/
/*}*/
/* Responsive Design */
@media (max-width: 1200px) {
    .find-job-bx form {
        margin-left: 92px;
        margin-right: 50px;
    }

    .quote-bx {
        width: 100%;
        margin-left: 0;
    }

    

    .view-all-btn {
        margin-left: 50%;
        margin-right: 0;
        width: 100%;
    }
    
}
@media (min-width: 768px) {
    .col-md-6 {
        /*-ms-flex: 0 0 50%;*/
        flex: 0 0 50%;
        max-width: 26%;
    }
}
@media (max-width: 768px) {
    .find-job-bx form {
               margin-left: 23px;
        margin-right: 20px;
        width: 650px;
    }

    .quote-bx {
        padding: 20px 10px;
    }

    
    .view-all-btn {
        margin-top: 20px;
    }

    .unique-carousel-item {
        width: 150px;
    }
}

@media (max-width: 576px) {
    .find-job-bx form {
                margin: 26px -289px;
        padding: 15px;
        margin-left: -20px;
                width: 302px;
    }

    .quote-bx {
        padding: 15px;
    }

   
   

    .unique-carousel-item {
        width: 120px;
        font-size: 0.9rem;
    }

    .view-all-btn {
        font-size: 16px;
        padding: 10px 15px;
    }
    .hero{
        max-width:250px;
    }
}
.job-title-header, .job-subtitle {
    text-align: center;
    margin: 0 auto;
}
/* For screens with a max-width of 320px */
@media (max-width: 320px) {
    .find-job-bx form {
        margin: 20px -250px; /* Adjust margins for smaller screens */
        padding: 12px;
        margin-left: -3px; /* Adjust left margin */
        width: 280px; /* Reduce width to fit 320px screens */
    }
}
/* For screens with a max-width of 375px */
@media (max-width: 375px) {
    .find-job-bx form {
        margin: 22px -260px;
        padding: 13px;
        margin-left: 12px; /* Adjust left margin */
        width: 290px; /* Adjust width to fit 375px screens */
    }
}
/* For screens with a max-width of 425px */
@media (max-width: 425px) {
    .find-job-bx form {
        margin: 24px -270px;
        padding: 14px;
        margin-left: -18px; /* Adjust left margin */
        width: 300px; /* Adjust width to fit 425px screens */
    }
}


@media (min-width: 992px) {
    .job-title-header {
        margin-left: 109px;
        text-align: left;
    }
    
    .job-subtitle {
        margin-left: 80px;
        text-align: left;
    }
}
/*@media (min-width: 768px) {*/
/*    .quote-bx:after {*/
/*        width: 90%;*/
/*        margin-left: -25px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .quote-bx:after {*/
/*        width: 80%;*/
/*        margin-left: -50px;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .quote-bx {*/
/*        width: 1032px;*/
/*        margin-left: -50px;*/
/*    }*/
/*}*/
@media only screen and (max-width: 767px) {
    .find-job-bx h2 {
        font-size: 16px;
        line-height: 33px;
        margin-left: -6px;
    }
}
@media (max-width: 1200px) {
    .find-job-bx p {
        margin-top: 80px;
        margin-bottom: -70px;
        height: 25px;
    }
}

@media (max-width: 992px) {
    .find-job-bx p {
        margin-top: -3px;
        margin-bottom: -50px;
        height: 22px;
    }
    
    .fluctuate {
        animation: pulse 1.5s infinite;
    }
}

@media (max-width: 768px) {
    .find-job-bx p {
        margin-top: 40px;
        margin-bottom: -30px;
        height: 20px;
    }
    
    .fluctuate {
        animation: pulse 1s infinite;
    }
}

@media (max-width: 576px) {
    .find-job-bx p {
       margin-top: 20px;
        margin-bottom: -15px;
        height: 18px;
        /* width: 0px; */
        margin-left: -16px;
    }
    
    .fluctuate {
        animation: pulse 0.8s infinite;
    }
}
    #under-construction-banner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 165, 0, 0.9);
        color: white;
        text-align: center;
        padding: 10px 0;
        z-index: 9999;
        font-family: Arial, sans-serif;
        font-size: 18px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    #under-construction-banner p {
        margin: 0;
        padding: 0 20px;
    }

   /*job fething*/
   /* Styling for h5 with class w3-center */
/* Default styles for h5 on large screens (desktops and large laptops) */
h5 {
    font-size: 29px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-left: 374px; /* Initial margin for large screens */
}

/* Media query for tablets (max-width: 1024px) */
@media (max-width: 1024px) {
    h5 {
        font-size: 24px; /* Smaller font size for tablets */
        line-height: 26px; /* Adjust line height */
        margin-left: 430px; /* Reduce margin for smaller screens */
    }
}

/* Media query for small tablets and large mobile phones (max-width: 768px) */
@media (max-width: 768px) {
    h5 {
        font-size: 20px; /* Further reduce font size */
        line-height: 24px; /* Adjust line height */
        margin-left: 320px; /* Reduce margin for mobile view */
    }
}

/* Media query for small mobile phones (max-width: 480px) */
@media (max-width: 480px) {
    h5 {
        font-size: 18px; /* Smaller font size for very small devices */
        line-height: 22px; /* Smaller line height */
        margin-left: 125px; /* Minimal margin for small screens */
    }
}

/* Media query for large screens (wider than 1200px) */
@media (min-width: 1200px) {
    h5 {
        font-size: 29px; /* Original font size */
        line-height: 28px; /* Original line height */
        margin-left: 617px; /* Keep original margin */
    }
}
@media (min-width: 2500px) {
    h5 {
        font-size: 35px; /* Adjust font size for very large screens */
        line-height: 34px; /* Adjust line height */
        margin-left: 1108px; /* Adjust margin for larger screens */
    }
}

/* Default styles for large screens (desktops and large laptops) */
.slider-container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.job-slide {
    min-width: 33.33%; /* Adjust the width based on itemsPerPage */
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
    margin: 5px;
    background: #fff;
    border-radius: 8px;
}

.job-slide img {
    max-width: 50px;
    height: auto;
    margin-bottom: 10px;
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

button.prev {
    left: 0;
}

button.next {
    right: 0;

}

/* Media query for tablets (max-width: 1024px) */
@media (max-width: 1024px) {
    .job-slide {
        min-width: 50%; /* Show 2 slides at a time */
        padding: 12px; /* Adjust padding */
        margin: 5px 5px; /* Adjust margins */
    }

    .slider-container {
        padding: 0 15px; /* Additional padding for smaller screens */
    }
}

/* Media query for small tablets and large mobile phones (max-width: 768px) */
@media (max-width: 768px) {
    .job-slide {
        min-width: 100%; /* Show 1 slide at a time */
        padding: 10px; /* Reduce padding */
        margin: 10px 0; /* Increase margin between slides */
    }

    .slider-container {
        padding: 0 10px; /* Narrow padding on small devices */
    }

    button.prev, button.next {
        padding: 8px; /* Smaller button padding */
        font-size: 14px; /* Adjust font size for better visibility */
    }
}

/* Media query for small mobile phones (max-width: 480px) */
@media (max-width: 480px) {
    .job-slide {
        min-width: 100%; /* Only 1 slide visible at a time */
        padding: 22px; /* Reduce padding */
        font-size: 14px; /* Smaller font size for better fit */
    }

    .slider-container {
        padding: 0 5px; /* Less padding on very small screens */
    }

    button.prev, button.next {
        padding: 6px; /* Further reduce button size */
        font-size: 12px; /* Smaller button font size */
    }
}

/* Media query for large screens (wider than 1200px) */
@media (min-width: 1200px) {
    .job-slide {
        min-width: 25%; /* Show 4 slides at a time */
        padding: 15px; /* Regular padding */
    }
}
@media (min-width: 2500px) {
    .job-slide {
        min-width: 20%; /* Reduce width per slide for very large screens to fit more items */
        padding: 20px; /* Increase padding for larger screens */
    }
}
/* Default styles (for large screens) */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, 
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, 
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, 
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, 
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: 177px; */
}

/* Adjust for medium screens (between 768px and 1200px) */
@media (max-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, 
    .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, 
    .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, 
    .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
    .col-md-auto {
        padding-right: 10px; /* Adjust padding for medium screens */
        padding-left: 10px;
    }
}

/* Adjust for small screens (between 576px and 768px) */
@media (max-width: 768px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, 
    .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, 
    .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, 
    .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
    .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, 
    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto {
        padding-right: 8px; /* Adjust padding for small screens */
        padding-left: 8px;
    }
}

/* Adjust for extra small screens (below 576px) */
@media (max-width: 576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, 
    .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, 
    .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, 
    .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
    .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, 
    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, 
    .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, 
    .col-xl-9, .col-xl-auto {
        padding-right: 5px; /* Adjust padding for extra small screens */
        padding-left: 5px;
                margin-right: 169px;
    }
}
/* Default styling for larger screens (desktops, laptops) */
.social-media-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-left: 89px;
}

/* For Large Desktops (≥ 1200px) */
@media (min-width: 1200px) {
    .social-media-icons {
        margin-left: 70px;
        gap: 20px;
    }
}

/* For Laptops (≥ 992px and < 1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .social-media-icons {
        margin-left: 60px;
        gap: 18px;
    }
}

/* For Tablets (≥ 768px and < 992px) */
@media (min-width: 768px) and (max-width: 991px) {
    .social-media-icons {
        margin-left: 50px;
        gap: 15px;
    }
}

/* For Large Mobile Devices (≥ 576px and < 768px) */
@media (min-width: 576px) and (max-width: 767px) {
    .social-media-icons {
        margin-left: 30px;
        gap: 12px;
    }
}

/* For Small Mobile Devices (≥ 375px and < 576px) */
@media (min-width: 375px) and (max-width: 575px) {
    .social-media-icons {
        margin-left: 98px;
        gap: 10px;
    }
}

/* For Very Small Mobile Devices (≤ 375px) */
@media (max-width: 375px) {
    .social-media-icons {
        margin-left: 95px;
        gap: 8px;
    }
}
