* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    overflow-x: hidden;
  }

  .nav-logo-top{
    height: 10vh;
  }
  
  .div-nav {
    display: flex;
    padding: 5px 80px;
    text-transform: uppercase;
  }
  
  .div-2-nav {
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 1610px;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  
  .img-nav {
    aspect-ratio: 2.5;
    object-fit: contain;
    object-position: center;
    width: 208px;
    align-self: stretch;
    max-width: 100%;
    cursor: pointer;
  }
  
  .menu-toggle {
    display: none; /* Initially hidden */
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
  }
  
  .div-3-nav {
    /* align-self: stretch; */
  
    padding: 10px;
    display: flex;
    /* gap: 40px; */
    /* font-size: 18px; */
    font-size: 16px;
    color: #000;
    /* font-weight: 400; */
    /* justify-content: space-between; */
    /* margin: auto 0; */
    align-items: center;
    justify-content: center;
  }
  
  .div-4-nav,
  .div-5-nav,
  .div-7-nav,
  .div-8-nav {
    font-family: Poppins, sans-serif;
    white-space: nowrap;
    cursor: pointer;
    padding: 5px;
  }
  
  .div-5-nav,
  .div-6-nav,
  .div-8-nav {
    margin-left: 50px;
  }
  
  .div-4-nav a,
  .div-5-nav a,
  .div-7-nav a,
  .div-8-nav a,
  .submenu-item a {
    color: #333;
    /* padding: 12px 16px; */
    text-decoration: none;
    /* display: block; */
  }
  
  .div-9-nav a {
    color: #ffffff;
    text-decoration: none;
    /* display: block; */
    font-size: 16px;
  }
  
  .div-6-nav {
    display: flex;
    gap: 8px;
    white-space: nowrap;
    padding: 7px 0;
    position: relative;
  }
  
  .img-2-nav {
    object-fit: auto;
    object-position: center;
    width: 9px;
    margin: auto 0;
    cursor: pointer;
  }
  
  .div-9-nav {
    justify-content: center;
    border-radius: 10px;
    background-color: #ec3237;
    align-self: stretch;
    color: #fff;
    /* margin: auto 0; */
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 22px Poppins, sans-serif;
    cursor: pointer;
    /* margin-top: 10px; */
  }
  
  /* Submenu styles */
  .submenu-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
    min-width: 150px;
  }
  
  .submenu-item {
    padding: 10px 20px;
    white-space: nowrap;
    cursor: pointer;
    font-family: Poppins, sans-serif;
  }
  
  .submenu-item:hover {
    background-color: #f1f1f1;
  }
  
  .div-6-nav:hover .submenu-nav {
    display: block;
  }
  
  .div-8-nav {
    margin-right: 100px;
  }
  
  /* Mobile responsive styles */
  @media (max-width: 768px) {

    .nav-logo-top{
      height: 6vh;
    }

    .div-3-nav {
      display: none; /* Initially hide the menu */
    }
  
    .div-3-nav.active {
      padding: 24px 0px;
      height: auto;
      transition: 0.3s;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
      position: fixed;
      background-color: #f5d5d5;
      top: 5em;
      left: 2em;
      width: 80%;
      align-self: center;
      z-index: 20;
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem;
      border-bottom-right-radius: 2rem;
    }
  
    .menu-toggle {
      display: block; /* Show the menu toggle button on mobile */
    }
  
    .div-5-nav,
    .div-6-nav,
    .div-8-nav {
      margin-left: 0; /* Remove left margin for mobile */
      margin-right: 0;
    }
  
    .div-9-nav {
      /* width: 100%; Make it full width */
      text-align: center;
      align-self: center;
      padding: 10px 0; /* Adjust padding for spacing */
      margin-left: 10px;
      width: 140px;
      margin-top: 10px;
    }
  }
  
  @media (max-width: 768px) {
    .div-nav {
      display: flex;
      padding: 10px 20px;
    }
    .div-mp {
      flex-direction: column-reverse;
      margin-top: 50px;
      margin-left: 1vw;
      margin-right: 1vw;
      padding: 0px;
    }
  
    .column-mp,
    .column-2-mp {
      width: 100%;
      margin-left: 0;
    }
  
    .div-2-mp {
      padding: 20px 15px 0;
      text-align: center;
    }
  
    .div-3-mp {
      font-size: 36px;
      line-height: 1;
      margin-bottom: 20px;
      display: none;
    }
  
    .div-3-mp1 {
      font-size: 36px;
      line-height: 1;
      /* margin-bottom: 20px; */
      margin-bottom: 0;
      text-align: center;
      /* margin-top: 20px; */
      display: block;
    }
  
    .div-4-mp {
      font-size: 16px;
      line-height: 1.6;
      /* margin-top: 20px; */
      margin-top: 0px;
      text-align: justify;
    }
  
    .location-container {
      text-align: center;
    }
  
    .main-image {
      align-self: center;
      position: fixed;
      right: 0;
      padding: 20px;
    }
    .address-container {
      margin-top: 280px;
      text-align: center;
      padding: 20px;
    }
  
    .address {
      /* font-size: 16px; */
      right: inherit;
      text-align: center;
      margin: auto;
      margin-top: 20px;
    }
  }
  
  