/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {
    .post-form {
        /* width: 80%; */
        margin-right: auto;
        padding: 0;
        margin-left: 40px;
    }

    .status-box {
        border: 1px solid #A8ADB7;
        padding: 15px 15px 15px 15px;
        border-radius: 20px;
        width: 300px;
    }

    .mainContent {
        /* margin-right: 50px; */
    }

    .owel-box {
        height: 520px;
    }

    .forms {
        margin-right: 100px;
    }

    .img-left {
        margin-left: 100px;
    }

    .frame2 .applicant-user {
        top: 12%;
        left: 38%;
    }

    .frame2 .img2 {
        top: 90%;
        position: absolute;
        left: 10%;
    }

    .job img {
        max-width: 350px;
    }

    .frame2 .applicant-user img {
        max-width: 360px;
    }

    .frame2 .img2 img {
        max-width: 400px;
    }

    .job {
        position: absolute;
    }

    .job.job2 {
        top: 50%;
        position: absolute;
        left: 30%;
    }

    .job.inter1 {
        right: 30px;
    }

    .job.inter2 {
        top: 50%;
        left: 10%;
    }

    .mac-img img {
        max-width: 500px;
        display: flex;
        margin: auto;
    }


}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {

    .candidate-details-section {
        width: 50%;
    }

    .window-scrn img {
        float: right;
    }

}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {

    .login-bg {
        max-width: 400px;
        margin: auto;
    }

    .brand-icon {
        width: 100%;
    }

    .type-btns button {
        margin-right: 5px;
    }

    .type-btns button img {
        margin-right: 5px;
    }

    .card1 .card-data {
        padding: 20px 20px 10px 20px;
    }

    .card1 span {
        font-size: 12px;
    }

    .jb-details {
        width: 800px;
    }
}

@media only screen and (max-width: 1280px) {

    .card1 span {
        font-size: 10px;
    }

    .card1 .card-data {
        padding: 15px;
    }

    .type-btns button {
        margin-right: 4px;
    }

    .type-btns button {
        font-size: 10px;
    }

    .card1 p {
        font-size: 12px;
    }

    .card1 h4 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1440px) {
    .type-btns div {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1600px) {

    button.view-black {
        position: absolute;
        right: 12px;
    }

    .job-card {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* .setting-tabs {
        width: 80% !important;
        margin-right: auto;
    } */
}

/* Small devices such as phones (768px or lesser) */
@media only screen and (max-width: 768px) {
    .img-left img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        z-index: 0;
    }

    h1.logo span {
        font-size: 40px;
    }

    .total-applicants .job-section {
        min-width: 100%;
        margin-bottom: 10px;
    }

    /* section {
        padding: 20px 0;
    } */

    .applicant-user {
        position: relative;
    }

    .frame1 .color-box {
        left: 40px;
    }

    .applicant-user {
        top: 0;
        right: 0;
    }

    .applicant-user img {
        max-width: 300px;
    }

    .hirree-text h3 {
        font-size: 30px;
    }

    .hero-section h1 {
        font-size: 45px;
    }

    body .btn-primary {
        padding: 5px 18px;
    }

    button.theme-btn.btn-primary {
        font-size: 15px;
        /* margin: 0; */
    }

    .theme-btn span {
        font-size: 15px;
    }

    .hero-section button {
        height: 40px;
        width: 180px;
    }

    .recruitment h3 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .outer-box .inner-box {
        padding: 0;
    }

    .outer-box {
        height: 200px;
    }

    .inner-box .icon {
        height: 60px;
        width: 60px;
    }

    .inner-box .icon img {
        max-width: 30px;
    }

    .inner-box h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .inner-box p {
        font-size: 14px;
        margin-top: 5px;
        padding: 0 20px;
    }

    .hiree-right h1 {
        font-size: 40px;
    }

    .frames.frame1 .applicant-user {
        top: 20%;
        left: 20px;
    }

    .frames.frame1 .applicants {
        top: 32px;
    }

    .frames.frame2 .applicant-user {
        top: 46px;
        right: 0;
    }

    .frames.frame2 .img2 {
        bottom: 0px;
        position: absolute;
        right: 0;
        max-width: 225px;
    }

    .looking h2 {
        font-size: 22px;
    }

    .footer-content h2 {
        font-size: 40px;
    }

    .footer-content button {
        width: 200px;

    }

    .address {
        padding: 20px 0;
        font-size: 16px;
    }

    .job img {
        max-width: 300px;
    }

    .job.job2 {
        right: 0;
        position: absolute;
        bottom: 10px;
    }

    .job.inter2 {
        right: 0;
        position: absolute;
        bottom: 10px;
    }

    .line {
        display: none;
    }

    button.find-job.btn.btn-primary {
        width: 102px;
        font-size: 14px;
    }

    .jon-input {
        padding: 0;
    }

    .jon-input input::placeholder {
        font-size: 12px;
    }

    .coming-bg {
        height: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .time-box {
        width: 75px;
    }

    .coming-bg .inner-box p {
        padding: 0;
    }

    .coming-content h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .comming_page {
        padding: 30px;
    }

    .frames {
        background-position: center;
    }

    .frames.frame2 {
        background-position: center;
        margin-top: 20px;
    }

    .looking {
        margin: 0;
    }

}

@media only screen and (max-width: 430px) {
    .theme-btn {
        padding: 5px 12px;
        font-size: 12px;
    }

    .time-box {
        margin: 5px;
        width: 60px;
        padding: 7px;
    }

    .coming-bg .inner-box p {
        font-size: 12px;
    }

    .theme-btn span {
        font-size: 12px;
    }

    .authen button {
        margin: 0;
    }

    .hero-section button {
        font-size: 18px;
    }

    .hero-section h1 {
        font-size: 38px;
        line-height: 1.4;
    }

    .hirree-text h3 {
        font-size: 24px;
    }
}

/* For smaller screens (max-width: 768px) */
@media (max-width: 768px) {

    .fc .fc-toolbar {
        align-items: center;
        display: grid;
        justify-content: space-between;
    }

    .fc-header-toolbar {
        display: grid;
        grid-template-columns: 1fr;
        /* Single column */
        gap: 10px;
        /* Space between items */
        padding: 0 10px;
        /* Adjust padding */
    }

    /* Center the title and buttons */
    .fc-toolbar-chunk {
        text-align: center;
    }

    .fc-toolbar-title {
        font-size: 1.25rem;
        /* Adjust font size */
        margin-bottom: 10px;
        /* Space below title */
    }

    .fc-button {
        font-size: 0.875rem;
        margin-bottom: 10px;
        /* Space between buttons */
    }

    .fc-prev-button,
    .fc-next-button,
    .fc-today-button {
        margin-bottom: 10px;
        /* Add margin for prev/next buttons */
        font-size: 0.875rem;
        /* Smaller font */
        padding: 0.5rem;
        /* Reduce padding */
    }

    .fc-dayGridMonth-button,
    .fc-timeGridWeek-button,
    .fc-timeGridDay-button {
        display: block;
        margin: 0.5rem 0;
        /* Space between view buttons */
    }
}

/* For larger screens (min-width: 769px) */
@media (min-width: 769px) {
    .fc-header-toolbar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* Three equal columns */
        justify-content: space-between;
        /* Space out items */
        align-items: center;
        padding: 0 10px;
        /* Padding */
    }

    /* Title styling */
    .fc-toolbar-title {
        font-size: 1.5rem;
    }

    /* Buttons and spacing */
    .fc-prev-button,
    .fc-next-button,
    .fc-today-button {
        font-size: 1rem;
        margin: 0 10px;
    }

    .fc-dayGridMonth-button,
    .fc-timeGridWeek-button,
    .fc-timeGridDay-button {
        margin: 0 10px;
        /* Margin between buttons */
    }
}


/* ======================================================================================================================================= */
/* [[[  ======================================================= navbar - mobile views =============================================== ]]] */
/* ======================================================================================================================================= */

@media (min-width: 1025px) and (max-width: 1200px) {
    .nav-links {
        gap: 10px;
    }

    .nav-link {
        padding: 8px 10px;
    }

    .authen {
        gap: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

    .hirree-nav #navbar-container {
        width: 100% !important;
        margin: 0px auto !important;
        padding: 10px 4px !important;
    }

    .nav-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        margin-left: 10px;
    }

    .nav-link {
        padding: 8px 8px;
    }

    .authen {
        gap: 5px;
    }

    .authen .employes-login {
        font-size: 14px;
    }

    .theme-btn {
        padding: 6px 20px;
    }

    .hirree-logo {
        width: 75px;
        height: 55px;
    }
}

/* General responsive adjustments */
@media (min-width: 1025px) and (max-width: 1200px) {
    .nav-links {
        gap: 10px;
    }

    .nav-link {
        padding: 8px 10px;
    }

    .authen {
        gap: 6px;
    }
}

/* Tablet landscape */
@media (min-width: 992px) and (max-width: 1024px) {
    .nav-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        margin-left: 10px;
    }

    .nav-link {
        padding: 8px 8px;
    }

    .authen {
        gap: 5px;
    }

    .authen .employes-login {
        font-size: 14px;
    }

    .theme-btn {
        padding: 6px 20px;
    }

    .hirree-logo {
        width: 90px;
        height: 55px;
    }
}

/* Mobile and tablet portrait */
@media (max-width: 991px) {
    #header {
        position: fixed !important;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 1020;
    }

    .hirree-nav {
        position: relative !important;
        height: 70px;
        padding: 10px 0;
    }

    .hirree-logo {
        width: 90px;
        height: 50px;
    }

    /* Hamburger menu styling */
    .hamburger-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: transparent !important;
        position: relative;
        z-index: 1020;
    }

    .hamburger-menu:hover {
        background-color: rgba(0, 0, 0, 0.05) !important;
        border-radius: 100%;
    }

    .hamburger-menu.bg-red-600 {
        background-color: transparent !important;
    }

    /* Ensure hamburger stays visible when menu is open */
    /* .menu-container.show~.hamburger-menu,
     .menu-container.show+.hamburger-menu {
         right: 20px;
     } */

    .hamburger-menu svg {
        transition: transform 0.3s ease;
    }

    .hamburger-menu:hover svg {
        transform: scale(1.1);
    }

    /* Menu overlay */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1018;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    /* Menu container */
    .menu-container {
        position: fixed !important;
        top: 0;
        right: -280px;
        width: 320px;
        max-width: 75vw;
        height: 100vh;
        background: #fff;
        z-index: 1019;
        transition: right 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
        visibility: hidden;
        opacity: 0;
        /* -webkit-overflow-scrolling: touch; */
        display: flex !important;
        flex-direction: column;
        padding: 80px 20px 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);

    }


    .menu-container.show {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    /* .menu-container:not(.show) {
        pointer-events: auto;
    } */

    /* Body scroll prevention */
    body.menu-open {
        position: fixed;
        width: 100%;
        overflow: hidden !important;
    }

    .divFeat {
        width: 100% !important;
    }

    html, body {
        overflow-x: hidden !important;
        position: relative;
        width: 100%;
    }

    /* Navigation links */
    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        gap: 0;
    }

    .nav-links .nav-link {
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-link.active::after,
    .home-link.active::after {
        bottom: 0;
        width: 30%;
        left: 0;
    }

    /* Authentication section */
    .authen {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding-top: 20px;
    }

    .smallDev {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 6px !important;
    }

    .authen>a.employes-login {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    .hirree-nav-divisor {
        display: none;
    }

    .authen a,
    .authen button {
        margin: 8px 0;
        width: 100%;
    }

    .authen .hirree-nav-divisor {
        display: none !important;
    }

    .employes-login {
        padding-top: 15px;
        width: 100%;
        text-align: center;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}

/* Small tablets and large phones */
@media (min-width: 576px) and (max-width: 767px) {
    .hirree-nav {
        height: 65px;
    }

    .hirree-logo {
        width: 85px;
        height: 48px;
    }
}

/* Small phones */
@media (max-width: 575px) {
    .menu-container {
        width: 100%;
        padding-top: 70px;
    }

    .hamburger-menu {
        right: 15px;
        padding: 8px;
    }

    .hirree-nav {
        height: 60px;
    }

    .hirree-logo {
        width: 80px;
        height: 45px;
    }

    /* .hamburger-menu {
        right: 10px;
    } */

    .authen {
        gap: 0;
    }



    .authen button {
        padding: 5px 20px;
        font-size: 14px;
    }

    .theme-btn.bordered-btn::before {
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
    }
}

/* Extra small phones */
@media (max-width: 360px) {
    .hirree-nav {
        height: 55px;
    }

    .hirree-logo {
        width: 75px;
        height: 40px;
    }

    .hirree-logo img {
        width: 100%;
        height: 100%;
    }

    .authen button {
        padding: 4px 15px;
        font-size: 13px;
    }
}

/* [[[  ===================================================================================================================================== ]]] */
/* [[[  ============================================= Hero Section - mobile views =========================================================== ]]] */
/* [[[  ===================================================================================================================================== ]]] */

/* Small mobile devices (320px and up) */
@media screen and (max-width: 480px) {
    /* .hirree-hero-section {
        margin-top: 40px;
    } */

    .hirree-hero-container {
        margin: 15px 0 0 0;
        gap: 5px;
        padding: 15px 15px 0 15px;
    }

    .hirree-hero-container h2 {
        font-size: 16px;
    }

    .hirree-hero-container .Header-text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px !important;
    }

    .hirree-hero-container .Header-text {
        margin-bottom: 0px;
    }

    .hirree-hero-container div .Header-text,
    .hirree-hero-container div .highlight {
        font-size: 34px !important;
        letter-spacing: 1px !important;
    }

    .hirree-hero-container .short-desc p {
        margin: 0px;
        font-size: 12px !important;
        color: #333 !important;
        font-weight: 700 !important;
        opacity: calc(60%) !important;
    }

    .hirree-job-search-section {
        height: auto;
        padding: 20px 0;
    }

    .hirree-job-search-section ._top {
        flex-direction: column;
        padding: 0 15px;
    }

    .hirree-job-search-section ._top .search-field-container {
        flex-direction: column;
        border-radius: 15px;
        width: 100%;
        padding: 15px;
        gap: 10px;
    }

    .search-input-container {
        width: 100%;
        padding-left: 5px;
    }

    .search-input {
        width: 100%;
    }

    .divider {
        width: 100%;
        height: 1px;
        margin: 5px 0;
    }

    .experience-container, .location-container {
        width: 100%;
        padding: 5px;
    }

    .search-button {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
    }

    .Upload-Resume-button-container {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding: 0.8rem 1rem;
    }


}

@media screen and (min-width: 344px) and (max-width: 640px) {
    .hirree-job-search-section ._bottom {
        margin-top: 2rem !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
    }

    /* .hirree-scroll-container {
        margin: -30px !important;
    } */

}

/* Medium mobile devices (481px to 767px) */
@media screen and (min-width: 481px) and (max-width: 767px) {

    .hirree-hero-container {
        padding: 0 20px;
    }

    .hirree-hero-container h2 {
        font-size: 18px;
    }

    .hirree-hero-container .Header-text-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0px !important;
    }

    .hirree-hero-container .Header-text {
        margin-bottom: 0px;
    }

    .hirree-hero-container div .Header-text,
    .hirree-hero-container div .highlight {
        font-size: 32px;
    }

    .hirree-job-search-section {
        height: auto;
        padding: 25px 0;
    }

    .hirree-job-search-section ._top {
        flex-direction: column;
        padding: 0 20px;
        gap: 15px;
    }

    .hirree-job-search-section ._top .search-field-container {
        flex-wrap: wrap;
        padding: 10px;
        gap: 8px;
    }

    .search-input-container {
        width: 100%;
    }

    .divider {
        display: none;
    }

    .experience-container, .location-container {
        width: 48%;
    }

    .search-button {
        width: 100%;
        margin-top: 10px;
    }

    .Upload-Resume-button-container {
        width: 100%;
        text-align: center;
    }

}

/* Tablets (768px to 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hirree-hero-container {
        padding: 0 30px;
    }

    .hirree-hero-container .Header-text-container {
        gap: 0px !important
    }

    .hirree-hero-container .Header-text-container .header {
        font-size: 40px !important;
        gap: 0px !important
    }

    .hirree-hero-container div .Header-text,
    .hirree-hero-container div .highlight {
        font-size: 32px;
    }

    .hirree-job-search-section {
        height: auto;
        min-height: 200px;
        padding: 25px 0;
    }

    .hirree-job-search-section ._top {
        padding: 0 25px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hirree-job-search-section ._top .search-field-container {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .search-input {
        width: 180px;
    }

    .Upload-Resume-button-container {
        margin-top: 0;
    }


}

/* Laptop/Desktop (1024px to 1439px) */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .hirree-hero-container {
        padding: 0 40px;
    }

    .hirree-job-search-section {
        height: auto;
        min-height: 180px;
    }

    .hirree-job-search-section ._top {
        max-width: 1200px;
        margin: 0 auto;
    }

    .search-input {
        width: 200px;
    }

}

/* Large desktop (1440px and up) */
@media screen and (min-width: 1440px) {
    .hirree-hero-container {
        margin: 40px 0;
    }

    .hirree-hero-container div .Header-text,
    .hirree-hero-container div .highlight {
        font-size: 32px;
    }

    .hirree-job-search-section {
        height: 230px;
    }

    .hirree-job-search-section ._top {
        max-width: 1400px;
        margin: 0 auto;
        /* padding: 30px 40px 0; */
    }

    .hirree-job-search-section ._top .search-field-container {
        max-width: 1100px;
    }

    .search-input {
        width: 300px;
    }

}

/* Landscape orientation tweaks for mobile devices */
@media screen and (max-width: 767px) and (orientation: landscape) {
    .hirree-job-search-section {
        padding: 15px 0;
    }

    .hirree-job-search-section ._top .search-field-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .search-input-container {
        width: 48%;
    }

    .experience-container, .location-container {
        width: 48%;
    }

    .search-button {
        width: 100%;
    }
}

/* Smooth transitions for better user experience */
.hirree-hero-container,
.hirree-job-search-section,
.search-field-container,
.search-input-container,
.experience-container,
.location-container,
.Upload-Resume-button-container {
    transition: all 0.3s ease;
}

/* [[[  ==================================================== Popular Searches =========================================================== ]]] */
/* [[[  ================================================================================================================================== ]]] */
/* [[[  ===================================================================================================================================== ]]] */
/* Base styles (already in your code) */

/* Small mobile devices (320px - 480px) */
@media only screen and (max-width: 480px) {
    .hirree-Hori-section {
        padding: 20px 0;
    }

    .hirree-scroll-container {
        margin: 15px auto;
    }

    .carousel-track {
        gap: 6px;
    }

    /* Adjust animation speed for smaller screens */
    .carousel-track.start-scroll {
        --animation-duration: 20s;
    }
}

/* Medium mobile devices (481px - 767px) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .carousel-track {
        gap: 8px;
    }

    /* Slightly faster animation on mobile */
    .carousel-track.start-scroll {
        --animation-duration: 25s;
    }
}

/* Tablets (768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hirree-scroll-container {
        /* height: 80px; */
        margin: 5px auto;
    }

    .carousel-track {
        gap: 10px;
    }
}

/* Small desktops (992px - 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hirree-scroll-container {
        height: 80px;
        max-width: 90%;
    }

    .carousel-track {
        gap: 12px;
    }
}

/* Medium desktops (1200px - 1399px) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hirree-scroll-container {
        height: 85px;
        max-width: 85%;
    }
}

/* Large desktops (1400px and above) */
@media only screen and (min-width: 1400px) {
    .hirree-scroll-container {
        height: 90px;
        max-width: 95%;
    }

    .carousel-track {
        gap: 16px;
    }

    /* Slower animation on large screens for better readability */
    .carousel-track.start-scroll {
        --animation-duration: 35s;
    }
}

/* High-resolution displays (2K, 4K) */
@media only screen and (min-width: 1920px) {
    .hirree-scroll-container {
        height: 100px;
        max-width: 75%;
    }

    .carousel-track {
        gap: 20px;
    }

    /* Even slower animation on very large screens */
    .carousel-track.start-scroll {
        --animation-duration: 40s;
    }
}

/* Device orientation handling */
@media only screen and (orientation: landscape) and (max-height: 500px) {
    .hirree-scroll-container {
        height: 50px;
        /* Smaller height for landscape phones */
    }
}

/* High pixel density screens for sharper rendering */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {

    /* Optional: You could add specific adjustments for Retina displays if needed */
    .carousel-track {
        will-change: transform;
        /* Optimize for high-DPI screens */
    }
}

/* Ensure smooth animations across all devices */
@media (prefers-reduced-motion: no-preference) {
    .carousel-track {
        transition-timing-function: linear;
    }
}

/* Fallback for devices with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .carousel-track.start-scroll {
        animation-duration: 60s;
        /* Much slower for accessibility */
    }
}


/* [[[  ===================================================================================================================================== ]]] */
/* [[[  ============================ ================= Job Opp.  =========================================================== ]]] */
/* [[[  ===================================================================================================================================== ]]] */
/* Extra Small Devices (Mobile Phones) */
@media (max-width: 479px) {
    /* .hirree-job-opp h1 {
        margin: 15px 0px;
    } */

    #hirree-job-opp-Containerr {
        padding: 0px !important;
    }

    .hirree-job-opp .hirree-job-content-section {
        padding: 0px !important;
    }

    /* 
    .hirree-job-opp .hirree-job-content-section .personalized-job-row {
        position: relative !important;
    } */

    .hirree-job-opp .hirree-text {
        font-size: clamp(1.7rem, 2vw, 2rem) !important;
    }

    .hirree-job-opp p {
        font-size: clamp(0.8rem, 2vw, 2rem) !important;
    }



    /* .hirree-job-opp .personalized-job-col {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hirree-job-opp .first-job-card, .hirree-job-opp .second-job-card {
        width: 45% !important;
        height: auto !important;
        max-width: 350px !important;
        max-height: 235px !important;
        padding: 0px !important;
    }

    .hirree-job-opp .first-job-card {
        position: absolute !important;
    } */
}

/* Small Devices (Large Phones) */
@media (min-width: 480px) and (max-width: 767px) {

    .hirree-job-opp .hirree-text {
        font-size: clamp(1.8rem, 2vw, 2rem) !important;
    }

    .hirree-job-opp p {
        font-size: clamp(0.8rem, 2vw, 2rem) !important;
    }

    .hirree-job-opp img {
        width: 100% !important;
        height: auto !important;

    }
}

/* Medium Devices (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Styles for 768px to 991px */
}

/* Large Devices (Laptops) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Styles for 992px to 1199px */
}

/* Extra Large Devices (Desktops) */
@media (min-width: 1200px) and (max-width: 1399px) {
    /* Styles for 1200px to 1399px */
}

/* Ultra Large Devices (Big Screens) */
@media (min-width: 1400px) {
    /* Styles for ≥ 1400px */
}