@media (max-width: 768px) {
    .header-first-nav {
        display: none;
    }

    .logo-section img {
        width: 60px;
        height: 60px;

    }

    .logo-section h1 {
        font-size: 1.4rem;
    }

    .logo-section h4 {
        font-size: 0.9rem;
    }

    .main-navbar {
        flex-direction: column;
    }

    .main-navbar img {
        display: none;
    }

    .main-navbar .nav-item a {
        padding: 12px 0;
        border-bottom: 1px solid #fff;

    }

    .navbar-toggler {
        margin: 8px 0;
    }

    .banner {

        height: 40vh;
    }

    .banner .overlay h2 {
        font-size: 1.3rem;
        padding: 0;
    }

    .banner .overlay p {
        font-size: 0.9rem;
        padding: 0;
    }

    .apply-btn button {
        padding: 12px 10px;
    }

    .apply-btn button a {
        font-size: 0.9rem;

    }

    .banner-img {
        border-radius: 70px 0px 70px 0px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
        height: 200px;
        width: 100%;
    }

    .govrnance-section button {
        width: 45vw;
        padding: 10px 15px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .card-wrapper {
        gap: 50px;
    }

    .form-img {
        display: none;
    }

    .form {
        width: 100%;
        padding: 20px;
        height: 60vh;
    }

    .form h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .form textarea, .form input {
        font-size: 1rem;

    }

    .send-btn {
        text-align: center;
    }

    .send-btn button {
        padding: 8px 30px;
        font-size: 1.2rem;

    }

    .footer-section {
        height: auto;
        overflow: hidden;
    }

    .footer-logo {
        display: block;

    }

    .footer-logo div {
        display: flex;
        justify-content: center;
    }

    .footer-logo img {
        width: 100px;
        text-align: center;
    }

    .footer-logo h5 {
        font-size: 1.4rem;
    }









}