@font-face {
    font-family: 'Abar';
    src: url('fonts/Webfonts/woff2/AbarHigh-Regular.woff2') format('woff2'),
         url('fonts/Webfonts/woff/AbarHigh-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  

span {
    margin-top: 5%;
}
img {
    width: 20rem;
}
body {
    font-family: 'Abar', sans-serif;
    direction: rtl; /* Persian text should be right-to-left */
    background: #A9B388; /* dark navy/black */
    color: #192315;
    margin: 0;
    padding: 0;
  }
  .h1-top {
    position: absolute;
    top: 5rem;
    left: 24rem;
    color: #f5f0e6;
  }
  header {
    background: #b99470;
    color: #192315; /* cream */
    text-align: center;
    padding: 15rem 1rem;
  }

  .sign-top {
    width: 10rem;
    position: absolute;
    top: 13rem;
    left: 34rem;
  }
  .type-top {
    width: 10rem;
    position: absolute;
    top: 28rem;
    left: 34rem;
  }
  .tree-top {
    width: 20rem;
    position: absolute;
    top: 5rem;
    left: 52rem;
  }
  header h1 {
    margin: 0;
    font-size: 2.5rem;
  }

  .menu {
    max-width: 1100px;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
  }

  .menu-section {
    background: #f5f0e6;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }

  .menu-section h2 {
    border-bottom: 2px solid #1c1f24;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #1c1f24;
    text-align: center;
  }

  .menu-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    font-size: 1rem;
  }

  .menu-item span {
    font-weight: bold;
  }

  .footer {
    text-align: center;
    
  }
  .footer-svg {
    position: absolute;
    
  }
  .insta {
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 240rem;
    left: 5rem;
  }
  .loc {
    position: absolute;
    top: 240rem;
    right: 5rem;
  }



  @media (max-width: 768px) {
    body {
      font-size: 14px;
    }
  .h1-top {
    position: absolute;
    font-size: 2rem;
    top: 3rem;
    left: 7rem;
    right: 7rem;
    color: #f5f0e6;
  }

  
  .sign-top {
    width: 7rem;
    position: absolute;
    top: 13rem;
    left: 11.5rem;
  }
  .type-top {
    width: 10rem;
    position: absolute;
    top: 24rem;
    left: 10rem;
  }
  .tree-top {
    width: 10rem;
    position: absolute;
    top: 5rem;
    left: 20rem;
  }
    .insta {
      font-size: 10px;
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 439rem;
    left: 2rem;
  }
  .loc {
    font-size: 10px;
    position: absolute;
    top: 439rem;
    right: 2rem;
  }
  }