@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: 15px;
        padding: 0px;
        /* optional: slight padding for breathing room */
        line-height: 1.0;
    }
    .body121 {
      background-position: 12% 51%; /* your original desktop positioning */
      background-attachment: fixed!important;
    }

    #i5gran {
        margin-left: -10px;
    }

    #isce7c {
        display: none;
    }

    .container {
        grid-template-columns: 1fr;
    }

      .video-wrapper {
        max-width: 450px;
        /* You can adjust this width */
        width: 360px;
        /*margin: 0 auto;
     Center horizontally */
    }


    #ixvh6 {
        flex-direction: column;
        row-gap: 32px;
        column-gap: 32px;
    }

    #ipmpet {
        width: 100%;
        height: 70%;
        margin-top: -60px;
    }

    #ij8g0s {
        flex-wrap: wrap;
    }

    #hamburger {
        display: flex;
    }
     .menu-item-with-sub .submenu {
    left: auto;
    right: 120%; /* Position to the left of the parent item */
    top: 0;
    position: absolute;
    display: none;
    flex-direction: column;
    background: #F2E797;
    padding: 0.5rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    z-index: 100;
  }

  .menu-item-with-sub:hover .submenu {
    display: flex;
  }

   #main-menu.open {
    display: flex;
  }

    #main-menu {
        position: absolute;
        top: 60px;
        right: 1rem;
        background-color: #F2E797;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        border-radius: 6px;
        min-width: max-content;
    }

    #main-menu.active {
        display: flex;
    }

    #main-menu a {
        margin: 0.4rem 0;
        white-space: nowrap;
    }

    .footer-row {
        flex-direction: row;
        text-align: center;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center;
    }

    .footer-center {
        margin: 20px 0;
    }

    .faq-header {
        font-size: 1.8rem;
        padding: 2rem 1.8rem;
    }

    .accordion-title {
        font-size: 1rem;
        padding: 1.4rem 1.8rem;
    }

    .accordion-content {
        padding: 0 1.8rem;
    }

    .accordion-content.open {
        padding: 1.2rem 1.8rem 1.6rem;
    }

    .social-btn {
        font-size: 16px;
        padding: 14px 20px;
    }

}