
@media screen and (max-width:700px){
	
    .navbar .nav-links {
        display: none; /* Hide nav links on smaller screens */
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 80px; /* Adjust based on header height */
        left: 0;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .navbar .nav-links.active {
           display: flex;
    z-index: 22;
    }

    .navbar .nav-links ul {
        flex-direction: column;
        width: 100%;
    }

    .navbar .nav-links ul li {
        margin: 0;
        border-bottom: 1px solid #eee;
        text-align: center;
    }

    .navbar .nav-links ul li a {
        display: block;
        padding: 15px 0;
    }

    .menu-toggle {
            display: block;
    font-size: 24px;
    cursor: pointer;
    padding: 20px;
    }


.navbar .logo img {
    height: 81px;
    width: auto;
    margin: 7px 0px 0px;
}
    .hero h1 {
        font-size: 2em;
    }

    .services-section .service-grid {
        grid-template-columns: 1fr; /* Stack services vertically */
    }
	
	.hero p:after {
    position: absolute;
    content: '';
    border: 20px solid #7d2509;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 81px;
    right: 0px;
    z-index: 1;
}

.container3 {
        text-align: justify;
    display: flex;
    width: 100%;
    min-height: 80vh;
    flex-direction: column;
}
.contact-info {
        width: auto;
    padding: 40px;
    box-sizing: border-box;
}

.contact-form {
    width: auto;
    padding: 40px;
    box-sizing: border-box;
}

    .container-3 {
        padding: 25px 20px;
      }
      .title {
        font-size: 28px;
      }
      ul {
        font-size: 16px;
      }
	  
	  
	  .vision-section ul {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.8;
    width: auto;
    text-align: left;
    display: inline-block;
    margin: 20px 0px;
}
	  .about-section .container {
    padding: 30px 20px;
  }
  .about-section h2 {
    font-size: 26px;
  }
  .about-section p {
    font-size: 15px;
    line-height: 1.7;
  }
  
   .vision-container {
        grid-template-columns: 1fr;
        padding: 30px;
      }
      .vision-content h2 {
        font-size: 26px;
      }
	  
	  
	  .cont-3 {
    display: flex;
    grid-template-columns: 50% 50%;
    align-items: anchor-center;
    justify-content: center;
    flex-direction: column-reverse;
}
.about-us {
   
       padding: 40px 10px;
}


.tag-about h1 {
    color: #ff8f2c;
    font-size: 38px;
    text-align: center;
    margin-bottom: 0px;
}

.container-about {
    display: grid;
    grid-template-columns: 100%;
    align-items: anchor-center;
}
.flexmt {
    align-items: anchor-center;
    display: flex;
    background: #0a1656;
    justify-content: center;
    flex-direction: column;
}

.mission, .team {
       min-height: 200px;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    width: auto;
    display: flex;
    align-items: anchor-center;
    flex-direction: column;
}

.description {
    text-align: justify;
    margin-bottom: 40px;
    padding: 20px;
}

 .steps {
        flex-direction: column;
        align-items: center;
      }
      .step::after {
        display: none;
      }
	  
	   .advantage-section {
		   padding: 0px 26px;
	   }
	  
	   .advantage-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        border: none;
      }
      .advantage-item {
            border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 20px 0px #cac5c533;
    margin: 10px;
    border-radius: 10px;
      }
      .advantage-item:last-child {
        border-bottom: none;
      }
	  
	   .efficacy-section h2 {
                font-size: 2rem;
            }
            .features-container {
                gap: 20px;
            }
			
			.feature-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 25px;
    flex: 1;
    margin: 10px;
    min-width: 250px;
    max-width: -webkit-fill-available;
    border-top: 5px solid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}