/* ============================================================
   RESPONSIVE.CSS (Desktop-First)
   ============================================================ */

/* Large Desktops / Laptops (1200px and down) */
@media screen and (min-width: 2000px) {
    .hero-item {
        min-height: 80vh;
    }
}

/* Large Desktops / Laptops (1200px and down) */
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1260px;
        width: 100%;
    }
}

/* Large Desktops / Laptops (1200px and down) */
@media screen and (max-width: 1399px) {
    body {
        font-size: 17px;
        line-height: 27px;
    }

    .fs-1 {
        font-size: 38px !important;
        line-height: 1.45;
    }

    .employers-card .card-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .nav-menu {
        gap: 33px;
    }

    .logo-brand .logo-img {
        max-width: 210px;
    }

    .nav-menu .nav-link {
        font-size: 16px;
        padding: 52px 0;
    }

    .header-btn {
        font-size: 16px;
    }

    .hero-item {
        padding-top: 100px;
        padding-bottom: 100px;
        min-height: 600px;
    }
}

/* Large Desktops / Laptops (1200px and down) */
@media screen and (max-width: 1199px) {
    .fs-2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    .employers-card .card-title {
        font-size: 22px;
    }

    .logo-brand .logo-img {
        max-width: 187px;
    }

    .nav-menu .nav-link {
        font-size: 16px;
        padding: 35px 0;
    }

    .hero-title {
        font-size: 42px;
        line-height: 58px;
        margin-bottom: 60px;
    }

    .hero-item {
        padding-top: 100px;
        padding-bottom: 100px;
        min-height: 600px;
    }

    .about-content {
        margin-bottom: 43px;
    }

    .footer-widget h4,
    .footer-contact h4 {
        font-size: 20px;
        margin-bottom: 19px;
    }

    .footer__bottom {
        margin-top: 33px;
        padding-top: 25px;
    }
}

/* Tablets Landscape / Small Laptops (1024px and down) */
@media screen and (max-width: 991px) {
    .hero-item {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: 35% center;
        min-height: auto;
    }

    .hero--section .swiper-pagination {
        bottom: 22px !important;
    }

    .section-padding {
        padding: 55px 0px 60px;
    }

    .hero-title {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 60px;
    }

    .card-content-wrap {
        padding: 30px 25px 25px 25px;
    }

    .programma-card .card-title {
        font-size: 24px;
    }

    .programma-card .card-desc {
        font-size: 16px;
        line-height: 26px;
    }


    .footer-widget h4,
    .footer-contact h4 {
        margin-bottom: 20px;
    }

    .footer__bottom {
        margin-top: 40px;
    }

    .fs-1 {
        font-size: 34px !important;
        line-height: 1.45;
    }

    .mobile-header-action a.header-btn {
        padding: 15px 41px;
    }

    .site-header {
        box-shadow: 0px 4px 20px #0000007d;
    }
}

/* Tablets Portrait (768px and down) */
@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 26px !important;
    }

    .fs-1 {
        font-size: 28px !important;
        line-height: 1.45;
    }

    .fs-2 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .employers-card .card-title {
        font-size: 20px;
    }

    .hero-item {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .hero-item .swiper-pagination {
        bottom: 30px !important;
    }


    .card-img-wrap {
        height: 200px;
    }

    .employers-section {
        padding: 60px 0;
    }

    .employers-card .card-img-wrap {
        height: 190px;
    }

    .footer__bottom {
        text-align: center;
        gap: 15px;
    }

    .footer__bottom-menu ul {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-brand .logo-img {
        max-width: 145px;
    }

    .section-padding {
        padding: 35px 0px 44px;
    }

    .dotList {
        padding-left: 16px;
    }

    .dotList li {
        list-style: disc;
        list-style-position: outside;
        line-height: 30px;
    }

    .pretitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer--section {
        padding: 37px 0 29px 0;
    }

    .footer__bottom {
        text-align: center;
        gap: 4px;
        padding-top: 20px;
    }

    .btn-main {
        gap: 12px;
        font-size: 15px;
        padding: 13px 20px 16px;
    }

    p {
        margin-bottom: 14px;
        line-height: 26px;
    }

    .footer-widget h4,
    .footer-contact h4 {
        margin-bottom: 5px;
    }

    .hero-content .btn-main {
        font-size: 16px;
        font-weight: 500;
        padding: 17px 20px 20px;
    }
}

/* Large Phones / Small Tablets (480px and down) */
@media screen and (max-width: 575px) {}

/* Small Phones (320px and down) */
@media screen and (max-width: 360px) {
    /* Critical fixes for very narrow screens */
}