@media screen and (max-width: 1024px) {
  .project-actions {
    display: flex;
    gap: 12px;
  }
  /* fundraise-sec */
  .sm-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .fb-btn {
    font-size: 14px;
    padding: 10px;
  }
  .fb-btn i {
    font-size: 15px;
    margin-right: 3px;
  }
  .donner-tab .dnr-btn {
    font-size: 14px;
  }
  .testimonial-card {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .header-sec {
    top: 0;
  }
  .top-bar {
    display: none;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    margin-left: auto;
    margin-right: 8px;
  }

  .mobile-menu span {
    width: 25px;
    height: 3px;
    background-color: #333;
    display: block;
    border-radius: 3px;
  }

  .main-menu {
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: #fff;
    padding: 15px ;
    gap: 10px;
    z-index: 999;
  }

  .main-menu.active {
    display: flex;
  }

  .main-menu ul {
    flex-direction: column;
    
  }
  
.image-grid .info-card a {
  display: block;
}
.image-grid .info-card::after {
      border-width: 15px 80px 0 80px;
}
  .testimonial-card {
    max-width: 260px;
    padding: 25px;
  }
  .project-info h3 {
    font-size: 20px;
  }
    .project-info {
    padding: 10px;
}
.project-actions a {
  padding: 10px;
}
}
@media screen and (max-width: 600px) {
  .header-sec .container

 {
    padding: 0px;
}

  .about-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .image-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .image-grid .img2 img {
    display: none;
  }
  .image-grid .info-card a {
    justify-content: center;
  }
  .impact-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .impact-head h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .impact-stats {
    margin-top: 20px;
    gap: 10px;
  }
  .impact-box {
    flex: 1 1 100px;
    width: 100%;
    padding: 30px 15px;
  }
  .impact-box h3 {
    font-size: 28px;
  }
  .impact-box p {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .header-sec {
    padding: 10px;
  }

  .tab-buttons {
    flex-direction: column;
  }
  .testimonial-sec h2 {
    font-size: 28px;
  }
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .contact-info {
    flex-direction: column;
  }
  .overlay h3 {
    font-size: 18px;
  }
  .blog-info h3 {
    font-size: 1.3rem;
  }
  .service-item {
    padding: 10px 20px;
  }
  .hero-btns {
    margin-bottom: 40px;
  }
  .box1 {
    top: -30px;
    right: -15px;
  }
  .box2 {
    bottom: -10px;
    left: -10px;
  }
  .stat-circle {
    position: absolute;
    top: 20%;
    left: -10px;
  }
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .services-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .inner-btn {
    padding: 10px 20px;
  }
  .services-section .view-more-wrapper {
    margin-left: auto;
  }
  .services-section {
    padding-bottom: 10px;
  }
  .login-sec,
  .signup-section {
    height: auto;
    padding: 20px 0px;
  }
  .login-form,
  .signup-form {
    padding: 30px;
  }
  .project-item {
    margin-bottom: 30px;
  }
  .fund-header h6 {
    font-size: 14px;
  }
  .fund-header h2 {
    font-size: 26px;
  }
  .fundraise-text {
    margin: 0px;
  }
  .fundraiser-sec .amount,
  .fundraiser-sec .goal {
    text-align: center;
  }
  .testimonial-card {
    padding: 20px;
    margin: auto;
  }
}
