@media (min-width: 1400px) {
    .container {
        max-width: 1360px !important;
    }
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.filterCard {
    max-width: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2c3e50;
    font-weight: 500;
    font-size: 15px;
    line-height: 36px;
    padding-left: 12px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Custom styling for the select box */
.select2-container--default .select2-selection--single {
    /* background-color: #f9f9f9; */
    border: 1px solid #f1f5f9 !important;
    border-radius: 6px;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    transition: border-color 0.2s ease;
}

input.select2-search__field:focus,
input.select2-search__field:focus-visible,
input.select2-search__field:active {
    outline: none !important;
    box-shadow: none !important;
    /* also removes glow in some browsers */
    border: none;
    /* optional: if you don’t want border highlight */
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #f1f5f9 !important;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 38px !important;
}

/* Focused state */
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #007bff;
}

/* Custom arrow icon */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 8px;
    top: 6px !important;
    width: 20px;
}

/* Custom dropdown */
.select2-container--default .select2-dropdown {
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Optional: give the container a nice width */
.custom-select-container {
    max-width: 300px;
    margin: 40px auto;
}

/* -----------------ovverride----------- */

#topnav .navigation-menu.nav-light>li>a {
    color: #054b7a;
}

#topnav .navigation-menu.nav-light>li.active>a {
    color: rgb(28, 0, 0) !important;
}

#topnav .navigation-menu>li>a {
    font-size: 14px !important;
    letter-spacing: 0.5px;
}

#topnav .navigation-menu>li {
    position: relative;
    margin: 0 5px !important;
    margin-top: 0 !important;
}

.top-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#topnav .navigation-menu>li>a {
    text-transform: capitalize !important;
}

.bg-half-260 {
    padding: 120px 0 !important;
}

.btn_primery_outline {
    border: 1px solid #054b7a;
    padding: 5px 10px !important;
    border-radius: 50px;
}

.btn_primery_solid {
    padding: 5px 10px !important;
}

.choices__inner {
    background: #ffffff !important;
}

#job-keyword::placeholder {
    color: #8e9198;
    /* change to your desired color */
    opacity: 1;
    /* ensures the color is solid */
    font-weight: 200;
}

.subtitle-below-heading {
    font-size: 1rem;
    max-width: 600px;
    margin: auto;
    font-weight: 300;
    line-height: 1.75rem;
    color: #1e293b !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    /* padding: 50px !important; */
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
    border: 0 !important;
}

.popular-tags {
    display: flex;
    color: #fff;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.popular_tag ul {
    list-style: none;
    display: flex !important;
    gap: 5px;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 10px;
}

.job-category:hover .feature-icon {
    background-color: #ffffff !important;
    color: #fff !important;
}

.img-with-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 350px;
}

.featured-company-logo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #eee;
    flex-shrink: 0;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.featured-title-text {
    color: #054b7a;
    font-weight: 600;
    font-size: 0.9rem;
}

.featured-job-salary {
    font-size: 0.8rem;
    font-weight: 600;
    color: #054b7a;
}

.job-location-salary {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.job-type-time .fea.icon-sm {
    height: 14px;
    width: 14px;
}

.featured-time {
    font-size: 0.85rem;
    color: #474d6a !important;
}

.job-type-time {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.job-type-time .badge {
    letter-spacing: 0.5px;
    padding: 8px 15px;
    font-weight: 600 !important;
}

.job-type-time .bg-soft-primary {
    background-color: rgb(59 130 246 / 14%) !important;
    color: #054b7a !important;
}

.featured-jobs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    position: relative;
    margin-bottom: 0 !important;
}

.tiny-slide-popular .bg-secondary {
    background-color: #fff !important;
    color: #054b7a;
    padding: 8px 15px !important;
    border-radius: 50px;
    border: 1px solid #054b7a;
}

.job-category .feature-icon {
    transition: all 0.5s ease;
    width: 50px !important;
    height: 50px !important;
}

.job-category .fa-2x {
    font-size: 1.25em !important;
}

.title-heading .para-desc {
    font-size: 18px !important;
    letter-spacing: 0.5px;
    color: #fff !important;
}

.popular-roles {
    position: relative;
    padding: 1.25rem;
    text-align: center;
}

.job-category.popular-roles {
    min-height: 230px;
}

.clients-section {
    padding: 60px 20px 60px;
    border-top: 1px solid #e0e6ed;
    background-color: rgba(59, 130, 246, 0.05) !important;
    text-align: center;
}

.video-testimonial-slider {
    position: relative;
    margin: auto;
}

.video-testimonial-slider .testimonial-item {
    height: 280px;
    /* Mobile screen-like height */
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 10px; */
}

.video-testimonial-slider .testimonial-item iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Dots (nav) */
.video-testimonial-slider .tns-nav {
    text-align: center;
    margin-top: 15px;
}

.video-testimonial-slider .tns-nav button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    background: #bbb;
    cursor: pointer;
}

.video-testimonial-slider .tns-nav button.tns-nav-active {
    background: #333;
}

/* Custom Prev/Next */
.video-testimonial-slider .tns-controls button {
    background: #fff;
    border: none;
    color: #1e293b;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-testimonial-slider .fas {
    font-size: 10px;
}

/* .video-testimonial-slider .tns-controls [data-controls="prev"] {
      left: -50px;
    }
    .video-testimonial-slider .tns-controls [data-controls="next"] {
      right: -50px;
    } */
/* Dots placed AFTER slider */
.custom-nav {
    text-align: center;
    margin-top: 20px;
}

.custom-nav button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    background: #bbb;
    cursor: pointer;
}

.custom-nav button.tns-nav-active {
    background: #333;
}

.employer-img img {
    object-fit: cover !important;
    object-position: center;
}

.employer-card .employer-img {
    width: 70px !important;
    height: 70px !important;
    margin-top: -60px;
}

.avatar.avatar-ex-small {
    height: 60px !important;
    width: 60px !important;
}


/* testimonial card */

/* .testimonials-candidate .swiper-wrapper {
    padding: 2rem 0;
} */

.testimonial-card-candidate {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1rem;
    background: #fff;
    color: #000;
    box-shadow: 0 6px 18px rgba(29, 41, 63, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    min-height: 230px;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem .5rem;
}

.testimonial-card-candidate:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(29, 41, 63, 0.1);
}

.testimonials-candidate .avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 72px;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.08);
    border: 3px solid rgba(13, 110, 253, 0.06);
}

.testimonials-candidate .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonials-candidate .quote {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--accent);
    opacity: 0.15;
    transform: translateY(-6px);
    margin-right: 0.5rem;
}

.testimonials-candidate .testimonial-body {
    flex: 1;
}

.testimonials-candidate .testimonial-text {
    color: #143145;
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
}

.testimonials-candidate .testimonial-meta {
    font-size: 0.88rem;
    color: var(--muted);
}

.testimonials-candidate .rating {
    color: #ffc107;
    margin-bottom: 0.35rem;
}

/* Swiper */
.testimonials-candidate .swiper {
    padding-bottom: 1.25rem;
}

.testimonials-candidate .swiper-pagination {
    flex: 1;
}

/* Wrapper setup */
.testimonials-candidate {
    position: relative;
    overflow: visible;
    /* allow arrows outside */
}


.testimonials-candidate .testimonial-meta {
    font-size: 1rem;
    color: #054b7a;
    font-weight: 600;
}

/* Navigation buttons */
.testimonials-candidate .swiper-button-prev,
.testimonials-candidate .swiper-button-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
    position: absolute;
    top: 50%;
    border: none;
    /* transform: translateY(-50%); */
    z-index: 20;
}

/* Move buttons OUTSIDE */
.testimonials-candidate .swiper-button-prev {
    left: 5px;
}

.testimonials-candidate .swiper-button-next {
    right: 5px;
}

.testimonials-candidate .swiper-button-prev:hover,
.testimonials-candidate .swiper-button-next:hover {
    background: #054b7a;
    color: #fff;
}

/* Remove default arrow */
.testimonials-candidate .swiper-button-prev::after,
.testimonials-candidate .swiper-button-next::after {
    display: none !important;
}

/* Feather icons inside */
.testimonials-candidate .swiper-button-prev svg,
.testimonials-candidate .swiper-button-next svg {
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.clients-heading {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #054b7a;
    margin-bottom: 0;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 1.5rem !important;
}

.bg-section-light {
    padding: 20px 0 50px 0;
    background-color: rgba(59, 130, 246, 0.05) !important;
}

section.benefit-section {
    padding: .5rem;
}


.faq-section-home {
    padding: 60px 0;
    /* max-width: 1200px; */
    margin: auto;
}

.faq-section-home .faq-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #054b7a;
    font-size: 1.35rem !important;
}

.faq-section-home .accordion-button:not(.collapsed) {
    color: #054b7a;
    background-color: #e7f1ff;
    box-shadow: none;
}

.faq-section-home .accordion-item {
    border-radius: 8px;
    margin-bottom: 12px;
    border: 1px solid #e0e6ed;
    overflow: hidden;
}

/* Main Footer Wrapper */
footer.footer-new-wrapper {
    background: #0b2239;
    color: #ddd;
    padding: 50px 0 0;
    font-size: .85rem;
}

footer.footer-new-wrapper h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.15rem;
}

footer.footer-new-wrapper a {
    color: #ddd;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s;
    line-height: 24px;
}

footer.footer-new-wrapper a:hover {
    color: #fff;
}

/* Footer Bottom Section */
.footer-new-wrapper .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* makes it mobile friendly */
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    font-size: 12px;
    color: #aaa;
}

.footer-new-wrapper .footer-logo img {
    max-width: 150px;
    /* controls size on desktop */
    height: auto;
}

.footer-logo a:focus,
.footer-logo a:focus-visible,
.footer-logo img:focus,
.footer-logo img:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* find job page */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f5f5f5 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 8px !important;
    margin-left: 10px !important;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #054b7a;
    border: 1px solid #065083;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    padding: .15rem .75rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #fff;
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 15px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: bold;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
}

/* end find job page */

@media (max-width: 768px) {
    .footer-new-wrapper .footer-logo img {
        max-width: 120px;
        /* smaller for tablets */
    }

    .footer-new-wrapper .footer-links {
        display: flex;
        gap: 10px !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        line-height: 5px;
    }

    .footer-new-wrapper .footer-bottom p {
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .footer-new-wrapper .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 30px;
        font-size: 14px;
        color: #aaa;
    }

    .footer-new-wrapper .footer-bottom a {
        line-height: 10px;
    }
}

@media (max-width: 576px) {
    .footer-new-wrapper .footer-logo img {
        max-width: 100px;
        /* smaller for mobiles */
    }

    .footer-new-wrapper .footer-links {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        line-height: 5px;
    }

    .footer-new-wrapper .footer-bottom a {
        line-height: 10px;
    }

    .footer-new-wrapper .footer-bottom p {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .footer-new-wrapper .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 30px;
        font-size: 14px;
        color: #aaa;
    }
}

footer.footer-new-wrapper p {
    letter-spacing: .15px;
    line-height: 26px;
}

.footer-new-wrapper .footer-bottom a:hover {
    color: #fff;
}

.footer-new-wrapper .footer-bottom p {
    margin: 0;
}

/* Footer Links */
.footer-new-wrapper .footer-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-new-wrapper .footer-links a {
    text-decoration: none;
    color: #aaa;
    transition: color 0.3s ease;
}

.footer-new-wrapper .footer-links a:hover {
    color: #f9f9f9;
    /* blue hover */
}

/* Social + Contact Icon Unified Style */
.footer-new-wrapper .icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d3557;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
    margin-right: 10px;
    flex-shrink: 0;
}

.footer-new-wrapper .icon-circle:hover {
    background: #054b7a;
    color: #fff;
}

.footer-new-wrapper .icon-circle i {
    color: #fff !important;
    font-size: 1rem;
}

.footer-new-wrapper .footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-new-wrapper .footer-social-icons {
    display: flex;
    gap: 10px;
}

.footer-new-wrapper .row {
    /* row-gap: 20px;    */
    column-gap: 3rem;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.ws-normal-break {
    white-space: normal;
    word-wrap: break-word;
    /* for older browsers */
    overflow-wrap: break-word;
    /* standard property */
}
.w-320 {
  width: 320px !important;
}
.w-200 {
  width: 200px !important;
}


    .testimonial-item {
      position: relative;
    }

    .testimonial-item video {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      object-fit: contain;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      display: block;
      background: #000;
    }

   .video-testimonial-slider .swiper-button-prev,
.video-testimonial-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-testimonial-slider .swiper-button-prev::after,
.video-testimonial-slider .swiper-button-next::after {
  font-size: 12px; /* arrow size */
  color: #004b87;  /* arrow color (adjust as needed) */
  font-weight: bold;
}

.video-testimonial-slider .swiper-button-prev {
  left: 10px; /* adjust position */
}

.video-testimonial-slider .swiper-button-next {
  right: 10px; /* adjust position */
}


    /* Play/Pause Button */
    .play-pause-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 24px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }

    .play-pause-btn:hover {
      background: rgba(0, 0, 0, 0.8);
    }
/* media queries */

/* ---------- Mobile Devices ---------- */

/* Extra small devices (most phones, portrait) */
@media (max-width: 320px) {
    /* iPhone SE, Galaxy Fold, very small screens */

    svg.feather.feather-briefcase.fea.icon-20.icons {
        margin-left: 12px !important;
        margin-top: -6px !important;
    }

    .title-heading .heading {
        font-size: 1.6rem !important;
    }

    .bg-half-260 {
        padding: 80px 0;
        height: auto;
    }

    .title-heading .para-desc {
        font-size: 0.85rem !important;
        color: #f5f5f5 !important;
    }

    .img-with-title {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: auto;
    }

    .job-type-time {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .featured-jobs-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem;
        position: relative;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .popular-tags .title-text {
        display: none;
    }

    .popular-tags {
        display: flex;
        color: #fff;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .bg-half-260 {
        padding: 80px 0 !important;
    }

    .mt-60 {
        margin-top: 30px !important;
    }
}

/* Small phones */
@media (min-width: 321px) and (max-width: 375px) {
    /* iPhone X, 11 Pro, Google Pixel, Samsung S series */

    svg.feather.feather-briefcase.fea.icon-20.icons {
        margin-left: 12px !important;
        margin-top: -6px !important;
    }

    .title-heading .heading {
        font-size: 1.6rem !important;
    }

    .bg-half-260 {
        padding: 80px 0;
        height: auto;
    }

    .title-heading .para-desc {
        font-size: 0.85rem !important;
        color: #f5f5f5 !important;
    }

    .img-with-title {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: auto;
    }

    .job-type-time {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .featured-jobs-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem;
        position: relative;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .popular-tags .title-text {
        display: none;
    }

    .popular-tags {
        display: flex;
        color: #fff;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .bg-half-260 {
        padding: 80px 0 !important;
    }

    .mt-60 {
        margin-top: 30px !important;
    }
}

/* Medium phones */
@media (min-width: 376px) and (max-width: 414px) {
    /* iPhone XR, 11, 12, 13, Samsung Note, larger Androids */

    svg.feather.feather-briefcase.fea.icon-20.icons {
        margin-left: 12px !important;
        margin-top: -6px !important;
    }

    .title-heading .heading {
        font-size: 1.6rem !important;
    }

    .bg-half-260 {
        padding: 80px 0;
        height: auto;
    }

    .title-heading .para-desc {
        font-size: 0.85rem !important;
        color: #f5f5f5 !important;
    }

    .job-type-time {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .featured-jobs-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem;
        position: relative;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .popular-tags .title-text {
        display: none;
    }

    .popular-tags {
        display: flex;
        color: #fff;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .img-with-title {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: auto;
    }

    .bg-half-260 {
        padding: 80px 0 !important;
    }

    .mt-60 {
        margin-top: 30px !important;
    }
}

/* Large phones / small phablets */
@media (min-width: 415px) and (max-width: 480px) {
    /* Bigger Android devices */

    svg.feather.feather-briefcase.fea.icon-20.icons {
        margin-left: 12px !important;
        margin-top: -6px !important;
    }

    .title-heading .heading {
        font-size: 1.6rem !important;
    }

    .bg-half-260 {
        padding: 80px 0;
        height: auto;
    }

    .title-heading .para-desc {
        font-size: 0.85rem !important;
        color: #f5f5f5 !important;
    }

    .img-with-title {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: auto;
    }

    .job-type-time {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .featured-jobs-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem;
        position: relative;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .popular-tags .title-text {
        display: none;
    }

    .popular-tags {
        display: flex;
        color: #fff;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .bg-half-260 {
        padding: 80px 0 !important;
    }

    .mt-60 {
        margin-top: 30px !important;
    }
}

/* ---------- Tablets ---------- */
@media (min-width: 481px) and (max-width: 600px) {

    /* Small tablets (7-inch, e.g., Nexus 7, Kindle Fire) */
    svg.feather.feather-briefcase.fea.icon-20.icons {
        margin-left: 12px !important;
        margin-top: -6px !important;
    }

    .title-heading .heading {
        font-size: 1.6rem !important;
    }

    .bg-half-260 {
        padding: 80px 0;
        height: auto;
    }

    .title-heading .para-desc {
        font-size: 0.85rem !important;
        color: #f5f5f5 !important;
    }

    .img-with-title {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: auto;
    }

    .job-type-time {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .featured-jobs-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 1.25rem;
        position: relative;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .popular-tags .title-text {
        display: none;
    }

    .popular-tags {
        display: flex;
        color: #fff;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .bg-half-260 {
        padding: 80px 0 !important;
    }

    .mt-60 {
        margin-top: 30px !important;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    /* iPad Mini, iPad portrait, Samsung Tab */
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* iPad landscape, smaller laptops in portrait */
}

/* ---------- Laptops & Desktops ---------- */
@media (min-width: 1025px) and (max-width: 1280px) {
    /* MacBook Air 13”, smaller laptops */
}

@media (min-width: 1281px) and (max-width: 1440px) {
    /* MacBook Pro 14”, mid-size desktops */
}

@media (min-width: 1441px) and (max-width: 1600px) {
    /* Large laptops, MacBook Pro 16” */
}

@media (min-width: 1601px) and (max-width: 1920px) {
    /* Full HD screens, most desktops */
}

@media (min-width: 1921px) {
    /* 2K, 4K, ultra-wide monitors */
}