@media (max-width: 1024px) {
  .home-page .home-project-card h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    margin-top: 16px;
  }
  .home-page .home-project-card p {
    font-style: Regular;
    font-size: 12px;
  }
  .home-page .project-stage {
    flex-direction: column;
  }
  .home-hero-text h1 {
    font-weight: 900;
    font-size: 32px;
    padding: 0 50px;
  }
  .home-hero-text p {
    font-size: 16px;
  }
  .home-hero-text a {
    padding: 12px 20px;
  }
  .home-container .mission-card {
    flex: none;
  }
  .home-container .mission-card-image {
    width: 100%;
  }
  .home-container {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 20px 30px;
  }
  .gallery-grid,
  .project-grid,
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-page .hero {
    justify-content: center;
    text-align: center;
  }
  .about-container {
    flex-direction: column;
    padding: 20px 30px;
  }
  .approach {
    max-width: 100%;
  }
  .project-hero {
    height: 420px;
  }
  .project-hero-overlay h1 {
    font-size: 32px;
  }
  .project-hero-overlay p {
    font-size: 15px;
  }
  .gallery-item p {
    text-shadow: 0px 0px 6px rgb(0, 0, 0);
  }
}
@media (max-width: 768px) {
  .navbar-content {
    display: none;
  }
  .navbar .toggle_btn {
    display: block;
    z-index: 1000;
  }
  .navbar .toggle_btn i {
    display: block;
    color: var(--primary1);
    z-index: 1000;
  }
  .dropdown-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 10vh;
    width: 220px;
    border-radius: 16px;
    background-color: var(--primary);
    overflow: hidden;
    height: 0;
    z-index: 1000;
  }
  .dropdown-menu.open {
    height: 100vh;
  }
  .dropdown-menu li {
    padding: 0.7rem;
    align-items: center;
  }
  .dropdown-menu li a {
    color: #FFFFFF;
  }
  .dropdown-menu li a:active, .dropdown-menu li a:hover {
    color: #FFFFFF;
    transform: translateX(10px);
    transition: all ease 0.1s;
  }
  .home-hero-text h1 {
    font-weight: 900;
    font-size: 20px;
    padding: 0 50px;
  }
  .home-hero-text p {
    font-size: 14px;
  }
  .home-hero-text a {
    font-size: 14px;
    padding: 10px 16px;
  }
  .home-page .project-card h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    margin-top: 16px;
  }
  .home-page .project-card p {
    font-style: Regular;
    font-size: 14px;
  }
  .statistics-cards {
    flex-direction: column;
    gap: 10px;
  }
  .stat {
    width: 80%;
    padding: 20px 15px;
  }
  .owl-nav .owl-prev {
    left: -30px;
  }
  .owl-nav .owl-next {
    right: -30px;
  }
  .testimonials {
    padding: 30px;
    text-align: center;
  }
  .team-members,
  .overview-cards,
  .impact-cards {
    flex-direction: column;
  }
  .gallery-inner {
    width: 94%;
    padding: 0 16px;
  }
  .gallery-title {
    margin-bottom: 12px;
  }
  .gallery-filter-row {
    flex-wrap: wrap;
    padding-bottom: 1rem;
    gap: 8px;
  }
  .gallery-filter-row .gallery-dropdown {
    min-width: 90px;
    max-width: 140px;
    height: 30px;
    font-size: 12px;
    padding: 5px 24px 5px 8px;
    background-position: right 6px center;
  }
  .projects-filter {
    flex-direction: column;
    gap: 10px;
  }
  .gallery-media {
    padding: 1.5rem 0 2.5rem;
  }
  .gallery-grid,
  .project-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }
  .project-grid {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  .project-hero {
    height: 300px;
    border-radius: 12px;
  }
  .project-hero-overlay {
    padding: 0 16px;
  }
  .project-hero-overlay h1 {
    font-size: 20px;
  }
  .overview-cards {
    text-align: center;
  }
  .contact-content {
    flex-direction: column;
  }
  .name-email {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .team-members {
    flex-wrap: nowrap;
  }
}
