.hamburger-icon {
    cursor: pointer;
    font-size: 24px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  
  #menu-toggle {
    display: none;
  }
  
  /* Menu Styling */
  .menu {
    position: fixed;
    top: 0;
    left: -250px; /* Hide the menu off-screen initially */
    width: 250px;
    height: 100vh;
    background-color: #333;
    padding-top: 60px;
    transition: left 0.3s ease;
  }
  
  .menu ul {
    list-style: none;
  }
  
  .menu ul li {
    margin: 20px 0;
  }
  
  .menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
  }
  
  .menu ul li a:hover {
    background-color: #575757;
  }
  
  /* Show menu when checkbox is checked */
  #menu-toggle:checked ~ .menu {
    left: 0; /* Slide the menu into view */
  }
  /* @media (max-width: 768px) {
    .main-image {
        padding: 5px; 
    }} */
    .main-images{
        height: 620px;width: 100%;
      
      }
  
  /* Optional styling for smaller screens */
  @media (max-width: 720px) {
    .menu {
      width: 200px;
    }.pages{
        display: none;
    }h1{
        font-size: 25px;
    }.f-size{
        font-size: 25px;
    }p{
        font-size: 15px;
    }
  
    .hamburger-icon {
      font-size: 20px;
      top: 15px;
      left: 15px;
    }
  }
  @media(max-width:720px){
    .main2-responsive{
      display: block;
      display: inline;
      margin-top: 20px;
      text-align: center;
      align-items: center;
      justify-content: center;
      /* margin-left: 30px;
      height: 1350px; */
      flex-direction: column; /* Switch to column layout on smaller screens */
      /* align-items: center; */
    }}
    .main-image {
      width: 100%;          /* Makes the image take up the full width of its container */
      height: auto;        /* Maintains the aspect ratio */
      display: block;      /* Removes extra space below the image */
  }
  /* @media (min-width: 720px) {
    .main-image {
        width:200px ; 
        
    }
} */