@media (max-width: 992px) {
  .header-section .nav-link::after {
    width: 100%;
    left: 0;
  }

  .header-section .offcanvas-body {
    background-color: #3094e6;
    padding: 10px;
  }

  .hero-section .hero-image {
    display: none;
  }

  .service-section .section-title,
  .conatact-section .section-title,
  .our-works-section .section-title,
  .our-works-section .section-title,
  .our-impact .section-title,
  .current-projects .section-title,
  .event-section .section-title,
  .print-media-section .section-title,
  .team-section .section-title {
    margin: 0px 0px 45px 0px;
  }

  .our-works-section .buttons_container {
    flex-direction: column;
  }

  .our-works-section .buttons_container .nav-pills {
    width: 100%;
  }

  .our-works-section .buttons_container .tab-content {
    width: 100%;
  }

  .our-works-section
    .buttons_container
    .tab-content
    .image_content_area
    .desc_area {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hero-section .slide .content span {
    font-size: 16px;
  }

  .hero-section .slide .content {
    margin: 0px 0px;
  }

  .about-section .about-content h2,
  .about-section .about-caption h2 span,
  .service-section .section-title h2,
  .how-we-work .howwe-work-content .section-title h2,
  .work-process-section .section-title h2,
  .why-choose-section .why-choose-content h2,
  .testimonial-section .section-title h2,
  .conatact-section .section-title h2,
  .our-works-section .section-title h2,
  .our-impact .section-title h2,
  .current-projects .section-title h2,
  .event-section .section-title h2,
  .print-Media .section-title h2,
  .eye-health .section-title h2,
  .eye-health-gallery .section-title h2,
  .team-section .section-title h2,
  .contact-info .section-title h2,
  .complete-events .section-title h2,
  .donate-section .section-title h2,
  .volunteer-section .section-title h2,
  .digital-media .section-title h2,
  .our-document .section-title h2,
  .form-section .section-title h2,
  .print-media-section .section-title h2,
  .what-we-do .section-title h2 {
    font-size: 24px;
  }

  /* .header-section .donate-btn {
    display: none;
  } */

  .footer-section .donate-static-btn .donate {
    left: 13px;
    bottom: 0;
    width: 125px;
  }
}

@media (max-width: 768px) {
  .item {
    flex: 1 1 48%; /* Two items per row on smaller screens */
  }

  .local-charges table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border: none !important;
  }

  .hero-section .owl-nav {
    display: none;
  }

  .hero-section .slide .content .highlight,
  .hero-section .content .hero-caption h1,
  .hero-section .slide .content h2,
  .hero-section .slide .content h1 {
    font-size: 34px;
  }

  .our-works-section
    .buttons_container
    .tab-content
    .image_content_area
    .desc_area {
    position: unset;
  }

  .opportunity-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .item {
    flex: 1 1 100%; /* Stack items vertically on very small screens */
  }
}

@media (max-width: 425px) {
  .conatact-section .contact-item p,
  .conatact-section .contact-item a {
    font-size: 11px;
  }

  .breadcrumb-section .breadcrumb-heading h2 {
    font-size: 30px;
  }

  .breadcrumb-section .breadcrumb li {
    font-size: 14px;
  }

  .header-section .navbar-brand img {
    width: 150px;
    height: auto;
  }

  .header-section .donate-btn {
    padding: 8px 5px;
  }
}

@media (max-width: 375px) {
  .hero-section .slide .content .highlight,
  .hero-section .content .hero-caption h1,
  .hero-section .slide .content h2,
  .hero-section .slide .content h1 {
    font-size: 30px;
  }
  .header-section .navbar-brand img {
    width: 135px;
  }
}
