/* ============================================
   RESPONSIVE OVERRIDES
   ============================================ */
@media (min-width: 992px) {
    .blog-detail .display-4 {
        font-size: 2.5rem;
    }

    .pk-nri-gateway .pk-process-container::before {
        content: '';
        position: absolute;
        top: 40px;
        left: 50px;
        right: 50px;
        height: 2px;
        background: dashed var(--pk-accent-light);
        z-index: 0;
    }

}

@media (min-width: 1300px) and (max-width:1601px) {

    .pk-nri-gateway .pk-nri-banner,
    .pk-contact-page .pk-contact-hero,
    .partner-page .partner-hero {
        min-height: 100vh;
    }
}

@media (max-width: 991px) {
    .blog-detail .display-4 {
        font-size: calc(1.0rem + 2.7vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .er-nri-card {
        padding: 40px 30px;
    }

    .er-about-main-img {
        height: 340px;
        box-shadow: 15px 15px 0px var(--pk-accent-light);
    }

    .er-about-badge-card {
        right: 10px;
        bottom: -20px;
    }

    .news .card-img img {
        height: 400px;
    }

    .news .filter-content-wrapper {
        border-right: 0px solid #E0E0E0;
        padding: 0;
    }

    .news .hero-content h1 {
        font-size: 2.5rem;
    }

    .news .hero-content p {
        font-size: 1rem;
    }

    .news.hero-section {
        height: 40vh;
    }

    .pk-header .pk-navbar-container {
        padding: 5px 20px;
        margin: 0 15px;
        width: calc(100% - 30px);
        position: relative;
    }

    .pk-header .pk-brand img,
    .pk-footer .pk-brand img {
        height: 85px;
        width: 85px;
    }

    .pk-contact-page .pk-details-section {
        margin-top: 0;
        padding: 60px 0;
    }

    /* .pk-project-detail .pk-project-overview .pk-hero-img {
        min-height: 300px;
        margin-top: 30px;
    } */
    .pk-nri-gateway .pk-nri-banner,
    .pk-contact-page .pk-contact-hero,
    .partner-page .partner-hero {
        min-height: 85vh;
    }

}

@media (max-width: 767px) {
    .er-hero-title {
        font-size: 2.4rem;
    }

    .er-hero-subtitle {
        font-size: 1.6rem;
    }

    .er-hero-sub {
        font-size: 1.3rem;
    }

    .hero-btn {
        display: flex;
    }

    .hero-btn1 {
        display: none;
    }

    .row.align-items-center.py-5 {
        text-align: center;
    }

    .er-hero-bg {
        background-position: right;
        object-position: center;
    }

    .er-search-card {
        padding: 20px 16px;
    }

    .er-stat-divider {
        border-left: none;
        border-top: 1px solid #e9ecef;
        padding-top: 16px;
    }

    .er-about-badge-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
    }

    .er-nri-card {
        padding: 32px 22px;
    }

    .er-filter-btn {
        padding: 6px 14px;
    }

    .news .card-img img {
        height: 300px;
    }

    /* 
    .pk-nri-gateway .pk-nri-banner {
        min-height: 60vh;
        margin-top: -3rem;
    } */

    .pk-nri-gateway .pk-banner-content,
    .pk-contact-page .pk-contact-hero .pk-banner-content {
        padding: 0 20px;
        text-align: center;
        /* min-height: 50vh; */
    }

    .pk-nri-gateway .pk-nri-banner,
    .pk-contact-page .pk-contact-hero,
    .partner-page .partner-hero {
        min-height: 85vh;
    }
}

@media (max-width: 420px) {

    .pk-nri-gateway .pk-nri-banner,
    .pk-contact-page .pk-contact-hero,
    .partner-page .partner-hero {
        min-height: 100vh;
    }

}

@media (max-width: 992px) {
    .er-project-name {
        height: auto;
    }
}