.menu-pg {
  background-color: #ffffff;
  width: 100%;
  min-width: 375px;
  min-height: 812px;
  position: relative;
}

.menu-pg .frame-63 {
  position: absolute;
  top: 38px;
  left: 13px;
  width: 345px;
  height: 39px;
  display: flex;
}

.menu-pg .image-18 {
  width: 159.38px;
  height: 38.64px;
  aspect-ratio: 4.12;
  object-fit: cover;
}

.menu-pg .frame-64 {
  display: flex;
  margin-top: 8.5px;
  width: 68px;
  height: 26.29px;
  position: relative;
  margin-left: 85.6px;
  align-items: center;
  justify-content: center;
  gap: 4.53px;
  padding: 4.53px;
  background-color: #3cac62;
  border-radius: 4.53px;
}

.menu-pg .talk-to-us-5 {
  position: relative;
  width: fit-content;
  margin-left: -0.53px;
  margin-right: -0.53px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12.1px;
  letter-spacing: 0;
  line-height: normal;
}

.menu-pg .frame-65 {
  position: relative; /* Make parent container reference for absolute centering */
  margin-top: 15px;
  width: 12.5px;
  height: 12.5px;
  margin-left: 13.5px;
}

.menu-pg .vector-15 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%); /* Centers both icons */
}

.menu-pg .about-us-navigation {
  display: flex;
  width: 375px;
  align-items: center;
  gap: 212px;
  padding: 22px 20px;
  position: absolute;
  top: 95px;
  left: 0;
  background-color: #ffffff;
}

.menu-pg .about-us-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.menu-pg .frame-66 {
  position: relative;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  aspect-ratio: 1;
}

.menu-pg .group-23 {
  position: relative;
  width: 100.00%;
  height: 52.39%;
  top: 23.80%;
}

.menu-pg .vector-16 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -45.45%;
  left: 23.81%;
}

.menu-pg .service-navigation {
  display: flex;
  width: 375px;
  height: 68px;
  align-items: center;
  gap: 10px;
  padding: 21px 20px;
  position: absolute;
  top: 153px;
  left: 0;
  background-color: #ffffff;
}

.menu-pg .text-wrapper-52 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #326758;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.menu-pg .technology {
  display: flex;
  width: 375px;
  height: 68px;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  position: absolute;
  top: 231px;
  left: 0;
  background-color: #ffffff;
}

.menu-pg .text-wrapper-53 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.menu-pg .contact-us {
  display: flex;
  width: 375px;
  height: 68px;
  align-items: center;
  gap: 10px;
  padding: 22px 28px 22px 20px;
  position: absolute;
  top: 299px;
  left: 0;
  background-color: #ffffff;
}

.menu-pg .contact-us-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.menu-pg .frame-67 {
  position: absolute;
  top: 189px;
  left: 320px;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  aspect-ratio: 1;

   position: relative;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  aspect-ratio: 1;
}

.menu-pg .frame-68 {
  position: absolute;
  top: 257px;
  left: 320px;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  aspect-ratio: 1;
}

.menu-pg .frame-69 {
  position: absolute;
  top: 325px;
  left: 320px;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  aspect-ratio: 1;
}

.menu-pg .vector-17 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 375px;
  height: 1px;
  object-fit: cover;
}




/* ---------- Mobile responsiveness between 300px and 800px ---------- */
@media (max-width: 600px) {
  .menu-pg {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #ffffff;
    position: relative;
  }

  .menu-pg .frame-63 {
    position: absolute;
    top: 30px;
    padding-left: 20px;
    width: 345px;
    height: 39px;
    display: flex
;
}

.menu-pg .vector-16 {
 rotate: 270deg;
}

  /* Center the main top frame */
  .menu-pg .frame-63 {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    width: 100%;
    /*max-width: 360px;*/
    height: auto;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-pg .image-18 {
    width: 150px;
    height: auto;
  }

  .frame-631{
    display: flex
;
    align-items: center;
    margin-right: 25px;
    gap: 15px;
  }

  .menu-pg .frame-64 {
    width: 90px;
    margin-left: auto;
    margin-right: 10px;
    height: auto;
    padding: 10px 10px;
    margin-top:0px;
    margin-right: 0px;

     /* Talk To Us — just before close icon */

    order: 2;
    background-color: #3cac62;
    border-radius: 4.53px;
    padding: 10px 12px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;

  }

  .menu-pg .talk-to-us-5 {
    font-size: 14px;
  }

  .menu-pg .frame-65 {
    margin-left: 0;
    margin-top: 0;
    width: 18px;
    height: 18px;
  }

  .menu-pg .vector-15 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 20px;
    transform: translate(-50%, -50%);
   
}

  /* Navigation sections scale nicely */
  .menu-pg .about-us-navigation,
  .menu-pg .service-navigation,
  .menu-pg .technology,
  .menu-pg .contact-us {
    width: 100%;
    
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-pg .about-us-5,
  .menu-pg .text-wrapper-52,
  .menu-pg .text-wrapper-53,
  .menu-pg .contact-us-2 {
    font-size: 18px;
  }

  /* Adjust arrow icons */
  .menu-pg .frame-66,
  .menu-pg .frame-67,
  .menu-pg .frame-68,
  .menu-pg .frame-69 {
    right: 20px;
    left: auto;
    width: 14px;
    height: 14px;
  }

  /* Horizontal line */
  .menu-pg .vector-17 {
    width: 100%;
    left: 0;
  }
 
}



