@media screen and (max-width:991px) {
    
    
    
    .nav-toggle{
        display: block;
        margin-right: 20px;
    }
    .nav-bar-section {
        position: unset;
    
    }

    .nav-links{
        position: absolute;
        background-color: 	#000035;
        left: -100%;
        top: 100%;
        width: 100%;
        padding-block: 20px;
        transition: left 0.3s ease; 
    
    }
    .nav-links.active{
        left: 0;
    }
    .nav-links ul{
        flex-direction: column;
    }
    .nav-links ul li{
        flex-direction: column;
    }

 
    .main-nav{
        overflow: initial;
    }
    .link-color{
        color: white;
    }
    .hover-links:hover{
        color:red;
    }
    .header-section{
        flex-direction: column-reverse;
    }
    .header-left{
        max-width: 100vw;
        text-align: center;
    }
    .header-right img{
        max-width: 90vw;
        margin-top: 20px;
    }
    .header-left h1{
        font-size: 20px;
    }
    .about-section{
        flex-direction: column;
    }
    .about-right img{
        margin-top: 20px;
        max-width: 90vw;
    }
    .about-left {
        max-width: 100vw;
        text-align: center;
    }
   .about-left h2{
    margin-top: 50px;
    font-size: 30px;
   }
    .product-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* To create even spacing between columns */
    }

    /* Adjust the width of each product-column */
    .product-column {
        width: calc(50% - 20px); /* Subtracting margin or padding to avoid overflow */
        margin-bottom: 20px; /* Adding margin between columns */
    }


    .conatct-container {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* To create even spacing between columns */
}
.contact-column p {
        font-size: 10px;
}





 /* feature */
        .features {
            flex-direction: column;
            align-items: center;
        }
    
        .feature {
            width: 80%;
        }
    
        .why-choose-us h2 {
            font-size: 2em;
        }
    
        .feature h3 {
            font-size: 1.3em;
        }
    
        .feature p {
            font-size: 0.9em;
        }


        .onlycontact p{
            text-align: center;
        }  
        
        
    }


@media (min-width:992px) and (max-width:1500px) {
    
    .header-section{
        justify-content: center;
        gap: 50px;
    
    }
    
    .header-left{
        max-width: 40vw;
    }
    
    .header-left h1{
        margin-top: 200px;
        font-size: 30px;
        font-weight: bold;
        color: #333;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        padding: 40px 0;
      
    }
    
    
    .header-right img{
        width: 100%;
        margin-top: 200px;
    
    }
    .get-quota-btn{
        margin-top: 20px;
        margin-left: 140px;
    }
    
    
    
    /* .header h1{
                font-size: 5px;
                font-weight: bold;
                color: #333;
                text-align: center;
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                padding: 80px 0;
                background-color: #f4f4f4;
                border-bottom: 2px solid #ccc;
                text-align: justify;
            
    } */
    header h1:hover{
        animation: glow 1s infinite alternate;
    }
    @keyframes glow {
        0% {
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        100% {
            text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
        }
    }
    


    .about-section{
        justify-content: center;
         gap: 50px;
    }
    .about-left p{
        text-align: justify;
        margin-top: 30px;
    }
    .about-left h2{
        margin-top: 200px;
    }
    
    .about-left h3{
        margin-top: 30px;
    }
    
    
    .about-section{
        justify-content: center;
        gap: 50px;
    
    }
    
    .about-left{
        max-width: 40vw;
    }
    
    .about-left h1{
        margin-top: 100px;
    }
    
    
    .about-right img{
        width: 100%;
        margin-top: 200px;
    
    }
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 80%;
    }

    .why-choose-us h2 {
        font-size: 2em;
    }

    .feature h3 {
        font-size: 1.3em;
    }

    .feature p {
        font-size: 0.9em;
    }

    
}
  




    
