@media screen and (max-width: 600px) {
  .button-large {
    padding: 1rem 2rem;
  }
  .button-md {
    padding: 0.7rem 2rem;
  }
  /* header start */
  .desktop-nav {
    display: none !important;
  }
  .mobile-nav {
    position: relative;
    display: block;
  }
  .mobile-menu {
    height: 100vh;
    min-height: 100vh;
    min-width: 90vw;
    width: 90vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    border-right: 1px solid var(--light-gray);
    margin: -50px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    background-color: #f5f6fa;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    /* transform: translate(-100%, 0); */
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);

    li {
      padding: 20px;
      a {
        text-decoration: none;
        color: var(--black);
        font-size: 1.5rem;
      }
    }
  }
  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: var(--black);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383f;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu {
    position: absolute;
    width: 180px;
    height: 400px;
    box-shadow: 0 0 10px #85888c;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #f5f6fa;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    padding: 10px 0;
    transition-delay: 2s;
  }

  #menuToggle input:checked ~ ul {
    transform: none;
  }

  .header-menu .menu-item a {
    font-size: 1.2rem;
  }
  .header-menu .menu-item.volunteer-item,
  .header-menu .menu-item.donate-item {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  /* header end */

  /* homepage start */
  .home-header h1 {
    font-size: 2rem;
    width: 100%;
  }
  .home-header p {
    width: 100%;
  }
  .home-header-ctas {
    margin-bottom: 2rem;
  }

  .home-stat-d2-grid {
    grid-template-columns: 1fr;
  }
  .home-stat-d2 p {
    width: 100%;
  }
  .home-stat {
    padding: 0;
    margin: 4rem 0;
  }
  .home-stat p {
    padding: 2rem 0 3rem 0;
    font-size: 1.5rem;
  }
  .home-stat h2 {
    font-size: 3rem;
    padding-bottom: 3rem;
  }
  .home-stat-data {
    position: initial !important;
    height: 200px !important;
    width: 100%;
  }
  .home-stat-data-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .home-about {
    grid-template-columns: 1fr;
    padding-top: 3rem;
    gap: 20px;
  }

  .home-programs-title,
  .home-about-title {
    display: none;
  }

  .home-programs-title-mobile,
  .home-about-title-mobile {
    font-size: 2rem;
    display: block;
  }
  .home-news-title {
    font-size: 2rem;
  }

  .home-about-img-container h2 {
    position: initial;
    letter-spacing: 1px;
  }

  .home-programs-title {
    position: initial;
    letter-spacing: 1px;
  }

  .home-our-programs {
    padding-top: 0rem;
    margin-top: 5rem;
  }
  .home-programs-swiper {
    height: 420px;
  }
  .home-programs-next {
    top: 18px !important;
    right: 0 !important;
    left: auto !important;
    width: 50px !important;
    height: 50px !important;
  }

  .home-programs-prev {
    top: 18px !important;
    right: 50px !important;
    left: auto !important;
    width: 50px !important;
    height: 50px !important;
  }
  .swiper-container {
    width: 100%;
  }

  .home-news {
    padding: 4rem 0;
  }
  .home-news-grid-item a h3 {
    font-size: 1.1rem;
    line-height: 2;
    text-align: right;
  }
  /* homepage end */

  /* single program start */
  .sfh-program-header {
    padding: 2rem 0;
    margin-top: 2rem;
  }
  .sfh-program-header h1 {
    font-size: 2.5rem;
  }
  .program-navigation {
    display: none;
  }
  .our-programs-grid {
    grid-template-columns: 1fr;
  }
  .program-item {
    padding: 2rem 0;
  }
  .program-intro {
    width: 100%;
  }
  .program-benefits-title {
    background-color: white;
    padding: 1rem 0;
    display: flex;
    top: 96px;
    align-items: center;
    height: initial;
  }
  .program-benefits h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .program-benefits ul {
    grid-template-columns: 1fr;
  }
  .program-benefits-title .star {
    height: 50px;
    width: 50px;
    margin-left: 20px;
  }
  .program-benefits-grid {
    grid-template-columns: 1fr;
  }

  .program-statistics {
    margin-top: 3rem;
  }
  .program-stat-content-container {
    grid-template-columns: 1fr;
  }
  .program-statistics-grid {
    gap: 20px;
  }
  .program-statistics-item {
    justify-content: center;
    padding: 1.5rem;
  }
  .program-statistics-item .stat-title {
    font-size: 0.9rem;
  }
  .program-statistics-item .stat-numb {
    font-size: 36px;
  }
  .program-terms-conditions {
    padding: 2rem 0;
    margin: 2rem 0;
  }
  .program-terms-list {
    width: 100%;
  }
  .single-program-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .sfh-program-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .application-procedure-grid {
    grid-template-columns: 1fr !important;
  }
  .application-procedure-step {
    grid-column: initial !important;
  }
  .program-faqs {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 2rem;
  }

  .program-testimonials-grid {
    grid-template-columns: 1fr;
  }
  /* single program end */

  /* about page start */
  .about-submenu,
  .about-submenu ul {
    max-width: 100vw;
  }
  .about-submenu ul {
    overflow-x: scroll;
  }
  .about-jump-tolink a {
    width: 150px;
  }
  .about-whoweare {
    flex-direction: column;
  }

  .about-vision,
  .about-mission {
    padding: 5rem 0;
  }
  .about-mission h3,
  .about-vision h3 {
    font-size: 3rem;
  }
  .about-approach-wrapper {
    padding: 3rem 0;
  }
  .about-approach-title {
    font-size: 1.5rem;
  }
  .about-core-values-title h3 {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .about-team-grid,
  .about-core-values-grid {
    grid-template-columns: 1fr;
  }
  .core-value-item {
    /* transform: initial !important; */
    margin-bottom: 1rem;
  }
  /* about page end */

  /* founder word start */
  .founder-word {
    flex-direction: column;
  }
  .founder-word-paragraph,
  .founder-word-imgs {
    width: 100%;
  }
  .founder-word-img,
  .founder-word-img img {
    width: 100%;
    height: 400px;
  }
  .founder-word h1 span {
    font-size: 2.5rem;
  }
  /* founder word end */

  /* news start */
  .page-header {
    padding: 2rem 0;
  }
  .news-title {
    font-size: 3rem;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-item:nth-child(1),
  .news-item:nth-child(2),
  .news-item:nth-child(3),
  .news-item:nth-child(4),
  .news-item:nth-child(5) {
    grid-column-start: initial;
    grid-column-end: initial;
    grid-row-start: initial;
    grid-row-end: initial;
  }

  .news-item:nth-child(2) .news-item-link,
  .news-item:nth-child(3) .news-item-link,
  .news-item:nth-child(4) .news-item-link {
    flex-direction: column;
  }

  .news-item:nth-child(2) .news-item-link img,
  .news-item:nth-child(3) .news-item-link img,
  .news-item:nth-child(4) .news-item-link img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
  }
  .featured-news .news-item-content {
    padding: 30px;
  }
  /* news end */

  .single-article-header,
  .single-article-content {
    width: 100%;
  }
  .article-media-container {
    display: none;
  }
  .article-gallery {
    grid-template-columns: 1fr;
  }
  .article-gallery img:hover {
    transform: scale(1);
  }
  .article_testimonials_slider {
    overflow: hidden;
  }

  .donation-form {
    flex-direction: column;
  }
  .donation-form-container,
  .bank-info-container {
    width: 100%;
  }

  .compliance-table-cell {
    width: 100%;
  }
  .custom-cursor {
    display: none;
  }

  /* footer start */
  .footer-container,
  .footer-cta {
    padding: 1rem 0;
    overflow-x: hidden;
  }
  .footer-cta h3 {
    font-size: 3rem;
    width: 100%;
  }
  .footer-cta p {
    width: 100%;
  }
  .footer-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "links"
      "copyright"
      "donate";
  }
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu > .menu-item {
    margin-top: 2rem;
    max-width: 100%;
  }
}
