@media only screen and (min-width:200px) and (max-width:767px) {
    .navbar .nav {
        /* height: 55px; */
        gap: 10px;
    }
.new-page-hero p{
    font-size:16px;
}   
    .hamburger {
        display: block;
    }

    .navbar .nav {
        padding: 0 0px;
    }

    .navbar .nav .logo img {
        width: 100px;
    }

    .navbar .nav .nav-linkbutton {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .navbar .nav .nav-linkbutton a {
        padding: 6px 9px;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar .nav .navlinks img {
        width: 60px;
    }

    .close-btn {
        display: block;
    }

    .navlinks {}

    /* Show sidebar */
    .navlinks.active {
        right: 0;
    }

    /* Vertical menu */
    .navlinks ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Optional overlay background */
    /* .overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    } */

    .overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    .hero-container .herosection {
        flex-direction: column;
        padding: 0 20px;
        gap: 20px;
    }

    .hero-container .herosection .form-box input,
    .hero-container .herosection .form-box select {
        padding: 6px;
        font-size: 15px;
    }

    .hero-container .herosection .form-box h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .hero-container .herosection .leftcontent h2 {
        font-size: 25px;
    }

    .hero-container .herosection .leftcontent p {
        font-size: 15px;
    }

    .hero-container .herosection .leftcontent p br {
        display: none;
    }

    /* whoweare */
    .whoweare {
        padding: 50px 20px;
    }

    .whoweare .who-we-are {
        width: 100%;
    }

    .whoweare .who-we-are p {
        font-size: 20px;
    }

    .whoweare .who-we-are a {
        font-size: 16px;
    }

    /* whoweare */
    .featureproject .feature-project .card {
        grid-template-columns: repeat(1, 1fr);
    }

    .registerform-bgnone .form-box,
    .singleprojectregistration-form.newregisterform .register-form {
        width: 90% !important;
    }

    .featureproject {
        padding: 0px 20px 50px 20px !important;
    }

    .featureproject .feature-project .project-title h2 {
        font-size: 30px;
    }

    .featureproject .feature-project .project-filter {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .reset-filter label {
        display: none;
    }

    .reset-filter {
        width: 100% !important;
    }

    .featureproject .feature-project .filter-group label {
        font-size: 15px;
    }

    .featureproject .feature-project .filter-group select {
        padding: 10px 5px;
        font-size: 13px;
    }

    .featureproject .feature-project .overlay h3 {
        font-size: 22px;
    }

    .featureproject .feature-project .overlay p {
        font-size: 14px;
    }

    .featureproject .feature-project .overlay .d-none a {
        font-size: 15px;
        padding: 10px 15px;
    }

    .featureproject .feature-project .overlay .d-none a img {
        width: 30px;
    }

    .featureproject .feature-project .tag {
        padding: 4px 10px;
    }

    .navbar .nav .logo h2 {
        font-size: 22px;
    }

    .singleprojectregistration-form.newregisterform {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        background-position: 27% bottom;
    }

    .singleprojectregistration-form .leftcontent h2 {
        font-size: 22px;
    }

    .singleprojectregistration-form .leftcontent p {
        font-size: 18px;
    }

    .singleprojectregistration-form.newregisterform .register-form {
        width: 90% !important;
        position: relative;
        right: 0;
        padding: 10px;
    }

    .singleprojectregistration-form.newregisterform .register-form .registerformlogo .img img {
        width: 120px;
    }

    .singleprojectregistration-form.newregisterform .register-form .registerformlogo .secondimg img {
        width: 58px;
    }

    .singleprojectregistration-form.newregisterform .register-form .form input,
    .singleprojectregistration-form.newregisterform .register-form .form label {
        font-size: 15px;
    }

    .singleprojectregistration-form.newregisterform .register-form .form .inputflex p {
        flex-direction: column;
    }

    .modelslidermain {
        padding: 0px 20px 20px 20px;
    }
.navbar{
    padding:30px 0
}
    .modelslidermain .title h2 {
        font-size: 25px;
    }

    .home-card h3 {
        font-size: 22px;
    }

    .secondmodelslider {
        padding-top: 0;
    }
    /* new page css  */
    .new-page-hero{
        height:100vh
    }
    .new-page-hero h1{
        font-size: 35px;
    }
    .quote-section h2{
        font-size: 20px;
    }
    .quote-section{
            padding: 20px 20px;
    }
    .content-section .content-grid,.new-form-section .form-wrapper{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .content-section .content-image {
    width: 100%;
}
.content-section{
    padding:20px 20px;
}
.content-section .content-text h2{
        font-size: 28px;
    line-height: normal;
}
.new-form-section {
    padding: 50px 20px;}
.new-copyright p{
    padding:20px 20px;
}
.navbar-new-page .logo img {
    width: 130px;
}
.navbar-new-page .contact-btn{
        padding: 12px 15px;
}
.new-page-header{
    padding: 20px 20px;
}

}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .navbar .nav{
        padding: 0 ;
    }
      .navbar .nav .nav-linkbutton a {
       
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hero-container .herosection .rightcontent {
        width: 100%;
    }

    .registerform-bgnone .form-box {
        width: 100% !important;
    }

    .singleprojectregistration-form.newregisterform .register-form {
        width: 90% !important;
    }

    .featureproject .feature-project .card {
        grid-template-columns: repeat(2, 1fr);
    }

    .whoweare .who-we-are p {
        font-size: 22px;
    }

    .whoweare .who-we-are {
        width: 90%;
    }

    .featureproject .feature-project .overlay h3 {
        font-size: 25px;
    }

    .featureproject .feature-project .overlay p {
        font-size: 16px;
    }

    .featureproject .feature-project .overlay .d-none a {
        font-size: 15px;
        padding: 10px 15px;
    }

    .featureproject .feature-project .overlay .d-none a img {
        width: 30px
    }

    .featureproject .feature-project .tag {
        padding: 3px 10px;
    }

    .hero-container .herosection .leftcontent h2 {
        font-size: 28px;
    }

    .hero-container .herosection .leftcontent p {
        font-size: 16px;
    }

    .hero-container .herosection .leftcontent p br {
        display: none;
    }

    .singleprojectregistration-form.newregisterform .register-form {
        right: 0;
        position: relative;
    }

    .singleprojectregistration-form .leftcontent {
        margin-left: 0%;
    }



    .singleprojectregistration-form.newregisterform .register-form .form input {
        font-size: 15px
    }

    .singleprojectregistration-form.newregisterform .register-form .form label {
        font-size: 15px;
    }

    .singleprojectregistration-form.newregisterform {
        background-position: 21% BOTTOM;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .home-card h3 {
        font-size: 22px;
    }
    /* new page css  */
    .new-page-hero{
            height: 113vw;
    }
    .new-page-hero h1{
            font-size: 40px;
    }
    .content-section .content-image {
    width: 100%;
}
.new-form-section{
    padding: 50px;
}
.new-form-section .form-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
}
